@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Barlow', sans-serif;
}
body{
    background-color: #fff !important;
}
.intro_video_section .intro_video_header {
    margin-bottom: 40px;
}
.intro_video_section h2{
    font-size: 28px;
    font-weight: 600;
    color: #222222;
}
.intro_video_section .intro_video_header p{
    font-size: 16px;
    color: #FF4949;
}
.intro_video_section .intro_video_header h1{
    font-size: 33px;
    color: #3E3E3E;
    font-weight: 400;
}
.intro_video_section .intro_video_data{
    background-color: #ECECEC;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}
.intro_video_section .intro_video_data h2{
    margin-bottom: 10px;
}
/* .intro_video_section .intro_video_data .question_div,
.intro_video_section .intro_video_data .answer_div{
    height: 100%;
} */
.intro_video_section .intro_video_data .question_div video,
.intro_video_section .intro_video_data .answer_div .answer_video_box video{
    border-radius: 12px;
    /* max-height: 385px;
    height: 385px;
    min-height: 385px; */
}
.intro_video_section .intro_video_data .question_div div,
.intro_video_section .intro_video_data .answer_div .answer_video_box{
    /* height: calc(100% - 57px); */
    margin-bottom: 20px;
    border-radius: 12px;
    max-height: 385px;
    height: 385px;
    min-height: 385px;
}
.intro_video_section .intro_video_data .question_div .reload_video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004F;
    border-radius: 12px;
    display: flex;
    height: 100%;
}
.intro_video_section .intro_video_data .question_div .reload_video img{
    margin: auto;
}
.intro_video_section .intro_video_data .answer_div .answer_video_box video{
    background-color: #DCDCDC;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue_btn{
    background-color: #203874 !important;
    color: #fff !important;
    font-size: 19px !important;
    border-radius: 8px !important;
    border-color: #203874 !important;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 14px 22px !important;
    line-height: 22px !important;
    border: 0 !important;
}
.yellow_btn{
    background-color: #edc549;
    color: #fff;
    font-size: 19px;
    border-radius: 8px;
    border-color: #edc549;
    box-shadow: none;
    outline: 0;
    padding: 14px 22px;
    line-height: 22px;
    border: 0;
}
.intro_video_section .intro_video_btn_div button{
    padding: 9px 17px !important;
    font-weight: 600 !important;
    width: auto;
    border-radius: 12px !important;
}
.intro_video_section .intro_video_btn_div button img{
    width: 24px;
    height: 24px;
}
.intro_video_section .intro_video_btn_div .dlt_btn{
    color: #FF4949;
    border: 1px solid #FF4949;
    box-shadow: none;
    outline: 0;
    background-color: #fff;
    font-size: 19px;
    margin-left: 24px;
    line-height: 22px;
}
.question_black_box:before, .answer_black_box:before {
    content: '';
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    background: #000;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}
.question_black_box .black_box_txt, .answer_black_box .black_box_txt{
    z-index: 1;
    position: absolute;
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    font-weight: 600;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
}
.answer_video_box .answer_audio_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.disabled{
    opacity: 0.5 !important;
    pointer-events: none;
}
.text-blue,.text-blue:hover{
    color: #2980B9;
}
#recordModal .modal-body{
    max-height: 75vh;
    overflow: auto;
}
#recordModal .modal-footer .btn-danger{
    border-color: #d76161 !important;
    background-color: #d76161 !important;
}
.starting-recording-btn-js {
    /* height: 50px; */
    display: flex;
}
.question_record{
    font-size: 18px;
    font-weight: 500;
    /* min-height: 63px; */
    min-height: 75px;
    display: flex;
    align-items: flex-end;
}
.answer_div .record-attempt{
    font-size: 17px;
}
.answer_div .record-attempt b{
    font-weight: 700 !important;
}
.answer_record_attempt{
    min-height: 77px;
    height: 100%;
}
.answer-box-text-bottom{
   display: flex;
   flex-direction: column;

}
.text-red{
    color: red;
}
.text-yellow{
    color: #edc549;
}
.text-blue{
    color: #203874;
}
.text-green{
    color: green;
}
.swal2-confirm.btn-primary-blue, .swal2-confirm.btn-primary-blue:hover, .swal2-confirm.btn-primary-blue:active, .swal2-confirm.btn-primary-blue:focus {
    background-color: #2980B9 !important;
    color: #fff !important;
    border-color: #2980B9 !important;
    padding: 8px 10px;
}
.btn-primary-blue:hover{
    box-shadow: 0 8px 25px -8px #2980B9 !important;
}
.ripple_icon{
    background-color: #ff414d;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}
.ripple_icon:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    /* z-index: -1; */
    animation: ripple 1.5s ease-out infinite;
    animation-delay: 0.2s;
    top: 0;
    left: 0;
}
/* video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    pointer-events: none;
    opacity: 0;
} */
 .yellow-color{
    color: #FFFF00;
 }
#cameraAccessModal {
    color: #0F4761 !important;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}
#cameraAccessModal .modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 529px;
    text-align: center;
    z-index: 101; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cameraAccessModal body.modal-open .blur-background {
    filter: blur(5px);
}
#cameraAccessModal body.modal-open {
    overflow: hidden;
}
#cameraAccessModal.modal .modal-header {
    background-color: transparent !important;
    padding: 0;
}
#cameraAccessModal .btn-close
{
    position: absolute;
    right: 15px;
    top: 0;
}
.overflow-y{
    overflow-y: hidden;
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* 22-1-25 */
.question_required{
    font-size: 22px;
}

.custom-swal-popup .swal2-icon.swal2-warning {
    border-color: #203874 !important;
    color: #203874 !important;
}

.loaderadd {
    background-size: 15%;
    background-position: center;
    top: -50px;
    bottom: 0;
    transition: none;
    transform: none;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    background-image: url(/app-assets/images/image/loader.gif);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: rgb(255 255 255 / 80%);
}
.loader-section{
    opacity: 0.5;
    z-index: -1;
    position: relative;
}
.loading-text{
    text-align: center;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 70px; */
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 50px;
}
.swal-otp-popup-custom{
    width: 40% !important;
}
.not_refresh_main .not_refresh{
    font-size: 18px;
    font-weight: 500;
    color: #6E6B7B;
    background-color: #FFFF00;
}

.not_refresh_main {
    min-height: 55px;
}

.answer_record_attempt{
    min-height: 0 !important;
}

button.swal2-confirm.blue_btn.swal2-styled {
    padding: 9px 17px !important;
}

.f-w-600 {
    font-weight: 600;
}
.text-dark-black {
    color: #222222;
}

#recordModal #livePreview {
    height: 46%;
    width: 60% !important;
}
@media(max-width: 1440px){
    #recordModal .modal-body{
        overflow-y: hidden;
        padding-top: 0 !important;
        max-height: 78vh;
    }
    #recordModal .modal-dialog.modal-lg{
        max-width:50%;

    }
    #recordModal {
        height: calc(100% - 0px);
        margin: 0 auto;
    }
    #recordModal #livePreview {
        height: 34%;
        width: 60% !important;
    }
    #recordModal .modal-footer {
        padding: 3px !important;
    }
}
@media(max-width: 1439px){
    .answer_div .record-attempt {
        font-size: 14px;
    }
}
@media(max-width: 1200px){
    .intro_video_section .intro_video_header h1{
        font-size: 26px;
    }
    .intro_video_section h2{
        font-size: 22px;
    }
    .answer_div .record-attempt {
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    #recordModal .modal-body{
        overflow-y: scroll;
    }
    #recordModal .modal-dialog.modal-lg{
        max-width:60%;
        margin: 20px auto;
    }
    #recordModal {
        height: auto;
        margin: 0 auto;
    }
    #recordModal #livePreview {
        height: auto;
        width: 100% !important;
    }
    #recordModal .modal-footer {
        padding: auto ;
    }
}
@media(max-width: 1439px){
    .answer_div .record-attempt {
        font-size: 14px;
    }
}

@media(max-width:767px){
    .intro_video_section .intro_video_header div {
        flex-direction: column;
        gap: 20px;
    }
    .intro_video_section .intro_video_header h2,
    .intro_video_section .intro_video_header p{
        text-align: center;
    }
    .intro_video_section .intro_video_header h1{
        font-size: 20px;
    }
    .intro_video_section h2 {
        font-size: 18px;
    }
    .intro_video_section .intro_video_data div{
        padding: 0;
    }
    .intro_video_section .intro_video_data .answer_div div{
        min-height: 370px;
    }
    .blue_btn, .intro_video_section .intro_video_btn_div .dlt_btn, .intro_video_section .intro_video_btn_div button{
        padding: 6px 12px;
        font-size: 14px;
    }
    .intro_video_section .intro_video_data{
        padding: 12px;
    }
    .intro_video_section .intro_video_btn_div button img{
        width: 18px;
        height: 18px;
    }
    .intro_video_section .intro_video_btn_div .dlt_btn{
        margin-left: 12px;
    }
    .intro_video_section .container{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .intro_video_section .container .row{
        margin-left: 0;
        margin-right: 0;
    }
    .intro_video_section .intro_video_header img{
        width: 175px;
    }
}