@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: myFontR;
    src: url('../certifiedcareeranalyst/Metropolis-Regular.otf');
}
body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
header {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #b5b5b5;
    box-shadow: 0px 15px 8px -18px #111;
    position: sticky;
    top: 0;
    z-index: 999;
    max-height: 90px;
}
._flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
header img {
    max-width: 200px !important;
    max-height: 80px;
}
.sidenav {
    height: 100%;
    width: 65px;
    position: fixed;
    /* z-index: -99; */
    top: 0;
    left: 0;
    background-color: #263544;
    overflow-x: hidden;
    padding-top: 0;
    overflow: hidden;
    margin-top: 75px;
    white-space: nowrap;
    transition: 0.5s;
    z-index: 99;
}
.sidenav.toggleClass{
    width: 100% !important;
}
.sidenav ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    overflow-y: auto;
    /* height: 450px; */
}
.sidenav ul li:first-child {
    border-top: 1px solid #ddddddb0;
}
.sidenav ul li {
    border-bottom: 1px solid #ddddddb0;
}
.sidenav ul li:hover{
    background: #384857;
}
.sidenav ul li:last-child{
    display: none;
}
.sidenav ul li a {
    padding: 12px 10px 12px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}
.sidenav ul li a i {
    margin-right: 7px;
    width: 45px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.main-section {
    margin-left: 85px;
    padding: 20px 5px 40px 5px;
    transition: 0.5s;
}
header .dropdown {
    display: inline-block;
    margin-left: 12px;
}
header .dropdown button {
    background: #f1f1f185 !important;
    color: #000 !important;
    border-color: #fff !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}
header .dropdown button img {
    max-width: 30px !important;
    display: inline-block;
    margin-right: 10px;
}
header .dropdown button i {
    margin-left: 2px;
}
header .dropdown-menu {
    padding: 0;
    border-radius: 0;
    min-width: 180px;
}
header .dropdown-menu li {
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #dfdfdfbf;
}
header .dropdown-menu li:last-child {
    border-bottom: none;
}
header .dropdown-menu li:hover{
    background: #ddd;
    cursor: pointer;
}
header .dropdown button:hover{
    background: #ebebebcc !important
}
header .hamburger {
    display: none;
    text-align: center;
}
header .hamburger i {
    font-size: 20px;
    background: #f1f1f185;
    padding: 6px 8px;
    border-radius: 2px;
    cursor: pointer;
}
header .hamburger i:hover{
    background: #ebebebcc;
}

.assessment-box{
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 0px 6px rgba(0,0,0,0.23);
    border: 1px solid #ddd; */
    margin-bottom: 15px;
}
.assessment-box .assessment-top{
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c6c7c9;
    align-items: center;
    min-height: 65px;
}
.assessment-box .assessment-top h2{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.assessment-box .assessment-top h2 i{
    color: #0fb70f;
    margin-right: 10px;
}
.assessment-box .assessment-top button{
    background-color: #1F409B;
    min-width: 138px;
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #1F409B;
    border: 1px solid #1F409B;
    background: none;
    border-radius: 0;
    outline: none !important;
}
.assessment-box .assessment-top div>i{
    font-size: 16px;
    width: 40px;
    text-align: center;
    color: #1F409B;
    display: none;
}
.assessment-box .assessment-top div>i._show{
    display: inline-block;
}
.assessment-box .assessment-modules{
    background-color: #fafafa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: 1px solid #c6c7c9;
    border-left: 1px solid #c6c7c9;
    border-right: 1px solid #c6c7c9;
}
.assessment-box .assessment-modules.active{
    padding: 15px;
}
.assessment-box .assessment-modules ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 25px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.assessment-box .assessment-modules ul li{
    font-size: 16px;
    margin-bottom: 13px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 12px;
}
.assessment-box .assessment-modules ul li:last-child{
    border-bottom: none !important;
    margin-bottom: 0px;
}
.assessment-box .assessment-modules ul li i{
    margin-right: 10px;
}
.assessment-box .assessment-modules ul li i.green{
    color: #0fb70f;
}
.assessment-box .assessment-modules ul li i.red{
    color: red;
}
.test-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.test-header h4{
    font-weight: 700!important;
    font-size: 20px;
    margin: 0;
}
.test-header .test-info{
    display: flex;
}
.test-header .timer{
    margin-left: 10px;
}
.test-header .timer, .test-header .questions-count{
    line-height: 4.4rem;
    font-size: 2.2rem;
    height: 4.4rem;
    width: 14rem;
    background-color: #e4e4e4;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-header .timer p, .test-header .questions-count p{
    margin: 0;
}
.test-main-container{
    margin: 25px 0;
    border: 2px solid #b0b0b0;
    box-shadow: 1px 1px 6px rgba(0,0,0,.25);
    /* border-radius: 10px; */
    /* outline: 1px solid #1F409B; */
}
.test-question-header{
    display: flex;
    /* padding: 15px 12px; */
    /* align-items: center; */
    /* border-bottom: 2px solid #b0b0b0; */
    background-color: #fff;
}
/* .test-question-header span{
    width: 32px;
    height: 32px;
    background: #1F409B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    margin-right: 18px;
} */
.test-question-header .badage{
    width: 0;
    height: 0;
    border-top: 70px solid #428BCA;
    border-right: 70px solid transparent;
    transform: rotate(180deg);
    border-color: transparent #20419b transparent transparent;
}
.test-question-header .badage .badage-text{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    right: -56px;
    top: -30px;
    white-space: nowrap;
    z-index: 100;
    transform: rotate(180deg);
}
.test-question-header h5{
    margin: 0;
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.3px;
    padding: 15px 12px;
}
.test-question-header h5 img{
    display: block;
    max-width: 100%;
    height: auto;
}
.test-question-options{
    padding: 15px 50px;
    background: #fff;
}
.test-question-options>div, .test-question-options ul li{
    border: 1px solid #aeb4bc;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.test-question-options>div:hover, .test-question-options ul li:hover{
    box-shadow: 0 0 20px #00000014;
}
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    /* margin-bottom: 15px; */
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 160%;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-checkmark {
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #cacaca;
    border-radius: 50%;
}
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}
.radio-container input:checked ~ .radio-checkmark {
    background-color: #2a9418;
}
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}
.radio-container .radio-checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}
.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #ccc;
}
.checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: #1F409B;
}
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}
.checkbox-container .checkbox-checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.test-question-options .btn-option{
    margin-bottom: 15px;
}
.test-question-options .btn-option button{
    background: transparent;
    font-size: 16px;
    border: 1px solid #1F409B;
    border-radius: 0;
    width: 150px;
    color: #1F409B;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border-radius: 50px;
}
.test-question-options .btn-option button:hover{
    background-color: #1F409B;
    color: #fff;
}
.upload-btn-wrapper{
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper .btn{
    border: 2px solid #1F409B;
    color: #1F409B;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.upload-btn-wrapper input[type=file]{
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.upload-btn-wrapper .btn i{
    margin-right: 5px;
}
.test-question-options textarea{
    resize: none;
    border-radius: 0 !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.test-question-options textarea:focus{
    border-color: #1F409B !important;
}
.submit-btn{
    text-align: center;
}
.submit-btn button{
    background: #1F409B !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    border-color: #1F409B !important;
    width: 170px !important;
    outline: none !important;
}
.test-question-options ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.test-question-options ul h6{
    display: inline-block;
    font-size: 15px;
    width: 5%;
    text-align: -webkit-center;
    font-weight: 600;
    text-decoration: underline;
}
.test-question-options ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.test-question-options ul li>span{
    display: block;
    width: 78%;
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
}
.test-question-options ul li select{
    width: 22%;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    background: #f7f7f7;
}
.test-question-options ul li select:focus{
    border-color: #1F409B !important;
}
.test-question-options ul li .radio-container{
    width: 5% !important;
}
.test-question-options ul li .radio-checkmark{
    left: 30% !important;
}
.questions.success {
    border: 2px solid #2a9418;
}
.questions.success .badage{
    border-top: 70px solid #2a9418;
    border-color: transparent #2a9418 transparent transparent;
}
.questions.error {
    border: 2px solid #a21c1c;
}
.questions.error .badage{
    border-top: 70px solid #a21c1c;
    border-color: transparent #a21c1c transparent transparent;
}

.button-container{
    margin: 0 0 15px 0;
    width: 200px;
    height: 40px;
    position: relative;
}
.button-container label, .button-container input{
    background: transparent;
    font-size: 16px;
    border: 1px solid #1F409B;
    border-radius: 0;
    color: #1F409B;
    font-weight: 600;
    letter-spacing: 0.4px;
    outline: none !important;
    border-radius: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.button-container input[type="radio"]{
    opacity: 0.011;
    z-index: 100;
}
.button-container input[type="radio"]:checked + label{
    background: #1F409B;
    color: #fff;
}
.button-container label:hover, .button-container input:hover{
    cursor: pointer !important;
    background: #1F409B !important;
    color: #fff !important;
}
  
/* Login/Register */
.login-div{
    position: relative;
    min-height: 100vh;
    /* display: flex; */
    align-items: center;
    padding-top: 90px;
}

.login-div img{
    max-width: 280px;
    margin-bottom: 50px;
}
.login-div form{
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 15px;
    width: 450px;
    margin: 50px auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.login-div form h1{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #1f409a;
}
.login-div form .form-group{
    
}
.login-div form .form-group label{
    
}
.login-div form .form-group label span{
    color: red;
}
.login-div form .form-group input{
    border-radius: 0 !important;
    height: 38px !important;
    box-shadow: none !important;
    outline: none !important;
}
.login-div form .form-group input:focus{
    border-color: #1f409a !important;
}
.login-div form p{
    font-weight: 600;
}
.login-div form button{
    width: 100%;
    /* height: 40px; */
    font-size: 20px;
    border-radius: 0;
    background: #1f409a !important;
    border-color: #1f409a !important;
    outline: none !important;
}
.login-div form p.error{
    text-align: center !important;
    color: #cb0000 !important;
}
.login-div .content{
    padding: 0 35px;
    margin-bottom: 50px;
}
.login-div .content h2{
    font-family: 'myFontR';
    color: #fff;
    margin: 25px 0;
    line-height: 1.25;
    font-weight: 600;
    font-size: 35px;
}
.login-div .content p{
    font-family: myFontR;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-size: 15px;
}
.login-div .content ol, .login-div .content ul{
    margin: 0 0 20px 0;
}
.login-div .content li{
    font-family: myFontR;
    color: #ffffff;
    font-size: 15px;
}


/* #audioPlaybackDiv{
    display: none;
    margin: 20px 0 15px 0;
} */
.recorder-dot{
    max-width: 30px;
    margin-right: 12px;
    animation-name: flashing-recording-dot;
    -webkit-animation-name: flashing-recording-dot;
    -moz-animation-name: flashing-recording-dot;
    -o-animation-name: flashing-recording-dot;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

/* .time{
    font-size: 25px;
}
#stopButton{
    display: none;
} */

/* The animation code */
@keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes flashing-recording-dot {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.recording-started-div, .video-recording-started-div{
    display: none;
    align-items: center;
    margin: 20px 0;
}

.ql-editor{
    font-size: 20px;
    color: #000;
}

@media only screen and (max-width: 600px) {

    ._flex{
        display: block;
    }
    .sidenav{
        width: 0%;
    }
    .sidenav ul li:last-child{
        display: block;
    }
    .main-section{
        margin-left: 0;
        padding: 20px 10px;
    }
    header .row{
        display: flex;
    }
    header .dropdown{
        display: none;
    }
    header .hamburger{
        display: block;
    }

    .test-header{
        display: block;
        text-align: center;
    }
    .test-header h4{
        font-size: 20px;
        margin: 0 0 16px 0;
        line-height: 1.3;
    }
    .test-header .timer {
        margin: 0 auto;
    }
    .test-question-header{
        display: block;
    }
    .test-question-header h5{
        font-size: 16px;
        padding: 0 12px 15px 15px;
    }
    .test-question-options{
        padding: 15px 30px;
    }
    .test-question-options ul h6{
        width: auto;
    }
    .test-question-options ul li>span{
        width: 68%;
    }
    .test-question-options ul li{
        align-items: unset;
    }
    .test-question-header .badage{
        border-top: 45px solid #428BCA;
        border-right: 45px solid transparent;
        transform: rotate(180deg);
        border-color: transparent #20419b transparent transparent;
    }
    .test-question-header .badage .badage-text{
        font-size: 12px;
        right: -35px;
        top: -24px;
    }
    .assessment-box .assessment-top{
        display: block;
    }
    .assessment-box .assessment-top h2{
        display: flex;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .assessment-box .assessment-top div>i._show{
        float: right;
    }

    .login-div{
        padding-top: 40px;
    }
    .login-div:before{
        width: 100% !important;
    }
    .login-div .content{
        padding: 0;
    }
    .login-div img{
        margin-bottom: 40px;
    }
    .login-div .content h2{
        font-size: 32px;
    }
    .login-div .content p{
        font-size: 14px;
    }
    .login-div form{
        width: auto;
    }
    .login-div form h1{
        font-size: 25px;
    }
    #google_translate_element{
        display: none !important;
    }

}
