.ui-datepicker-current {
    display: none;
}

.ml-2 {
    margin-left: -10px;
}

.winpr-55 {
    width: 55% !important;
}

.winpr-18 {
    width: 17.5% !important;
}

input[type=radio] {
    margin: -4px 7px 0 !important;
    margin-top: 1px 9px;
    line-height: normal;
}

input[type=checkbox] {
    margin: 0px 9px 0 !important;
    margin-top: 1px 9px;
    line-height: normal;
}

.modal-backdrop {
    z-index: -1;
}

.underline-title {
    border-bottom: 2px solid #777;
    padding-bottom: 10px;
}

.side-padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.input_class {
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
    margin: 5px 0;

}

.control-label {
    font-weight: normal;
    font-size: 13px;
}

.modal-backdrop {
    height: 100%;
}

.start_test_note {
    font-size: 12px;
}

.input_class:focus {
    border-bottom: 2px solid #5cb85c;
}

.intl-tel-input {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#webcamErrorMsg {
    text-align: center;
}

#webcamErrorImage {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#face-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    width: 162px;
    height: 128px;
}

#idcard-placeholder {
    position: absolute;
    top: 3px;
    left: 17px;
    width: 167px;
    height: 122px;
}

.current-step {
    background-color: #25c7f7;
}

.two-step-process:before {
    width: 66%;
    margin-left: 16%;
}

.three-step-process:before {
    width: 66%;
    margin-left: 16%;
}

.four-step-process:before {
    width: 75%;
    margin-left: 13%;
}

#profilePhotoVideo,
#studentIDVideo {
    transform: scaleX(-1);
}

@keyframes blink {
    0% {
        opacity: 1; /* Fully visible */
    }
    25% {
        opacity: 0; /* Fully transparent */
    }
    50% {
        opacity: 1; /* Fully visible */
    }
    75% {
        opacity: 0; /* Fully transparent */
    }
    100% {
        opacity: 1; /* Fully visible */
    }
}

.blink-text {
    animation: blink 2s linear 1; /* Blink twice in 2 seconds */
}
/*AC-4861 - Add scroll bar in student details confirmation pop up - BGU - 28-Nov-2023*/
.modal.test-form-syscheck {
    overflow: auto;
}
.modal.test-form-syscheck div.modal-content {
    margin-top: -20px;
    max-height: 95vh;
    overflow-y: auto;
}