@media (min-width: 1024px) {
    .verify-examination-modal .w-full{
        width: 100%;
        flex: 0 0 75%;
    }
    .verify-examination-modal .w-full .w-full{
        width: 100%;
        flex: 0 0 55%;
    }

    .verify-examination-modal .fi-fixed{
        position: fixed;
        width: 100%;
        max-width: 280px;
    }
}
.only_test_environment{
    border: 1px solid oklch(54.6% 0.245 262.881);
    background-color: oklch(54.6% 0.245 262.881 / 0.1);
    border-radius: .375rem;
    padding: 10px;
}
.border-in_examination{
    border: 1px solid;
    border-color: oklch(54.1% 0.281 293.009)!important;
    background-color: oklch(54.1% 0.281 293.009 / 0.1)!important;
}
.border-in_examination legend{
    color: oklch(54.1% 0.281 293.009)!important;
}
.border-completed{
    border: 1px solid;
    border-color: oklch(76.9% 0.188 70.08)!important;
    background-color: oklch(76.9% 0.188 70.08 / 0.1)!important;
}
.border-completed legend{
    color: oklch(76.9% 0.188 70.08)!important;
}
.border-completed_positive{
    border: 1px solid;
    border-color: oklch(62.7% 0.194 149.214)!important;
    background-color: oklch(62.7% 0.194 149.214 / 0.1)!important;
}
.border-completed_positive legend{
    color: oklch(62.7% 0.194 149.214)!important;
}
.border-completed_negative{
    border: 1px solid;
    border-color: oklch(58.6% 0.253 17.585)!important;
    background-color: oklch(58.6% 0.253 17.585 / 0.1)!important;
}
.border-completed_negative legend{
    color: oklch(58.6% 0.253 17.585)!important;
}
#section-basic-questions header div{
    display: flex;
    gap: 20px;
    align-items: center;
}

#section-additional-questions header div{
    display: flex;
    gap: 20px;
    align-items: center;
}
.color-bad .fi-fo-placeholder{
    color: oklch(57.7% 0.245 27.325);
}
.color-medium .fi-fo-placeholder{
    color: oklch(66.6% 0.179 58.318);
}
.color-good .fi-fo-placeholder{
    color: oklch(62.7% 0.194 149.214);
}