/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4kks618k3y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4kks618k3y] {
    flex: 1;
}

.sidebar[b-4kks618k3y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4kks618k3y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4kks618k3y]  a, .top-row[b-4kks618k3y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4kks618k3y]  a:hover, .top-row[b-4kks618k3y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4kks618k3y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4kks618k3y] {
        justify-content: space-between;
    }

    .top-row[b-4kks618k3y]  a, .top-row[b-4kks618k3y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4kks618k3y] {
        flex-direction: row;
    }

    .sidebar[b-4kks618k3y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4kks618k3y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4kks618k3y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4kks618k3y], article[b-4kks618k3y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4kks618k3y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-4kks618k3y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v3y8jh41ev] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-v3y8jh41ev] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-v3y8jh41ev] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v3y8jh41ev] {
    font-size: 1.1rem;
}

.bi[b-v3y8jh41ev] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-v3y8jh41ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-v3y8jh41ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-v3y8jh41ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-v3y8jh41ev] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v3y8jh41ev] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v3y8jh41ev] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v3y8jh41ev]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-v3y8jh41ev]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-v3y8jh41ev]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-v3y8jh41ev] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-v3y8jh41ev] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v3y8jh41ev] {
        display: none;
    }

    .nav-scrollable[b-v3y8jh41ev] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Confirmation/ConfirmationPage.razor.rz.scp.css */
[b-84hqe9lmi2] .return-btn.e-btn {
    background-color: var(--main-color);
    width: 200px;
    height: 60px;
    font-size: 23px;
    border-radius: 5px;
}


.confirmation-header[b-84hqe9lmi2] {
    background-color: var(--main-color);
}
/* /Components/QuestionBase/QuestionBaseComponent.razor.rz.scp.css */
.centered-container[b-rs7bwp0yo5] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.background-image-div[b-rs7bwp0yo5] {
    width: 100%; /* Adjust width as needed */
    height: 125px; /* Adjust height as needed */
    background-size: contain; /* Ensures the image covers the entire div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image repetition */
}

.custom-max-width[b-rs7bwp0yo5] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.green-round-border[b-rs7bwp0yo5] {
    display: inline-block;
    width: 70%;
    margin: auto;
    padding: 0px; /* Adjust padding as needed */
    border: 2px solid green;
    border-radius: 20px; /* This creates a round shape */
}

.background-image-div[b-rs7bwp0yo5] {
    height: 160px;
    width: 100%;
}

/* Add styles for the light green border background */
.lightgreen-border-background[b-rs7bwp0yo5] {
    display: block;
    padding: 10px; /* Adjust padding as needed */
    background-color: lightgreen;
    border-radius: 20px; /* This ensures the background is also round */
}

.invisible-button[b-rs7bwp0yo5] {
    display: none;
}

.purple-button[b-rs7bwp0yo5] {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0;
    margin-right: 10px;
    /*margin-bottom: 30px;*/
    margin-left: 10px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.09s ease;
}

.purple-button:active[b-rs7bwp0yo5] {
    background-color: #a996ea;
    margin-top: 3px;
}

.question-wrapper[b-rs7bwp0yo5] {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

    .question-wrapper > .question-name[b-rs7bwp0yo5] {
        width: fit-content;
        text-align: left;
    }
    
    .question-wrapper > .tooltip-text-btn[b-rs7bwp0yo5] {
        width: fit-content;
        font-size: 12px;
        font-weight: 400;
        color: #1363d9;
        margin-bottom: 6px;
        cursor: pointer;
    }

        .question-wrapper > .question-name > .tooltip-text-btn:hover[b-rs7bwp0yo5] {
            text-decoration: underline;
            cursor: pointer;
        }
        
.tip-modal-container[b-rs7bwp0yo5] {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 12px;

    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.image-wrapper[b-rs7bwp0yo5] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.image-wrapper > img[b-rs7bwp0yo5] {
    max-width: 100%;
    width: auto;
    object-fit: cover;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .image-wrapper > img[b-rs7bwp0yo5] {
        max-height: 240px;
    }
}
/* /Components/QuestionSelector/QuestionSelectorComponent.razor.rz.scp.css */
.rounded-input-container[b-xcys0a4jpe] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*max-height: 50px;*/
    /*margin-bottom: 20px; */
    margin-top: 20px;
}

.rounded-input[b-xcys0a4jpe] {
    background-color: transparent;
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
/* /Components/Questions/AddressQuestion/AddressQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-mzczota7ee] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.rounded-input[b-mzczota7ee] {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}
/* /Components/Questions/CheckboxListQuestion/CheckboxListQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-m204wudsh5] {
    position: relative;
    min-width: 70%;
    margin-top: 20px;
}

.form-check[b-m204wudsh5] {
    padding-left: 0;
}

.form-check > .content-wrapper[b-m204wudsh5] {
    width: 100%;
    display: flex;
    align-items: center;
}

.form-check > .content-wrapper > .check-content[b-m204wudsh5] {
    width: 100%;
    padding: 10px;
    height: 50px;
    border-radius: 5px;
    margin: 5px 0;
}

.form-check > .content-wrapper > .check-content.tips-present[b-m204wudsh5] {
    width: calc(100% - 34px);
}

.form-check > .content-wrapper > .check-content > input[b-m204wudsh5] {
    margin-left: auto;
    padding: 10px;
}

.form-check > .content-wrapper > .check-content > .icon[b-m204wudsh5] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.rounded-input-unselected[b-m204wudsh5] {
    background-color: transparent;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.1s ease;
}

.rounded-input-selected[b-m204wudsh5] {
    background-color: #d5ceeb;
    border: 1px solid #512bd5;
    box-sizing: border-box;
    transition: 0.1s ease;
}

.scroll-container[b-m204wudsh5] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

input[type="checkbox"][b-m204wudsh5] {
    margin-right: 5px;
    accent-color: #512bd5;
}

*[b-m204wudsh5] {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

.scroll-container[b-m204wudsh5]::-webkit-scrollbar {
    width: 5px;
}

.scroll-container[b-m204wudsh5]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.scroll-container[b-m204wudsh5]::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.tooltip-btn[b-m204wudsh5] {
    width: 17px;
    height: 17px;
    user-select: none;
    margin-left: auto;
    background: url(img/information-icon.svg) center no-repeat;
    background-size: contain;
    align-self: center;
}

.tooltip-text-btn:hover[b-m204wudsh5] {
    text-decoration: underline;
    cursor: pointer;
}

.new-form-check[b-m204wudsh5] {
    border: 2px solid var(--main-color);
    border-radius: 25px;
    min-width: 100px;
    display: inline-block;
}
/* /Components/Questions/ChipsQuestion/ChipsQuestionComponent.razor.rz.scp.css */
[b-5v09dr8cu8] .e-chip {
    background: #fff;
    border-color: var(--main-color);
    color: var(--main-color);
    font-size: 18px;
    border-radius: 17px;
    padding-top: 19px !important;
}


    [b-5v09dr8cu8] .e-chip:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }

[b-5v09dr8cu8] .e-chip-text {
    padding-bottom: 22px;
}

[b-5v09dr8cu8] .e-chip-list .e-chip.e-active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
/* /Components/Questions/CityPickerQuestion/CityPickerQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-w8n20anbxc] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.rounded-input[b-w8n20anbxc] {
    outline:none;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}
/* /Components/Questions/CityStateZipQuestion/CityStateZipQuestionComponent.razor.rz.scp.css */
.centered-container[b-x8hk1ge9ae] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.rounded-input-container[b-x8hk1ge9ae] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.rounded-input[b-x8hk1ge9ae] {
    width: 100%;
    height: 50px;
    outline:none;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}

.rounded-input-ctz[b-x8hk1ge9ae] {
    display: inline-block;
    width: 45%;
    height: 50px;
    outline:none;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}

input[type=number][b-x8hk1ge9ae]::-webkit-inner-spin-button,
input[type=number][b-x8hk1ge9ae]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* /Components/Questions/DatePickerQuestion/DatePickerQuestionComponent.razor.rz.scp.css */
/* /Components/Questions/DateRangePickerQuestion/DateRangePickerQuestionComponent.razor.rz.scp.css */
.info-text[b-ugk1yawgu6] {
    margin:5px;
}
/* /Components/Questions/DropDownQuestion/DropDownQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-b7l791o9wu] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*max-height:50px;*/
    /*margin-bottom: 20px; */
    margin-top: 20px;
}

.rounded-input[b-b7l791o9wu] {
    background-color:transparent;
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
/* /Components/Questions/DropDownTreeQuestion/DropDownTreeQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-oatbx3l2lo] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*max-height:50px;*/
    /*margin-bottom: 20px; */
    margin-top: 20px;
}

.rounded-input[b-oatbx3l2lo] {
    background-color:transparent;
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
/* /Components/Questions/EditorQuestion/EditorQuestionComponent.razor.rz.scp.css */
.rounded-input-container-wrapper[b-ihs7tt9xo0] {
    border-radius: 10px;
    padding: 0;
    position: relative;
}

.rounded-input-container[b-ihs7tt9xo0] {
    position: relative;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 20px;
}

.rounded-input[b-ihs7tt9xo0] {
    font-family: 'TT Norms Pro', sans-serif;
    font-weight: 400;
    
    width: 100%;
    height: 150px;
    outline: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    resize: none;
}

.overlay-text[b-ihs7tt9xo0] {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 14px;
}

.small-screen .rounded-input[b-ihs7tt9xo0] {
    height: 100px;
}

/* Define styles for medium screens */
.medium-screen .rounded-input[b-ihs7tt9xo0] {
    height: 120px;
}

/* Define styles for large screens */
.large-screen .rounded-input[b-ihs7tt9xo0] {
    height: 150px;
}

/* Define styles for large screens */
.xtra-large-screen .rounded-input[b-ihs7tt9xo0] {
    height: 200px;
}
/* /Components/Questions/FileUploadQuestion/FileUploadQuestionComponent.razor.rz.scp.css */
.centered-container-image[b-jzr0zpf4iq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rounded-input-container[b-jzr0zpf4iq] {
    display: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.rounded-input-container-image[b-jzr0zpf4iq] {
    display: relative;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
    position: relative;
}

.rounded-input-image[b-jzr0zpf4iq] {
    width: 100%;
    outline: none;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.rounded-input[b-jzr0zpf4iq] {
    width: 100%;
    outline: none;
    height: 50px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/* /Components/Questions/ImagePickerQuestion/ImagePickerQuestionComponent.razor.rz.scp.css */
.centered-container-image[b-dyjsdy4lcq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
    margin-bottom:10px;
}

.rounded-input-container[b-dyjsdy4lcq] {
    display: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.rounded-input-container-image[b-dyjsdy4lcq] {
    display: relative;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
    position: relative;
}
.rounded-input-image[b-dyjsdy4lcq] {
    width: 100%;
    outline: none;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom:20px;
}

.rounded-input[b-dyjsdy4lcq] {
    width: 100%;
    outline: none;
    height: 50px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/* /Components/Questions/RadioListQuestion/RadioListQuestionComponent.razor.rz.scp.css */
.radio-list[b-4nmi445su2] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.form-check[b-4nmi445su2] {
    padding-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
    
    display: flex;
    flex-direction: column;
}

.radio-content[b-4nmi445su2] {
    width: 100%;
    display: flex;
    align-items: center;
}

.radio-content > .check-content[b-4nmi445su2] {
    width: 100%;
}

.radio-content > .check-content.tips-present[b-4nmi445su2] {
    width: calc(100% - 34px);
}

.form-check-label[b-4nmi445su2] {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
}

.option-text[b-4nmi445su2] {
    margin-left: 10px;
}

.rounded-input-container[b-4nmi445su2] {
    position: relative;
    min-width: 70%;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    margin-top: 20px;
}

.check-content[b-4nmi445su2] {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.rounded-input-unselected[b-4nmi445su2] {
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.1s ease;
}

.rounded-input-selected[b-4nmi445su2] {
    background-color: #d5ceeb;
    padding: 10px;
    border: 2px solid #512bd5;
    box-sizing: border-box;
    transition: 0.1s ease;
}

input[type="radio"][b-4nmi445su2] {
    appearance:none;
    transition: 0.1s all linear;
    width: 20px;
    height: 20px;
    border: 1px solid gray;
    border-radius: 50%;
    margin: 0 0 0 auto;
}

input[type="radio"]:checked[b-4nmi445su2]{
    border: 3px solid #4826BF;
}

.icon[b-4nmi445su2] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.scroll-container[b-4nmi445su2] {
    /*max-height: 180px;*/
    /*overflow-y: scroll;*/
    margin-bottom: -20px;
    padding-bottom: 10px;
}

*[b-4nmi445su2] {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

.scroll-container[b-4nmi445su2]::-webkit-scrollbar {
    width: 5px;
}

.scroll-container[b-4nmi445su2]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.scroll-container[b-4nmi445su2]::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.tooltip-btn[b-4nmi445su2] {
    width: 24px;
    height: 24px;
    user-select: none;
    margin-left: auto;
    background: url(img/information-icon.svg) center no-repeat;
    background-size: contain;
}

.tooltip-btn:hover[b-4nmi445su2] {
    text-decoration: underline;
    cursor: pointer;
}
/* /Components/Questions/StatePickerQuestion/StatePickerQuestionComponent.razor.rz.scp.css */
.rounded-input-container[b-nxh3uarbap] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /*max-height: 50px;*/
    /*margin-bottom: 20px; */
    margin-top: 20px;
}

.rounded-input[b-nxh3uarbap] {
    background-color: transparent;
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
/* /Components/Questions/TextBoxQuestion/TextBoxQuestionComponent.razor.rz.scp.css */
.rounded-input-container-wrapper[b-ga4hjcthgm] {
    border-radius: 10px;
    position: relative;
}

.rounded-input-container[b-ga4hjcthgm] {
    border-radius: 10px;
    position: relative;
}

.rounded-input[b-ga4hjcthgm] {
    font-family: 'TT Norms Pro', sans-serif;
    font-weight: 400;

    margin: 10px 0;
    height: 50px;
    width: 100%;
    outline: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.overlay-text[b-ga4hjcthgm] {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 14px;
}

.min-text-error[b-ga4hjcthgm] {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.25rem #FF5353;
}
/* /Components/Questions/TimePickerQuestion/TimePickerQuestionComponent.razor.rz.scp.css */
/* /Components/Questions/UserDataQuestion/UserDataQuestionComponent.razor.rz.scp.css */

.user-controls-container[b-kunxzpgt08] {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .user-controls-container > textarea[b-kunxzpgt08] {
        font-family: 'TT Norms Pro', sans-serif;
        font-weight: 400;
        width: 100%;
        height: 50px;
        outline: none;
        padding: 10px;
        overflow: visible;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
        resize: none;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }   

[b-kunxzpgt08] .e-input-group {
    font-family: 'TT Norms Pro', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 10px;
    overflow: visible;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    resize: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    [b-kunxzpgt08] .e-input-group:active,
    [b-kunxzpgt08] .e-input-group:focus-within,
    [b-kunxzpgt08] .e-input-group:focus {
        border-color: var(--secondary-color) !important;
        box-shadow: 0 0 0 4px var(--light-secondary-color) !important;
    }

/* /Components/Questions/VideoPickerQuestion/VideoPickerQuestionComponent.razor.rz.scp.css */
input[type=file][b-0df3v9ejtr]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    height:100%;
    margin-right: 20px;
    transition: .5s;
}

input[type=file][b-0df3v9ejtr]::file-selector-button:hover {

}

.centered-container-video[b-0df3v9ejtr] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.rounded-input-container[b-0df3v9ejtr] {
    /*display: flex;*/
    border-radius: 10px;
    overflow: hidden;
    /*height: 70px;*/
    position: relative;
}

.rounded-input[b-0df3v9ejtr] {
    width: 100%;
    outline: none;
    height: 50px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
/* /Components/Questions/YesNoQuestion/YesNoQuestionComponent.razor.rz.scp.css */
[b-m659zxjp25] .e-label {
    font-size: 17px !important;
    margin-left: 3px;
}

[b-m659zxjp25] label::before {
    width: 20px;
    height: 20px;
}

[b-m659zxjp25] label::after {
    width: 12px;
    height: 12px;
}

/* /Components/Questions/ZipCodePickerQuestion/ZipCodePickerQuestionComponent.razor.rz.scp.css */
.rounded-input-container-wrapper[b-k0juk3j8gc] {
    display: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
}

.rounded-input-container[b-k0juk3j8gc] {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
    position: relative;
}

.rounded-input[b-k0juk3j8gc] {
    width: 100%;
    height: 50px;
    outline: none;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}

input[type=number][b-k0juk3j8gc]::-webkit-inner-spin-button,
input[type=number][b-k0juk3j8gc]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* /Components/QuestionWizardComponentSelector.razor.rz.scp.css */
.centered-container[b-8b4fakye6q] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.custom-max-width[b-8b4fakye6q] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.green-round-border[b-8b4fakye6q] {
    display: inline-block;
    width: 70%;
    margin: auto;
    padding: 0px; /* Adjust padding as needed */
    border: 2px solid green;
    border-radius: 20px; /* This creates a round shape */
}

/* Add styles for the light green border background */
.lightgreen-border-background[b-8b4fakye6q] {
    display: block;
    padding: 10px; /* Adjust padding as needed */
    background-color: lightgreen;
    border-radius: 20px; /* This ensures the background is also round */
}

.invisible-button[b-8b4fakye6q] {
    display: none;
}

.purple-button[b-8b4fakye6q] {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0;
    margin-right: 10px;
    /*margin-bottom: 30px;*/
    margin-left: 10px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.09s ease;
}

.purple-button:active[b-8b4fakye6q] {
    background-color: #a996ea;
    margin-top:3px;
}

/* /Components/QuestionWizardEditor.razor.rz.scp.css */
.violet-button[b-nuh87ylwol] {
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0;
    margin-right: 10px;
    /* margin-bottom: 30px;*/
    max-height: 65px;
    margin-left: 10px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    /*transition: 0.09s ease;*/
}

.violet-button:active[b-nuh87ylwol] {
    background-color: #5e017a;
    margin-top: 3px;
}
/* /Components/QuestionWizardMainComponent.razor.rz.scp.css */
.survey-header[b-i01vle9j3n] {
    font-weight: 600;
}


.purple-button[b-i01vle9j3n] {
    background-color: var(--secondary-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0;
    margin-right: 10px;
    /*margin-bottom: 30px;*/
    margin-left: 10px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.09s ease;
}

    .purple-button:active[b-i01vle9j3n] {
        background-color: #a996ea;
        margin-top: 3px;
    }

.violet-button[b-i01vle9j3n] {
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0;
    margin-right: 10px;
    /* margin-bottom: 30px;*/
    max-height: 65px;
    margin-left: 10px;
    width: 40%;
    font-size: 18px;
    cursor: pointer;
    /*transition: 0.09s ease;*/
}

    .violet-button:active[b-i01vle9j3n] {
        background-color: #5e017a;
        margin-top: 3px;
    }

.question-wizard-selector[b-i01vle9j3n] {
    /*  margin-bottom: 80px !important; /* Adjust this margin as needed */
}

.nav-buttons-container[b-i01vle9j3n] {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nav-buttons-container > div[b-i01vle9j3n] {
        font-family: 'TT Norms Pro', sans-serif;
        font-weight: 500;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .nav-buttons-container > .back-btn[b-i01vle9j3n] {
        width: 75px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border-radius: 5px;
        background: rgb(255 49 49);
        padding: 10px 7px;
    }

        .nav-buttons-container > .back-btn.invisible-button[b-i01vle9j3n] {
            visibility: hidden;
        }

    .nav-buttons-container > .next-btn[b-i01vle9j3n] {
        width: 75px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        border-radius: 5px;
        background: rgb(79, 70, 229);
        padding: 10px 7px;
    }

[b-i01vle9j3n] .colored-btn.e-btn {
    background-color: var(--main-color);
    width: 100px;
    height: 47px;
    font-size: 16px;
    border-radius: 25px;
}

[b-i01vle9j3n] .e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon[b-i01vle9j3n] {
    width: 0.9em !important ;
}
/* /Components/SubQuestionBase/SubQuestionBaseComponent.razor.rz.scp.css */
.question-wrapper[b-lgzj542e8h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.question-wrapper > .question-name[b-lgzj542e8h] {
    width: fit-content;
}

.question-wrapper > .tooltip-text-btn[b-lgzj542e8h] {
    font-size: 12px;
    font-weight: 400;
    color: #1363d9;
    margin-bottom: 16px;
}

.question-wrapper > .tooltip-text-btn:hover[b-lgzj542e8h] {
    text-decoration: underline;
    cursor: pointer;
}

.tip-modal-container[b-lgzj542e8h] {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 12px;

    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.image-wrapper[b-lgzj542e8h] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.image-wrapper > img[b-lgzj542e8h] {
    max-width: 100%;
    width: auto;
    object-fit: cover;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .image-wrapper > img[b-lgzj542e8h] {
        max-height: 240px;
    }
}


.sub-question-container[b-lgzj542e8h] {
    border: 2px solid #D5CEEB;
    border-radius: 10px;
}
/* /Components/SummaryPage.razor.rz.scp.css */
.svg-icon[b-wmmurvp8vm] {
    filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(3094%) hue-rotate(195deg) brightness(102%) contrast(98%);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.svg-icon:hover[b-wmmurvp8vm] {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(164deg) brightness(112%) contrast(101%);
}

.center[b-wmmurvp8vm] {
    margin: auto;
    width: 50%;
    border: none;
    padding: 10px;
}

.h5-prop[b-wmmurvp8vm] {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px !important;
}

.card-header-details[b-wmmurvp8vm] {
    padding: 5px 10px 5px 10px;
    background-color: var(--main-color);
    color: white;
    border-radius: 5px;
}

.card-body-details[b-wmmurvp8vm] {
    border: solid var(--secondary-color);
    border-radius: 5px;
    margin-top: 1px;
}

.violet-button[b-wmmurvp8vm] {
    background-color: var(--main-color);
    color: white;
    border: none;
    border-radius: 20px;
    display: table-cell;
    vertical-align: central;
    margin-top: 0;
    margin-right: 10px;
    /* margin-bottom: 30px;*/
    margin-left: 10px;
    height: 45px;
    /*width: 40px;*/
    font-size: 18px;
    cursor: pointer;
    transition: 0.09s ease;
}

.violet-button:active[b-wmmurvp8vm] {
    background-color: #5e017a;
    margin-top: 3px;
}

.edit-btn-img[b-wmmurvp8vm] {
    width: 10px; 
    height: 10px;
}

.violet-button.btn-disabled[b-wmmurvp8vm] {
    pointer-events: none;
    opacity: 0.4;
}

.answer-item[b-wmmurvp8vm] {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 10px;
}

.answer-item > .sub-questions-answer[b-wmmurvp8vm] {
    padding: 0 10px 0 20px;
}

[b-wmmurvp8vm] .colored-sm-btn.e-fab.e-btn {
    background-color: var(--main-color) !important;
    min-width: 110px !important;
    min-height: 45px !important;
    font-size: 16px !important;
}

[b-wmmurvp8vm] .colored-xl-btn.e-fab.e-btn {
    background-color: var(--main-color) !important;
    min-width: 320px !important;
    min-height: 65px !important;
    font-size: 32px !important;
    padding-bottom: 5px;
}

[b-wmmurvp8vm] .e-spinner-pane .e-spinner-inner .e-spin-bootstrap5, .e-spinner-pane .e-spinner-inner .e-spin-bootstrap5v3[b-wmmurvp8vm] {
    stroke: #fff;
}
/* /Components/Templates/QuestionWizardRadioListComponent.razor.rz.scp.css */
input[type="radio"][b-ht84j9508x] {
    appearance:none;
    transition: 0.1s all linear;
    width:16px;
    height:16px;
    border: 2px solid gray;
    border-radius: 50%;

}

input[type="radio"]:checked[b-ht84j9508x]{
    border: 5px solid #4826BF;
}
.radio-list[b-ht84j9508x] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.form-check[b-ht84j9508x] {
    margin-bottom: 10px;
    cursor: pointer;
}

.form-check-label[b-ht84j9508x] {
    display: flex;
    align-items: center;
}

.option-text[b-ht84j9508x] {
    margin-left: 10px;
}

.rounded-input-container[b-ht84j9508x] {
    position: relative;
    border-radius: 10px;
    min-width: 70%;
    overflow: hidden;
    /*margin-bottom: 10px;*/
    margin-top: 20px;
}

.rounded-input-unselected[b-ht84j9508x] {
    background-color: transparent;
    height: 40px;
    min-width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    transition: 0.1s ease;
}

.rounded-input-selected[b-ht84j9508x] {
    background-color: #d5ceeb;
    height: 40px;
    min-width: 80%;
    padding: 10px;
    border: 2px solid #512bd5;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    transition: 0.1s ease;
}

.scroll-container[b-ht84j9508x] {
    /*max-height: 180px;*/
    /*overflow-y: scroll;*/
    margin-bottom: -20px;
    padding-bottom: 10px;
}

*[b-ht84j9508x] {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

.scroll-container[b-ht84j9508x]::-webkit-scrollbar {
    width: 5px;
}

.scroll-container[b-ht84j9508x]::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5px;
}

.scroll-container[b-ht84j9508x]::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
