/* /Components/Common/ApplicantDetails.razor.rz.scp.css */
.validation-message[b-p9b1qz9y8x] {
}
/* /Components/Common/HouseholdCircumstancesQuestions.razor.rz.scp.css */
.informationButton[b-j69poo4veo] {
    border: none;
    background-color: #81adff;
    color: white;
}
/* /Components/Common/PaymentDetails.razor.rz.scp.css */
.input-flex[b-9frhmfdygx] {
    flex-grow: 1;
    min-width: 0;
}

.tooltip-flex[b-9frhmfdygx] {
    flex-shrink: 0;
    width: 3rem;
}
/* /Components/FormLabel.razor.rz.scp.css */

.form-label-responsive[b-wxmyy90c2h] {
    font-size: 1.08rem;
    font-weight: 600;
    color: #233E99;
    margin-bottom: 0.22rem;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1.6;
}

.required-asterisk[b-wxmyy90c2h] {
    color: #E14444;
    margin-left: 2px;
    font-size: 1.1em;
    vertical-align: middle;
}
/* /Components/HeaderWithLogo.razor.rz.scp.css */
.header[b-08ob6xpwjx] {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    background-color: #281C4A;
    position: relative;
    
}

.park-homes-logo[b-08ob6xpwjx] {
    height: 100%;
    width: auto;
    flex-shrink: 0;
}

.charis-logo-container[b-08ob6xpwjx] {
    flex-grow: 1;
    height: 100%;
    width: auto;
    max-width: 100%;
    background-color: #281C4A;
    background-size: 100% 100%;
    display: flex;
    justify-content: end;
}

.charis-logo[b-08ob6xpwjx] {
    max-height: 60%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

@media (max-width:475px)
{
    .charis-logo[b-08ob6xpwjx] {
        max-height: 40%;
        max-width: 60%;
        margin-top: 35px !important;
    }
    .park-homes-logo[b-08ob6xpwjx] {
        max-width: 60%;
        max-height: 45%;
    }
}
   
/* /Components/Icons/LoadingIcon.razor.rz.scp.css */
.loader-container[b-tphdjih4qz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fading-bars[b-tphdjih4qz] {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.bar[b-tphdjih4qz] {
    width: 10px;
    height: 40px;
    background-color: var(--brand);
    animation: fade-b-tphdjih4qz 1s infinite;
}

.bar:nth-child(1)[b-tphdjih4qz] {
    animation-delay: 0s;
}

.bar:nth-child(2)[b-tphdjih4qz] {
    animation-delay: 0.2s;
}

.bar:nth-child(3)[b-tphdjih4qz] {
    animation-delay: 0.4s;
}

.bar:nth-child(4)[b-tphdjih4qz] {
    animation-delay: 0.6s;
}

.bar:nth-child(5)[b-tphdjih4qz] {
    animation-delay: 0.8s;
}

@keyframes fade-b-tphdjih4qz {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/* /Components/InformationTooltipModal.razor.rz.scp.css */
@media (max-width: 768px) {
    .informationToolTipText[b-rrlmk9g5zs] {
        display: none !important;
    }
}

.informationButton[b-rrlmk9g5zs] {
    border: none;
    border-radius: 50%;
    background-color: white;
    color: #81adff;
}

.informationToolTip[b-rrlmk9g5zs] {
    position: relative;
    display: inline-block;
}

.informationToolTip .informationToolTipText[b-rrlmk9g5zs] {
    visibility: hidden;
    width: 500px;
    background-color: #81adff;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.3s;
}

.informationToolTip .informationToolTipText[b-rrlmk9g5zs]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #81adff transparent transparent transparent;
}

.informationToolTip:hover .informationToolTipText[b-rrlmk9g5zs] {
    visibility: visible;
    opacity: 1;
}
/* /Components/MultiButton.razor.rz.scp.css */
.btn[b-xbnz0uwhx7] {
    height: 45px;
    border-radius: 43px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px;

    .btn-custom-icon {
        display: inline-block;
        margin-right: 10px;
    }

    .btn-custom-content[b-xbnz0uwhx7] {
        display: inline-block;
    }

    &.btn-custom-plain[b-xbnz0uwhx7] {
        color: black;
        background: transparent;
        border: 1px solid #535353;

        .btn-custom-icon {
            fill: #535353;
        }

        &:focus[b-xbnz0uwhx7] {
            color: white;
            background: #535353;
        }

        &:hover[b-xbnz0uwhx7] {
            color: white;
            background: #535353;

            .btn-custom-icon {
                fill: white;
            }
        }

        &:active[b-xbnz0uwhx7] {
            border-color: #535353;
        }
    }

    &.btn-custom-brand[b-xbnz0uwhx7] {
        color: white;
        background: var(--brand);
        border: 1px solid var(--brand);

        .btn-custom-icon {
            fill: white;
        }

        &:focus[b-xbnz0uwhx7] {
            color: white;
            background: var(--brand);
        }

        &:hover[b-xbnz0uwhx7] {
            background: #D03E00;

            .btn-custom-icon {
                fill: white;
            }
        }

        &:active[b-xbnz0uwhx7] {
            border-color: var(--brand);
        }
    }

    &.btn-custom-danger[b-xbnz0uwhx7] {
        color: var(--bs-danger);
        background: transparent;
        border: 1px solid var(--bs-danger);

        .btn-custom-icon {
            fill: var(--bs-danger);
        }

        &:focus[b-xbnz0uwhx7] {
            color: white;
            background: var(--bs-danger);
        }

        &:hover[b-xbnz0uwhx7] {
            color: white;
            background: var(--bs-danger);

            .btn-custom-icon {
                fill: white;
            }
        }

        &:active[b-xbnz0uwhx7] {
            border-color: var(--bs-danger);
        }
    }

    &.btn-custom-disabled[b-xbnz0uwhx7] {
        color: #535353;
        background: #D4D4D4;
        border: 1px solid #D4D4D4;
        opacity: 1;

        .btn-custom-icon {
            fill: #7E7E7E;
        }
    }
}
/* /Components/ParkHomesDropdown.razor.rz.scp.css */
body[b-d0mxc8a5wg] {
}
/* /Components/YesNoQuestion.razor.rz.scp.css */
@media (max-width: 768px) {
    .informationToolTipText[b-8k2u3bipd9] {
        display: none !important;
    }
}

.informationButton[b-8k2u3bipd9] {
    border: none;
    border-radius: 50%;
    background-color: white;
    color: #81adff;
}

.informationToolTip[b-8k2u3bipd9] {
    position: relative;
    display: inline-block;
}

.informationToolTip .informationToolTipText[b-8k2u3bipd9] {
    visibility: hidden;
    width: 500px;
    background-color: #81adff;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.3s;
}

.informationToolTip .informationToolTipText[b-8k2u3bipd9]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #81adff transparent transparent transparent;
}

.informationToolTip:hover .informationToolTipText[b-8k2u3bipd9] {
    visibility: visible;
    opacity: 1;
}

.form-check-input:checked[b-8k2u3bipd9] {
    background-color: #233E99;
    border-color: #233E99;
}


/*.................*/

.yesno-question[b-8k2u3bipd9] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.yesno-content[b-8k2u3bipd9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.yesno-question-text[b-8k2u3bipd9] {
    flex: 2;
    min-width: 0;
}

.yesno-options[b-8k2u3bipd9] {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 2.2rem;
    min-width: 190px;
}

.yesno-option[b-8k2u3bipd9] {
    display: flex;
    align-items: center;
    gap: 0.38rem;
    cursor: pointer;
    font-size: 1.1rem;
}

.form-check-input[b-8k2u3bipd9] {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0 !important;
    margin-right: 0.28em;
    border-width: 2.5px;
}

    .form-check-input:checked[b-8k2u3bipd9] {
        background-color: #233E99;
        border-color: #233E99;
    }

@media (max-width: 767px) {
    .yesno-content[b-8k2u3bipd9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.7rem;
    }

    .yesno-options[b-8k2u3bipd9] {
        width: 100%;
        justify-content: flex-start;
        min-width: unset;
        gap: 2rem;
        margin-top: 0.2rem;
    }

    .yesno-question-text[b-8k2u3bipd9] {
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.top-row[b-7jr6k1jno1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-7jr6k1jno1]  a, .top-row[b-7jr6k1jno1]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-7jr6k1jno1]  a:hover, .top-row[b-7jr6k1jno1]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-7jr6k1jno1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-7jr6k1jno1] {
        justify-content: space-between;
    }

    .top-row[b-7jr6k1jno1]  a, .top-row[b-7jr6k1jno1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-7jr6k1jno1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7jr6k1jno1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7jr6k1jno1], article[b-7jr6k1jno1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/ApplicationDashboard.razor.rz.scp.css */
.thead-charis[b-btqeg8rik3] {
    color: white;
    background-color: #81adff;
}

.btn[b-btqeg8rik3] {
    height: 45px;
    border-radius: 43px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px;
    background-color: #81adff;
    color: white;
}

.center[b-btqeg8rik3] {
    margin: auto;
    width: 60%;
    padding: 10px;
}
/* /Pages/Index.razor.rz.scp.css */
.form-container[b-9fn7q41s7j] {
    background: white;
}

.img[b-9fn7q41s7j] {
    margin-top: 100px;
}
