.interview-text-side {
    padding: 40px !important;
}

.interview-text-p {
    font-size: 1rem !important;
    line-height: 1.45rem !important;
    font-weight: 300 !important;
    max-height: 300px;
    overflow: auto;
}

.interview-span-highlight {
    font-weight: 300;
    color: #f18024
}

.back-link {
    color: #f18024 !important;
    border-bottom: 1px dashed #f18024;
    padding-left: 15px;
    cursor: pointer;
}

.back-link:hover{
    border-bottom: 1px solid #f18024;
}

.back-link-icon {
    position: absolute;
    left: -5px;
    top: 5px;
}

.span-text-bold {
    font-weight: 400 !important;
}

.passing-interview-side-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.passing-interview-side-img-wrapper {
    min-height: 200px;
}


.rotated-icon{
    transform: rotate(180deg);
    position: absolute;
}

.ul-passing-interview{
    font-size: 1rem;
    font-weight: 300;
}

.badge-passing-interview{
    float: right;
    position: relative;
    top: 12px;
}

.text-16px{
    font-size: 16px;
}

.not-supported-icon{
    height: 50px;
    margin-right: 10px;
}

.attempts-alert{
    position: absolute;
    top: 0;
    right: 0
}

#contact-page-demo-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

@media (max-width: 991px) {
    .attempts-alert{
        top: 200px;
    }
}

@media (max-width: 767px) {
    .interview-text-side {
        padding: 20px !important;
    }

    .passing-interview-side-img-wrapper {
        min-height: 150px;
    }

    .lead {
        font-size: 1.4rem !important;
        font-weight: 400 !important;
    }

    .attempts-alert{
        top: 150px;
        padding: 5px;
    }

}

@media (max-width: 1023px) {
    .passing-interview-card {
        margin-top: 100px !important;
    }
}

.hide {
    display: none;
}

.interview-text-p a{
    color: #f18024;
    text-decoration: underline;
}

.play-video-streaming-video-box, .play-video-streaming-video-box video {
    width: 100%;
}

.intro-video-player, .outro-video-player, .question-video-player, .play-video-streaming-video-box {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: black!important;
    height: 305px!important;
    padding-top: 0!important;
}

@media screen and (max-width: 992px) {
    .intro-video-player, .outro-video-player, .question-video-player, .play-video-streaming-video-box {
        height: 200px!important;
    }
}

@media screen and (max-width: 768px) {
    .intro-video-player, .outro-video-player, .question-video-player, .play-video-streaming-video-box {
        height: 180px!important;
    }
}

@media screen and (max-width: 575px) {
    .intro-video-player, .outro-video-player, .question-video-player, .play-video-streaming-video-box {
        height: 150px!important;
    }
}

.intro-video-player video, .outro-video-player video, .question-video-player video {
    border-radius: 15px;
    background-color: black!important;
    height: 305px;
}

@media screen and (max-width: 992px) {
    .intro-video-player video, .outro-video-player video, .question-video-player video {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .intro-video-player video, .outro-video-player video, .question-video-player video {
        height: 180px;
    }
}

@media screen and (max-width: 575px) {
    .intro-video-player video, .outro-video-player video, .question-video-player video {
        height: 150px;
    }
}

.passing-interview-text-question-input {
    width: 100%;
    resize: none;
}

.passing-interview-text-question-input:focus{
    outline: none;
}

.play-video-main-block {
    margin-bottom: 20px!important;
}