/* /Components/BedRequestGrid.razor.rz.scp.css */
[b-ecu7sdw1oj] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

::deeo .e-grid th.e-headercell.e-focus.e-focused[b-ecu7sdw1oj] {
    box-shadow: none;
}

[b-ecu7sdw1oj] .e-toast-container {
    margin-top: 450px;
}

[b-ecu7sdw1oj] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
[b-ecu7sdw1oj] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
[b-ecu7sdw1oj] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-ecu7sdw1oj] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/ContactsGrid.razor.rz.scp.css */
[b-eh4ozt825i] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

::deeo .e-grid th.e-headercell.e-focus.e-focused[b-eh4ozt825i] {
    box-shadow: none;
}

[b-eh4ozt825i] .e-toast-container {
    margin-top: 450px;
}

[b-eh4ozt825i] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
[b-eh4ozt825i] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
[b-eh4ozt825i] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-eh4ozt825i] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/DonationGrid.razor.rz.scp.css */
/***************************************** DonationGrid.razor.css ********************************************/
[b-jbjz951iyx] .e-grid .e-groupcaption {
    overflow: visible;
}

[b-jbjz951iyx] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-jbjz951iyx] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}

[b-jbjz951iyx] .e-toast-container {
    margin-top: 450px;
}

[b-jbjz951iyx] .e-toast-container .e-toast {
        border: 1px solid black;
    }
/*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
[b-jbjz951iyx] .e-toast-container .e-toast .e-toast-message .e-toast-title {
        color: deepskyblue;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
/*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
[b-jbjz951iyx] .e-toast-container .e-toast .e-toast-message .e-toast-content {
        color: black;
        font-size: 14px;
        font-weight: bold;
        background-color: lightskyblue;
        padding: 5px;
        width: 100%;
        height: 50px;
        vertical-align: middle;
        text-align: center;
    }
[b-jbjz951iyx] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Footer.razor.rz.scp.css */
/* /Components/Header.razor.rz.scp.css */
#edit[b-00dppfl9mw], #admin[b-00dppfl9mw], #manage[b-00dppfl9mw] {
    cursor: pointer;
    font-size: 15px;
}

    #edit[b-00dppfl9mw]::after, #admin[b-00dppfl9mw]::after, #manage[b-00dppfl9mw]::after {
        content: "  &#9660;";
    }

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-zzm6nr5qgg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zzm6nr5qgg] {
    flex: 1;
}

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

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-zzm6nr5qgg] {
        flex-direction: row;
    }

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

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

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

    .top-row[b-zzm6nr5qgg], article[b-zzm6nr5qgg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9lz4imwwfw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9lz4imwwfw] {
    flex: 1;
}

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

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

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-9lz4imwwfw] {
        flex-direction: row;
    }

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

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

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

    .top-row[b-9lz4imwwfw], article[b-9lz4imwwfw] {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
/* /Components/LocationGrid.razor.rz.scp.css */
/***************************************** LocationGrid.razor.css ********************************************/

[b-i3tcjzyn95] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-i3tcjzyn95] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-i3tcjzyn95] .e-toast-container {
    margin-top: 450px;
}

    [b-i3tcjzyn95] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-i3tcjzyn95] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-i3tcjzyn95] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-i3tcjzyn95] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Pages/Administration/Manage/ManageConfiguration.razor.rz.scp.css */
/***************************************** ManageConfiguration.razor.css ********************************************/

[b-qeioaakn9z] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-qeioaakn9z] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-qeioaakn9z] .e-toast-container {
    margin-top: 450px;
}

    [b-qeioaakn9z] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-qeioaakn9z] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-qeioaakn9z] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-qeioaakn9z] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Pages/Administration/Manage/ManageMetroAreas.razor.rz.scp.css */
/***************************************** ManageMetroAreas.razor.css ********************************************/

[b-j2bk2jjk4s] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-j2bk2jjk4s] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-j2bk2jjk4s] .e-toast-container {
    margin-top: 450px;
}

    [b-j2bk2jjk4s] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-j2bk2jjk4s] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-j2bk2jjk4s] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-j2bk2jjk4s] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Pages/Administration/Manage/ManagePages.razor.rz.scp.css */
/***************************************** LocationGrid.razor.css ********************************************/

[b-xhu2bvvy4a] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-xhu2bvvy4a] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-xhu2bvvy4a] .e-toast-container {
    margin-top: 450px;
}

    [b-xhu2bvvy4a] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-xhu2bvvy4a] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-xhu2bvvy4a] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-xhu2bvvy4a] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Pages/Administration/Manage/ManageVolunteers.razor.rz.scp.css */
[b-jnm52x2bti] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-jnm52x2bti] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-jnm52x2bti] .e-toast-container {
    margin-top: 450px;
}

    [b-jnm52x2bti] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-jnm52x2bti] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-jnm52x2bti] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-jnm52x2bti] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
/* /Components/Pages/Administration/SMS/SmsDetails.razor.rz.scp.css */
.sms-details-container[b-kqdi310emy] {
    display: flex;
    flex-direction: column;
    height: 90vh;
    background-color: #000; /* Overall black background */
    overflow: hidden; /* hide parent scrollbar so only messages scroll */
    color: #fff;
    font-family: sans-serif;
}

@media (max-width: 768px) {
    .sms-details-container[b-kqdi310emy] {
        height: 80vh;
    }
}

    /* Sticky blue header bar */
    .header[b-kqdi310emy] {
        flex-shrink: 0; /* ensure the header does not shrink */
        display: flex;
        align-items: center;
        background-color: #2196F3;
        padding: 8px;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .back-button[b-kqdi310emy] {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        margin-right: 8px;
    }

    .material-icons[b-kqdi310emy] {
        vertical-align: middle;
    }

    .header-title[b-kqdi310emy] {
        display: flex;
        align-items: center;
    }

    /* Circle with initials (e.g. "JK") */
    .contact-initials[b-kqdi310emy] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff;
        color: #2196F3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-right: 8px;
    }

    .contact-name[b-kqdi310emy] {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
    }

    /* Scrollable message list */
    .messages-container[b-kqdi310emy] {
        flex: 1;
        overflow-y: auto;
        padding: 10px;
    }

    .message-block[b-kqdi310emy] {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }

    /* Date/time text above each message */
    .message-time[b-kqdi310emy] {
        font-size: 0.75rem;
        color: #aaa;
        text-align: center;
        margin-bottom: 4px;
    }

    /* Common bubble styling */
    .message-bubble[b-kqdi310emy] {
        max-width: 80%;
        padding: 10px;
        border-radius: 8px;
        font-size: 1rem;
        line-height: 1.4;
        word-wrap: break-word;
    }

    /* Blue bubble on the left (IsReply = true) */
    .reply[b-kqdi310emy] {
        background-color: #2196F3;
        color: #fff;
        align-self: flex-start;
        border-bottom-left-radius: 0;
    }

    /* Dark gray bubble on the right (IsReply = false) */
    .sent[b-kqdi310emy] {
        background-color: #424242;
        color: #fff;
        margin: 0 auto; /* center horizontally */
        max-width: 60%;
        padding: 10px;
        border-radius: 8px;
        text-align: center; /* center text within the bubble */
    }

    /* Input area at bottom */
    .input-bar[b-kqdi310emy] {
        flex-shrink: 0; /* ensure the input bar does not shrink */
        display: flex;
        align-items: center;
        background-color: #000;
        padding: 8px;
        border-top: 1px solid #333;
    }

        .input-bar textarea[b-kqdi310emy] {
            flex: 1;
            background-color: #000;
            color: #fff;
            border: 1px solid #333;
            border-radius: 4px;
            padding: 8px;
            font-size: 1rem;
            resize: none;
            min-height: 40px;
            max-height: 100px;
            outline: none;
        }

    /* Send button styled in blue to match header */
    .send-button[b-kqdi310emy] {
        background-color: #2196F3;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 8px 16px;
        margin-left: 8px;
        cursor: pointer;
        font-size: 1rem;
    }

        .send-button:hover[b-kqdi310emy] {
            background-color: #1E88E5;
        }
/* /Components/Pages/Administration/SMS/SmsSummary.razor.rz.scp.css */
.header[b-akhom6irzj] {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 16px;
    background-color: #007AFF;
    color: white;
}

.loading-text[b-akhom6irzj], .no-messages[b-akhom6irzj] {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
}

.message-list[b-akhom6irzj] {
    background: black;
    color: white;
    padding: 10px;
}

.message-item[b-akhom6irzj] {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}

    .message-item:hover[b-akhom6irzj] {
        background: #222;
    }

.message-initials-container[b-akhom6irzj] {
    position: relative;
    display: flex;
    align-items: center;
}

.message-initials[b-akhom6irzj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.unread-badge[b-akhom6irzj] {
    position: absolute;
    bottom: -7px;
    right: 5px;
    background: #00C853;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-content[b-akhom6irzj] {
    flex-grow: 1;
    padding-left: 20px;
}

.message-header[b-akhom6irzj] {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
}

.message-name[b-akhom6irzj] {
    color: white;
}

.message-time[b-akhom6irzj] {
    color: #bbb;
    font-size: 0.9rem;
}

.message-preview[b-akhom6irzj] {
    font-size: 0.9rem;
    color: #bbb;
}


/* /Components/Pages/Login.razor.rz.scp.css */
.e-card-image[b-53yu63dmrj] {
}

.card[b-53yu63dmrj] {
    border-radius: 25px;
    border: 1px solid rgb(0,0,255,.8);
    width: 90%;
    margin-left: 5%;
    margin-right: 5%
}

@media (min-width: 768px) {
    .card[b-53yu63dmrj] {
        border-radius: 25px;
        border: 1px solid rgb(0,0,255,.8);
        width: 40%;
        margin-left: 30%;
        margin-bottom: 25px;
        margin-top: 50px;
    }
}

.e-card .e-card-content[b-53yu63dmrj] {
}

.e-card.e-card-horizontal img[b-53yu63dmrj] {
    margin: 0px;
    width: 50%
}

.login-error[b-53yu63dmrj] {
    color: red;
    margin: 10px;
}
/* /Components/UsersGrid.razor.rz.scp.css */
/***************************************** UserGrid.razor.css ********************************************/

[b-tnwjg369sa] .e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}

[b-tnwjg369sa] .e-grid th.e-headercell.e-focus.e-focused {
    box-shadow: none;
}


[b-tnwjg369sa] .e-toast-container {
    margin-top: 450px;
}

    [b-tnwjg369sa] .e-toast-container .e-toast {
        border: 1px solid black;
        border-radius: 25px;
    }
        /*Use the following CSS to customize the default toast’s title properties like font-family, font-size and color.*/
        [b-tnwjg369sa] .e-toast-container .e-toast .e-toast-message .e-toast-title {
            color: deepskyblue;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        /*Use the following CSS to customize the default toast’s content properties like font-family, font-size and color.*/
        [b-tnwjg369sa] .e-toast-container .e-toast .e-toast-message .e-toast-content {
            color: black;
            font-size: 14px;
            font-weight: bold;
            background-color: lightskyblue;
            padding: 5px;
            width: 100%;
            height: 50px;
            vertical-align: middle;
            text-align: center;
        }

[b-tnwjg369sa] .e-dialog .e-dlg-header {
    font-size: 1.75rem;
    font-weight: 700;
}
