@import '_content/Rayzit.Common.UI/Rayzit.Common.UI.7hdjp3t0a7.bundle.scp.css';

/* /Components/BackButton.razor.rz.scp.css */
.back-icon[b-gvro42ek7p] {
    display: flex;
    flex-direction: row;
    top: 2rem;
    position: absolute;
    left: 4%;
    width: 50%
}

    .back-icon > img[b-gvro42ek7p] {
        height: 40%;
    }
/* /Components/BrandedTopBar.razor.rz.scp.css */
.branded-top-bar[b-juu76e2qbn] {
    top: 2rem;
    position: absolute;
    color: white;
    left: 50%;
    min-width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .branded-top-bar > img[b-juu76e2qbn] {
        max-height: 4vh;
    }

.back-icon[b-juu76e2qbn] {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
    position: absolute;
    left: 4%;
    width: 50%;
    cursor: pointer;
}

    .back-icon > img[b-juu76e2qbn] {
        height: 40%;
    }

.test-mode-indicator[b-juu76e2qbn] {
    position: absolute;
    right: 4%;
    background-color: #ff9800; /* a nice orange */
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 12px; /* rounded rectangle */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}    
/* /Components/ConnectedBankAccount.razor.rz.scp.css */
.connected-bank-content[b-huajq32nuc] {
    height: fit-content;
    max-height: 60vh;
}

.connected-bank[b-huajq32nuc] {
    width: 80%;
    margin: 4em auto;
    grid-template-columns: 1fr 2fr 0.5fr;
    display: grid;
}

.connected-bank > span[b-huajq32nuc] {
    margin-top: auto;
    margin-bottom: auto;
}

.institution-logo[b-huajq32nuc] {
    border-radius: 10px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.institution-logo > img[b-huajq32nuc] {
    max-width: 100%;
}

.text-container[b-huajq32nuc] {
    margin-left: 1em;
    margin-top: auto;
    margin-bottom: auto;
}

.account-header-text[b-huajq32nuc] {
    font-size: 1.3rem;
    font-weight: 600;
    color: black;
    text-align: left;
    margin-bottom: 0.2em;
}

p[b-huajq32nuc] {
    margin-bottom: 0;
}

.account-subtext[b-huajq32nuc] {
    font-size: 1.3rem;
    font-weight: 400;
    color: #8F979F;
    text-align: left;
    letter-spacing: 0.4em;
    margin-top: 0.2em;
}
/* /Components/DonatePlanAccount.razor.rz.scp.css */
.plan-bank-account[b-dugle7vmc9] {
    margin: 1em auto;
}

.bank-description[b-dugle7vmc9] {
    margin-top: 0.5em;
    font-size: 1.6rem;
}

p[b-dugle7vmc9] {
    font-size: 1.4rem;
}

h2[b-dugle7vmc9] {
    font-size: 1.2rem;
    font-weight: 600;
}
/* /Components/DonatePlans.Razor.rz.scp.css */
.donate-plans-content[b-4u5o39dp4h] {
    height: fit-content;
    width:100%;
}

.donate-plans[b-4u5o39dp4h] {
    display: grid;
    grid-template-columns: auto 70% 10%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

    .donate-plans > span[b-4u5o39dp4h] {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 2rem!important;
    }

.institution-logo[b-4u5o39dp4h] {
    border-radius: 10px;
    text-align: left;
    margin: auto;
    max-width: 5rem;
}

    .institution-logo > img[b-4u5o39dp4h] {
        max-width: 5rem;
    }

.text-container[b-4u5o39dp4h] {
    margin: auto 1rem;
    width: 90%;
}

.account-header-text[b-4u5o39dp4h] {
    font-size: 1.3rem;
    font-weight: 600;
    color: black;
    text-align: left;
}

p[b-4u5o39dp4h] {
    margin-bottom: 0;
}

.account-subtext[b-4u5o39dp4h] {
    font-size: 1.3rem;
    font-weight: 400;
    color: #8F979F;
    text-align: left;
}

.status[b-4u5o39dp4h] {
    font-size: 0.8em;
}

.status_color_green[b-4u5o39dp4h] {
    color: #4ECB71;
}

.status_color_orange[b-4u5o39dp4h] {
    color: orange;
}

.status_color_red[b-4u5o39dp4h] {
    color: red;
}

.status_color_grey[b-4u5o39dp4h] {
    color: grey;
}

/* /Components/DonationType.razor.rz.scp.css */
.donation-type-container[b-hjeyf0l7ia] {
    border: 2px solid rgba(var(--brand-medium));
    border-radius: 10px;
    margin: 2.5em auto;
    width: 80%;
    color: rgba(var(--brand-medium));
    overflow: hidden;
    position: relative;
    background-color: white;
    box-shadow: 5px 10px 8px rgba(var(--brand-light));
}

.donation-type-content[b-hjeyf0l7ia] {
    padding: 1em;
    display: flex;
    flex-direction: row;
}

    .donation-type-content > div > h1[b-hjeyf0l7ia] {
        margin-top: 0;
    }

.donation-type-circle[b-hjeyf0l7ia] {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(15%, 15%);
    background-color: rgba(var(--brand-medium),0.2);
}

.donation-type-image[b-hjeyf0l7ia] {
    width: 40%;
    z-index: 2;
    max-width: 150px;
}

.donation-type-text[b-hjeyf0l7ia] {
    width: 60%;
    text-align: left;
    margin: auto;
}

.donation-header[b-hjeyf0l7ia] {
    font-weight: bold;
    font-size: 2rem;
}

.donation-summary[b-hjeyf0l7ia] {
    font-weight: 400;
    font-size: 1.1rem;
}

@media (max-width: 450px) {
    .donation-type-image[b-hjeyf0l7ia] {
        max-height: 20%;
    }
}
/* /Components/InputOccurances.razor.rz.scp.css */
.occurance-input[b-mut0yp2x1d] {
    color: black;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ced4da;
    font-size: 1.7rem;
    padding-left: 3%;
    outline-color: rgba(var(--brand-medium));
    margin: auto;
    padding: 5% 5% 5% 1.5%;
}

.input-value-box[b-mut0yp2x1d] {
    display: flex;
    flex-direction: row;
    height: 8%;
    width: 80%;
    margin: auto;
}

.input-value-text[b-mut0yp2x1d] {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    padding: 10%;
}
/* /Components/LoadingDisplay.razor.rz.scp.css */
.loading-screen-content[b-dy8xgk7cu0] {
    min-height: 97vh;
    background-color: white;
    text-align: center;
    margin: 7vh auto 0 auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.vertical-center[b-dy8xgk7cu0] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-center > img[b-dy8xgk7cu0] {
    margin: auto;
    height: auto;
    max-width:70%;
    max-height: 10rem;
}

.display-text[b-dy8xgk7cu0] {
    font-size: 1.8rem;
    color: rgba(var(--brand-medium));
    font-weight: 600;
    margin-top: 1.5em;
}

.loader[b-dy8xgk7cu0] {
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgba(var(--brand-medium));
    border-radius: 50%;
    width: 12em;
    height: 12em;
    animation: spin-b-dy8xgk7cu0 2s linear infinite;
    margin: 2.5em auto;
}

@keyframes spin-b-dy8xgk7cu0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Menu.razor.rz.scp.css */
/* === Container and base layout === */
.menu-container[b-ftfpycvqbf] {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.menu-container-content[b-ftfpycvqbf] {
    position: relative;
    min-height: 90px;
}

.menu-container-content > img[b-ftfpycvqbf] {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    pointer-events: none; /* background art shouldn't eat clicks */
}

/* === Reset buttons so they behave like divs === */
.menu-icons button[b-ftfpycvqbf] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: inherit;
    color: inherit;
    border-radius: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.menu-icons button:focus-visible[b-ftfpycvqbf] {
    outline: 2px solid rgba(var(--brand-medium), 0.9);
    outline-offset: 2px;
}

/* === Active/inactive states === */
.icon-active[b-ftfpycvqbf] {
    color: rgb(var(--brand-medium));
}

.button-active[b-ftfpycvqbf] {
    -webkit-box-shadow: 0 0 105px 25px rgba(var(--brand-medium), 0.9);
    -moz-box-shadow: 0 0 105px 25px rgba(var(--brand-medium), 0.9);
    box-shadow: 0 0 105px 25px rgba(var(--brand-medium), 0.9);
    background-color: rgba(var(--brand-medium));
}

.button-inactive[b-ftfpycvqbf] {
    background-color: rgba(var(--brand-alternate));
    -webkit-box-shadow: 0px 8px 10px 0px rgba(var(--brand-alternate), 0.5);
    -moz-box-shadow: 0px 8px 10px 0px rgba(var(--brand-alternate), 0.5);
    box-shadow: 0px 8px 10px 0px rgba(var(--brand-alternate), 0.5);
}

/* === Icon buttons === */
.icon-btn[b-ftfpycvqbf] {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 56px; /* good touch target */
}

/* === Donate button === */
.donate-button[b-ftfpycvqbf] {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 50%;
    position: relative;
    margin: auto;
    bottom: 2rem;
}

.donate-button > img[b-ftfpycvqbf] {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* taps hit the button, not the img */
}

.donate-button > div[b-ftfpycvqbf] {
    margin: -100% auto auto auto;
}

/* === Grid of icons === */
.menu-icons[b-ftfpycvqbf] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 72px; /* ensures donate circle fits */
    position: relative;
    z-index: 10; /* sits above decorative layers */
}

/* === Responsive tweaks === */
@media (min-width: 500px) {
    .donate-button[b-ftfpycvqbf] {
        bottom: 1.75rem;
    }
}

@media (min-width: 800px) {
    .menu-container[b-ftfpycvqbf] {
        width: 800px;
    }
}

/* === Other decorative/supportive classes === */
.overlay-image[b-ftfpycvqbf] {
    width: 10%;
    position: absolute;
    top: 50%;
    z-index: 2;
    pointer-events: none;
}

.menu-text[b-ftfpycvqbf] {
    font-size: 1rem;
    color: #9F9F9F;
    text-align: center;
    margin: auto;
}

.button-container[b-ftfpycvqbf] {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 2;
    pointer-events: none; /* so clicks pass through */
}

.button-container > img[b-ftfpycvqbf] {
    width: 10%;
    position: absolute;
    top: 50%;
    z-index: 2;
    pointer-events: none;
}

.button-container-left[b-ftfpycvqbf] {
    width: 100%;
    padding: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

.button-container-right[b-ftfpycvqbf] {
    width: 100%;
    padding: 10%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    pointer-events: none;
}
/* /Components/MonthTransactions.razor.rz.scp.css */
.month-transactions-container[b-j42z9uhb9h]{
    padding-bottom: 15rem ;
}

.current-month[b-j42z9uhb9h] {
    color: rgba(var(--brand-medium));
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: auto;
    margin-top: 2rem;
}

.payments[b-j42z9uhb9h] {
    overflow-y: auto;
    max-height: 65vh;
}

hr[b-j42z9uhb9h] {
    width: 90%;
    color: #E5E5E5;
    margin: 1em auto;
}

.month-picker-container[b-j42z9uhb9h] {
    position: relative;
    width: 30%;
    margin: 1em auto;
}

.month-picker[b-j42z9uhb9h] {
    width: 100%;
    padding: 8px;
    font-size: 1.2rem;
    border: 2px solid rgba(var(--brand-medium));
    border-radius: 4px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: rgba(var(--brand-medium));
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Dropdown arrow */
.month-picker-container[b-j42z9uhb9h]::after {
    content: '⌄';
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: rgba(var(--brand-medium));
}

.month-picker option[b-j42z9uhb9h] {
    padding: 10px;
    background-color: white;
    color: black;
}
/* /Components/PaymentContent.razor.rz.scp.css */
.payment-container[b-yzkkfxxukf] {
    display: grid;
    grid-template-columns: 2fr 1fr 0.5fr;
    width: 85%;
    margin: auto;
}

.payment-container-with-bank[b-yzkkfxxukf] {
    display: grid;
    grid-template-columns: auto auto 10% 10%;
    width: 85%;
    margin: auto;
}

.icon[b-yzkkfxxukf] {
    color: #A3A3A3!important;
    font-size: 1.8rem!important;
    margin: auto 0 auto auto;
}

.description[b-yzkkfxxukf] {
    margin-top: auto;
    margin-bottom: auto;
}

.type[b-yzkkfxxukf] {
    font-size: 1.2rem;
    font-weight: 525;
    text-align: left;
    margin-left: 0.8rem;
}

.time[b-yzkkfxxukf] {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: left;
    color: #A3A3A3;
    margin-left: 0.8rem;
}

.donation-amount[b-yzkkfxxukf] {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    color: #4ECB71;
    text-align: right;
    margin-left: 0.3em;
}

p[b-yzkkfxxukf] {
    margin-bottom: 0;
}

hr[b-yzkkfxxukf] {
    width: 90%;
    margin: auto;
    color: #E5E5E5;
    margin-top: 1em;
    margin-bottom: 1em;
}

.arrow-transition[b-yzkkfxxukf] {
    transition: 0.3s;
}

.transactions-title[b-yzkkfxxukf] {
    text-align: left;
    margin-left: 7.5%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1em; 
    margin-bottom: 0.2em;
    color: #949494;
}

.bank-logo-container[b-yzkkfxxukf] {
    margin: auto;
}
/* /Components/RayzitLogo.razor.rz.scp.css */
.rayzit-logo-container[b-teabr0sump] {
    margin: 3rem auto 0 auto;
    padding-bottom: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

    .rayzit-logo-container > img[b-teabr0sump] {
        width: 35%;
    }

    .rayzit-logo-container > p[b-teabr0sump] {
        margin-bottom: 0;
        font-size: 1rem;
    }
/* /Components/SelectedBank.razor.rz.scp.css */
.selected-bank[b-vq69cdlkkc] {
    width: 100%;
    grid-template-columns: 0.7fr 1.3fr;
    display: grid;
    text-align: left;
    margin: auto;
}

.institution-logo[b-vq69cdlkkc] {
    margin-right: auto;
    text-align: left;
}

.text-container[b-vq69cdlkkc] {
    margin-top: auto;
    margin-bottom: auto;
}

.account-header-text[b-vq69cdlkkc] {
    font-size: 1.3rem;
    font-weight: 600;
    color: black;
    text-align: left;
    margin-bottom: 0.2em;
}

.account-subtext[b-vq69cdlkkc] {
    font-size: 1.3rem;
    font-weight: 400;
    color: #8F979F;
    text-align: left;
    letter-spacing: 0.4em;
    margin-top: 0.2em;
}

p[b-vq69cdlkkc] {
    margin-bottom: 0;
}
/* /Components/SelectorBox.razor.rz.scp.css */
.selector-box-currency-text[b-xelrtrcerc] {
    font-weight: bold;
    font-size: 2.5rem;
}

.selector-box-value-text[b-xelrtrcerc] {
    font-weight: bold;
    font-size: 2rem;
}

.selector-box[b-xelrtrcerc] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    margin: 0;
    transition: ease-in-out 0.15s;
    cursor: pointer;
}

.selector-box-clicked[b-xelrtrcerc] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: rgba(var(--brand-medium));
    border: 1px solid #EEEEEE;
    margin: 0;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.20));
    color: white;
    transition: ease-in-out 0.15s;
}

.selector-box[b-xelrtrcerc],
.selector-box-clicked[b-xelrtrcerc] {
    aspect-ratio: 2 / 1; /* 2:1 width to height ratio */
    width: 100%;
    height: auto;
}
/* /Components/SelectorGrid.razor.rz.scp.css */
.selector-grid[b-oh3qrx82jt] {
    justify-content: center;
    display: grid;
    grid-template-columns: 40% 40%;
    width: 100%;
    gap: 6% 3%;
}
/* /Components/StripeLoading.razor.rz.scp.css */
.loading-overlay[b-ba218x747u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.loading-spinner[b-ba218x747u] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-ba218x747u 1s linear infinite;
}

@keyframes spin-b-ba218x747u {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/TransactionContent.razor.rz.scp.css */
.payment-container[b-3gzs326y2m] {
    width: 80%;
    margin: auto;
}

.transaction-container[b-3gzs326y2m] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    align-items: end;
    margin: auto;
}

.transaction-description[b-3gzs326y2m] {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
}

.transaction-date-time[b-3gzs326y2m] {
    text-align: left;
    font-size: 1.1rem;
}

.transaction-amount[b-3gzs326y2m] {
    text-align: right;
    font-size: 1.1rem;
}

.roundup-amount[b-3gzs326y2m] {
    color: #4ECB71;
    font-weight: bold;
    text-align: right;
    font-size: 1.3rem;
}

hr[b-3gzs326y2m] {
    width: 90%;
    margin: auto;
    margin-bottom: 0;
    color: #E5E5E5;
}

p[b-3gzs326y2m] {
    margin-bottom: 0;
}
/* /Components/Unauthenticated.razor.rz.scp.css */
.unauthenticated-page[b-0vbj4phne5] {
    height: 100vh;
    background: #FFFFFF;
    text-align: center;
    padding: 1em;
}

.brand-logo-unauthenticated[b-0vbj4phne5] {
    margin: 3em auto;
}

.rounded-rectangle[b-0vbj4phne5] {
    width: 80%;
    border-radius: 15px;
    background-color: rgba(var(--brand-medium));
    padding: 3em;
    margin: auto;
}

.header-text-unauthenticated[b-0vbj4phne5] {
    color: white;
    font-weight: bold;
    margin: 1em;
    font-size: 2.5rem;
    margin: auto;
}

.sub-text-unauthenticated[b-0vbj4phne5] {
    color: white;
    font-weight: 400;
    margin: 1em;
}

.link-text[b-0vbj4phne5] {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

a:link[b-0vbj4phne5] {
    text-decoration: none;
}

.unauthenticated-vertical-center[b-0vbj4phne5] {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* /Pages/Donate/ConnectAccount.razor.rz.scp.css */
.connect-account[b-l590238fmk] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
    position: relative;
    overflow: hidden;
}

.connect-account-header[b-l590238fmk] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

.connect-account-subtext[b-l590238fmk] {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 700;
}

.connect-account-rayzit[b-l590238fmk] {
    bottom: 3%;
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.powered-by-rayzit[b-l590238fmk] {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

    .powered-by-rayzit > img[b-l590238fmk] {
        width: 100%;
        max-width: 400px;
    }

.connected-bank-content[b-l590238fmk] {
    height: fit-content;
    max-height: 65vh;
    overflow: auto;
}

.add-new-account-container[b-l590238fmk] {
    text-align: right;
    position: absolute;
    bottom: 6rem;
    right: 3rem;
    max-width: 100%;
    box-sizing: border-box;
}

.add-account-icon[b-l590238fmk] {
    color: rgba(var(--brand-alternate));
    font-size: 9vh !important;
}
/* /Pages/Donate/DonateOneOff.razor.rz.scp.css */
.donate-one-off[b-yo74669bsr] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
    position: relative;
}

.donate-one-off-header[b-yo74669bsr] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
}

.donate-one-off-subtext[b-yo74669bsr] {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 700;
}

/* /Pages/Donate/DonateOneOffSuccess.razor.rz.scp.css */
.donate-one-off-success[b-l4aplh8q19]{
    margin-top: 7vh;
    height: 93vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
    width: 100%;
}

.branded-top-bar[b-l4aplh8q19] {
    top: 2rem;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branded-top-bar > img[b-l4aplh8q19] {
    max-height: 4vh;
}

.brand-banner[b-l4aplh8q19] {
    margin:auto;
}

.brand-banner > img[b-l4aplh8q19] {
    max-width: 80%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
}

hr[b-l4aplh8q19] {
    width: 80%;
    margin: auto;
    color: #E5E5E5; 
}

.payment-success-container[b-l4aplh8q19] {
    margin-top: 2rem;
}

.success-image[b-l4aplh8q19] {
    width: 15rem;
    margin-bottom: 4rem;
}

.sub-text[b-l4aplh8q19] {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 2rem;
}

.header-text[b-l4aplh8q19] {
    padding-top: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
    margin:auto;
}

.centered-button[b-l4aplh8q19] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.donate-one-off-success-rayzit[b-l4aplh8q19] {
    bottom: 6%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.oneoff-success-image[b-l4aplh8q19] {
    width: 100%
}

.oneoff-success-image > img[b-l4aplh8q19] {
    width: 80%;
}
/* /Pages/Donate/DonateRoundUp.razor.rz.scp.css */
.donate-round-up[b-6nbdtbqksa] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}

.round-up-text-container[b-6nbdtbqksa] {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1em auto;
    margin-bottom: 3em;
}

.round-up-header[b-6nbdtbqksa] {
    margin-top: 6%;
    font-weight: bold;
    line-height: 175%;
    margin-bottom: 1em;
    font-size: 2rem;
}

.round-up-subtext[b-6nbdtbqksa] {
    margin-bottom: 4%;
    font-weight: 500;
    font-size: 1.5rem;
}

.round-up-centered-button[b-6nbdtbqksa] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 3em auto;
}

.round-up-rayzit[b-6nbdtbqksa] {
    bottom: 5%;
    position: absolute;
    width: 40vw;
    left: 50%;
    transform: translateX(-50%);
}

.powered-by-rayzit[b-6nbdtbqksa] {
    width: 100%;
    display: block;
    margin: 0 auto;
}

    .powered-by-rayzit > img[b-6nbdtbqksa] {
        width: 100%;
        max-width: 400px;
    }

@media (min-width: 450px) {
    .round-up-rayzit[b-6nbdtbqksa] {
        width: 20%;
    }
}

@media (max-width: 290px) {
    .round-up-rayzit[b-6nbdtbqksa] {
        bottom: 2%;
        position: absolute;
    }
}
/* /Pages/Donate/DonateSelect.razor.rz.scp.css */
.donate-select[b-547xnley6g] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
    position: relative;
}

.donate-select-header[b-547xnley6g] {
    margin-top: 6%;
    text-align: left;
}

.donate-select-subtext[b-547xnley6g] {
    margin-bottom: 4%;
    font-weight: 500;
    text-align: left;
    font-size: 1.3rem;
}

.donate-select-text-container[b-547xnley6g] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 1em auto;
}

.donate-select-centered-button[b-547xnley6g] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 3em auto;
}

.roundup-button[b-547xnley6g] {
    width: 100%;
    height: 6vh;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px;
    margin: 0.5em auto;
}

.recurring-button[b-547xnley6g] {
    width: 100%;
    height: 6vh;
    background-color: rgba(var(--brand-medium));
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px;
    margin: 0.5em auto;
}

.one-off-button[b-547xnley6g] {
    width: 100%;
    height: 6vh;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px;
    margin: 0.5em auto;
}

.donation-type-button[b-547xnley6g] {
    border-radius: 10px;
    border: none;
    margin: 2.5em auto;
    overflow: hidden;
    position: relative;
    width: 80%;
}
/* /Pages/Donate/DonationPayments.razor.rz.scp.css */
.donation-container[b-sdvmwbs97d] {
    margin-top: 7vh;
    min-height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em 1em 0 1em;
    margin-bottom: auto;
}

hr[b-sdvmwbs97d] {
    width: 90%;
    color: #E5E5E5;
    margin: 1em auto;
}
/* /Pages/Donate/RecurringAmount.razor.rz.scp.css */
.regular-amount-container[b-7abv7usvdq] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}

.regular-amount-header[b-7abv7usvdq] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
}

.regular-amount-subtext[b-7abv7usvdq] {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 700;
}

.regular-amount-rayzit[b-7abv7usvdq] {
    bottom: 3%;
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.powered-by-rayzit[b-7abv7usvdq] {
    width: 100%;
    display: block;
    margin: 0 auto;
}

    .powered-by-rayzit > img[b-7abv7usvdq] {
        width: 100%;
        max-width: 400px;
    }
/* /Pages/Donate/RecurringSettings.razor.rz.scp.css */
.regular-settings[b-tw6cpnjagu] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}

.rectangle[b-tw6cpnjagu] {
    display: flex;
    height: 8%;
    width: 80%;
    border-radius: 10px;
    border: 1px solid #ced4da;
    margin: auto auto 3% auto;
}

.regular-settings-header[b-tw6cpnjagu] {
    margin: 2% auto;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
}

.regular-settings-subtext[b-tw6cpnjagu] {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
    margin-left: 3.6rem;
}

.regular-settings-subtext-left[b-tw6cpnjagu] {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
    width: 80%;
}

.regular-settings-rayzit[b-tw6cpnjagu] {
    bottom: 3%;
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.powered-by-rayzit[b-tw6cpnjagu] {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

.powered-by-rayzit > img[b-tw6cpnjagu] {
    width: 100%;
    max-width: 400px;
}

.text-toggle-container[b-tw6cpnjagu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin: 3% auto 3% auto;
}

.text-toggle-container > *:first-child[b-tw6cpnjagu] {
    justify-self: start;
}

.text-toggle-container > *:last-child[b-tw6cpnjagu] {
    justify-self: end;
}

.date-picker-container[b-tw6cpnjagu] {
    width: 80%;
    margin: auto auto 5% auto;
}

.occurances-container[b-tw6cpnjagu] {
    width: 100%;
    margin: auto auto 5% auto;
}

.small-text[b-tw6cpnjagu] {
    font-weight: 700;
    margin: 3% auto auto auto;
    width: 80%;
    text-align: left;
}
/* /Pages/Donate/RoundUpSettings.razor.rz.scp.css */
.round-up-settings[b-lpbl3usv80] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}

.round-up-settings[b-lpbl3usv80] {
    padding: 1em;
    width: 100%;
    margin-bottom: auto;
    position: relative;
    min-height: 90%;
}

.rectangle[b-lpbl3usv80] {
    display: flex;
    width: 80%;
    /*border-radius: 10px;
    border: solid 1px #D6D6D6;*/
    margin: 3em auto;
}

.round-up-settings-header[b-lpbl3usv80] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 6%;
}

.round-up-settings-subtext[b-lpbl3usv80] {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 700;
    font-size: 1.5rem;
}

.round-up-settings-rayzit[b-lpbl3usv80] {
    bottom: 3%;
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.powered-by-rayzit[b-lpbl3usv80] {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 150px;
}

.powered-by-rayzit > img[b-lpbl3usv80] {
    width: 100%;
    max-width: 400px;
}

.text-toggle-container[b-lpbl3usv80] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    width: 80%;
    margin: 1rem auto;
}

.text-toggle-container > *:first-child[b-lpbl3usv80] {
    justify-self: start;
}

.text-toggle-container > *:last-child[b-lpbl3usv80] {
    justify-self: end;
}

.date-picker-container[b-lpbl3usv80] {
    width: 80%;
    margin: auto auto 5% auto;
}

.daily-limit-container[b-lpbl3usv80] {
    margin: auto auto 5% auto;
}

.small-text[b-lpbl3usv80] {
    font-weight: 400;
    margin: 3% auto auto auto;
    width: 80%;
    text-align: left;
    font-size: 1.3rem;
}

hr[b-lpbl3usv80] {
    width: 80%;
    margin: auto;
    color: #DEDEDE;
}
/* /Pages/DonationPlan.razor.rz.scp.css */
.donation-plan-container[b-d45iw1d9ij] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}

h2[b-d45iw1d9ij] {
    font-weight: bold;
    font-size: 2em;
}

h3[b-d45iw1d9ij] {
    text-align: left;
    font-size: 1.8em;
    font-weight: 600;
    padding-left: 5%;
}

hr[b-d45iw1d9ij] {
    color: #D6D6D6
}

p[b-d45iw1d9ij] {
    font-size: 1.7em;
    font-weight: 500;
    text-align: left;
    padding-left: 5%;
    margin-bottom: 0;
    color: #606060;
}

.rectangle-border[b-d45iw1d9ij] {
    display: flex;
    align-items: center;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    height: 5vh;
    width: 90%;
    margin: auto;
}

.summary-description[b-d45iw1d9ij] {
    padding-top: 1em;
    padding-bottom: 1em;
}

.status[b-d45iw1d9ij] {
    font-size: 0.8em;
}

.status_color_green[b-d45iw1d9ij] {
    color: #4ECB71;
}

.status_color_orange[b-d45iw1d9ij] {
    color: orange;
}

.status_color_red[b-d45iw1d9ij] {
    color: red;
}

.status_color_grey[b-d45iw1d9ij] {
    color: grey;
}

.button-container[b-d45iw1d9ij] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    margin-top: 2em;
}

.edit[b-d45iw1d9ij] {
    background-color: grey;
    width: 80%;
    border: 0;
    border-radius: 5px;
    margin: auto;
    height: 5vh;
}

    .edit > p[b-d45iw1d9ij] {
        color: white;
        text-align: center;
        padding-left: 0;
    }

.delete[b-d45iw1d9ij] {
    background-color: #D74B4B;
    width: 80%;
    border: 0;
    border-radius: 5px;
    margin: auto;
    height: 5vh;
}

    .delete > p[b-d45iw1d9ij] {
        color: white;
        text-align: center;
        padding-left: 0;
    }

.plan-not-found > p[b-d45iw1d9ij] {
    margin-top: 30vh;
}
/* /Pages/DonationPlanPayments.razor.rz.scp.css */
.donation-payments-container[b-jcwiuxcih9] {
    margin-top: 7vh;
    min-height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
    overflow: hidden;
}

.donation-plan-page[b-jcwiuxcih9]{
    padding-bottom: 15rem;
}

.month-and-edit[b-jcwiuxcih9] {
    display: flex;
    align-items: center;
}

.date-container[b-jcwiuxcih9] {
    background-color: #F3F3F3;
    display: flex;
    text-align: left;
    color: #A3A3A3;
    width: 100%;
    height: 2vh;
    font-size: 1rem;
    overflow: hidden;
}

    .date-container > p[b-jcwiuxcih9] {
        margin-left: 2em;
        font-weight: 500;
    }

.edit-button[b-jcwiuxcih9] {
    color: white;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 1.7em;
    margin-top: 6vh;
    margin-right: 3%;
    cursor: pointer;
}

    .edit-button > p[b-jcwiuxcih9] {
        margin-bottom: 0;
        line-height: 3px;
    }

.rectangle[b-jcwiuxcih9] {
    display: flex;
    /*border-radius: 10px;
    border: solid 1px #D6D6D6;*/
}

.current-month[b-jcwiuxcih9] {
    color: rgba(var(--brand-medium));
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: auto;
}

.container[b-jcwiuxcih9] {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

.ellipsis[b-jcwiuxcih9] {
    font-size: 2.5em;
    line-height: 0;
}

.payments[b-jcwiuxcih9] {
    overflow-y: auto;
    max-height: 61vh;
}

hr[b-jcwiuxcih9] {
    width: 90%;
    margin: auto;
    margin-bottom: 1em;
    color: #E5E5E5;
}
/* /Pages/Event/EventHome.razor.rz.scp.css */
.event-page[b-bxi860e5un] {
    width: 100%;
    margin-top: 7vh;
    min-height: 93vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
}

.event-page-info[b-bxi860e5un] {
    width: 100%;
    min-height: 91%
}

.branded-top-bar[b-bxi860e5un] {
    top: 2rem;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.branded-top-bar > img[b-bxi860e5un] {
    max-height: 4vh;
}

.brand-logo[b-bxi860e5un] {
    margin:auto;
}

.brand-logo > img[b-bxi860e5un] {
    max-width: 80%;
    max-height: 20rem;
    margin-top: 3rem;
    border-radius: 1rem;
}

.event-header[b-bxi860e5un] {
    margin: auto;
}
.event-header > h1[b-bxi860e5un]{
    margin-top: 2rem;
}
.event-header > img[b-bxi860e5un] {
    max-width: 80%;
    margin-top: 0.5rem;
    border-radius: 1rem;
}
.event-header > h2[b-bxi860e5un]{
    margin-top: 2rem;
    margin-bottom: 0;
}

.centered-line[b-bxi860e5un] {
    width: 50%;
    margin: 5em auto;
    border: none;
    border-top: 1px solid #C3C3C3;
}

.text-event-page[b-bxi860e5un] {
    flex: 1;
    text-align: center;
    margin-bottom: 1em;
}

.header-event-page[b-bxi860e5un] {
    line-height: 190%;
    margin: 2em auto;
    font-size: 2rem;
}

.centered-button-event-page[b-bxi860e5un] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 2em auto 2em auto;
    flex: 0.1;
}

.rayzit-button-event-page[b-bxi860e5un] {
    width: 100%;
    height: 5rem;
    background-color: rgba(var(--brand-alternate));
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px;
    margin: 0.5em auto;
    box-shadow: 0px 0px 10px 5px rgba(var(--brand-alternate), 0.4);
    cursor: pointer;
}

.login-text-event-page[b-bxi860e5un] {
    text-decoration: none;
    color: rgba(var(--brand-alternate));
    font-weight: bold;
    margin: 3em auto 3em auto;
    cursor: pointer;
}

.sign-up-event-page[b-bxi860e5un] {
    text-decoration: none;
    color: rgba(var(--brand-alternate));
    font-weight: bold;
    margin: 2em auto 2em auto;
}

hr[b-bxi860e5un] {
    width: 80%;
    margin: auto;
    color: #E5E5E5;
}

.expired-message[b-bxi860e5un] {
    margin: 2rem auto;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: #f3f4f6; /* light gray */
    color: #6b7280; /* muted gray */
    font-size: 1.2rem;
}
/* /Pages/Event/EventOneOff.razor.rz.scp.css */
.event-one-off[b-ip6k0h5bih] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
    position: relative;
}

.event-body[b-ip6k0h5bih] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
}

.event-one-off-header[b-ip6k0h5bih] {
    margin-top: 1rem;
    font-weight: bold;
    text-align: center;
}

.event-one-off-subtext[b-ip6k0h5bih] {
    margin-top: 2rem;
    margin-bottom: 4%;
    font-weight: 700;
}

.brand-logo[b-ip6k0h5bih] {
    margin: auto;
}

.brand-logo > img[b-ip6k0h5bih] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 70%;
    max-height: 10rem;
}

hr[b-ip6k0h5bih] {
    width: 80%;
    margin: auto;
    color: #E5E5E5;
}
/* /Pages/Event/Events.razor.rz.scp.css */
.events-container[b-szozw5hlzo] {
    margin-top: 7vh;
    min-height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
}

.events-page-container[b-szozw5hlzo]{
    padding: 1em 1em 0 1em;
    padding-bottom: 15rem ;
}
/* /Pages/Funds/Funds.razor.rz.scp.css */
.funds-container[b-igjf8ev87y] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
    overflow: hidden;
}

h1[b-igjf8ev87y] {
    margin-bottom: 3rem;
}

.fund-summary[b-igjf8ev87y] {
    margin: auto;
}

    .fund-summary > img[b-igjf8ev87y] {
        width: 80%
    }

hr[b-igjf8ev87y] {
    margin: 2rem auto 2rem auto;
    width: 90%;
    color: #E5E5E5;
}

.funds-powered-by-rayzit[b-igjf8ev87y] {
    position: fixed;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
}

    .funds-powered-by-rayzit > img[b-igjf8ev87y] {
        width: 50%;
        display: block;
        margin: auto;
    }
/* /Pages/Profile/Profile.razor.rz.scp.css */
.profile-container[b-ogb9re06wq] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
}

.profile-icon[b-ogb9re06wq] {
    font-size: 15em!important;
    margin-top: 1rem;
}

hr[b-ogb9re06wq] {
    width: 90%;
    margin: auto;
    color: #E5E5E5;
    margin-top: 2.5em;
    margin-bottom: 1em;
}

.text-center[b-ogb9re06wq] {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
/* /Pages/RoundupTransactions.razor.rz.scp.css */
.transactions-container[b-xc8xxapee3] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
    overflow: hidden;
}

.month-and-edit[b-xc8xxapee3] {
    display: flex;
    align-items: center;
}

.date-container[b-xc8xxapee3] {
    background-color: #F3F3F3;
    display: flex;
    text-align: left;
    color: #A3A3A3;
    width: 100%;
    height: 2vh;
    font-size: 1rem;
    overflow: hidden;
}

    .date-container > p[b-xc8xxapee3] {
        margin-left: 2em;
        font-weight: 500;
    }

.edit-button[b-xc8xxapee3] {
    color: white;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 1.7em;
    margin-top: 6vh;
    margin-right: 3%;
    cursor: pointer;
}

    .edit-button > p[b-xc8xxapee3] {
        margin-bottom: 0;
        line-height: 3px;
    }

.rectangle[b-xc8xxapee3] {
    display: flex;
    /*border-radius: 10px;
    border: solid 1px #D6D6D6;*/
}

.current-month[b-xc8xxapee3] {
    color: rgba(var(--brand-medium));
    font-size: 1rem;
    font-weight: bold;
    margin-left: auto;
}

.container[b-xc8xxapee3] {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

.ellipsis[b-xc8xxapee3] {
    font-size: 2.5em;
    line-height: 0;
}

.payments[b-xc8xxapee3] {
    overflow-y: auto;
    max-height: 61vh;
}

/* /Pages/StartUp/Home.razor.rz.scp.css */
.home-container[b-w4pq0tqx11] {
    margin-top: 7vh;
    min-height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
}

.home-page-container[b-w4pq0tqx11]{
    padding-bottom: 15rem ;
}

.brand-banner[b-w4pq0tqx11] {
    margin:auto;
}

    .brand-banner > img[b-w4pq0tqx11] {
        max-width: 80%;
        margin-top: 3rem;
        border-radius: 1rem;
    }

.brand-logo[b-w4pq0tqx11] {
    margin:auto;
}

.brand-logo > img[b-w4pq0tqx11] {
    max-width: 80%;
    max-height: 20rem;
    margin-top: 3rem;
    border-radius: 1rem;
}

hr[b-w4pq0tqx11] {
    margin: auto;
    color: #E5E5E5;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    margin-left: auto!important;
}

h2[b-w4pq0tqx11] {
    font-weight: 600;
    margin-bottom: 0.2em;
}

.text-container[b-w4pq0tqx11] {
    width: 90%;
    margin: auto;
}

.donations-breakdown-container[b-w4pq0tqx11] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin: 1em auto;
}

.donations-breakdown-img[b-w4pq0tqx11] {
    margin: auto;
}

.small-rectangle[b-w4pq0tqx11] {
    width: 95%;
    border-radius: 10px;
    background: #F9F9F9;
    border: 1px solid #DBDBDB;
    text-align: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.your-donations-header[b-w4pq0tqx11] {
    width: 80%;
    text-align: center;
    margin: 3em auto auto;
    border-radius: 10px;
    background: #F9F9F9;
    border: 1px solid #DBDBDB;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0.5rem 0;
}

.no-active-donations-header[b-w4pq0tqx11]{
    width:80%;
    text-align: center;
    margin: 3em auto auto;
}

.transaction-container[b-w4pq0tqx11] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.5rem;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    max-height: 23vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.transaction-icon[b-w4pq0tqx11] {
    width: 5em;
    height: 5em;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    text-align: center;
    margin: auto;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transaction-text[b-w4pq0tqx11] {
    font-size: 1rem;
    font-weight: bold;
    color: #4ECB71;
}

.donation-summary[b-w4pq0tqx11] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    text-align: left;
    line-height: 100%;
    margin-top: 1em;
    margin-left: 1.5em;
}

.value-text-container[b-w4pq0tqx11] {
    display: grid;
    grid-template-rows: 1fr 1fr;
    line-height: 100%;
    text-align: right;
    margin-top: 1em;
}

.donations-header[b-w4pq0tqx11] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}

.header-text[b-w4pq0tqx11] {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}

.material-symbols-rounded[b-w4pq0tqx11] {
    font-size: 2vh !important;
    text-align: left;
}

.home-centered-line[b-w4pq0tqx11] {
    width: 90%;
    margin: auto;
    border: none;
    border-top: 1px solid #DBDBDB;
}

.transaction-header[b-w4pq0tqx11] {
    font-size: 1rem;
    font-weight: bold;
    color: #606060;
}

.transaction-subtext[b-w4pq0tqx11] {
    font-size: 1rem;
    font-weight: normal;
    color: #A3A3A3;
}

.branded-top-bar[b-w4pq0tqx11] {
    top: 2rem;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .branded-top-bar > img[b-w4pq0tqx11] {
        max-height: 4vh;
    }

.statistic-text[b-w4pq0tqx11] {
    font-size: 1.1rem;
}

.statistic-icon[b-w4pq0tqx11] {
    font-size: 2.5rem!important;
}

.loader[b-w4pq0tqx11] {
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgba(var(--brand-medium));
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin-b-w4pq0tqx11 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin-b-w4pq0tqx11 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* /Pages/StartUp/Index.razor.rz.scp.css */
.landing-page[b-iopbdhnbld] {
    width: 100%;
    margin-top: 7vh;
    min-height: 93vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
}

.landing-page-info[b-iopbdhnbld] {
    width: 100%;
    min-height: 91%
}

.branded-top-bar[b-iopbdhnbld] {
    top: 2rem;
    position: absolute;
    color: white;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .branded-top-bar > img[b-iopbdhnbld] {
        max-height: 4vh;
    }

.brand-banner[b-iopbdhnbld] {
    margin:auto;
}

    .brand-banner > img[b-iopbdhnbld] {
        max-width: 80%;
        margin-top: 3rem;
        border-radius: 1rem;
    }

.brand-logo[b-iopbdhnbld] {
    margin:auto;
}

.brand-logo > img[b-iopbdhnbld] {
    max-width: 80%;
    max-height: 20rem;
    margin-top: 3rem;
    border-radius: 1rem;
}    

.centered-line[b-iopbdhnbld] {
    width: 50%;
    margin: 5em auto;
    border: none;
    border-top: 1px solid #C3C3C3;
}

.text-landing-page[b-iopbdhnbld] {
    flex: 1;
    text-align: center;
    margin-bottom: 1em;
}

.header-landing-page[b-iopbdhnbld] {
    line-height: 190%;
    margin: 2em auto;
    font-size: 2rem;
}

.centered-button-landing-page[b-iopbdhnbld] {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 3em auto 2em auto;
    flex: 0.1;
}

.rayzit-button-landing-page[b-iopbdhnbld] {
    width: 100%;
    height: 5rem;
    background-color: rgba(var(--brand-alternate));
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    border: none;
    padding: 10px;
    margin: 0.5em auto;
    box-shadow: 0px 0px 10px 5px rgba(var(--brand-alternate), 0.4);
    cursor: pointer;
}

.login-text-landing-page[b-iopbdhnbld] {
    text-decoration: none;
    color: rgba(var(--brand-alternate));
    font-weight: bold;
    margin: 3em auto 3em auto;
    cursor: pointer;
}

.sign-up-landing-page[b-iopbdhnbld] {
    text-decoration: none;
    color: rgba(var(--brand-alternate));
    font-weight: bold;
    margin: 2em auto 2em auto;
}

.rayzit-logo-landing-page[b-iopbdhnbld] {
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

    .rayzit-logo-landing-page > img[b-iopbdhnbld] {
        width: 35%;
    }

.rayzit-logo-landing-page > p[b-iopbdhnbld] {
    margin-bottom: 0;
    font-size: 1rem;
}
/* /Pages/StartUp/Register.razor.rz.scp.css */
.complete-registration[b-481rz8hahu] {
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    padding: 1em;
    margin-bottom: auto;
}
.complete-registration-header[b-481rz8hahu] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7%;
}

.registration-powered-by-rayzit[b-481rz8hahu] {
    bottom: 6%;
    position: absolute;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

    .registration-powered-by-rayzit > img[b-481rz8hahu] {
        width: 100%;
        max-width: 400px;
    }
/* /Shared/AuthFailed.razor.rz.scp.css */
.unauthorised-page[b-aafese4f5p]{
    margin-top: 7vh;
    height: 93vh;
    background: #FFFFFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
}

.unauthorised-header[b-aafese4f5p] {
    margin-top: 6%;
    font-weight: bold;
    text-align: center;
}

.unauthorised-subtext[b-aafese4f5p] {
    margin-top: 5%;
    margin-bottom: 4%;
    font-weight: 700;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8gh9i8qavd] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main[b-8gh9i8qavd] {
    /*flex: 1;*/
    width: 100%;
    
}

.page-container[b-8gh9i8qavd] {
    max-width: 800px;
    justify-content: center;
    display: flex;
    min-height: 100svh;
}

.sidebar[b-8gh9i8qavd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8gh9i8qavd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8gh9i8qavd]  a, .top-row[b-8gh9i8qavd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8gh9i8qavd]  a:hover, .top-row[b-8gh9i8qavd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8gh9i8qavd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8gh9i8qavd] {
        display: none;
    }

    .top-row.auth[b-8gh9i8qavd] {
        justify-content: space-between;
    }

    .top-row[b-8gh9i8qavd]  a, .top-row[b-8gh9i8qavd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .page[b-8gh9i8qavd] {
        flex-direction: row;
        background: rgba(var(--brand-medium));
    }

    .page-container[b-8gh9i8qavd] {
        width: 800px;
        position: relative;
    }

    .sidebar[b-8gh9i8qavd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8gh9i8qavd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8gh9i8qavd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8gh9i8qavd], article[b-8gh9i8qavd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u739s04g2f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u739s04g2f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u739s04g2f] {
    font-size: 1.1rem;
}

.oi[b-u739s04g2f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-u739s04g2f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u739s04g2f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u739s04g2f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u739s04g2f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-u739s04g2f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-u739s04g2f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u739s04g2f] {
        display: none;
    }

    .collapse[b-u739s04g2f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PwaInstall.razor.rz.scp.css */
/* wwwroot/css/pwa.css */
.install-banner[b-21ox0gwqer] {
    position: fixed; left: 0; right: 0; bottom: 0;
    margin: 0 auto; max-width: 680px;
    background: whitesmoke;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 -6px 20px rgba(0,0,0,.1);
    padding: .75rem 1rem; display: flex; gap: .5rem; align-items: center; justify-content: space-between;
    border-radius: 12px 12px 0 0;
}

/* Backdrop and bottom-sheet placement */
.ios-modal[b-21ox0gwqer],
.android-modal[b-21ox0gwqer]
{
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    display: grid; place-items: end center;
    padding: 12px max(14px, env(safe-area-inset-right))
    max(18px, env(safe-area-inset-bottom))
    max(14px, env(safe-area-inset-left));
}

/* Card */
.ios-modal .card[b-21ox0gwqer],
.android-modal .card[b-21ox0gwqer]
{
    width: min(520px, 94vw);
    background: #fff ;
    color: black;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);;
    padding: 14px 14px 12px;
    animation: slide-up-b-21ox0gwqer .22s ease-out both;
}

.ios-modal .card p[b-21ox0gwqer],
.android-modal .card p[b-21ox0gwqer]
{
    font-size: 1.2rem;
}

/* Content */
.ios-modal .title[b-21ox0gwqer],
.android-modal .title[b-21ox0gwqer]
{
    margin: 4px 2px 10px;
    font-weight: 600;
    font-size: 1.4rem;
}
.ios-modal .steps[b-21ox0gwqer],
.android-modal .steps[b-21ox0gwqer]
{
    margin: 0 2px 12px; padding-left: 18px;
    color: #6b7280;
}
.ios-modal .steps li[b-21ox0gwqer],
.android-modal .steps li[b-21ox0gwqer]
{ 
    margin: 6px 0;
    line-height: 1.4; 
    font-size: 1.2rem;
}

/* Share icon chip */
.share-icon[b-21ox0gwqer]{
    display: inline-grid; place-items: center;
    width: 22px; height: 22px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.08);
    margin: 0 4px; vertical-align: -3px;
}

/* Button */
.ios-modal .cta[b-21ox0gwqer],
.android-modal .cta[b-21ox0gwqer]{
    width: 100%;
    border: 1px solid rgba(0,0,0,.08);
    background: var(--brand-medium);
    color: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
    cursor: pointer;
}


/* Animation */
@keyframes slide-up-b-21ox0gwqer{
    from{ transform: translateY(12px); opacity: .96; }
    to{ transform: translateY(0); opacity: 1; }
}
