@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
  background-image: url('../images/login/new-bg.png');
  background-size: cover; 
  background-repeat: no-repeat;
  font-family: var(--alternate-font-family);
  background-position: center center;
  background-attachment: fixed;
}

.container{
  height: 100%;
  align-content: center;
}

.card{
  width: 730px;
  height: 499px;
  background-image: url('../images/login/card-bg.svg');
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-user-student{
  height: 630px;
  background-image: url('../images/login/card-bg630.gif');
}
.card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px !important;
  line-height: 40px;
  text-align: center;
  width: 263px;
  text-transform: uppercase;
  background: -webkit-linear-gradient( #0664EF, #7FC6F9);
  background: -webkit-linear-gradient( var(--primary-color), var(--primary-alt-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.input-group-prepend span{
  width: 50px;
  background-color: #FFC312;
  color: black;
  border:0 !important;
}
.card-block {
  margin: 0;
  height: 100%;
}

.site-logo {
  margin-right: 0;
  width: 100%;
  height: 50%;
  margin-left: 192px;
  margin-top: 17px;
}

.login-form {
  margin-left: 0;
  margin-right: 95px;
  margin-top: 50px;
}
body.master-page-login{
    & .header-content{
        justify-content: flex-start;
        margin-bottom: 0;
    }
    & .login-page{
        width: 100%;
        margin-top: -15ch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        & form{
            grid-column: 2;
        }
        & a,
        & .label-align,
        & input{
            text-align: left;
            font-size: max(2.5vh, 18px);
            line-height: max(2.5vh, 18px);
            width: 100%;
            margin: 0.5ch 0;
            padding-top: 1ch;
        }
    }
}

div.login-form input{
    text-align: left;
    padding-left: 1em;
}

.login-form h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 30.3005px;
  line-height: 35px;
  text-align: right;
  text-transform: uppercase;
  color: var(--primary-color);
}

.col-sm-6 {
  padding: 0;
}



input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #3A3A3F;
  width: 285px;
  float: right;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  color: #747477;
  /*opacity: 0.6;*/
  padding-top: 6px;
}

input:focus {
  border-color: #0664EF;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}
.login_btn{
  background-color: var(--primary-color);
/*   width: 115px; */
  border-radius:20px;
  margin-top:20px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: var(--secondary-color);
}

/*
.login_btn:hover{
  color: black;
  background-color: white;
}*/
.label-align{
  float:right;
  text-transform: uppercase;
  font-family: var(--alternate-font-family);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  color: #3A3A3F;
  word-wrap: break-word;
  padding-top: 65px;
}

.error {
  color: red;
  padding-top: 10px;
  text-align: right;
}

.landing_page_btn {
  background-color: #0663EF;
  background-image: linear-gradient(253.82deg, var(--primary-color) 54.47%, var(--primary-alt-color) 113.95%);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: var(--secondary-color);
  width: 212px;
  height: 34px;
  border-radius:20px;
  margin-top: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  float:right;
  text-align: center;
  padding: 8px 0;
}

.landing_page_section {
    margin-left: 0;
    margin-right: 40px;
    margin-top: 80px;
}

.landing_page_logout {
    width: 212px;
    height: 34px;
    border-radius:20px;
    border-image: linear-gradient(251.37deg, #A8C7E4 3.6%, #ACF0FF 122.87%);
    border: 2px solid var(--button-outline-color);
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    float:right;
    margin-top:35px;
    line-height: 34px;
    &:hover{
        background: #e6e6e6;
        border-color: #adadad;
        color:#0663EF;
        -webkit-text-fill-color: unset;
    }
}
a:has(.logout-text){
    text-decoration:unset;
}
.logout-text {
  padding-left: 41px;
  background: -webkit-linear-gradient(251.37deg, #A8C7E4 3.6%, #ACF0FF 122.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: hsl(191 100% 65% / 1);
  color: var(--button-outline-color);
  pointer-events:none;
}

.logout-icon {
  float:right;
  margin-top: 2px;
  margin-right: 15px;
  width: 28px;
  height: 28px;
  background-size: cover; 
  background-repeat: no-repeat;
}

.my-assessments {
  width: 527px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  float:right;
  margin-top:34px;
}

.my-assessments-txt {
  width: 284px;
  height: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  padding-left: 31px;
  color: #3A3A3F;
}

.go-to-btn {
  padding: 0 0 0 30px;
  line-height: 34px;
  background-color: var(--button-highlight-color);
  background-image: linear-gradient(253.82deg, var(--primary-color) 54.47%, var(--primary-alt-color) 113.95%);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
  color: var(--secondary-color);
  width: 212px;
  height: 34px;
  border-radius:20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  float:right;
  text-align: left;
  &:active{
    background-color: var(--button-highlight-color);
  }
  &:hover{
      background-image: linear-gradient(253.82deg, var(--primary-color) 54.47%, var(--button-highlight-color) 113.95%);
      color: white;
  }
}

.vol-assessments {
  width: 527px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  float:right;
  margin-top:40px;
}

.vol-assessments-txt {
  width: 284px;
  height: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  padding-left: 100px;
  color: #3A3A3F;
}

.goto-icon {
  float:right;
  margin-right: 17px;
  margin-right: 3ch;
  margin-left: 4ch;
  margin-top: 2px;
  width: 35px;
  height: 28px;
  background-size: cover; 
  background-repeat: no-repeat;
}

.my-assessments-card{
  width: 980px;
  height: 499px;
  /*background-image: url('../images/login/card-bg.gif'); */
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.assessments-card {
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius:30px;
  margin-top: 50px;
}

.assessments-card-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px !important;
  line-height: 40px;
  text-align: center;
  width: 255px;
  text-transform: uppercase;
  background: -webkit-linear-gradient( var(--primary-color), var(--primary-alt-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 95px;
  margin-left: 0px;
  
}

.assessments-logo{
  margin-right: 0px;
  /* width: 100%; */
  height: 50%;
  margin-left: 297px;
  margin-top: 17px;
}

.assessments-logout {
  margin-top: 30px;
  margin-right: 40px;
  /*background-image: linear-gradient(265.62deg, #A8C7E4 3.64%, #ACF0FF 100.02%);*/
  cursor: pointer;
}

.assessments-logout-icon {
  background-image: var(--logout-icon);
}

.my-assign-profile-btn {
  margin-top: 40px;
}

.my-assgn-vol {
  margin-top: 30px;
  margin-right: 40px;
}

.my-assgn-block {
  width: 928px;
  margin: auto;
  margin-top: 52px;
  margin-bottom: 13px;
  padding-left: 95px;
  display: flex;
  flex-wrap: wrap;
}

.my-assgn-card-block {
  height: 414px;
  background-image: url(../images/student-my-assessments/banner.png);
  background-image: var(--banner-c-image);
  background-size: cover;
  background-repeat: no-repeat;
  width: 921px;
  margin: auto;
  margin-top: 59px;
}

.assgn-txt {
  width: 577px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  padding-left: 8px;
  color: #3A3A3F;
  border: 1px solid #D1CFD7;
  float: left;
  display: inline-block;
  height: fit-content;
}

.assgn-play-btn {
    padding: 0 0 0 30px;
    line-height: 34px;
    background-color: var(--button-highlight-color);
    background-image: linear-gradient(253.82deg, var(--primary-color) 54.47%, var(--primary-alt-color) 113.95%);
    color: var(--secondary-color);
    width: 146px;
    height: 38px;
    border-radius: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    /*float: right; */
    text-align: left;
    /*margin-right: 20px; */
    margin-left: 27px;
    position: relative;
    left: 18px;
}

.my-assgn-play-icon {
  height: 34px;
  margin-right: 5px;
  margin-top: 0px;
  background-image: url(../images/student-my-assessments/play-icon.png);
}

.play-oval {
  background-image: url(../images/student-my-assessments/oval.png);
  width: 30px;
  height: 56px;
  margin-top: -9px;
  float: right;
  margin-right: 48px;
  position:absolute;
}

.my-assgn-list {
  width: 921px;
  margin: auto;
  background-color: white;
  border-radius: 0 0 30px 30px;
  padding-bottom: 48px;
}

.user_student_landing_txt {
  width: 284px;
  height: 34px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  color: #3A3A3F;
}

.userBlock summary{
    background: #F7F7FA;
    margin: 10px;
    padding: 10px;
}

.list-demo {
    .my-assgn-list summary{
    display: none;
    }
    .category-tree details{
        margin-left:0;
        border-left:none;
    }
    .assessment_type_header{
        display:none;
    }
    .level-1, .level-2, .level-3, .level-4, .level-5, .level-6, .level-7 {
        > .details > .my-assgn-block {
            margin-left: -6ch;
        }
    }
}

.my-assgn-list details:nth-child(2n+1) summary{
    background: #E1EDF9;
}

.userFilesPanel details > summary {
    list-style-type: none;
    /*list-style-type: '▶️';
    display: list-item;
    list-style-type: '🔽';*/
}

.userFilesPanel details > summary::-webkit-details-marker {
    display: none;
}

.userFilesPanel details > summary::before {
    content: '▶️';
}

.userFilesPanel details[open] > summary::before {
    content: '🔽';
}

.userFilesPanel details {
    border: 1px solid  #89ccd6;
    border-radius: 0.2rem;
    padding: 0.5rem;
    margin:5px;
}

.userFilesPanel details[open] > summary {
    margin-bottom: 0.5rem;
} 

.userFilesPanel{
  height: 100vh;
  overflow: auto;
  padding: 20px;
  font-size: initial;
}

#uploadFileRow #searchUser{
    margin-right: 21vw;
    text-align:center;
}

.filesBlock .noFiles{
    margin-left: 100px;
}
.menuItems{
  margin-top: 15ch;
  margin-left: 12ch;
}
.menuItems a>span{
  margin-right: 14ch;
}
.menuItemsInstitution{
  margin-left: 0ch;
}
.menuItemsInstitution a>span{
  margin-right: -3ch;
}
.label-align{
  padding-top: 3.5ch;
  margin-bottom: 0;
  text-transform: capitalize;
}
.label-align{
  text-transform: initial;
  float: left;
  min-width: 100%;
}
div.login-form input
{
    margin-left: 10ch;
}

div.login-form input
{
    margin-right: 10ch;
    float: left;
    margin-left: 0ch;
}
.fieldContainer{
    margin-left: -365px;
    width: 730px;
    padding-left: 400px;
    padding-right: 95px;
    position: absolute;
    z-index: 2;
    padding-bottom: 10ch;
}
.businessInquiry .fieldContainer{
    padding-left: 70px;
    padding-right: 60px;
}
.fieldContainer2{
    margin-left: -365px;
    background: white;
    width: 730px;
    height: 120ch;
    margin-top: 12ch;
    position: absolute;
    z-index: 1;
}
.businessInquiry .fieldContainer2{
  height: 115ch;
  margin-top: 30ch;
}
.businessInquiry.surveyTypeCl .fieldContainer2 {
  height: 87ch;
}
.businessInquiry.surveyTypeCl .card.card-user-student.card-bottom {
  margin-top: 88ch;
}
.card.card-user-student.card-bottom{
  margin-top: 95ch;
  z-index: -1;
}
.businessInquiry .card.card-user-student.card-bottom{
  margin-top: 120ch;
}
h5
{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 0em;
    margin-top: 1em;
    width: 40ch;
    margin-left: -14ch;
}
.businessInquiry h5{
    margin-bottom: 4ch;
}
.businessInquiry .footer .label-align{
  margin-top: 2ch;
}
.footer{
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.businessInquiry div.login-form input[type=number]
{
  width: 14ch;
  margin-right: 5ch;
  margin-left: 0ch;
}
.invalid input:invalid {
  border-color: red;
}

/*message dialog style--------------------------------------*/
.messageDialog{
    width: 27vw;
    min-height: 19vw;
    text-align: center;
    font-size: 2.5vh;
    background: transparent;
    background-image: var(--header-dialog-image);
    background-size: contain;
    padding: 0;
    border-radius: 2vw;
    border-color: transparent;
    background-repeat: no-repeat;
    border: none;
}
.messageDialogContainer{
    display: flex;
    min-height: 7vw;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 6vw;
    top: 9.5vw;
    position: absolute;
    background: white;
    border-radius: 0 0 2vw 2vw;
    width: 27vw;
}
.messageDialogContent{
    background: transparent;
    border-radius: 0.5vw;
    padding: 1vw;
    width: 60%;
    min-height: 9.5vw;
    margin-top: -4.5vw;
    margin-left: 10vw;
}
.messageDialogContent .vol-assessments{
  width: unset;
  position: absolute;
  bottom: 1ch;
}
.messageDialogContent button{
    margin-top: 2ch;
}
.messageDialogContent .go-to-btn{
    max-width: 15vw;
}
/*message dialog style--------------------------------------*/

.test-time-container{
    margin-left:-13ch;
    margin-top:2ch;
}
.test-time-container,
.test-time-container .options-container{
    display:flex;
}
.test-time-container input[type=radio]{
    margin:0;
    padding: 0;
    width: 4ch;
}
.test-time-container a{
    margin-right:8ch;
}
.test-time-container label{
    margin-right: 2ch;
    margin-top: 1ch;
    margin-left: 0.5ch;
}
.repeat-button{
    float: right;
    margin-right: 11.8ch;
    margin-top: 3ch;
    position: relative;
    right: -82.3ch;
}
.container.cert-list .goto-icon.my-assgn-play-icon{
    pointer-events:none;
}
.container.cert-list .assgn-print-questions,
.container.cert-list .assgn-view{
    float: right;
    margin-right: 11.9ch;
    margin-top: 3ch;
}
#cert_wall_container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
    height: auto;
    padding-bottom: 5vh;
    /*background: #0663ef1f;*/
    margin-left: -20vw;
}
#cert_wall_container .print_cert {
    width: calc(1.41*40vh);
    height: 40vh;
    margin-left: 5vh;
    margin-top: 5vh;
}
.certifications_wall .my-assgn-list .row{
    display:none !important;
}
.certifications_wall #print_cert{
    margin-left:5vw;
}
.category-tree{
    min-height:20ch;
    width: 95%;
    margin-left: auto;
    margin-right: AUTO;
    margin-top:5ch;
}
.category-tree details#category-sample{
    display:none;
}
.category-tree details .details{
    min-height:5ch;
    background:#bec9ff;
    background:white;
}
.category-tree details summary{
    font-size: 16px;
    font-weight: bold;
}
.category-tree details.level-1{
    margin-left:unset;
}
.category-tree details{
    margin-left:2ch;
    border-left: solid 3px var(--primary-alt-color);
}
.level-1 > .details > .my-assgn-block{
    margin-left:-2ch;
}
.level-2 > .details > .my-assgn-block{
    margin-left:-4ch;
}
.level-3 > .details > .my-assgn-block{
    margin-left:-6ch;
}
.level-4 > .details > .my-assgn-block{
    margin-left:-8ch;
}
.level-5 > .details > .my-assgn-block{
    margin-left:-10ch;
}
.level-6 > .details > .my-assgn-block{
    margin-left:-12ch;
}
.level-7 > .details > .my-assgn-block{
    margin-left:-14ch;
}
.level-8 > .details > .my-assgn-block{
    margin-left:-16ch;
}
.my-assgn-list .category-tree details:nth-child(2n+1) summary {
    background:unset;
}
.category-tree summary {
    background:#E1EDF9!important;
    background:var(--primary-alt-color)!important;
    color:var(--secondary-color)!important;
    pointer-events:none;
    border-radius: 0 1ch 1ch 0;
    margin-top: 1ch;
}
.repeat-button.button-first-row{
    right:unset;
    margin-top: 0;
}
.landing_page_section .vol-assessments.disabled,
.landing_page_section .my-assessments.disabled{
    pointer-events:none;
}
.landing_page_section .vol-assessments.disabled .go-to-btn,
.landing_page_section .my-assessments.disabled .go-to-btn
{
	background-image: linear-gradient(253.82deg, #666666 54.47%, #a2a2a2 113.95%);
}
.landing_page_section .vol-assessments.disabled .user_student_landing_txt,
.landing_page_section .my-assessments.disabled  .user_student_landing_txt {
    color:#8e8e8e;
}
.user_canditate_landing .vol-assessments.disabled ,
.user_canditate_landing .my-assessments.disabled {
    visibility:hidden;
}

.buttom-column{
    display:flex;
    flex-direction:column;
    margin-bottom:-3ch;
}
.buttom-column>*{
    margin-bottom:3ch;
}
.assessment_type_header{
    background: var(--primary-color);
    text-align: center;
    font-weight: bold;
    color: var(--secondary-color);
}

.related-user .go-to-btn{
    padding: 0 2ch;
    min-width: 20ch;
    text-align: center;
}

.know-america-instructions{
    padding: 3ch;
    border-radius: 4ch;
    border: solid #4087f2 5px;
    border: solid 5px var(--primary-alt-color);
    margin: 2ch;
    font-size: 25px;
}
.btn-learning-rocket{
    padding: 0 1ch;
    font-size: 13px;
}
.row.my-assgn-block[data-disabled="true"] .assgn-play-btn{
    background-image: linear-gradient(253.82deg, #666666 54.47%, #a2a2a2 113.95%);
    cursor: not-allowed;
}
