﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    overflow-x: hidden!important;
    overflow-y: auto!important;
    font-family: Roboto;
}

.tests-username {
    color: #1A6B51;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    letter-spacing: 0.15px;
}

.tests-header {
    background: #F5FBF5;
    display: flex;
    height: 76px;
    padding: 12px 12px 16px 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.tests-header-divider {
    width: 0.5px;
    height: 40px;
    background: #1A6B51;
    display: flex;
    height: 40px;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
}

.tests-header-close {
    padding: 8px;
}

.test-name-counter-row {
    padding-bottom: 24px;
}

.tests-testname {
    color: #171D1A;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.bridge-tests-main-text {
    color: #1A6B51;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}

.bridge-tests-secondary-text {
    color: #171D1A;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
}

.bridge-tests-row-key {
    padding: 1px 8px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    height: 88px;
    flex-direction: column;
    display: flex;
}

.tests-counter {
    border-radius: 12px !important;
    background: #F3F3F3;
    color: #171D1A;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.5px;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 20px;
}

.tests-content {
    display: flex;
    padding: 24px 24px 0px 24px;
    flex-direction: column;
    /*align-items: center;*/
    gap: 16px;
    align-self: stretch;
}

.tests-header-instructions {
    color: #171D1A;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}

.bridge360-feedback-text {
    color: #1A6B51;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.15px;
}

.bridge360-feeback-text-aligment {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
}

.tests-question-text {
    color: #171D1A;
    font-family: Roboto;
    /*font-size: 14px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.tests-scale-text {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
    color: #404944;
}

.tests-scale-circle {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 4px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50% !important;
    border: 1px solid #1A6B5;
    background: #1A6B51;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}

.tests-row-header-key {
    border-top: 1px solid rgba(112, 121, 116, 0.20);
    background: #FFF;
    display: flex;
    padding: 16px 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    height: 88px;
}

.tests-row-header-value {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-top: 1px solid rgba(112, 121, 116, 0.20);
    border-left: 1px solid rgba(112, 121, 116, 0.20);
    background: #FFF;
}

.tests-row-key {
    /*padding: 14px 8px;*/
    align-items: center!important;
    align-self: stretch;
    display:flex!important;
    height:52px;
}

.bridge-tests-row-value {
    display: flex;
    padding: 4px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    /* border-top: 1px solid rgba(112, 121, 116, 0.20); */
    /* border-bottom: 1px solid rgba(112, 121, 116, 0.20); */
    border-left: 1px solid rgba(112, 121, 116, 0.20);
}

    .bridge-tests-row-value tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
    }

    .bridge-tests-row-value td {
        display: flex;
        height: 60px;
        width: 60px;
        align-items: center;
        justify-content:center;
    }

        .bridge-tests-row-value td:hover {
            border-radius: 8px !important;
            background: #ECF2ED;
        }

.tests-row-value {
    display: flex;
    padding: 4px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    /* border-top: 1px solid rgba(112, 121, 116, 0.20); */
    /* border-bottom: 1px solid rgba(112, 121, 116, 0.20); */
    border-left: 1px solid rgba(112, 121, 116, 0.20);
}

    .tests-row-value tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
    }

    .tests-row-value td {
        display: flex;
        height: 40px;
        align-items: center;
    }

    .tests-row-value td:hover {
        border-radius: 8px !important;
        background: #ECF2ED;
    }

    .tests-ipsative-most-col td:hover {
        border-radius: 8px !important;
        background: #ECF2ED;
    }

.tests-row-normative {
    border-bottom: 1px solid rgba(112, 121, 116, 0.20);
}

.tests-ipsative-least-col-header {
    background: #E4EAE4;
    color: #404944;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

.tests-ipsative-least-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E4EAE4;
}

.tests-ipsative-least-col td {
    padding: 16.8px 24px;
}

.tests-ipsative-most-col-header {
    background: #ECF2ED;
    text-transform: uppercase;
}

.tests-ipsative-most-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ECF2ED;
}

.tests-ipsative-most-col td {
    padding: 16.8px 24px;
}

.tests-buttons-row {
    padding-top: 18px;
    padding-bottom: 18px;
}

.tests-buttons-row-abitliy {
    padding-top: 0px!important;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
}

.question {
    display: flex;
    padding: 0px 8px;
    position: relative;
    flex-direction: column;
    width: fit-content;
    height: auto;
    border-radius: 8px !important;
    border-color: #ECF2ED;
    border-style: solid;
    overflow: hidden;
    background-color: transparent;
}
.question-header {
    position: absolute;
    top: 0;
    padding-top: 0.5rem;
    margin-left: 0.5rem;
    color: #1A6B51;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.even {
    border-bottom: 1px solid rgba(112, 121, 116, 0.20);
}

.odd {
    border-bottom: 1px solid rgba(112, 121, 116, 0.20);
}

.tests-desktop-only {
    display: block;
}

.tests-logo {
    width: 102px;
    height: 40px;
    aspect-ratio: 51/20;
}

.tests-mobile-only {
    display: none;
}

.minst-radio {
    height: 40px;
    width: 40px;
    display: flex;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.minst-radio:hover {
    background: #D7E1DA;
    border-radius: 8px !important;
}

.most-radio {
    height: 40px;
    width: 40px;
    display: flex;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.most-radio:hover {
    background: #D7E1DA;
    border-radius: 8px !important;
}

.responsive-radio label {
    display: none !important;
    color: #404944;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.5px;
}

.responsive-radio input[type="radio"], .minst-radio input[type="radio"], .most-radio input[type="radio"] {
    margin: 0 12px;
    -ms-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}


.answer-list-radio {
    height: 40px;
    width: 40px;
    display: flex;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .answer-list-radio:hover {
        background: #D7E1DA;
        border-radius: 8px !important;
    }

.answer-list input[type="radio"] {
    -ms-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}

#ctl00_cphMainWindow_framePopup {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 12px !important;
}


#ctl00_cphMainWindow_framePopupHelp, #ctl00_cphMainWindow_CareerIpsative1_framePopupHelp, #ctl00_cphMainWindow_CareerNormative1_framePopupHelp, #ctl00_cphMainWindow_CareerMBONormative1_framePopupHelp, #ctl00_cphMainWindow_ThreeSixtyQuestions1_framePopupHelp {
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
    border-radius: 12px !important;
}

.md3-button.has-icon:not(.keep-fullsize) .md3-button-text {
    display: block !important;
}

.info-box-red {
    padding: 8px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px !important;
    background: #FFDAD6;
    color: #904A45!important;
    text-align: left;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.5px;
}

.question-error .bridge-tests-main-text {
    color: #904A45!important; /* Red color for the question text */
}

.question-error .bridge-tests-main-text::after {
    content: " *"; /* Ensures an asterisk is visible on error */
}

.info-box-green {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px !important;
    background: #E9EFEA;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}

.info-box-blue {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px !important;
    display: none;
    background: #EAF2F6;
    margin-bottom: 1rem
}

    .info-box-blue .info-header {
        color: #3F6375;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.15px;
    }

    .info-box-blue .info-content {
        color: #171D1A;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.25px;
    }

.tests-row-ipsative {
    border-bottom: 1px solid rgba(112, 121, 116, 0.20);
}

.tests-row-ipsative-values {
    height: 100%;
}

/* iOS START iframe viewport fixes */
.ModalPopupBG.ios-fix {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.popupSurvey.ios-fix {
    position: relative !important;
    max-height: 90vh !important;
    max-width: 95vw !important;
}
/* iOS END */

@media (max-width: 568px) {

    .bridge-tests-main-text{

    }

    .bridge-tests-secondary-text{
        padding-top:0.5rem;
        padding-bottom: 0.5rem;
    }

    .bridge-tests-row-value td {
        height: unset !important;
        width: unset !important;
    }

    .bridge-tests-row-key {
        height: 100px!important;
    }


    .tests-logo {
        width: 75.7px;
        height: 29.686px;
        aspect-ratio: 75.70/29.69;
    }

    .tests-content {
        padding: 24px 24px 80px 24px;
    }

    .tests-row-ipsative {
        
    }

    .tests-counter {
        margin-left: 0.6rem;
    }

    .info-box-blue {
        display: block;
    }

    .even {
        border: 0;
        background: #F9F9F9;
    }

    .odd {
        border: 0;
    }

    .tests-row-header-value {
        padding: 16px 18px;
    }

    .tests-row-normative {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(112, 121, 116, 0.20);
    }

    .tests-row-value {
        border-left: 0;
        padding-top: 10px;
        padding-left: 20px;
    }

    .tests-row-header-key {
        border-top: 0;
        height: 34px;
        border-bottom: 0;
    }

    .tests-row-header-value {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;

    }

    .tests-row-key {
        height: 56px;
        padding: 10px 8px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start!important;
        gap: 4px;
        align-self: stretch;
        line-height: 1.3rem;
    }


    #ctl00_cphMainWindow_framePopup {
        max-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        border-radius: 0!important;
    }

    #ctl00_cphMainWindow_framePopupHelp, #ctl00_cphMainWindow_CareerIpsative1_framePopupHelp, #ctl00_cphMainWindow_CareerNormative1_framePopupHelp, #ctl00_cphMainWindow_CareerMBONormative1_framePopupHelp, #ctl00_cphMainWindow_ThreeSixtyQuestions1_framePopupHelp {
        max-width: 100%;
        min-height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        border-radius: 0 !important;
    }

    .responsive-radio input[type="radio"], .minst-radio input[type="radio"], .most-radio input[type="radio"] {
        margin: 0 0;
        -ms-transform: scale(2.1);
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
    }

    .responsive-radio td {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .responsive-radio input {
        order: 1 !important;
    }

    .responsive-radio label {
        order: 2 !important;
        display: block !important;
        margin-top: 10px;
    }

    .full-w-mobile {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .full-w-mobile .md3-button {
        width: 100%;
    }

    .tests-desktop-only {
        display: none;
    }

    .tests-mobile-only {
        display: block;
    }

    .tests-ipsative-least-col-header {
        background: white;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
    }

    .tests-ipsative-most-col-header {
        background: white;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
    }
    
}



.progress-component {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    background: #1A6B51;
}

/* Styles for the title */
.component-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}

/* The green progress bar */
.progress-bar-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1A6B51;
    color: white;
    width: 100%;
    box-sizing: border-box;
}

/* Container for all the steps */
.progress-steps {
    margin-right: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}

    /* The connecting line */
    .progress-steps::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 22px;
        right: 22px;
        height: 1px;
        background-color: #FFF;
        transform: translateY(-50%);
        z-index: 1;
    }

/* Individual Step Item */
.step-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: 0 3px;
    box-sizing: border-box;
}

    /* Styles for the anchor tag inside steps */
    .step-item a {
        color: inherit; /* Inherits color (white or green) from parent */
        text-decoration: none; /* Removes the default underline */
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 50%; /* Ensures the clickable area is circular */
    }


    /* Step states */
    .step-item.todo {
        border: 1px solid white;
        background-color: #1A6B51;
    }

    .step-item.completed {
        background-color: white;
        color: #1a5340;
        border: none;
    }

    .step-item.current {
        background-color: white;
        color: #1a5340;
        border: 3px solid white;
    }

/* Timer on the right */
.timer {
    background-color: white;
    border-radius: 16px!important;
    background: #FFF;
    white-space: nowrap;
    display: flex;
    padding: 1px 7px;
    align-items: center;
    gap: 2px;
    color: #1A6B51;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.4px;
}

.timer img {
    padding-bottom: 0.125rem;
}

.answer-list {
    list-style: none;
    padding: 0;
    padding-top: 1rem;
    margin: 0;
}

.question-image img {
    margin-top: 1.5rem;
}

    .answer-list li {
        margin-bottom: 5px;
        display: flex;
        align-items: flex-start;
    }

.answer-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.question-example {
    height: 400px;
    overflow: hidden;
}
