/******************************* Interview Form Password Page *******************************/
.protectedInterviewFormPage {
    display: flex;
    align-items: center;
    height: 95vh;
}

.protectedInterviewFormPageContainer {
    padding: 3vw;
    border: solid 1px aliceblue;
    max-width: 37%;
    border-radius: 1rem;
}

/** For mobile **/
@media (max-width: 767px) {
    .protectedInterviewFormPageContainer {
        max-width: 85%;
        border: none;
    }
}

/******************************* Interview Form *******************************/
.selectedCandidateImg {
    width: 100px !important;
    height: 100px !important;
}

.candidate-selection-card {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.5rem 0rem;
    width: 16%;
}

.candidate-carousel {
    width: 82%;
}

.candidate-carousel .slick-list {
    padding: 10px 30px;
}

.candidate-carousel>div>div>.slick-prev {
    background: url("../../images/white_backward_arrow.png") left top no-repeat !important;
    background-size: 24px 24px !important;
    z-index: 1;
}

.candidate-carousel>div>div>.slick-next {
    background: url("../../images/white_forward_arrow.png") left top no-repeat !important;
    background-size: 24px 24px !important;
    z-index: 1;
}

.candidate-carousel>div>div>.slick-prev:before {
    content: "" !important;
}

.candidate-carousel>div>div>.slick-next:before {
    content: "" !important;
}

.feedback-carousel-img-user-alignment {
    border-radius: 50%;
    margin: 1px;
    padding-bottom: 1px;
    object-fit: cover;
}

.carouselCandidateImg {
    width: 59px;
    height: 59px;
}

.candidate-carousel-card {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 0.5rem !important;
    display: inline-block;
}

.candidate-carousel-card:hover {
    background-color: #165c7d;
    border-color: #3d7087;
    color: #fff;
    border-radius: 8px;
}

.feedbacksubmitbutton {
    margin-left: 80%;
}

.swiper-button-prev {
    left: -0.6rem;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: white;
    font-size: 1.2rem;
}

/** For mobile **/
@media (max-width: 767px) {
    .selectedCandidateImg {
        width: 60px !important;
        height: 60px !important;
    }

    .candidate-selection-card {
        width: 33%;
    }

    .candidate-carousel {
        width: 67%;
    }

    .carouselCandidateImg {
        width: 40px;
        height: 40px;
    }
}