/* ====================== dashboard ====================== */

.main {
    padding-top: 65px;
    font-family: 'Poppins', sans-serif;
    /* background: #C7DAFC; */
    /* background: #95b2e4; */
}

@media (max-width: 600px) {
    .main {
        margin-top: 90px;
    }
}

a {
    text-decoration: none;
}


.hr {
    border: 1px solid #00000040;
    margin: 15px 50px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-type1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    color: #1865F2;
    background-color: #ffffff;
    width: 100%;
    /* box-shadow: 0px 2px 10px #00000033; */
}

.btn-type1:hover {
    color: #ffffff;
    background-color: #1865F2;
}

.btn-type2 {
    font-weight: 500;
    font-size: 16px;
    /*  line-height: 20px;*/
    line-height: 18px;
    border-radius: 5px;
    background-color: #1865F2;
    color: #ffffff;
    border: 1px solid #1865F2;
    width: 100%;
    /* box-shadow: 0px 2px 10px #00000033; */
}

.btn-type2:hover {
    background-color: #ffffff;
    color: #1865F2;
}

.btn-type3 {
    font-weight: 500;
    font-size: 16px;
    /*  line-height: 20px;*/
    line-height: 18px;
    border-radius: 5px;
    color: #1865F2;
    background-color: #ffffff;
    border: 1px solid #1865F2;
    width: 100%;
    /* box-shadow: 0px 2px 10px #00000033; */
}

.btn-type3:hover {
    color: #ffffff;
    background-color: #1865F2;
}

.btn-type4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    color: #21252999;
    background-color: #ffffff;
    border: 1px solid #21252999;
    width: 100%;
}

.btn-type4:hover {
    color: #ffffff;
    background-color: #21252999;
}


.sub-main {
    background: #ffffff;
    box-shadow: 1px 4px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 40px;
    padding: 20px 0;
}

.heading-2 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}


@media (max-width:450px) {
    .sub-main {
        background: #ffffff;
        box-shadow: none;
        border-radius: 10px;
        margin: 0 10px;
        padding: 20px 0;
    }
}

.live-stream {
    padding: 0px 25px;
}

.candidate-details {
    padding: 0px 25px;
}

@media (max-width:600px) {
    .candidate-details {
        margin-top: 25px !important;
    }
}

@media (max-width:450px) {
    .live-stream .heading-2 {
        text-align: center;
    }

    .live-stream {
        padding: 0px 15px;
    }

    .candidate-details {
        padding: 0 15px !important;
    }

    .candidate-details .heading-2 {
        text-align: center;
    }
}


.candidate-details form {
    background: #ffffff;
    box-shadow: 0px 1px 10px #00000026;
    border-radius: 10px;
    padding: 20px;
}

@media (max-width: 450px) {
    .candidate-details form {
        background: #ffffff;
        box-shadow: none;
        border-radius: 10px;
        padding: 10px 15px;
    }
}

.form-control {
    font-size: 0.9rem !important;
}
.form-label {
    margin: 0 !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

input[type=time]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=time]:focus::-webkit-datetime-edit {
    color: black !important;
}

label {
    font-weight: 400;
    font-size: 14px;
    color: #21252999;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}


/* why futuremug */
.why ul {
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
}

@media (max-width: 450px) {
    .why ul {
        display: flex;
        flex-direction: column;
    }
}

.why .nav-link {
    font-size: 16px;
    height: 100%;
    font-weight: 500;
    color: #000000b9;
    border: none;
    border-bottom: 2px solid #00000026;
    z-index: 5;
}

.why .nav-link:hover {
    border: none;
    color: #1865F2;
    border-bottom: 2px solid #00000026;
}

.why .nav-link.active {
    border: none;
    border-bottom: 2px solid #1865F2;
    color: #1865F2;
}


.why .tab-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    text-align: justify;
}

.why .tab-content .question-span {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #1865F2;
}

.why .tab-content .question {
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.heading-7 {
    font-weight: 500;
    font-size: 18px;
    color: #21252999;
}

.question-area {
    background: #F5F5F5;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 20px 2px 20px;
    box-shadow: 0px -1px 10px #00000026;
    margin-top: 15px;
}

.question-1 {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.answer-area {
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 20px 5px 20px;
    box-shadow: 0px 1px 10px #00000026;
}

.correct-answer {
    font-weight: 400;
    font-size: 14px;
    color: #30C9AA;
}

.wrong-answer {
    font-weight: 400;
    font-size: 14px;
    color: #EC3C24;
}

.answer {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.excellent-good {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 40px;
    position: sticky;
    z-index: 1;
    top: 45px;
}

@media (max-width: 992px) {
    .excellent-good {
        position: relative;
        z-index: 0;
    }
}
@media (max-width: 450px) {
    .excellent-good {
        padding: 20px 15px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }

}

/* @media (max-width: 1107px) {
  .excellent-good {
    top: 90px;
  }
} */
/* @media (max-width: 684px) {
  .excellent-good {
    top: 135px;
  }
}
@media (max-width: 494px) {
  .excellent-good {
    top: 180px;
  }
}
@media (max-width: 478px) {
  .excellent-good {
    top: 225px;
  }
}
@media (max-width: 435px) {
  .excellent-good {
    top: 270px;
  }
} */

.excellent-good h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
}

.excellent-good .excellent {
    border-bottom: 4px solid #5DBD0E;
}

.excellent-good .good {
    border-bottom: 4px solid #5285FF;
}

.excellent-good .satisfactory {
    border-bottom: 4px solid #F68206;
}

.excellent-good .need_improve {
    border-bottom: 4px solid #F8CC0E;
}

.excellent-good .unsatisfactory {
    border-bottom: 4px solid #D73E26;
}

.report_summary,
.behavioural_skill, .ai_summary {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #00000026;
    border-radius: 10px;
    padding: 30px 40px;
}

.ai_summary ul li{
    font-size: 18px;
    line-height: 34px;
}

.overall_report {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #00000026;
    border-radius: 10px;
    padding: 50px 30px;
}

.data_points {
  height: 345px;
  overflow: hidden;
}

.mrDP{
    font-size: 18px;
}

@media (max-width: 450px) {
    .overall_report {
        padding: 20px 0px;
        box-shadow: none;
    }
}

.coding_skills,
.screenshot {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #00000026;
    border-radius: 10px;
    padding: 35px 60px;
}

@media (max-width: 450px) {

    .coding_skills,
    .screenshot {
        background: #FFFFFF;
        box-shadow: 0px 1px 10px #00000026;
        border-radius: 10px;
        padding: 35px 15px;
    }
}

.inner_div {
    background: #FFFFFF;
    box-shadow: 0px 1.24413px 12.4413px #0000001a;
    border-radius: 18.662px;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.inner_div h4, .ai_summary h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
}

.inner_div p {
    font-weight: 400;
    font-size: 18px;
    color: #767676 !important;
}

.inner_div span {
    font-weight: 400;
    font-size: 18px;
    color: #5385FF;
}

.inner_div .fa-star {
    font-size: 24px;
    color: #5385FF;
}

.chart-label {
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.label-box1 {
    width: 25px;
    height: 25px;
    background: #3B82F6;
    box-shadow: 0px 1px 5px #00000026;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
}

.label-box2 {
    width: 25px;
    height: 25px;
    background: #80B7FB;
    box-shadow: 0px 1px 5px #00000026;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
}

.label-box3 {
    width: 25px;
    height: 25px;
    background: #B3D6FE;
    box-shadow: 0px 1px 5px #00000026;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
}


.behavioural-data h4,
.technical-mandatory-data h4,
.technical-optional-data h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 40px;
}


.behavioural-data .box {
    border: 1px solid #3B82F6;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
}



.technical-mandatory-data .box {
    border: 1px solid #80B7FB;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
}

.technical-optional-data .box {
    border: 1px solid #B3D6FE;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 10px;
}

.behavioural-data h6,
.technical-mandatory-data h6,
.technical-optional-data h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    display: flex;
    align-items: center;
}

.behavioural-data span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background-color: #3B82F6;
    border-radius: 8px;
    padding: 5px;
    height: fit-content;
}

.technical-mandatory-data span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background-color: #80B7FB;
    border-radius: 8px;
    padding: 5px;
    height: fit-content;
}

.technical-optional-data span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    background-color: #B3D6FE;
    border-radius: 8px;
    padding: 5px;
    height: fit-content;
}

.behavioural-data {
    position: relative;
    border: 1px solid #3B82F6;
    border-radius: 5px;
    padding: 20px 10px 5px 10px;
}

.technical-mandatory-data {
    position: relative;
    border: 1px solid #80B7FB;
    border-radius: 5px;
    padding: 20px 10px 5px 10px;
}

.technical-optional-data {
    position: relative;
    border: 1px solid #B3D6FE;
    border-radius: 5px;
    padding: 20px 10px 5px 10px;
}
.behavioural-data .details {
    position: relative;
    overflow-y: hidden;
    /*  height: 200px;*/
    height: 150px;
}
.technical-mandatory-data .details {
    position: relative;
    overflow-y: hidden;
    /*  height: 200px;*/
    height: 150px;
}
.technical-optional-data .details {
    position: relative;
    overflow-y: hidden;
    /*  height: 200px;*/
    height: 150px;
}

.behavioural-data::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    background-image: url("../images/behavioural.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.technical-mandatory-data::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    background-image: url("../images/technical-mandatory.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.technical-optional-data::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    background-image: url("../images/technical-optional.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.technical-mandatory,
.technical-optional {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #00000026;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    margin-top: 10px;
    position: sticky;
    top: 157.5px;
    z-index: 1;
}

@media (max-width: 992px) {

    .technical-mandatory,
    .technical-optional {
        top: 95px;
        z-index: 0;
    }
}

.technical-mandatory h3,
.technical-optional h3 {
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}


.technical-mandatory-content,
.technical-optional-content {
    padding: 10px 20px;
}

.accordion-item {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px #0000001a;
    border-radius: 15px !important;
    margin-top: 10px;
}

.accordion-header {
    position: relative;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    text-align: left;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    background-color: #ffffff !important;
    border-radius: 15px 15px 0 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #0000001a;
}

.accordion-button {
    position: relative;
    align-items: center;
    width: 100%;
    text-align: left;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    overflow-anchor: none;
    background-color: #ffffff !important;
    border-radius: 15px 15px 0 0 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.progress {
    height: 5px;
    width: 60%;
}

.progress-bar {
    background-color: #5DBD0E;
}

.progress-value {
    color: #5DBD0E;
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    transform: rotate(0deg) !important;
}

.accordion-button.active::after {
    transform: rotate(-180deg) !important;
}

.accordion-header h2 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
}

.accordion-body {
    max-height: 70px;
    overflow: hidden;
}

.accordion-body ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.accordion {
    position: relative;
    z-index: 0;
}

.why .tab-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-align: left;
}

.scrst-1{
    max-width: 300px;
}