* {
    font-family: "Poppins", serif;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-19 {
    font-size: 19px;
}

.fs-30 {
    font-size: 30px;
}

.fs-36 {
    font-size: 36px;
}

.text-sky {
    color: #00a2cf;
}

.fs-23 {
    font-size: 23px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.number {
    display: inline-flex;
    min-width: 30px;
    background-color: #0a3665;
    height: 30px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    width: 30px;
}

.fs-21 {
    font-size: 21px;
}

.fs-20 {
    font-size: 20px;
}

.btn-continue, .btn-submit {
    background-color: #4cc2dd;
    color: white;
    padding: 15px 120px;
    border: unset !important;
    box-shadow: unset !important;
    border-radius: 100px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn-continue:hover, .btn-submit:hover {
    background-color: #00a2cf;
    color: white;
}

footer {
    background-color: #f3f4f6;
}

.label-btn, .label-btn-2, .label-btn-3 {
    background-color: #4cc2dd;
    color: white;
    padding: 15px 30px;
    width: 390px;
    border: 2px solid #00a7cc !important;
    box-shadow: unset !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    font-size: 21px;
    margin: auto;
    transition: all 0.3s;
}

.label-btn:hover, .label-btn-2:hover {
    background-color: #00a2cf;
    color: white;
}

.label-btn.selected, .label-btn-2.selected, .label-btn-3.selected {
    background-color: #0a4c65 !important;
    border-color: #0a4c65 !important;
    color: white;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+label.label-btn {
    background-color: #0a4c65 !important;
    border-color: #0a4c65 !important;
    color: white;
}

.rotate-180 {
    transform: rotate(180deg);
}

.label-btn-3.excellent {
    background-color: #8ac458 !important;
    border: 2px solid #73c829 !important;
}


.label-btn-3.excellent.selected,
.label-btn-3.good.selected,
.label-btn-3.fair.selected,
.label-btn-3.poor.selected{
    background-color: #0a4c65 !important;
    border: 2px solid #0a4c65 !important;
}

.label-btn-3.good {
    background-color: #abd451 !important;
    border: 2px solid #7cd807 !important;
}

.label-btn-3.fair {
    background-color: #ffbb72 !important;
    border-color: #f3ad61 !important;
}

.label-btn-3.poor {
    background-color: #ff8d60 !important;
    border: #ea7445 !important;
}

.progress {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    margin: auto;
}

.section {
    display: none;
}

.section.active {
    display: block;
}

.fs-17 {
    font-size: 17px;
}

.text-green {
    color: #85d007;
}

.fa-check-circle {
    display: none;
}

.marked .fa-check-circle {
    display: inline;
}

.marked .fa-spinner {
    display: none;
}

.text-gray {
    color: #737373;
}

::placeholder {
    color: #919191 !important;
}

.text-47 {
    color: #474747;
}

.text-38 {
    color: #38444e;
}

.lh-16 {
    line-height: 1.6;
}


.progress-inner {
    height: 100%;
    background-color: #78c800;
    transition: 0.4s;
    width: 0;
}

button:disabled {
    background-color: #d3d3d3 !important;
    color: #a9a9a9 !important;
}

.show-mobile {
    display: none;
}

body,
html {
    overflow-x: hidden;
}

.steps p {
    opacity: 0.5;
}

.steps p.marked {
    opacity: 1;
}

.error {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin: 6px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: .25s;
}

.error.alert-danger {
    color: red;
}

@media screen and (max-width: 767px) {
    .show-mobile {
        display: block;
    }

    .hide-mobile {
        display: none !important;
    }

    img.img-fluid.logo {
        height: 40px;
    }

    .container-fluid.px-5 {
        padding: 0 15px !important;
    }

    img.img-fluid.show-mobile.mobile-img {
        height: 30px;
    }

    br {
        display: none;
    }

    h2.text-center.fs-30,
    h2.text-center.fs-30 * {
        font-size: 20px;
    }

    .btn-continue {
        background-color: #4cc2dd;
        color: white;
        padding: 10px 30px;
        border: unset !important;
        box-shadow: unset !important;
        border-radius: 100px;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    h1.text-sky.fs-36.text-center.fw-bolder {
        font-size: 25px;
    }

    #section-1 .col-md-4 .text-center {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 70%;
        margin: auto;
        gap: 20px;
        text-align: left !important;
        font-weight: bold;
    }

    #section-1 .col-md-4 .text-center img {
        width: 55px;
    }

    #section-1 .col-md-4 .text-center p {
        margin-bottom: 0 !important;
    }

    #section-1 .col-md-4 {
        margin-top: 25px;
    }

    #section-1 .row.g-5 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    button.btn.btn-continue.fs-24.openStep2 {
        width: 100%;
    }

    #section-3 .d-flex.justify-content-center.align-items-start.gap-3.mt-4 .text-center {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .fs-21 {
        font-size: 19px;
    }

    button#openStep6 {
        padding: 16px 10px !important;
        width: 100%;
        font-size: 21px;
    }

    .steps.my-5 p {
        justify-content: flex-start !important;
        text-align: left;
        align-items: flex-start !important;
    }
    .steps.my-5 p i {
        margin-top: 2px !important;
    }
}