.career-test-page {
    margin-bottom: 10px;
}

.career-test-page-container {
    margin-bottom: 100px;
}

.career-test-main-container {
    margin-bottom: 10px;
    margin-top: 70px;
}

.job-test-divider {
    height: 0;
    border-top: 1px solid #ECEFF3;
    width: 100%;
}

.--job-test-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.--job-test-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.--job-test-double-vertical {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.job-test-start-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -50px;

}

.job-test-start-header h1 {
    color: #0D0D12;
    text-align: center;
    font-feature-settings: 'ss01' on, 'cv10' on;
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.44px;
    font-family: 'ClashGrotesk-medium';
}

.job-test-start-header p {
    width: 100%;
    max-width: 70%;
    color: #36394A;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
}

.job-test-start-percent-progress-save {
    padding: 20px 0 50px 0;
    width: 81%;
}

.job-test-start-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    height: 6px;
    position: relative;
}

.career-test-progress-save-container {
    margin: 0 370px;
    padding: 0 12px;
}

.career-test-navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}

.career-test-progress-save-wrapper {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.job-test-start-progress-bar {
    height: 6px;
    flex: 1 0 0;
    border-radius: 40px;
    background: #F6F8FA;
    margin-top: 10px;
    transition: width 0.3s ease, background 0.3s ease;
}

.career-test-save-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -70px;
    float: right;
}

.job-test-start-percent {
    color: #666D80;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    bottom: 15px;
}

.btnLink-wIcon {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 12px 16px;
    border-radius: 62px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(18, 55, 105, 0.08), 0 1px 2px 0 rgba(164, 172, 185, 0.24);
    transition: 300ms;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D12;
}

.btnLink-wIcon i {
    font-size: 18px;
}

.btnLink-wIcon:hover {
    text-decoration: none;
    color: #00a0df;
    box-shadow: 0 0 0 1px #00a0df, 0 1px 2px 0 #00a0df;
}

.job-career-test-question {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 40px 0 40px 0;
    flex-direction: column;
    width: 100%;
}

.job-career-test-question h3 {
    color: #36394A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    flex: 1 0 0;
}

.double-vertical-size {
    min-width: 265px;
    width: 100%;
    padding: 8px 8px
}

.job-test-option-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F8FA;
    border-radius: 55px;
    color: #36394A;
    cursor: pointer;
    min-height: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: background-color 0.3s ease;
}

.job-test-option-label:hover {
    background-color: #D1F0F9;
}

.job-test-option-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.job-test-option-input:checked + .job-test-option-label {
    background-color: rgba(51, 207, 255, 0.7);
}

.--job-test-double-vertical .job-test-option-size {
    min-width: 265px;
    width: 100%;
    padding: 8px 8px
}

.--job-test-horizontal .job-test-option-size {
    padding: 8px 8px;
    min-width: 95px;
    width: 100%;
}

.--job-test-vertical .job-test-option-size {
    min-width: 555px;
    width: 100%;
    padding: 8px;
}

.career-test-back-forth-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 16px;
    margin-top: 4rem;
}

.career-test-back-forth-btn i {
    font-size: 20px;
}

.career-test-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px 8px 10px;
    border-radius: 62px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(18, 55, 105, 0.08), 0 1px 2px 0 rgba(164, 172, 185, 0.24);
    transition: 300ms;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D12;
    border: none;
}

.career-test-back-btn:hover {
    text-decoration: none;
    color: #00a0df;
    box-shadow: 0 0 0 1px #00a0df, 0 1px 2px 0 #00a0df;
}

.career-test-forth-btn {
    display: flex;
    padding: 8px 10px 8px 15px;
    gap: 4px;
    border-radius: 62px;
    background: #00B7FD;
    box-shadow: 0 0 0 1px #00B7FD, 0 1px 2px 0 #137CA5;
    color: #fff;
    transition: 300ms;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    border: none;
    cursor: pointer;
}

.career-test-forth-btn:hover {
    text-decoration: none;
    color: #fff;
}

.career-test-forth-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 100%, #00B7FD);
    opacity: 0;
    transition: all 300ms ease-in-out;
    border-radius: 62px;
    box-shadow: 0 0 0 1px #00B7FD, 0 1px 2px 0 #137CA5;
}


.career-test-forth-btn:hover::after {
    opacity: 1;
}

.career-test-back-btn:focus,
.career-test-forth-btn:focus {
    outline: none;
}

/*#saveProgressBtn {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 0;*/
/*    left: 80%;*/
/*    width: 100%;*/
/*    max-width: 17%*/
/*}*/

.career-test-forth-btn-disabled {
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 62px;
    border: none;
    background: #808080;
    box-shadow: 0 1px 2px 0 #666D80, 0 0 0 1px #808080;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

.career-test-forth-btn-disabled::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 100%, #00B7FD);
    opacity: 0;
    transition: all 300ms ease-in-out;
    border-radius: 62px;
    box-shadow: 0 0 0 1px #00B7FD, 0 1px 2px 0 #137CA5;
}

.career-test-forth-btn-disabled:hover::after {
    opacity: 1;
}

.career-test-red-warning-test-result {
    color: #DF1C41;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-align: center;
    justify-content: center;
    margin-top: 16px;
}

.career-test-red-warning-test-result i {
    font-size: 20px;
}

.career-test-red-warning-test-result span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
}

.career-test-pop-up {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.career-test-pop-up-model-inner {
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 565px;
    margin: 0 auto;
    top: 30%;
    max-width: 97%;
}

.career-test-pop-up-custom-model {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    border: none;
    outline: 0;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.model-open .career-test-pop-up-model-inner {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.career-test-pop-up-bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: background 300ms linear;
}

.career-test-pop-up-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.career-test-pop-up-content-save-close {
    display: block;
    position: absolute;
    right: 20px;
}

.career-test-pop-up-content-save-close i {
    font-size: 25px;
}

.career-test-pop-up-content-save-close span {
    display: flex;
    align-items: center;
    color: #000;
    flex: 1 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.career-test-pop-up-content-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    align-items: center;
}

.career-test-pop-up-content-main i {
    font-size: 25px;
    color: #00B7FD;
    display: flex;
    padding: 14px;
    align-items: center;
    flex: 0 0 1;
    gap: 6px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 8px 16px -6px rgba(7, 32, 69, 0.10), 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    text-align: center;
    justify-content: center;
    cursor: pointer;
    width: 64px;
    height: 64px;
}

.career-test-pop-up-content-main span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.career-test-pop-up-content-close-btn {
    display: flex;
    padding: 4px;
    align-items: center;
    flex: 0 0 1;
    gap: 6px;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    text-align: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform: scale(0.8);
}

.career-test-pop-up-content-close-btn i {
    font-size: 20px;
}

.career-test-pop-up-content-text {
    color: #0D0D12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.career-test-pop-up-content-register-login {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.career-test-pop-up-sign-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 62px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(18, 55, 105, 0.08), 0 1px 2px 0 rgba(164, 172, 185, 0.24);
    transition: 300ms;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D12;
    width: 100%;
}

.career-test-pop-up-sign-btn:hover {
    text-decoration: none;
    color: #00a0df;
    box-shadow: 0 0 0 1px #00a0df, 0 1px 2px 0 #00a0df;
}


.career-test-pop-up-log-btn {
    display: flex;
    justify-content: center;
    padding: 8px 20px;
    gap: 4px;
    border-radius: 62px;
    background: #00B7FD;
    box-shadow: 0 0 0 1px #00B7FD, 0 1px 2px 0 #137CA5;
    color: #fff;
    transition: 300ms;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.career-test-pop-up-log-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 100%, #00B7FD);
    opacity: 0;
    transition: all 300ms ease-in-out;
    border-radius: 62px;
    box-shadow: 0 0 0 1px #00B7FD, 0 1px 2px 0 #137CA5;
}

.career-test-pop-up-log-btn:hover {
    text-decoration: none;
    color: #fff;
}

.career-test-pop-up-log-btn:hover::after {
    opacity: 1;
}

.career-test-notification-box-container {
    position: relative;
}

.career-test-notification-box {
    position: fixed;
    top: 20px;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: 9999;
    width: 450px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
}

.career-test-notification-box-model-open {
    z-index: 9999;
    opacity: 1;
    right: 100px;
    top: 170px;
    visibility: visible;
    display: block;
}

.career-test-notification-box-model-inner {
    position: relative;
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    display: flex;
    align-items: center;
}

.career-test-notification-box-custom-model {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 12px;
    border: none;
    outline: 0;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 8px 16px -6px rgba(7, 32, 69, 0.10), 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
}

.career-test-notification-box-model-open .career-test-notification-box-model-inner {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: sticky !important;
    z-index: 9999;
}

.career-test-notification-box-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.career-test-notification-box-content-save-close {
    display: flex;
    align-items: center;
    gap: 8px;
}

.career-test-notification-box-content-save-close i {
    font-size: 25px;
}

.career-test-notification-box-content-save-close span {
    display: flex;
    align-items: center;
    color: #000;
    flex: 1 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.career-test-notification-box-content-close-btn {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 6px;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    text-align: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transform: scale(0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.career-test-notification-box-content-close-btn:hover {
    opacity: 1;
}

.career-test-notification-box:hover .career-test-notification-box-content-close-btn {
    opacity: 1;
}

.career-test-notification-box-content-text {
    color: #0D0D12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .job-test-start-percent-progress-save {
        width: 77%;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    .job-test-start-percent-progress-save {
        width: 69%;
    }

    .job-test-start-header {
        gap: 0;
    }

    .career-test-notification-box-model-open {
        right: 0;
        top: 580px;
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .job-test-start-percent-progress-save {
        width: 100%;
        padding: 0 ;
    }

    .career-test-save-btn {
        top: 30px;
    }

    .mobile-job-test-divider {
        margin-top: 100px;
    }

    .career-test-notification-box-model-open {
        right: 0;
        top: 580px;
        margin: 0 auto;
    }

    .job-test-start-header p {
        max-width: 100%;
    }

    .job-test-start-header {
        gap: 0;
    }

    .job-test-start-header h1 {
        font-size: 55px;
    }
}

@media(max-width: 575px) {
    .job-test-start-percent-progress-save {
        width: 100%;
        padding: 0 ;
    }

    .career-test-save-btn {
        top: 30px;
    }

    .mobile-job-test-divider {
        margin-top: 100px;
    }

    .career-test-notification-box-model-open {
        right: 0;
        top: 580px;
        margin: 0 auto;
    }

    .job-test-start-header {
        gap: 0;
    }

    .job-test-start-header p {
        max-width: 100%;
    }

    .job-test-start-header h1 {
        font-size: 50px;
    }

    .--job-test-double-vertical .job-test-option-size {
        min-width: 200px;
        width: 100%;
        padding: 8px 8px
    }

    .--job-test-horizontal .job-test-option-size {
        padding: 8px 8px;
        min-width: 95px;
        width: 100%;
    }

    .--job-test-vertical .job-test-option-size {
        min-width: 300px;
        width: 100%;
        padding: 8px;
    }

    .career-test-progress-save-wrapper {
        padding: 0 10px;
    }


    .career-test-notification-box-model-open {
        right: 0;
        top: 580px;
        margin: 0 auto;
    }
}

@media(max-width: 449px) {
    .career-test-notification-box {
        width: 100%;
    }

    .career-test-notification-box-model-inner {
        display: block;
        margin: 0 20px;
        border-radius: 12px;
        box-shadow: 0 8px 16px -6px rgba(7, 32, 69, 0.10), 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    }

    .job-test-start-header {
        gap: 0;
    }

    .job-test-start-header p {
        max-width: 100%;
    }

    .job-test-start-header h1 {
        font-size: 50px;
    }

    .--job-test-double-vertical .job-test-option-size {
        min-width: 150px;
        width: 100%;
        padding: 8px 8px
    }

    .--job-test-horizontal .job-test-option-size {
        padding: 8px 8px;
        min-width: 95px;
        width: 100%;
    }

    .--job-test-vertical .job-test-option-size {
        min-width: 250px;
        width: 100%;
        padding: 8px;
    }

    .career-test-progress-save-wrapper {
        padding: 0 10px;
    }


    .career-test-notification-box-model-open {
        right: 0;
        top: 580px;
        margin: 0 auto;
    }

}

@media(max-width: 350px) {
    .career-test-progress-save-wrapper {
        padding: 0 10px;
    }

    .job-test-start-header {
        gap: 0;
        margin-top: -100px;
    }

    .job-test-start-header h1 {
        font-size: 32px;
    }

    .--job-test-double-vertical .job-test-option-size {
        min-width: 100%;
        width: 100%;
        padding: 8px 8px
    }

    .--job-test-horizontal .job-test-option-size {
        padding: 8px 8px;
        min-width: 95px;
        width: 100%;
    }

    .--job-test-vertical .job-test-option-size {
        min-width: 100%;
        width: 100%;
        padding: 8px;
    }
}