/* /Components/Common/CompanyLogo.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .icon[b-gog6chuz5p] {
        padding: 1.5rem;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .icon[b-gog6chuz5p] {
        padding: 1.5rem;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .icon[b-gog6chuz5p] {
        padding: 0.75rem 0.5rem;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
    }
}
/* /Components/Common/FormSubmitted.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .content[b-wbby0edfmy] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-wbby0edfmy] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-wbby0edfmy] {
        font-size: 8rem;
        color: var(--neon-green);
    }

    .title[b-wbby0edfmy] {
        font-size: 2rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-wbby0edfmy] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .content[b-wbby0edfmy] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-wbby0edfmy] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-wbby0edfmy] {
        font-size: 7rem;
        color: var(--neon-green);
    }

    .title[b-wbby0edfmy] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-wbby0edfmy] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .content[b-wbby0edfmy] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-wbby0edfmy] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-wbby0edfmy] {
        font-size: 8rem;
        color: var(--neon-green);
    }

    .title[b-wbby0edfmy] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-wbby0edfmy] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
    }
}
/* /Components/Common/Loading.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .loading-animation-box[b-duyciva1r6] {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-color);
        max-width: 35rem;
        margin-left: auto;
        margin-right: auto;
    }

    .circle-ripple[b-duyciva1r6] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .circle[b-duyciva1r6] {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: var(--neon-green);
        margin: 0 5px;
        animation: pulse-b-duyciva1r6 1s ease-in-out infinite;
    }

    @keyframes pulse-b-duyciva1r6 {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .circle:nth-child(2)[b-duyciva1r6] {
        animation-delay: 0.33s;
    }

    .circle:nth-child(3)[b-duyciva1r6] {
        animation-delay: 0.66s;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .loading-animation-box[b-duyciva1r6] {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .circle-ripple[b-duyciva1r6] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .circle[b-duyciva1r6] {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: var(--neon-green);
        margin: 0 3px;
        animation: pulse-b-duyciva1r6 1s ease-in-out infinite;
    }

    @keyframes pulse-b-duyciva1r6 {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .circle:nth-child(2)[b-duyciva1r6] {
        animation-delay: 0.33s;
    }

    .circle:nth-child(3)[b-duyciva1r6] {
        animation-delay: 0.66s;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .loading-animation-box[b-duyciva1r6] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .circle-ripple[b-duyciva1r6] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
    }

    .circle[b-duyciva1r6] {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: var(--neon-green);
        margin: 0 4px;
        animation: pulse-b-duyciva1r6 1s ease-in-out infinite;
    }

    @keyframes pulse-b-duyciva1r6 {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.5);
        }

        100% {
            transform: scale(1);
        }
    }

    .circle:nth-child(2)[b-duyciva1r6] {
        animation-delay: 0.33s;
    }

    .circle:nth-child(3)[b-duyciva1r6] {
        animation-delay: 0.66s;
    }
}
/* /Components/Common/Modal.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .modal[b-ffkkek2449] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 3;
    }

    .modal-content[b-ffkkek2449] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--dark-color);
        padding-top: 3rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 25rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .confirmation-icon[b-ffkkek2449] {
        font-size: 5rem;
        color: var(--neon-green);
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-ffkkek2449] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .modal-options[b-ffkkek2449] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        width: 100%;
    }

    .modal-save[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 1rem 1.5rem;
        border: 2px solid var(--neon-green);
        border-radius: 50px;
        cursor: pointer;
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
    }

    .modal-save:hover[b-ffkkek2449] {
        background-color: var(--neon-green);
        color: var(--dark-color);
    }

    .modal-cancel[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 1rem 1.5rem;
        border: 2px solid transparent;
        border-radius: 50px;
        cursor: pointer;
        margin-right: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 10rem;
    }

    .modal-cancel:hover[b-ffkkek2449] {
        background-color: var(--light-color);
        color: var(--text-color);
    }

    .check-icon[b-ffkkek2449] {
        margin-right: 1rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .modal[b-ffkkek2449] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 3;
    }

    .modal-content[b-ffkkek2449] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--dark-color);
        padding-top: 2.5rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        border-radius: var(--border-radius);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 3;
        width: 22rem;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .confirmation-icon[b-ffkkek2449] {
        font-size: 4rem;
        color: var(--neon-green);
        padding-bottom: 0.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-message[b-ffkkek2449] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 15px;
        margin-bottom: 0.85rem;
    }

    .modal-options[b-ffkkek2449] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.85rem;
        width: 100%;
    }

    .modal-save[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 0.85rem 1.25rem;
        border: 2px solid var(--neon-green);
        border-radius: 50px;
        cursor: pointer;
        margin-left: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 7rem;
    }

    .modal-save:hover[b-ffkkek2449] {
        background-color: var(--neon-green);
        color: var(--dark-color);
    }

    .modal-cancel[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 0.85rem 1.25rem;
        border: 2px solid transparent;
        border-radius: 50px;
        cursor: pointer;
        margin-right: 0.5rem;
        font-weight: 600;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 7rem;
    }

    .modal-cancel:hover[b-ffkkek2449] {
        background-color: var(--light-color);
        color: var(--text-color);
    }

    .check-icon[b-ffkkek2449] {
        margin-right: 0.65rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .modal[b-ffkkek2449] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 4;
        transition: all 500ms ease-in-out;
    }

    .modal-content[b-ffkkek2449] {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
        background-color: var(--dark-color);
        padding: 2rem 0rem;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2em;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 2;
        width: 100%;
        max-height: 0;
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
        overflow-y: auto;
        padding: 2rem 1rem;
    }

    .modal-message[b-ffkkek2449] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .confirmation-icon[b-ffkkek2449] {
        font-size: 5rem;
        color: var(--neon-green);
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-options[b-ffkkek2449] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .modal-cancel[b-ffkkek2449] {
        background-color: var(--light-color);
        color: var(--text-color);
        padding: 1rem 2rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        margin-right: 0.5rem;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid transparent;
        width: 100%;
        font-size: 18px;
        gap: 0.5rem;
    }

    .modal-save[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 1rem 2rem;
        border: none;
        border-radius: 70px;
        margin-left: 0.5rem;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--neon-green);
        width: 100%;
        font-size: 18px;
        gap: 0.5rem;
    }

    .modal-error[b-ffkkek2449] {
        background-color: transparent;
        color: var(--text-color);
        padding: 1rem 2rem;
        border: none;
        border-radius: 70px;
        margin-left: 0.5rem;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--error-color);
        width: 100%;
        font-size: 18px;
    }

    /**************** Modal Window Slide Up Animation ****************/

    @keyframes showModal-b-ffkkek2449 {
        from {
            max-height: 0;
        }

        to {
            max-height: 85%;
        }
    }

    @keyframes hideModal-b-ffkkek2449 {
        from {
            max-height: 85%;
        }

        to {
            max-height: 0;
        }
    }

    .show-modal[b-ffkkek2449] {
        animation: showModal-b-ffkkek2449 0.5s ease-out forwards;
        max-height: 85%;
    }

    .hide-modal[b-ffkkek2449] {
        animation: hideModal-b-ffkkek2449 0.5s ease-out forwards;
    }
}
/* /Components/Common/NothingFound.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .content[b-nfvizcq51a] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-nfvizcq51a] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-nfvizcq51a] {
        font-size: 8rem;
        color: var(--error-color);
    }

    .title[b-nfvizcq51a] {
        font-size: 2rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-nfvizcq51a] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .content[b-nfvizcq51a] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-nfvizcq51a] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-nfvizcq51a] {
        font-size: 7rem;
        color: var(--error-color);
    }

    .title[b-nfvizcq51a] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-nfvizcq51a] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .content[b-nfvizcq51a] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .group[b-nfvizcq51a] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .icon[b-nfvizcq51a] {
        font-size: 8rem;
        color: var(--error-color);
    }

    .title[b-nfvizcq51a] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .subtitle[b-nfvizcq51a] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
    }
}
/* /Components/Common/ProgressBar.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .progress-container[b-k50lsws5t5] {
        width: 100%;
        height: 5px;
        background-color: transparent;
        overflow: hidden;
        position: fixed;
        bottom: 0;
    }

    .progress-bar[b-k50lsws5t5] {
        height: 100%;
        background-color: var(--neon-green);
        transition: width 0.5s ease-in-out;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .progress-container[b-k50lsws5t5] {
        width: 100%;
        height: 4px;
        background-color: transparent;
        overflow: hidden;
        position: fixed;
        bottom: 0;
    }

    .progress-bar[b-k50lsws5t5] {
        height: 100%;
        background-color: var(--neon-green);
        transition: width 0.5s ease-in-out;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .progress-container[b-k50lsws5t5] {
        width: 100%;
        height: 4px;
        background-color: transparent;
        overflow: hidden;
        position: fixed;
        top: 0;
    }

    .progress-bar[b-k50lsws5t5] {
        height: 100%;
        background-color: var(--neon-green);
        transition: width 0.5s ease-in-out;
    }
}
/* /Components/Common/Questions/Date.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {

    .empty-spacing[b-yunzy7fud6] {
        margin-top: 3rem;
    }

    .datepicker[b-yunzy7fud6] {
        position: relative;
        display: inline-block;
        width: 60%;
    }

    .datepicker-input-container[b-yunzy7fud6] {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .datepicker-input[b-yunzy7fud6] {
        width: 100%;
        padding: 0.75rem;
        padding-right: 2.5rem;
        background: var(--light-color);
        border-radius: var(--border-radius);
        font-size: 0.85rem;
        border: none;
        outline: none;
        color: white;
    }

    .datepicker-icon[b-yunzy7fud6] {
        position: absolute;
        right: 0.15rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.25rem;
        color: var(--neon-green);
        pointer-events: auto;
        background: transparent;
        border-radius: 50%;
        width: 2.25rem;
        height: 2.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .datepicker-icon:hover[b-yunzy7fud6] {
            background: var(--dark-color);
            cursor: pointer;
        }

    .datepicker-calendar[b-yunzy7fud6] {
        left: 0;
        background: var(--light-color);
        border: 1px solid var(--light-color);
        border-radius: var(--border-radius);
        z-index: 5;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .datepicker-header[b-yunzy7fud6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 1rem;
        color: white;
    }

    .action-button[b-yunzy7fud6] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        color: var(--neon-green);
        font-size: 0.75rem;
    }

        .action-button:hover[b-yunzy7fud6] {
            background: var(--dark-color);
            cursor: pointer;
        }

    .month-label[b-yunzy7fud6] {
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: var(--border-radius);
    }

        .month-label:hover[b-yunzy7fud6] {
            cursor: pointer;
            background: var(--dark-color);
        }

    .month-label-disabled[b-yunzy7fud6] {
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: var(--border-radius);
    }

    .datepicker-days[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        padding: 0.5rem;
    }

    .datepicker-day-name[b-yunzy7fud6] {
        padding: 0.5rem;
        margin: 2px;
        font-size: 0.75rem;
        font-weight: bold;
        opacity: 0.4;
        color: white;
    }

    .datepicker-day[b-yunzy7fud6] {
        padding: 0.5rem;
        margin: 2px;
        cursor: pointer;
        font-size: 0.75rem;
        border-radius: 4px;
        transition: background 0.3s;
        color: white;
    }

        .datepicker-day:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: var(--dark-color);
        }

        .datepicker-day.selected[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: var(--background-color);
        }

        .datepicker-day.out-of-month[b-yunzy7fud6] {
            opacity: 0.5;
            pointer-events: none;
        }

        .datepicker-day.today[b-yunzy7fud6] {
            background: var(--dark-color);
            border: 1px solid var(--neon-green);
        }

    /***************** Handle Month Selection *****************/

    .datepicker-months[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .datepicker-month[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        cursor: pointer;
        background-color: transparent;
        transition: background-color 0.2s ease;
        color: white;
    }

        .datepicker-month:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: var(--dark-color);
        }

    .datepicker-month-selected[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: var(--dark-color);
        cursor: pointer;
        color: white;
    }

    /***************** Handle Year Selection *****************/

    .datepicker-years[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .datepicker-year[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: transparent;
        cursor: pointer;
        transition: background-color 0.2s ease;
        color: white;
    }

        .datepicker-year:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: var(--dark-color);
        }

    .datepicker-year-selected[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: var(--dark-color);
        cursor: pointer;
        color: white;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {

    .empty-spacing[b-yunzy7fud6] {
        margin-top: 2rem;
    }

    .datepicker[b-yunzy7fud6] {
        position: relative;
        display: inline-block;
        width: 60%;
    }

    .datepicker-input-container[b-yunzy7fud6] {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .datepicker-input[b-yunzy7fud6] {
        width: 100%;
        padding: 0.65rem;
        padding-right: 2.5rem;
        background: var(--light-color);
        border-radius: var(--border-radius);
        font-size: 0.75rem;
        border: none;
        outline: none;
        color: white;
    }

    .datepicker-icon[b-yunzy7fud6] {
        position: absolute;
        right: 0.25rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.85rem;
        color: var(--neon-green);
        pointer-events: auto;
        background: transparent;
        border-radius: 50%;
        width: 1.75rem;
        height: 1.75rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .datepicker-icon:hover[b-yunzy7fud6] {
            background: var(--dark-color);
            cursor: pointer;
        }

    .datepicker-calendar[b-yunzy7fud6] {
        top: 100%;
        left: 0;
        background: var(--light-color);
        border: 1px solid var(--light-color);
        border-radius: var(--border-radius);
        z-index: 5;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .datepicker-header[b-yunzy7fud6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        color: white;
    }

    .action-button[b-yunzy7fud6] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        color: var(--neon-green);
        font-size: 0.65rem;
    }

        .action-button:hover[b-yunzy7fud6] {
            background: var(--dark-color);
            cursor: pointer;
        }

    .month-label[b-yunzy7fud6] {
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: var(--border-radius);
        font-size: 0.75rem;
    }

        .month-label:hover[b-yunzy7fud6] {
            cursor: pointer;
            background: var(--dark-color);
        }

    .month-label-disabled[b-yunzy7fud6] {
        font-weight: 500;
        padding: 0.5rem 1rem;
        border-radius: var(--border-radius);
        font-size: 0.75rem;
    }

    .datepicker-days[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        padding: 0.35rem;
    }

    .datepicker-day-name[b-yunzy7fud6] {
        padding: 0.35rem;
        margin: 1px;
        font-size: 0.55rem;
        font-weight: bold;
        opacity: 0.4;
        color: white;
    }

    .datepicker-day[b-yunzy7fud6] {
        padding: 0.35rem;
        margin: 1px;
        cursor: pointer;
        font-size: 0.65rem;
        border-radius: 4px;
        transition: background 0.3s;
        color: white;
    }

        .datepicker-day:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: white;
        }

        .datepicker-day.selected[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: var(--background-color);
        }

        .datepicker-day.out-of-month[b-yunzy7fud6] {
            opacity: 0.5;
            pointer-events: none;
        }

        .datepicker-day.today[b-yunzy7fud6] {
            background: var(--dark-color);
            border: 1px solid var(--neon-green);
        }

    /***************** Handle Month Selection *****************/

    .datepicker-months[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .datepicker-month[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        cursor: pointer;
        background-color: transparent;
        transition: background-color 0.2s ease;
        font-size: 0.85rem;
        color: white;
    }

        .datepicker-month:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: white;
        }

    .datepicker-month-selected[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: var(--dark-color);
        cursor: pointer;
        font-size: 0.85rem;
        color: white;
    }

    /***************** Handle Year Selection *****************/

    .datepicker-years[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .datepicker-year[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: transparent;
        cursor: pointer;
        transition: background-color 0.2s ease;
        font-size: 0.85rem;
        color: white;
    }

        .datepicker-year:hover[b-yunzy7fud6] {
            background: var(--neon-green) !important;
            color: white;
        }

    .datepicker-year-selected[b-yunzy7fud6] {
        padding: 0.5rem 0.75rem;
        text-align: center;
        border-radius: var(--border-radius);
        background-color: var(--dark-color);
        cursor: pointer;
        font-size: 0.85rem;
        color: white;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

    .empty-spacing[b-yunzy7fud6] {
        margin-top: 2rem;
    }

    .datepicker[b-yunzy7fud6] {
        position: relative;
        width: 100%;
    }

    .datepicker-input-container[b-yunzy7fud6] {
        width: 100%;
        position: relative;
        margin-bottom: 0.5rem;
        background: var(--light-color);
    }

    .datepicker-input[b-yunzy7fud6] {
        width: 100%;
        padding: 0.9rem;
        padding-right: 3rem;
        background: var(--light-color);
        border-radius: var(--border-radius);
        border: none;
        outline: none;
        font-size: 1rem;
        color: white;
    }

    .datepicker-icon[b-yunzy7fud6] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.3rem;
        color: var(--neon-green);
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: var(--border-radius);
    }

    .datepicker-calendar[b-yunzy7fud6] {
        width: 100%;
        background: var(--light-color);
        border-radius: var(--border-radius);
        margin-top: 0.3rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        padding-bottom: 0.5rem;
        z-index: 10;
    }

    .datepicker-header[b-yunzy7fud6] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 0.5rem;
        color: white;
    }

    .action-button[b-yunzy7fud6] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--neon-green);
        font-size: 0.9rem;
    }

    .month-label[b-yunzy7fud6],
    .month-label-disabled[b-yunzy7fud6] {
        font-size: 1rem;
        padding: 0.3rem 0.8rem;
        border-radius: var(--border-radius);
        font-weight: 500;
    }

    .datepicker-days[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 0.3rem;
        padding: 0.5rem;
        text-align: center;
    }

    .datepicker-day-name[b-yunzy7fud6] {
        font-size: 0.75rem;
        color: white;
        opacity: 0.5;
        padding: 0.4rem;
    }

    .datepicker-day[b-yunzy7fud6] {
        padding: 0.7rem 0;
        border-radius: 6px;
        font-size: 0.85rem;
        background: transparent;
        color: white;
        transition: background 0.25s ease;
    }

        .datepicker-day.selected[b-yunzy7fud6] {
            background: var(--neon-green);
            color: var(--background-color);
            font-weight: 600;
        }

        .datepicker-day.today[b-yunzy7fud6] {
            background: var(--light-color);
            border: 1px solid var(--neon-green);
        }

        .datepicker-day.out-of-month[b-yunzy7fud6] {
            opacity: 0.4;
        }

    /************** MONTH VIEW **************/
    .datepicker-months[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .datepicker-month[b-yunzy7fud6],
    .datepicker-month-selected[b-yunzy7fud6] {
        padding: 0.7rem 0.5rem;
        font-size: 1rem;
        text-align: center;
        border-radius: var(--border-radius);
        background: transparent;
        color: white;
    }

    .datepicker-month-selected[b-yunzy7fud6] {
        background: var(--neon-green);
        color: var(--dark-color)
    }

    /************** YEAR VIEW **************/
    .datepicker-years[b-yunzy7fud6] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .datepicker-year[b-yunzy7fud6],
    .datepicker-year-selected[b-yunzy7fud6] {
        padding: 0.7rem 0.5rem;
        font-size: 1rem;
        text-align: center;
        border-radius: var(--border-radius);
        color: white;
    }

    .datepicker-year-selected[b-yunzy7fud6] {
        background: var(--neon-green);
        color: var(--dark-color)
    }
}
/* /Components/Common/Questions/Dropdown.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .empty-spacing[b-213iqq9993] {
        margin-top: 3rem;
    }

    .filter-row[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .dropdown-search-input[b-213iqq9993] {
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        font-size: 0.85rem;
        font-weight: 500;
        width: 100%;
        cursor: pointer;
    }

    .dropdown-search-input[b-213iqq9993]::placeholder {
        color: var(--text-color);
    }

    .dropdown-circle[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        background: transparent;
        border-radius: 50%;
        font-size: 1rem;
    }

    .delete-circle[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        background: transparent;
        border-radius: 50%;
        font-size: 1rem;
    }

    .delete-circle:hover[b-213iqq9993] {
        background: var(--error-color);
        color: var(--text-color);
    }

    .filter-title-group[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 0.5rem;
    }

    .filter-column[b-213iqq9993] {
        background: var(--light-color);
        border-radius: var(--border-radius);
        height: 3rem;
        color: var(--text-color);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 0.85rem;
        font-weight: 500;
        cursor: pointer;
        padding: 1rem;
        margin-top: 1rem;
    }

    .filter-column:hover[b-213iqq9993] {
        background: var(--neon-green);
        color: var(--dark-color);
    }

    .dropdown-container[b-213iqq9993] {
        position: relative;
        width: 100%;
        max-width: 30rem;
    }

    .dropdown-popup[b-213iqq9993] {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: min(25rem, 60vh);
        overflow-y: auto;
        border-radius: var(--border-radius);
        background-color: var(--dark-color);
        color: var(--background-color);
        z-index: 3;
        box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
    }

    .dropdown-option[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 1rem;
        cursor: pointer;
        border-radius: 10px;
        color: var(--text-color);
        font-size: 0.85rem;
        font-weight: 500;
        gap: 0.5rem;
    }

    .dropdown-option:hover[b-213iqq9993] {
        background: var(--neon-green);
        color: var(--dark-color);
    }

    .selected[b-213iqq9993] {
        background: var(--neon-green) !important;
        color: var(--dark-color) !important;
        cursor: pointer !important;
    }

    .dropdown-icon[b-213iqq9993] {
        font-size: 1.5rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    .empty-spacing[b-213iqq9993] {
        margin-top: 2rem;
    }

    .filter-row[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .dropdown-search-input[b-213iqq9993] {
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        font-size: 0.75rem;
        font-weight: 500;
        width: 100%;
        cursor: pointer;
    }

    .dropdown-search-input[b-213iqq9993]::placeholder {
        color: var(--text-color);
    }

    .dropdown-circle[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        border-radius: 50%;
        font-size: 0.85rem;
    }

    .delete-circle[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        border-radius: 50%;
        font-size: 0.85rem;
    }

    .delete-circle:hover[b-213iqq9993] {
        background: var(--error-color);
        color: var(--text-color);
    }

    .filter-title-group[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 0.5rem;
    }

    .filter-column[b-213iqq9993] {
        background: var(--light-color);
        border-radius: 10px;
        height: 2.5rem;
        color: var(--text-color);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 0.75rem;
        font-weight: 500;
        cursor: pointer;
        padding: 0.85rem;
        margin-top: 0.85rem;
    }

    .filter-column:hover[b-213iqq9993] {
        background: var(--neon-green);
        color: var(--dark-color);
    }

    .dropdown-container[b-213iqq9993] {
        position: relative;
        width: 100%;
        max-width: 25rem;
    }

    .dropdown-popup[b-213iqq9993] {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: min(18rem, 50vh);
        overflow-y: auto;
        border-radius: 10px;
        background-color: var(--dark-color);
        color: var(--background-color);
        z-index: 3;
        box-shadow: 0 2px 4px 1px rgba(0,0,0,0.3);
    }

    .dropdown-option[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0.75rem;
        cursor: pointer;
        border-radius: 10px;
        color: var(--text-color);
        font-size: 0.75rem;
        font-weight: 500;
        gap: 0.35rem;
    }

    .dropdown-option:hover[b-213iqq9993] {
        background: var(--neon-green);
        color: var(--dark-color);
    }

    .selected[b-213iqq9993] {
        background: var(--neon-green) !important;
        color: var(--dark-color) !important;
        cursor: pointer !important;
    }

    .dropdown-icon[b-213iqq9993] {
        font-size: 1.25rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-213iqq9993] {
        margin-top: 2rem;
    }

    .dropdown-container[b-213iqq9993] {
        position: relative;
        width: 100%;
    }

    .filter-row[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .filter-title-group[b-213iqq9993] {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 0.5rem;
    }

    .filter-column[b-213iqq9993] {
        background: var(--light-color);
        border-radius: 10px;
        height: 3.5rem;
        color: var(--text-color);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        padding: 1rem;
    }

    .filter-column:hover[b-213iqq9993] {
        background: var(--neon-green);
        color: var(--dark-color);
    }

    /**************** Modal/Popup Info Window ****************/

    .modal[b-213iqq9993] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        z-index: 4;
        transition: all 500ms ease-in-out;
    }

    .modal-content[b-213iqq9993] {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
        background-color: var(--dark-color);
        padding: 2rem 0rem;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2em;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 2;
        width: 100%;
        max-height: 0;
        transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
        overflow-y: auto;
        padding: 2rem 1rem;
    }

    .modal-group[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-bottom: 1rem;
    }

    .modal-icon[b-213iqq9993] {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1rem;
        background: var(--light-color);
        color: var(--text-color);
        margin-right: 0.5rem;
        border-radius: 50%;
    }

    .modal-message[b-213iqq9993] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 1.5rem;
    }

    .modal-options[b-213iqq9993] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .modal-back[b-213iqq9993] {
        background-color: var(--light-color);
        color: var(--text-color);
        padding: 1rem 2rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid transparent;
        width: 100%;
        font-size: 18px;
        gap: 0.5rem;
    }

    /**************** Dropdown Options ****************/

    .choice-list[b-213iqq9993] {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }

    .choice-group[b-213iqq9993] {
        background: var(--light-color);
        border: 2px solid transparent;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

    .selected[b-213iqq9993] {
        border: 2px solid var(--neon-green) !important;
        cursor: default !important;
    }

    .choice-group:hover[b-213iqq9993] {
        border: 2px solid var(--neon-green);
        transition: 0.5s;
        cursor: pointer;
    }

    .choice-text-input[b-213iqq9993] {
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
    }

    .choice-text-input[b-213iqq9993]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .choice-text[b-213iqq9993] {
        color: var(--text-color);
        font-size: 1.25rem;
        margin-left: 0.75rem;
        font-weight: 500;
    }

    .selection-icon[b-213iqq9993] {
        color: var(--neon-green);
        font-size: 1.25rem;
    }

    /**************** Modal Window Slide Up Animation ****************/

    @keyframes showModal-b-213iqq9993 {
        from {
            max-height: 0;
        }

        to {
            max-height: 85%;
        }
    }

    @keyframes hideModal-b-213iqq9993 {
        from {
            max-height: 85%;
        }

        to {
            max-height: 0;
        }
    }

    .show-modal[b-213iqq9993] {
        animation: showModal-b-213iqq9993 0.5s ease-out forwards;
        max-height: 85%;
    }

    .hide-modal[b-213iqq9993] {
        animation: hideModal-b-213iqq9993 0.5s ease-out forwards;
    }
}
/* /Components/Common/Questions/EducationHistory.razor.rz.scp.css */
/**************************************/
/*                                    */
/*        Education History           */
/*                                    */
/**************************************/

.education-history[b-qhdddarv2l] {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
}

/**************************************/
/*                                    */
/*            Base Styles             */
/*                                    */
/**************************************/

.education-block[b-qhdddarv2l] {
    background: var(--dark-color);
    padding: 1.8rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--light-color);
    margin-top: 1rem;
}

.education-header[b-qhdddarv2l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.education-title[b-qhdddarv2l] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--neon-green);
}

.education-row[b-qhdddarv2l] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    min-height: 3rem;
}

.education-label[b-qhdddarv2l] {
    width: 35%;
    font-weight: 500;
    color: white;
}

.education-field[b-qhdddarv2l] {
    width: 65%;
    margin-left: 1rem;
}

/**************************************/
/*                                    */
/*              Buttons               */
/*                                    */
/**************************************/

/* New delete button (signature style) */
.remove-education[b-qhdddarv2l] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: var(--border-radius);
    padding: 0.55rem 1rem;
    white-space: nowrap;
    background: var(--light-color);
    color: var(--text-color);
    gap: 0.5rem;
    transition: 0.25s ease;
    cursor: pointer;
    border: 1px solid var(--light-color);
}

    .remove-education:hover[b-qhdddarv2l] {
        background: var(--error-color);
        color: var(--background-color);
    }

.remove-education-icon[b-qhdddarv2l] {
    font-size: 1rem;
}

.add-btn-container[b-qhdddarv2l] {
    margin-top: 2rem;
}

.add-btn[b-qhdddarv2l] {
    background: var(--dark-color);
    color: var(--text-color);
    padding: 0.8rem 1.4rem;
    font-weight: 600;
    border-radius: var(--border-radius);
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}
    .add-btn:hover[b-qhdddarv2l] {
        background: var(--neon-green);
        color: var(--dark-color);
    }
    /**************************************/
    /*                                    */
    /*        Overrides (Dropdown/Date)   */
    /*                                    */
    /**************************************/
    .education-history[b-qhdddarv2l]  .empty-spacing {
        margin-top: 0 !important;
        display: none !important;
    }

.education-history[b-qhdddarv2l]  .filter-column {
    margin-top: 0 !important;
}

.education-history[b-qhdddarv2l]  .datepicker {
    width: 100% !important;
}

.education-history[b-qhdddarv2l]  .datepicker-input-container {
    margin-bottom: 0 !important;
}

.education-history[b-qhdddarv2l]  .datepicker-calendar {
    margin-top: 0.5rem !important;
}

/**************************************/
/*                                    */
/*            Toggle Switch           */
/*                                    */
/**************************************/

.edu-switch[b-qhdddarv2l] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
}

    .edu-switch input[b-qhdddarv2l] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.edu-slider[b-qhdddarv2l] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--light-color);
    transition: 0.4s;
    border-radius: 24px;
}

    .edu-slider[b-qhdddarv2l]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        top: 3px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

.edu-switch input:checked + .edu-slider[b-qhdddarv2l] {
    background-color: var(--neon-green);
}

    .edu-switch input:checked + .edu-slider[b-qhdddarv2l]:before {
        transform: translateX(22px);
    }

/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .education-label[b-qhdddarv2l] {
        font-size: 1rem;
    }

    .education-field[b-qhdddarv2l] {
        font-size: 0.95rem;
    }

    .remove-education[b-qhdddarv2l] {
        font-size: 0.9rem;
        padding: 0.65rem 1.15rem;
        gap: 0.55rem;
    }

    .remove-education-icon[b-qhdddarv2l] {
        font-size: 1rem;
    }

    .add-btn[b-qhdddarv2l] {
        font-size: 1rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {

    .education-block[b-qhdddarv2l] {
        padding: 1.5rem;
    }

    .education-row[b-qhdddarv2l] {
        margin-bottom: 1rem;
    }

    .education-label[b-qhdddarv2l] {
        width: 40%;
        font-size: 0.9rem;
    }

    .education-field[b-qhdddarv2l] {
        width: 60%;
        margin-left: 0.8rem;
    }

    .remove-education[b-qhdddarv2l] {
        font-size: 0.85rem;
        padding: 0.55rem 1rem;
        gap: 0.45rem;
    }

    .remove-education-icon[b-qhdddarv2l] {
        font-size: 0.9rem;
    }

    .add-btn[b-qhdddarv2l] {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

    .education-history[b-qhdddarv2l] {
        padding-bottom: 10rem; /* space for parent button */
    }

    .education-block[b-qhdddarv2l] {
        padding: 1.2rem;
        border-radius: 10px;
    }

    .education-header[b-qhdddarv2l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }

    .education-title[b-qhdddarv2l] {
        font-size: 1.1rem;
    }

    .education-row[b-qhdddarv2l] {
        flex-direction: column;
        align-items: flex-start;
        min-height: unset;
        margin-bottom: 1.5rem;
    }

    .education-label[b-qhdddarv2l] {
        width: 100%;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
    }

    .education-field[b-qhdddarv2l] {
        width: 100%;
        margin-left: 0;
    }

    .remove-education[b-qhdddarv2l] {
        width: 100%;
        padding: 0.85rem;
        font-size: 1rem;
        border-radius: 10px;
        gap: 0.65rem;
    }

    .remove-education-icon[b-qhdddarv2l] {
        font-size: 1.1rem;
    }

    .add-btn-container[b-qhdddarv2l] {
        display: flex;
        justify-content: center;
    }

    .add-btn[b-qhdddarv2l] {
        width: 100%;
        padding: 1rem;
        font-size: 1.1rem;
        border-radius: 10px;
    }

    .education-history[b-qhdddarv2l]  .dropdown-container,
    .education-history[b-qhdddarv2l]  .datepicker {
        width: 100% !important;
    }
}
/* /Components/Common/Questions/File.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .file-upload-box[b-f56634dxh7] {
        padding: 1rem;
        border-radius: var(--border-radius);
        background-color: var(--light-color);
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 600px;
        height: 300px;
    }

    .file-upload-group[b-f56634dxh7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .image-drop-zone-no-uploads[b-f56634dxh7] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: var(--border-radius);
        padding: 3.5rem;
    }

        .image-drop-zone-no-uploads:hover[b-f56634dxh7] {
            background-color: var(--dark-color);
        }

    .image-drop-zone[b-f56634dxh7] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: var(--border-radius);
        margin-right: 0.5rem;
        padding: 1rem;
    }

        .image-drop-zone:hover[b-f56634dxh7] {
            background-color: var(--dark-color);
        }

    .uploads-list[b-f56634dxh7] {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
    }

    .uploads-list-item[b-f56634dxh7] {
        padding: 1rem;
        background: var(--dark-color);
        border-radius: var(--border-radius);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .upload-icon[b-f56634dxh7] {
        font-size: 6rem;
        color: var(--neon-green);
    }

    .drop-file-message[b-f56634dxh7] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
    }

    .generic-left-group[b-f56634dxh7] {
        max-width: 85%;
    }

    .generic-title[b-f56634dxh7] {
        margin: 0;
        color: var(--text-color);
        overflow: hidden;
    }

    .delete-upload[b-f56634dxh7] {
        color: var(--neon-green);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1rem;
    }

        .delete-upload:hover[b-f56634dxh7] {
            background: var(--light-color);
            cursor: pointer;
        }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .file-upload-box[b-f56634dxh7] {
        padding: 1rem;
        border-radius: var(--border-radius);
        background-color: var(--light-color);
        margin-bottom: 1rem;
        margin-top: 1rem;
        width: 600px;
        height: 230px;
    }

    .file-upload-group[b-f56634dxh7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .image-drop-zone-no-uploads[b-f56634dxh7] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: var(--border-radius);
        padding: 3rem;
    }

        .image-drop-zone-no-uploads:hover[b-f56634dxh7] {
            background-color: var(--dark-color);
        }

    .image-drop-zone[b-f56634dxh7] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: var(--border-radius);
        padding: 1rem;
        margin-right: 0.5rem;
    }

        .image-drop-zone:hover[b-f56634dxh7] {
            background-color: var(--dark-color);
        }

    .uploads-list[b-f56634dxh7] {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
    }

    .uploads-list-item[b-f56634dxh7] {
        padding: 0.5rem;
        background: var(--dark-color);
        border-radius: var(--border-radius);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .upload-icon[b-f56634dxh7] {
        font-size: 4rem;
        color: var(--neon-green);
    }

    .drop-file-message[b-f56634dxh7] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
    }

    .generic-title[b-f56634dxh7] {
        margin: 0;
        color: var(--text-color);
        font-size: 0.85rem;
        overflow: hidden;
    }

    .delete-upload[b-f56634dxh7] {
        color: var(--neon-green);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        font-size: 1rem;
    }

        .delete-upload:hover[b-f56634dxh7] {
            background: var(--light-color);
            cursor: pointer;
        }
}


/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

    .file-upload-box[b-f56634dxh7] {
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        margin-bottom: 1rem;
        width: 100%;
        height: auto;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1rem;
    }

    .file-upload-group[b-f56634dxh7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .image-drop-zone-no-uploads[b-f56634dxh7],
    .image-drop-zone[b-f56634dxh7] {
        width: 100%;
        min-height: 150px;
        border-radius: var(--border-radius);
        padding: 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        background-color: transparent;
        transition: background-color 0.2s ease-in-out;
        margin-bottom: 1rem;
    }

        .image-drop-zone-no-uploads:hover[b-f56634dxh7],
        .image-drop-zone:hover[b-f56634dxh7] {
            background-color: var(--dark-color);
        }

    .upload-icon[b-f56634dxh7] {
        font-size: 3.5rem;
        color: var(--neon-green);
        margin-bottom: 0.5rem;
    }

    .drop-file-message[b-f56634dxh7] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        text-align: center;
        line-height: 1.4;
    }

    .uploads-list[b-f56634dxh7] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .uploads-list-item[b-f56634dxh7] {
        background: var(--dark-color);
        border-radius: var(--border-radius);
        padding: 0.75rem 1rem;
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .generic-left-group[b-f56634dxh7] {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .generic-title[b-f56634dxh7] {
        color: var(--text-color);
        font-size: 0.9rem;
        font-weight: 500;
        margin: 0;
        word-break: break-word;
    }

    .delete-upload[b-f56634dxh7] {
        color: var(--neon-green);
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        background: transparent;
        margin-top: 0.25rem;
    }

        .delete-upload:hover[b-f56634dxh7] {
            background-color: var(--light-color);
            cursor: pointer;
        }
}
/* /Components/Common/Questions/LongAnswer.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .empty-spacing[b-8l2a49ctu7] {
        margin-top: 3rem;
    }

    .text-input[b-8l2a49ctu7] {
        width: 100%;
        background: var(--light-color);
        color: var(--text-color);
        text-align: left;
        font-size: 1.25rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        height: 15rem;
        resize: none;
        border-style: none;
        padding: 0.75rem;
        border: 2px solid transparent;
        outline: none;
    }

    .text-input:focus[b-8l2a49ctu7] {
        border: 2px solid var(--neon-green);
    }

    .text-input[b-8l2a49ctu7]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    .empty-spacing[b-8l2a49ctu7] {
        margin-top: 2rem;
    }

    .text-input[b-8l2a49ctu7] {
        width: 100%;
        background: var(--light-color);
        color: var(--text-color);
        text-align: left;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        height: 12rem;
        resize: none;
        border-style: none;
        padding: 0.65rem;
        border: 2px solid transparent;
        outline: none;
    }

    .text-input:focus[b-8l2a49ctu7] {
        border: 2px solid var(--neon-green);
    }

    .text-input[b-8l2a49ctu7]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-8l2a49ctu7] {
        margin-top: 2rem;
    }

    .text-input[b-8l2a49ctu7] {
        width: 100%;
        background: var(--light-color);
        color: var(--text-color);
        text-align: left;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        height: 15rem;
        resize: none;
        border-style: none;
        padding: 0.65rem;
        border: 2px solid transparent;
        outline: none;
    }

    .text-input:focus[b-8l2a49ctu7] {
        border: 2px solid var(--neon-green);
    }

    .text-input[b-8l2a49ctu7]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}
/* /Components/Common/Questions/MultipleChoice.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .empty-spacing[b-fk67sp97nc] {
        margin-top: 3rem;
    }

    .choice-list[b-fk67sp97nc] {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .choice-group[b-fk67sp97nc] {
        background: var(--light-color);
        border: 2px solid transparent;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0.5rem;
    }

    .selected[b-fk67sp97nc] {
        border: 2px solid var(--neon-green) !important;
    }

    .choice-group:hover[b-fk67sp97nc] {
        border: 2px solid var(--neon-green);
        transition: 0.5s;
        cursor: pointer;
    }

    .choice-letter[b-fk67sp97nc] {
        color: var(--neon-green);
        background: var(--dark-color);
        font-size: 2rem;
        border-radius: var(--border-radius);
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-right: 0.75rem;
    }

    .choice-text-input[b-fk67sp97nc] {
        width: 80%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .choice-text-input[b-fk67sp97nc]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .choice-text[b-fk67sp97nc] {
        color: var(--text-color);
        font-size: 1.5rem;
        margin-left: 0.75rem;
        font-weight: 500;
    }

    .selection-icon[b-fk67sp97nc] {
        color: var(--neon-green);
        font-size: 2rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    .empty-spacing[b-fk67sp97nc] {
        margin-top: 2rem;
    }

    .choice-list[b-fk67sp97nc] {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }

    .choice-group[b-fk67sp97nc] {
        background: var(--light-color);
        border: 2px solid transparent;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0.35rem;
    }

    .selected[b-fk67sp97nc] {
        border: 2px solid var(--neon-green) !important;
    }

    .choice-group:hover[b-fk67sp97nc] {
        border: 2px solid var(--neon-green);
        transition: 0.5s;
        cursor: pointer;
    }

    .choice-letter[b-fk67sp97nc] {
        color: var(--neon-green);
        background: var(--dark-color);
        font-size: 1.5rem;
        border-radius: var(--border-radius);
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-right: 0.75rem;
    }

    .choice-text-input[b-fk67sp97nc] {
        width: 80%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
    }

    .choice-text-input[b-fk67sp97nc]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .choice-text[b-fk67sp97nc] {
        color: var(--text-color);
        font-size: 1.25rem;
        margin-left: 0.75rem;
        font-weight: 500;
    }

    .selection-icon[b-fk67sp97nc] {
        color: var(--neon-green);
        font-size: 1.5rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-fk67sp97nc] {
        margin-top: 2rem;
    }

    .choice-list[b-fk67sp97nc] {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }

    .choice-group[b-fk67sp97nc] {
        background: var(--light-color);
        border: 2px solid transparent;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0.35rem;
    }

    .selected[b-fk67sp97nc] {
        border: 2px solid var(--neon-green) !important;
    }

    .choice-group:hover[b-fk67sp97nc] {
        border: 2px solid var(--neon-green);
        transition: 0.5s;
        cursor: pointer;
    }

    .choice-letter[b-fk67sp97nc] {
        color: var(--neon-green);
        background: var(--dark-color);
        font-size: 1.5rem;
        border-radius: var(--border-radius);
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-right: 0.75rem;
    }

    .choice-text-input[b-fk67sp97nc] {
        width: 80%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
    }

    .choice-text-input[b-fk67sp97nc]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .choice-text[b-fk67sp97nc] {
        color: var(--text-color);
        font-size: 1.25rem;
        margin-left: 0.75rem;
        font-weight: 500;
    }

    .selection-icon[b-fk67sp97nc] {
        color: var(--neon-green);
        font-size: 1.5rem;
    }
}
/* /Components/Common/Questions/Payment.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    
    /**************** Payment Processing ****************/

    .pay-now-button-group[b-n786mv2sou] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .pay-now-button[b-n786mv2sou] {
        width: 100%;
        height: 5rem;
        background-color: var(--light-color);
        padding: 2rem;
        border-radius: var(--border-radius);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
        border: 2px solid transparent;
    }

    .pay-now-button:hover[b-n786mv2sou] {
        border: 2px solid var(--neon-green);
    }

    .pay-now-title[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        font-size: 1rem;
    }

    .pay-now-icons-group[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .pay-now-icon[b-n786mv2sou] {
        font-size: 1.75rem;
        color: var(--neon-green);
    }

    .step-question[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 25px;
        padding-bottom: 2.5rem;
        display: flex;
        align-items: center;
    }

    .empty-spacing[b-n786mv2sou] {
        padding-top: 4rem;
    }

    .main-column[b-n786mv2sou] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .icon-row[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--text-color);
        font-size: 8rem;
        padding-bottom: 2rem;
    }

    .not-found-message[b-n786mv2sou] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
    }
    .green[b-n786mv2sou] {
        color: var(--neon-green) !important;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1625px) {
    
    /**************** Payment Processing ****************/

    .pay-now-button-group[b-n786mv2sou] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .pay-now-button[b-n786mv2sou] {
        width: 100%;
        height: 5rem;
        background-color: var(--light-color);
        padding: 2rem;
        border-radius: var(--border-radius);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
        border: 2px solid transparent;
    }

    .pay-now-button:hover[b-n786mv2sou] {
        border: 2px solid var(--neon-green);
    }

    .pay-now-title[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        font-size: 1rem;
    }

    .pay-now-icons-group[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .pay-now-icon[b-n786mv2sou] {
        font-size: 1.75rem;
        color: var(--neon-green);
    }

    .step-question[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 20px;
        padding-bottom: 2.5rem;
        display: flex;
        align-items: center;
    }

    .empty-spacing[b-n786mv2sou] {
        padding-top: 4rem;
    }

    .main-column[b-n786mv2sou] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .icon-row[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--text-color);
        font-size: 8rem;
        padding-bottom: 2rem;
    }

    .not-found-message[b-n786mv2sou] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
    }
    .green[b-n786mv2sou] {
        color: var(--neon-green) !important;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {

    .pay-now-button-group[b-n786mv2sou] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin-top: 1rem;
    }

    .pay-now-button[b-n786mv2sou] {
        width: 100%;
        height: 5rem;
        background-color: var(--light-color);
        padding: 2rem;
        border-radius: var(--border-radius);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
        border: 2px solid transparent;
    }

        .pay-now-button:hover[b-n786mv2sou] {
            border: 2px solid var(--neon-green);
        }

    .pay-now-title[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        font-size: 1rem;
    }

    .pay-now-icons-group[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .pay-now-icon[b-n786mv2sou] {
        font-size: 1.75rem;
        color: var(--neon-green);
    }
    .step-question[b-n786mv2sou] {
        color: var(--text-color);
        font-weight: 500;
        text-align: center;
        font-size: 25px;
        padding-bottom: 2.5rem;
        display: flex;
        align-items: center;
    }
    .main-column[b-n786mv2sou] {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .icon-row[b-n786mv2sou] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: var(--text-color);
        font-size: 8rem;
        padding-bottom: 2rem;
    }
    .green[b-n786mv2sou] {
        color: var(--neon-green) !important;
    }
    .not-found-message[b-n786mv2sou] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
    }
}
/* /Components/Common/Questions/ShortAnswer.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .empty-spacing[b-xxuehrvu71] {
        margin-top: 3rem;
    }

    .text-input[b-xxuehrvu71] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.75rem;
        font-weight: 500;
        border-bottom: 2px solid transparent;
    }

    .text-input:focus[b-xxuehrvu71] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-xxuehrvu71]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .empty-spacing[b-xxuehrvu71] {
        margin-top: 2rem;
    }

    .text-input[b-xxuehrvu71] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: 2px solid transparent;
    }

    .text-input:focus[b-xxuehrvu71] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-xxuehrvu71]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-xxuehrvu71] {
        margin-top: 2rem;
    }

    .text-input[b-xxuehrvu71] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
        border-bottom: 2px solid transparent;
    }

    .text-input:focus[b-xxuehrvu71] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-xxuehrvu71]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}
/* /Components/Common/Questions/Signature.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .empty-spacing[b-qmvatx3i8s] {
        margin-bottom: 1rem;
    }

    .signature-group[b-qmvatx3i8s] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .button-box[b-qmvatx3i8s] {
        width: 12rem;
        position: relative;
        border-radius: 30px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn[b-qmvatx3i8s] {
        padding: 12px 15px;
        cursor: pointer;
        background: transparent;
        border: 0;
        outline: none;
        position: relative;
        text-align: center;
        color: var(--dark-color);
        font-size: 1rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn-slider[b-qmvatx3i8s] {
        left: 0;
        top: 0;
        position: absolute;
        width: 6rem;
        height: 100%;
        background: var(--neon-green);
        border-radius: 30px;
        transition: 0.5s;
    }

    .toggle-icon[b-qmvatx3i8s] {
        margin-right: 0.5rem;
    }

    .toggle-right[b-qmvatx3i8s] {
        left: 6rem !important;
    }

    .light-text[b-qmvatx3i8s] {
        color: var(--text-color) !important;
    }

    .dark-text[b-qmvatx3i8s] {
        color: var(--dark-color) !important;
    }

    /**************** Signature ****************/

    .signature-canvas[b-qmvatx3i8s] {
        border-radius: 10px;
        border: 2px solid var(--light-color);
    }

    .signature-canvas:hover[b-qmvatx3i8s] {
        border: 2px solid var(--neon-green);
        cursor: crosshair;
    }

    .signature-image-container[b-qmvatx3i8s] {
        position: relative;
    }

    .signature-img[b-qmvatx3i8s] {
        border-radius: var(--border-radius);
        border: 2px solid var(--neon-green);
    }

    .remove-signature[b-qmvatx3i8s] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        padding: 0.65rem 1rem;
        position: absolute;
        white-space: nowrap;
        background: var(--light-color);
        color: var(--text-color);
        top: 0.75rem;
        right: 0.75rem;
        gap: 0.5rem;
    }

    .remove-signature:hover[b-qmvatx3i8s] {
        cursor: pointer;
        background: var(--error-color);
    }

    .remove-signature-icon[b-qmvatx3i8s] {
        font-size: 1rem;
        color: var(--background-color);
    }

    /**************** Type Signature ****************/

    .text-input-container[b-qmvatx3i8s] {
        height: 254px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .text-input[b-qmvatx3i8s] {
        width: 600px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 3rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        font-family: 'Dancing Script', cursive;
        text-align: center;
    }

    .text-input:focus[b-qmvatx3i8s] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-qmvatx3i8s]::placeholder {
        color: var(--light-color);
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .empty-spacing[b-qmvatx3i8s] {
        margin-bottom: 1rem;
    }

    .signature-group[b-qmvatx3i8s] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 2rem;
    }

    .button-box[b-qmvatx3i8s] {
        width: 12rem;
        position: relative;
        border-radius: 30px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn[b-qmvatx3i8s] {
        padding: 12px 15px;
        cursor: pointer;
        background: transparent;
        border: 0;
        outline: none;
        position: relative;
        text-align: center;
        color: var(--dark-color);
        font-size: 1rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn-slider[b-qmvatx3i8s] {
        left: 0;
        top: 0;
        position: absolute;
        width: 6rem;
        height: 100%;
        background: var(--neon-green);
        border-radius: 30px;
        transition: 0.5s;
    }

    .toggle-icon[b-qmvatx3i8s] {
        margin-right: 0.5rem;
    }

    .toggle-right[b-qmvatx3i8s] {
        left: 6rem !important;
    }

    .light-text[b-qmvatx3i8s] {
        color: var(--text-color) !important;
    }

    .dark-text[b-qmvatx3i8s] {
        color: var(--dark-color) !important;
    }

    /**************** Signature ****************/

    .signature-canvas[b-qmvatx3i8s] {
        border-radius: 10px;
        border: 2px solid var(--light-color);
    }

    .signature-canvas:hover[b-qmvatx3i8s] {
        border: 2px solid var(--neon-green);
        cursor: crosshair;
    }

    .signature-image-container[b-qmvatx3i8s] {
        position: relative;
    }

    .signature-img[b-qmvatx3i8s] {
        border-radius: var(--border-radius);
        border: 2px solid var(--neon-green);
    }

    .remove-signature[b-qmvatx3i8s] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        padding: 0.65rem 1rem;
        position: absolute;
        white-space: nowrap;
        background: var(--light-color);
        color: var(--text-color);
        top: 0.75rem;
        right: 0.75rem;
        gap: 0.5rem;
    }
    
    .remove-signature:hover[b-qmvatx3i8s] {
        cursor: pointer;
        background: var(--error-color);
    }

    .remove-signature-icon[b-qmvatx3i8s] {
        font-size: 0.85rem;
        color: var(--background-color);
    }

    /**************** Type Signature ****************/

    .text-input-container[b-qmvatx3i8s] {
        height: 179px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .text-input[b-qmvatx3i8s] {
        width: 400px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 2rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        font-family: 'Dancing Script', cursive;
        text-align: center;
    }

    .text-input:focus[b-qmvatx3i8s] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-qmvatx3i8s]::placeholder {
        color: var(--light-color);
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-qmvatx3i8s] {
        margin-bottom: 1rem;
    }

    .signature-group[b-qmvatx3i8s] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-top: 3rem;
    }

    .button-box[b-qmvatx3i8s] {
        width: 12rem;
        position: relative;
        border-radius: 30px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn[b-qmvatx3i8s] {
        padding: 12px 15px;
        cursor: pointer;
        background: transparent;
        border: 0;
        outline: none;
        position: relative;
        text-align: center;
        color: var(--dark-color);
        font-size: 1rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toggle-btn-slider[b-qmvatx3i8s] {
        left: 0;
        top: 0;
        position: absolute;
        width: 6rem;
        height: 100%;
        background: var(--neon-green);
        border-radius: 30px;
        transition: 0.5s;
    }

    .toggle-icon[b-qmvatx3i8s] {
        margin-right: 0.5rem;
    }

    .toggle-right[b-qmvatx3i8s] {
        left: 6rem !important;
    }

    .light-text[b-qmvatx3i8s] {
        color: var(--text-color) !important;
    }

    .dark-text[b-qmvatx3i8s] {
        color: var(--dark-color) !important;
    }

    /**************** Signature ****************/

    .signature-canvas[b-qmvatx3i8s] {
        border-radius: 10px;
        border: 2px solid var(--light-color);
    }

    .signature-canvas:hover[b-qmvatx3i8s] {
        border: 2px solid var(--neon-green);
        cursor: crosshair;
    }

    .signature-image-container[b-qmvatx3i8s] {
        position: relative;
    }

    .signature-img[b-qmvatx3i8s] {
        border-radius: var(--border-radius);
        border: 2px solid var(--neon-green);
    }

    .remove-signature[b-qmvatx3i8s] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        font-weight: 500;
        border-radius: var(--border-radius);
        padding: 0.65rem 1rem;
        position: absolute;
        white-space: nowrap;
        background: var(--light-color);
        color: var(--text-color);
        top: 0.75rem;
        right: 0.75rem;
        gap: 0.5rem;
    }
    
    .remove-signature:hover[b-qmvatx3i8s] {
        cursor: pointer;
        background: var(--error-color);
    }

    .remove-signature-icon[b-qmvatx3i8s] {
        font-size: 0.85rem;
        color: var(--background-color);
    }

    /**************** Type Signature ****************/

    .text-input-container[b-qmvatx3i8s] {
        height: 179px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .text-input[b-qmvatx3i8s] {
        width: 400px;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 2rem;
        font-weight: 500;
        border-bottom: 2px solid var(--light-color);
        font-family: 'Dancing Script', cursive;
        text-align: center;
    }

    .text-input:focus[b-qmvatx3i8s] {
        border-bottom: 2px solid var(--neon-green);
    }

    .text-input[b-qmvatx3i8s]::placeholder {
        color: var(--light-color);
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    }
}
/* /Components/Common/Questions/Statement.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .statement-form-display[b-yqrpwxwz3t] {
        width: 100%;
        font-size: 1.25rem;
        font-weight: 500;
        background: transparent;
        color: var(--text-color);
        padding: 0.75rem 0;
        border-radius: var(--border-radius);
        white-space: pre-wrap;
        opacity: 0.6;
    }

}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .statement-form-display[b-yqrpwxwz3t] {
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
        background: transparent;
        color: var(--text-color);
        padding: 0.75rem 0;
        border-radius: var(--border-radius);
        white-space: pre-wrap;
        opacity: 0.6;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .statement-form-display[b-yqrpwxwz3t] {
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
        background: transparent;
        color: var(--text-color);
        padding: 0.75rem 0;
        border-radius: var(--border-radius);
        white-space: pre-wrap;
        opacity: 0.6;
    }
}
/* /Components/Common/Questions/Table.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .empty-spacing[b-in4m5us22g] {
        margin-top: 3rem;
    }

    .form-input-medium[b-in4m5us22g] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.25rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-in4m5us22g]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
    
    .matrix-container[b-in4m5us22g] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .matrix-header[b-in4m5us22g] {
        display: flex;
        align-items: center;
        gap: 2rem;
        font-weight: bold;
        padding: 10px 2rem;
    }

    .matrix-row[b-in4m5us22g] {
        display: flex;
        align-items: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        padding: 1.5rem 2rem;
        gap: 2rem;
        position: relative;
    }

    .matrix-row-label[b-in4m5us22g] {
        width: 7rem;
        font-weight: bold;
        color: var(--text-color);
        font-size: 1rem;
    }

    .matrix-row-input[b-in4m5us22g] {
        width: 7rem;
        border: none;
        background: transparent;
        font-weight: bold;
        color: var(--text-color);
        font-size: 1rem;
        outline: none;
    }

    .matrix-column-label[b-in4m5us22g] {
        font-weight: bold;
        color: var(--text-color);
        font-size: 1rem;
        width: 7rem;
        text-align: center;
    }

    .matrix-column-input[b-in4m5us22g] {
        width: 7rem;
        border: none;
        background: transparent;
        font-weight: bold;
        color: var(--text-color);
        font-size: 1rem;
        outline: none;
        text-align: center;
    }

    .matrix-input[b-in4m5us22g] {
        width: 7rem;
        border: none;
        background: transparent;
        text-align: center;
        font-weight: 500;
        color: var(--text-color);
        font-size: 1rem;
        outline: none;
    }

    .matrix-input[b-in4m5us22g]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .empty-spacing[b-in4m5us22g] {
        margin-top: 2rem;
    }

    .form-input-medium[b-in4m5us22g] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-in4m5us22g]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
    
    .matrix-container[b-in4m5us22g] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .matrix-header[b-in4m5us22g] {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        font-weight: bold;
        padding: 8px 1.5rem;
    }

    .matrix-row[b-in4m5us22g] {
        display: flex;
        align-items: center;
        background-color: var(--light-color);
        border-radius: var(--border-radius);
        padding: 1.25rem 1.5rem;
        gap: 1.5rem;
        position: relative;
    }

    .matrix-row-label[b-in4m5us22g] {
        width: 6rem;
        font-weight: bold;
        color: var(--text-color);
        font-size: 1rem;
    }

    .matrix-row-input[b-in4m5us22g] {
        width: 6rem;
        border: none;
        background: transparent;
        font-weight: bold;
        color: var(--text-color);
        font-size: 0.85rem;
        outline: none;
    }

    .matrix-column-label[b-in4m5us22g] {
        font-weight: bold;
        color: var(--text-color);
        font-size: 0.85rem;
        width: 6rem;
        text-align: center;
    }

    .matrix-column-input[b-in4m5us22g] {
        width: 6rem;
        border: none;
        background: transparent;
        font-weight: bold;
        color: var(--text-color);
        font-size: 0.85rem;
        outline: none;
        text-align: center;
    }

    .matrix-input[b-in4m5us22g] {
        width: 6rem;
        border: none;
        background: transparent;
        text-align: center;
        font-weight: 500;
        color: var(--text-color);
        font-size: 0.85rem;
        outline: none;
    }

    .matrix-input[b-in4m5us22g]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .empty-spacing[b-in4m5us22g] {
        margin-top: 2rem;
    }

    .form-input-medium[b-in4m5us22g] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-in4m5us22g]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }
    
    .matrix-container[b-in4m5us22g] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .mobile-matrix-block[b-in4m5us22g] {
        background-color: var(--light-color);
        padding: 1rem;
        border-radius: var(--border-radius);
        margin-bottom: 1rem;
        color: var(--text-color);
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
    }

    .mobile-matrix-title[b-in4m5us22g] {
        font-size: 1rem;
        font-weight: bold;
        opacity: 0.5;
    }

    .mobile-matrix-field[b-in4m5us22g] {
        display: grid;
        grid-template-columns: 5rem 1fr;
        gap: 3rem;
        font-size: 0.85rem;
        align-items: center;
    }

    .mobile-matrix-field-value[b-in4m5us22g] {
        overflow-wrap: break-word;
        word-break: break-word;
    }

}
/* /Components/Common/Questions/YesNo.razor.rz.scp.css */
/**************************************/
/*              Desktop               */
/**************************************/
@media screen and (min-width: 1626px) {

    .empty-spacing[b-yblnwjm7om] {
        margin-top: 3rem;
    }

    .yesno-container[b-yblnwjm7om] {
        display: flex;
        gap: 2rem;
        margin-top: 1rem;
    }

    .yesno-button[b-yblnwjm7om] {
        padding: 1rem 2rem;
        font-size: 1.5rem;
        font-weight: 500;
        background: var(--light-color);
        border: 2px solid transparent;
        color: white;
        border-radius: var(--border-radius);
        transition: all 0.2s ease;
    }

        .yesno-button:hover[b-yblnwjm7om] {
            background: var(--neon-green);
            cursor: pointer;
        }

        .yesno-button.selected[b-yblnwjm7om] {
            color: white;
            background : var(--neon-green)
        }

    .yesno-icon[b-yblnwjm7om] {
        margin-right: 0.75rem;
        font-size: 1.4rem;
    }
}

/**************************************/
/*              Laptop                */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    
    .empty-spacing[b-yblnwjm7om] {
        margin-top: 2rem;
    }
    .yesno-container[b-yblnwjm7om] {
        display: flex;
        gap: 1.5rem;
        margin-top: 1rem;
    }

    .yesno-button[b-yblnwjm7om] {
        padding: 0.75rem 1.5rem;
        font-size: 1.25rem;
        background: var(--light-color);
        color: var(--text-color);
        border-radius: var(--border-radius);
        transition: all 0.2s ease;
        border: 2px solid transparent;
    }

        .yesno-button:hover[b-yblnwjm7om] {
            background: var(--neon-green);
            cursor: pointer;
        }

        .yesno-button.selected[b-yblnwjm7om] {
            background: var(--neon-green);
            color: white;
        }

    .yesno-icon[b-yblnwjm7om] {
        margin-right: 0.5rem;
    }
}

/**************************************/
/*       Mobile & Tablet              */
/**************************************/
@media screen and (max-width: 991px) {

    .empty-spacing[b-yblnwjm7om] {
        margin-top: 2rem;
    }

    .yesno-container[b-yblnwjm7om] {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }

    .yesno-button[b-yblnwjm7om] {
        padding: 0.75rem 1rem;
        font-size: 1.25rem;
        background: transparent;
        border: 2px solid transparent;
        background: var(--light-color);
        color: var(--text-color);
        border-radius: var(--border-radius);
        transition: all 0.2s ease;
    }

        .yesno-button.selected[b-yblnwjm7om] {
            background: var(--neon-green);
            color: var(--text-color);
        }

    .yesno-icon[b-yblnwjm7om] {
        margin-right: 0.5rem;
    }
}
/* /Components/Common/TeamAvatar.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {
    .team-avatar-group[b-f3l2mrqp6c] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .team-avatar[b-f3l2mrqp6c] {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 2.5rem;
        margin: 0.25rem;
    }

    .team-name[b-f3l2mrqp6c] {
        font-size: 1.5rem;
        color: var(--text-color);
        font-weight: 500;
    }

    .team-email[b-f3l2mrqp6c] {
        font-size: 1rem;
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {
    .team-avatar-group[b-f3l2mrqp6c] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .team-avatar[b-f3l2mrqp6c] {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 2rem;
        margin: 0.25rem;
    }

    .team-name[b-f3l2mrqp6c] {
        font-size: 1.25rem;
        color: var(--text-color);
        font-weight: 500;
    }

    .team-email[b-f3l2mrqp6c] {
        font-size: 0.85rem;
        color: var(--text-color);
        opacity: 0.5;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .team-avatar-group[b-f3l2mrqp6c] {
        display: none;
    }
}
/* /Components/Common/UnderConstruction.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1441px) {
    .content[b-nq54oncdwp] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .construction-zone[b-nq54oncdwp] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-nq54oncdwp] {
        font-size: 8rem;
        color: var(--neon-green);
    }

    .construction-title[b-nq54oncdwp] {
        font-size: 2rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .construction-subtitle[b-nq54oncdwp] {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .content[b-nq54oncdwp] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .construction-zone[b-nq54oncdwp] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-nq54oncdwp] {
        font-size: 7rem;
        color: var(--neon-green);
    }

    .construction-title[b-nq54oncdwp] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .construction-subtitle[b-nq54oncdwp] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
        margin-top: 0.25rem;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .content[b-nq54oncdwp] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .construction-zone[b-nq54oncdwp] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .construction-icon[b-nq54oncdwp] {
        font-size: 8rem;
        color: var(--neon-green);
    }

    .construction-title[b-nq54oncdwp] {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--text-color);
    }

    .construction-subtitle[b-nq54oncdwp] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--text-color);
        opacity: 0.5;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-v2kkh0emi2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-v2kkh0emi2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Form.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .background[b-33h9vbn741] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-33h9vbn741] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-33h9vbn741] {
        width: 35rem;
        height: 40rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Chatbot ****************/

    .chatbot-group[b-33h9vbn741] {
        width: 28rem;
        height: 40rem;
    }

    .chat-messages[b-33h9vbn741] {
        flex-grow: 1;
        margin-top: 2rem;
        max-height: calc(100vh - 25rem);
        overflow-y: auto;
        padding-bottom: 10rem;
    }

    .message-bot-group[b-33h9vbn741] {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: row;
        cursor: pointer;
    }

    .mini-avatar[b-33h9vbn741] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    .message-user-group[b-33h9vbn741] {
        display: flex;
        align-items: center;
        justify-content: end;
        cursor: pointer;
    }

    .message-bot[b-33h9vbn741] {
        text-align: left;
        color: var(--text-color);
        border-radius: 10px;
        width: fit-content;
        font-weight: 500;
        font-size: 0.85rem;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 12px;
        margin-bottom: 0.5rem;
    }

    .message-user[b-33h9vbn741] {
        text-align: right;
        color: var(--dark-color);
        background-color: var(--neon-green);
        border-radius: 10px;
        width: fit-content;
        padding: 8px 12px;
        font-weight: 500;
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }

    /**************** Questions ****************/

    .column[b-33h9vbn741] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 5rem 0rem;
    }

    .question-number[b-33h9vbn741] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.6rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .empty-spacing[b-33h9vbn741] {
        margin-top: 3rem;
    }

    .form-input-large[b-33h9vbn741] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.75rem;
        font-weight: 500;
    }

    .form-input-large[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-33h9vbn741] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 1rem;
    }

    .form-input-medium[b-33h9vbn741] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.25rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .previous-step[b-33h9vbn741] {
        background-color: transparent;
        color: white;
        padding: 1rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 6.5rem;
    }

    .previous-step:hover[b-33h9vbn741] {
        background: var(--dark-color);
        transition: 0.5s;
    }

    .previous-button-icon[b-33h9vbn741] {
        margin-right: 0.5rem;
    }

    .next-step[b-33h9vbn741] {
        background-color: var(--light-color);
        color: white;
        padding: 1rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 6.5rem;
        margin-top: 1rem;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-step:hover[b-33h9vbn741] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        transition: 0.5s;
    }

    .next-button-icon[b-33h9vbn741] {
        margin-left: 0.5rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-33h9vbn741 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-33h9vbn741 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-33h9vbn741] {
        animation: fadeIn-b-33h9vbn741 1s ease-out forwards;
    }

    .fade-out[b-33h9vbn741] {
        animation: fadeOut-b-33h9vbn741 1s ease-out forwards;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    .background[b-33h9vbn741] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-33h9vbn741] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-33h9vbn741] {
        width: 30rem;
        height: 30rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Chatbot ****************/

    .chatbot-group[b-33h9vbn741] {
        width: 22rem;
        height: 30rem;
    }

    .chat-messages[b-33h9vbn741] {
        flex-grow: 1;
        margin-top: 1.5rem;
        max-height: calc(100vh - 25rem);
        overflow-y: auto;
        padding-bottom: 8rem;
    }

    .message-bot-group[b-33h9vbn741] {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: row;
        cursor: pointer;
    }

    .mini-avatar[b-33h9vbn741] {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.85rem;
        margin-right: 0.35rem;
    }

    .message-user-group[b-33h9vbn741] {
        display: flex;
        align-items: center;
        justify-content: end;
        cursor: pointer;
    }

    .message-bot[b-33h9vbn741] {
        text-align: left;
        color: var(--text-color);
        border-radius: 10px;
        width: fit-content;
        font-weight: 500;
        font-size: 0.75rem;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 10px;
        margin-bottom: 0.35rem;
    }

    .message-user[b-33h9vbn741] {
        text-align: right;
        color: var(--dark-color);
        background-color: var(--neon-green);
        border-radius: 10px;
        width: fit-content;
        padding: 6px 10px;
        font-weight: 500;
        margin-bottom: 0.35rem;
        font-size: 0.75rem;
    }

    /**************** Questions ****************/

    .column[b-33h9vbn741] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 4rem 0rem;
    }

    .question-number[b-33h9vbn741] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.55rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.35rem;
    }

    .empty-spacing[b-33h9vbn741] {
        margin-top: 2rem;
    }

    .form-input-large[b-33h9vbn741] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .form-input-large[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-33h9vbn741] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 0.85rem;
    }

    .form-input-medium[b-33h9vbn741] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .previous-step[b-33h9vbn741] {
        background-color: transparent;
        color: white;
        padding: 0.85rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        width: 6rem;
    }

    .previous-step:hover[b-33h9vbn741] {
        background: var(--dark-color);
        transition: 0.5s;
    }

    .previous-button-icon[b-33h9vbn741] {
        margin-right: 0.5rem;
        font-size: 0.85rem;
    }

    .next-step[b-33h9vbn741] {
        background-color: var(--light-color);
        color: white;
        padding: 0.85rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        width: 6rem;
        /*margin-top: 0.85rem;*/
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-step:hover[b-33h9vbn741] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        transition: 0.5s;
    }

    .next-button-icon[b-33h9vbn741] {
        margin-left: 0.5rem;
        font-size: 0.85rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-33h9vbn741 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-33h9vbn741 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-33h9vbn741] {
        animation: fadeIn-b-33h9vbn741 1s ease-out forwards;
    }

    .fade-out[b-33h9vbn741] {
        animation: fadeOut-b-33h9vbn741 1s ease-out forwards;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .background[b-33h9vbn741] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-33h9vbn741] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-33h9vbn741] {
        width: 100%;
        height: 30rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Questions ****************/

    .column[b-33h9vbn741] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 0rem 1rem;
    }

    .question-number[b-33h9vbn741] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.55rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.35rem;
    }

    .form-input-large[b-33h9vbn741] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .form-input-large[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-33h9vbn741] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 0.85rem;
    }

    .form-input-medium[b-33h9vbn741] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-33h9vbn741]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .steps-container[b-33h9vbn741] {
        width: 100%;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        bottom: 0;
        padding: 1rem;
    }

    .previous-step[b-33h9vbn741] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        padding: 0.85rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 3rem;
    }

    .previous-button-icon[b-33h9vbn741] {
        font-size: 1rem;
    }

    .next-step[b-33h9vbn741] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        padding: 0.85rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 100%;
        /*margin-top: 0.85rem;*/
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-button-icon[b-33h9vbn741] {
        font-size: 1rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-33h9vbn741 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-33h9vbn741 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-33h9vbn741] {
        animation: fadeIn-b-33h9vbn741 1s ease-out forwards;
    }

    .fade-out[b-33h9vbn741] {
        animation: fadeOut-b-33h9vbn741 1s ease-out forwards;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/SecureForm.razor.rz.scp.css */
/**************************************/
/*                                    */
/*              Desktop               */
/*                                    */
/**************************************/

@media screen and (min-width: 1626px) {

    .background[b-sr97ttn0q8] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-sr97ttn0q8] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-sr97ttn0q8] {
        width: 35rem;
        height: 40rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Chatbot ****************/

    .chatbot-group[b-sr97ttn0q8] {
        width: 28rem;
        height: 40rem;
    }

    .chat-messages[b-sr97ttn0q8] {
        flex-grow: 1;
        margin-top: 2rem;
        max-height: calc(100vh - 25rem);
        overflow-y: auto;
        padding-bottom: 10rem;
    }

    .message-bot-group[b-sr97ttn0q8] {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: row;
        cursor: pointer;
    }

    .mini-avatar[b-sr97ttn0q8] {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        margin-right: 0.5rem;
    }

    .message-user-group[b-sr97ttn0q8] {
        display: flex;
        align-items: center;
        justify-content: end;
        cursor: pointer;
    }

    .message-bot[b-sr97ttn0q8] {
        text-align: left;
        color: var(--text-color);
        border-radius: 10px;
        width: fit-content;
        font-weight: 500;
        font-size: 0.85rem;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 12px;
        margin-bottom: 0.5rem;
    }

    .message-user[b-sr97ttn0q8] {
        text-align: right;
        color: var(--dark-color);
        background-color: var(--neon-green);
        border-radius: 10px;
        width: fit-content;
        padding: 8px 12px;
        font-weight: 500;
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }

    /**************** Questions ****************/

    .column[b-sr97ttn0q8] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 5rem 0rem;
    }

    .question-number[b-sr97ttn0q8] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.6rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .empty-spacing[b-sr97ttn0q8] {
        margin-top: 3rem;
    }

    .form-input-large[b-sr97ttn0q8] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.75rem;
        font-weight: 500;
    }

    .form-input-large[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-sr97ttn0q8] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 1rem;
    }

    .form-input-medium[b-sr97ttn0q8] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.25rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .previous-step[b-sr97ttn0q8] {
        background-color: transparent;
        color: white;
        padding: 1rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 6.5rem;
    }

    .previous-step:hover[b-sr97ttn0q8] {
        background: var(--dark-color);
        transition: 0.5s;
    }

    .previous-button-icon[b-sr97ttn0q8] {
        margin-right: 0.5rem;
    }

    .next-step[b-sr97ttn0q8] {
        background-color: var(--light-color);
        color: white;
        padding: 1rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 6.5rem;
        margin-top: 1rem;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-step:hover[b-sr97ttn0q8] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        transition: 0.5s;
    }

    .next-button-icon[b-sr97ttn0q8] {
        margin-left: 0.5rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-sr97ttn0q8 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-sr97ttn0q8 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-sr97ttn0q8] {
        animation: fadeIn-b-sr97ttn0q8 1s ease-out forwards;
    }

    .fade-out[b-sr97ttn0q8] {
        animation: fadeOut-b-sr97ttn0q8 1s ease-out forwards;
    }
}

/**************************************/
/*                                    */
/*              Laptop                */
/*                                    */
/**************************************/
@media screen and (min-width: 992px) and (max-width: 1625px) {

    .background[b-sr97ttn0q8] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-sr97ttn0q8] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-sr97ttn0q8] {
        width: 30rem;
        height: 30rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Chatbot ****************/

    .chatbot-group[b-sr97ttn0q8] {
        width: 22rem;
        height: 30rem;
    }

    .chat-messages[b-sr97ttn0q8] {
        flex-grow: 1;
        margin-top: 1.5rem;
        max-height: calc(100vh - 25rem);
        overflow-y: auto;
        padding-bottom: 8rem;
    }

    .message-bot-group[b-sr97ttn0q8] {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: row;
        cursor: pointer;
    }

    .mini-avatar[b-sr97ttn0q8] {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: var(--neon-green);
        color: var(--dark-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.85rem;
        margin-right: 0.35rem;
    }

    .message-user-group[b-sr97ttn0q8] {
        display: flex;
        align-items: center;
        justify-content: end;
        cursor: pointer;
    }

    .message-bot[b-sr97ttn0q8] {
        text-align: left;
        color: var(--text-color);
        border-radius: 10px;
        width: fit-content;
        font-weight: 500;
        font-size: 0.75rem;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 10px;
        margin-bottom: 0.35rem;
    }

    .message-user[b-sr97ttn0q8] {
        text-align: right;
        color: var(--dark-color);
        background-color: var(--neon-green);
        border-radius: 10px;
        width: fit-content;
        padding: 6px 10px;
        font-weight: 500;
        margin-bottom: 0.35rem;
        font-size: 0.75rem;
    }

    /**************** Questions ****************/

    .column[b-sr97ttn0q8] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 4rem 0rem;
    }

    .question-number[b-sr97ttn0q8] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.55rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.35rem;
    }

    .empty-spacing[b-sr97ttn0q8] {
        margin-top: 2rem;
    }

    .form-input-large[b-sr97ttn0q8] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .form-input-large[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-sr97ttn0q8] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 0.85rem;
    }

    .form-input-medium[b-sr97ttn0q8] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .previous-step[b-sr97ttn0q8] {
        background-color: transparent;
        color: white;
        padding: 0.85rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        width: 6rem;
    }

    .previous-step:hover[b-sr97ttn0q8] {
        background: var(--dark-color);
        transition: 0.5s;
    }

    .previous-button-icon[b-sr97ttn0q8] {
        margin-right: 0.5rem;
        font-size: 0.85rem;
    }

    .next-step[b-sr97ttn0q8] {
        background-color: var(--light-color);
        color: white;
        padding: 0.85rem;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.85rem;
        width: 6rem;
        /*margin-top: 0.85rem;*/
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-step:hover[b-sr97ttn0q8] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        transition: 0.5s;
    }

    .next-button-icon[b-sr97ttn0q8] {
        margin-left: 0.5rem;
        font-size: 0.85rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-sr97ttn0q8 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-sr97ttn0q8 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-sr97ttn0q8] {
        animation: fadeIn-b-sr97ttn0q8 1s ease-out forwards;
    }

    .fade-out[b-sr97ttn0q8] {
        animation: fadeOut-b-sr97ttn0q8 1s ease-out forwards;
    }
}

/**************************************/
/*                                    */
/*          Mobile & Tablet           */
/*                                    */
/**************************************/

@media screen and (max-width: 991px) {
    .background[b-sr97ttn0q8] {
        background: linear-gradient(to top, var(--dark-color), var(--light-color));
        min-height: 100vh;
        display: flex;
        overflow: auto;
    }

    .form-content[b-sr97ttn0q8] {
        width: 100%;
        /* max-width: 1200px; */
        margin: auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .questions-group[b-sr97ttn0q8] {
        width: 100%;
        height: 30rem;
        display: flex;
        flex-direction: column;
    }

    /**************** Questions ****************/

    .column[b-sr97ttn0q8] {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        margin: 0rem 1rem;
    }

    .question-number[b-sr97ttn0q8] {
        color: var(--dark-color);
        background: var(--neon-green);
        padding: 0.4rem;
        font-size: 0.55rem;
        border-radius: var(--border-radius);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-bottom: 0.35rem;
    }

    .form-input-large[b-sr97ttn0q8] {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .form-input-large[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    .error-message[b-sr97ttn0q8] {
        color: var(--error-color);
        font-weight: 500;
        font-size: 0.85rem;
    }

    .form-input-medium[b-sr97ttn0q8] {
        width: 100%;
        background: transparent;
        color: var(--text-color);
        text-align: left;
        font-size: 1rem;
        font-weight: 500;
        opacity: 0.5;
    }

    .form-input-medium[b-sr97ttn0q8]::placeholder {
        color: var(--text-color);
        opacity: 0.5;
    }

    /**************** Steps ****************/

    .steps-container[b-sr97ttn0q8] {
        width: 100%;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        bottom: 0;
        padding: 1rem;
    }

    .previous-step[b-sr97ttn0q8] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        padding: 0.85rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 3rem;
    }

    .previous-button-icon[b-sr97ttn0q8] {
        font-size: 1rem;
    }

    .next-step[b-sr97ttn0q8] {
        background-color: var(--neon-green);
        color: var(--dark-color);
        padding: 0.85rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        width: 100%;
        /*margin-top: 0.85rem;*/
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    }

    .next-button-icon[b-sr97ttn0q8] {
        font-size: 1rem;
    }

    /**************** Animations ****************/

    @keyframes fadeIn-b-sr97ttn0q8 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut-b-sr97ttn0q8 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .fade-in[b-sr97ttn0q8] {
        animation: fadeIn-b-sr97ttn0q8 1s ease-out forwards;
    }

    .fade-out[b-sr97ttn0q8] {
        animation: fadeOut-b-sr97ttn0q8 1s ease-out forwards;
    }
}
