/* /Components/Account/Pages/AccessDenied.razor.rz.scp.css */
/* CSS for AccessDenied component */
.access-denied-page[b-mlr37gxckk] {
    padding: 2rem;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* CSS for Login component */
.login-page[b-6x0hviysfn] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 7rem);
    min-height: 600px;
    padding: 24px 28px 32px 28px;
}

.login-actions[b-6x0hviysfn] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 640.98px) {
    .login-actions[b-6x0hviysfn] {
        flex-direction: column;
    }
}

.beta-staging-modal-backdrop[b-6x0hviysfn] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 2200;
}

.beta-staging-modal[b-6x0hviysfn] {
    width: min(760px, 100%);
    background: #ffd84d;
    border: 2px solid #000000;
    border-radius: 0.75rem;
    padding: 1rem 1.15rem;
    color: #000000;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.beta-staging-modal-title[b-6x0hviysfn] {
    margin: 0 0 0.65rem 0;
    font-weight: 800;
}

.beta-staging-modal-body[b-6x0hviysfn] {
    line-height: 1.45;
}

.beta-staging-modal-actions[b-6x0hviysfn] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.9rem;
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
/* CSS for Index component */
.ManageUserIndex-page[b-tc6suwq217] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 7rem);
    min-height: 600px;
    padding: 24px 28px 32px 28px;
}
/* /Components/Account/Pages/RegistrationWizard.razor.rz.scp.css */
/* CSS for RegistrationWizard component */
.email-confirmation-backdrop[b-xr5atmvtfv] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.35);
}

.email-confirmation-modal[b-xr5atmvtfv] {
    width: min(760px, calc(100vw - 2rem));
    padding: 20px;
    background: #ffda55;
    border: 2px solid #000;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    color: #000;
}

.email-confirmation-title[b-xr5atmvtfv] {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2;
}

.email-confirmation-message[b-xr5atmvtfv] {
    font-size: 1.05rem;
    line-height: 1.5;
}

@media (max-width: 600px) {

    .email-confirmation-backdrop[b-xr5atmvtfv] {
        padding: 0.75rem;
    }

    .email-confirmation-modal[b-xr5atmvtfv] {
        width: 100%;
        padding: 18px;
    }

    .email-confirmation-title[b-xr5atmvtfv] {
        font-size: 1.3rem;
    }

    .email-confirmation-message[b-xr5atmvtfv] {
        font-size: 1rem;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
/* CSS for ManageLayout component */
.ManageLayout-page[b-9f1w2ubpb6] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 7rem);
    min-height: 600px;
    padding: 24px 28px 32px 28px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   MaverickMail
   Main Application Layout
   ========================================================= */


/* ---------------------------------------------------------
   Entire application shell
   --------------------------------------------------------- */

.page[b-0x5db2wzvl] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Main application content area
   --------------------------------------------------------- */

main[b-0x5db2wzvl],
.main-content[b-0x5db2wzvl] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Sidebar
   --------------------------------------------------------- */

.sidebar[b-0x5db2wzvl] {
    flex: 0 0 auto;
    min-width: 0;
    background-image: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    overflow: hidden;
}


/* ---------------------------------------------------------
   Top row
   --------------------------------------------------------- */

.top-row[b-0x5db2wzvl] {
    flex: 0 0 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    background-color: rgb(5, 39, 103);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    overflow: visible;
    box-sizing: border-box;
}

.top-row-brand[b-0x5db2wzvl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 0 1 auto;
}

.top-row-tools[b-0x5db2wzvl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.top-row-brand[b-0x5db2wzvl]  .background-tray-host {
    width: clamp(220px, 22vw, 320px);
}

.top-row-bug-report-btn[b-0x5db2wzvl] {
    white-space: nowrap;
    background-color: #ffd84d;
    border: 1px solid #000000;
    color: #000000;
}

.top-row-bug-report-btn:hover[b-0x5db2wzvl],
.top-row-bug-report-btn:focus[b-0x5db2wzvl] {
    background-color: #ffcf2f;
    border-color: #000000;
    color: #000000;
}

.app-title[b-0x5db2wzvl] {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.top-row-actions[b-0x5db2wzvl] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    min-width: 0;
}

.top-row-user-link[b-0x5db2wzvl],
.top-row-action-link[b-0x5db2wzvl] {
    color: #f1f3f5;
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-0x5db2wzvl]  .btn-link {
    color: #f1f3f5;
}

.top-row-user-link[b-0x5db2wzvl] {
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row-logout-form[b-0x5db2wzvl] {
    margin: 0;
}

.top-row-action-link[b-0x5db2wzvl] {
    padding: 0;
}

.top-row[b-0x5db2wzvl]  a:hover,
.top-row[b-0x5db2wzvl]  .btn-link:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------------
   Razor page host

   This is critical.

   min-width: 0 prevents child pages from forcing the main
   layout wider than the available browser width.
   --------------------------------------------------------- */

.content[b-0x5db2wzvl] {
    flex: 1 1 0;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Mobile layout
   --------------------------------------------------------- */

@media (max-width: 640.98px) {

    .page[b-0x5db2wzvl] {
        flex-direction: column;
    }

    .sidebar[b-0x5db2wzvl] {
        width: 100%;
        max-width: 100%;
    }

    .top-row[b-0x5db2wzvl] {
        min-height: auto;
        height: auto;
        padding: 0.6rem 0.9rem !important;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .top-row-brand[b-0x5db2wzvl] {
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .top-row-tools[b-0x5db2wzvl] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .top-row-brand[b-0x5db2wzvl]  .background-tray-host {
        width: min(100%, 420px);
    }

    .app-title[b-0x5db2wzvl] {
        white-space: normal;
        line-height: 1.25;
    }

    .top-row-actions[b-0x5db2wzvl] {
        width: 100%;
        justify-content: flex-start;
        gap: 0.65rem;
        flex-wrap: wrap;
    }

    main[b-0x5db2wzvl],
    .main-content[b-0x5db2wzvl] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
}

/* ---------------------------------------------------------
   Tablet / small desktop
   --------------------------------------------------------- */

@media (min-width: 641px) and (max-width: 1199.98px) {
    .page[b-0x5db2wzvl] {
        flex-direction: row;
    }

    .sidebar[b-0x5db2wzvl] {
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    main[b-0x5db2wzvl],
    .main-content[b-0x5db2wzvl] {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        min-width: 0;
        height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }

    .top-row[b-0x5db2wzvl] {
        position: relative;
        top: 0;
        z-index: 1;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* ---------------------------------------------------------
   Desktop layout
   --------------------------------------------------------- */

@media (min-width: 1200px) {

    .page[b-0x5db2wzvl] {
        flex-direction: row;
    }

    .sidebar[b-0x5db2wzvl] {
        flex: 0 0 250px;
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    main[b-0x5db2wzvl],
    .main-content[b-0x5db2wzvl] {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        min-width: 0;
        height: 100vh;
        max-height: 100vh;
        overflow: hidden;
    }

    .top-row[b-0x5db2wzvl] {
        position: relative;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.app-title[b-0x5db2wzvl] {
    flex: 0 1 auto;
}

.top-row-actions[b-0x5db2wzvl] {
    flex: 1 1 auto;
}

article.content[b-0x5db2wzvl] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ---------------------------------------------------------
   Blazor error UI
   --------------------------------------------------------- */

#blazor-error-ui[b-0x5db2wzvl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


    #blazor-error-ui .dismiss[b-0x5db2wzvl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9jhn8rwl0w] {
    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-9jhn8rwl0w] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.bi[b-9jhn8rwl0w] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9jhn8rwl0w] {
    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-9jhn8rwl0w] {
    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-9jhn8rwl0w] {
    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");
}

.bi-lock-nav-menu[b-9jhn8rwl0w] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}
/* Email */
.bi-envelope-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586 6.761 8.83Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
}

/* Calendar */
.bi-calendar-event-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5zM11 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

/* People */
.bi-people-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M5.5 7a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm5-1a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM0 13c0-2 2-4 5.5-4S11 11 11 13c0 1-1 1-1 1H1s-1 0-1-1Zm11.5-5c2.7 0 4.5 1.5 4.5 3.5 0 .8-.7 1.5-1.5 1.5H12c0-1.8-.8-3.4-2.2-4.4.5-.4 1.1-.6 1.7-.6Z'/%3E%3C/svg%3E");
}

/* Tasks */
.bi-check-square-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-2H2Zm10.03 4.97a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L6.5 9.44l4.47-4.47a.75.75 0 0 1 1.06 0Z'/%3E%3C/svg%3E");
}

/* Administration */
.bi-gear-fill-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1c.895.264 1.318 1.285.872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34ZM8 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
}

/* SPAM Detection */
.bi-shield-exclamation-nav-menu[b-9jhn8rwl0w] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.562C6.157.198 7.31 0 8 0s1.843.198 2.928.562C12.02.93 13.024 1.35 13.789 1.75c.39.204.711.43.926.66.2.214.285.42.285.59v3.377c0 5.386-3.594 7.954-6.16 9.1a1.81 1.81 0 0 1-1.68 0C4.594 14.33 1 11.763 1 6.377V3c0-.17.084-.376.285-.59.215-.23.536-.456.926-.66C2.976 1.35 3.98.93 5.072.562ZM8 1c-.558 0-1.535.17-2.61.53-.518.174-1.08.399-1.62.681-.271.142-.51.297-.68.478A.505.505 0 0 0 3 3v3.377c0 4.96 3.32 7.247 5.568 8.252a.81.81 0 0 0 .864 0C11.68 13.624 15 11.336 15 6.377V3a.505.505 0 0 0-.09-.311c-.17-.181-.409-.336-.68-.478a12.06 12.06 0 0 0-1.62-.68C11.535 1.17 10.558 1 10 1H8Z'/%3E%3Cpath d='M7.001 4a1 1 0 1 1 2 0l-.35 4.507a.65.65 0 0 1-1.3 0L7 4.001Zm.999 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z'/%3E%3C/svg%3E");
}

.nav-item[b-9jhn8rwl0w] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9jhn8rwl0w] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9jhn8rwl0w] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9jhn8rwl0w]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 6px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
        line-height: 1.2rem;
        width: 100%;
        padding: 0.55rem 0.75rem;
    }

    .nav-item[b-9jhn8rwl0w]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-9jhn8rwl0w]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-item-spam[b-9jhn8rwl0w]  .nav-link.nav-link-spam {
    min-height: 3.35rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(220, 53, 69, 0.16);
    justify-content: space-between;
}

    .nav-item-spam[b-9jhn8rwl0w]  .nav-link.nav-link-spam:hover {
        background: rgba(220, 53, 69, 0.24);
    }

.nav-item-spam[b-9jhn8rwl0w]  a.active.nav-link-spam {
    background: rgba(220, 53, 69, 0.36);
    border-color: rgba(255, 255, 255, 0.35);
}

.nav-link-text[b-9jhn8rwl0w] {
    display: block;
    font-weight: 600;
    white-space: normal;
    overflow-wrap: anywhere;
}

.nav-spam-new-count-badge[b-9jhn8rwl0w] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    min-height: 1.5rem;
    margin-left: 0.5rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: #ffc107;
    color: #3d2c00;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.nav-spam-new-label[b-9jhn8rwl0w] {
    position: absolute;
    top: -0.5rem;
    right: -0.2rem;
    padding: 0.05rem 0.3rem;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 0.55rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.nav-spam-new-count-value[b-9jhn8rwl0w] {
    display: inline-block;
}

.nav-scrollable[b-9jhn8rwl0w] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9jhn8rwl0w] {
    display: block;
}

.nav-calendar-section[b-9jhn8rwl0w] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-calendar-card[b-9jhn8rwl0w] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
}

.nav-calendar-header[b-9jhn8rwl0w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.nav-calendar-title[b-9jhn8rwl0w] {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
}

.nav-calendar-period-select-wrap[b-9jhn8rwl0w] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-calendar-period-label[b-9jhn8rwl0w] {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.nav-calendar-period-select[b-9jhn8rwl0w] {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #f8f9fa;
}

    .nav-calendar-period-select:focus[b-9jhn8rwl0w] {
        border-color: rgba(255, 255, 255, 0.45);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
    }

    .nav-calendar-period-select option[b-9jhn8rwl0w] {
        color: #212529;
    }

.nav-calendar-table[b-9jhn8rwl0w] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

    .nav-calendar-table tbody tr[b-9jhn8rwl0w] {
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }

        .nav-calendar-table tbody tr:first-child[b-9jhn8rwl0w] {
            border-top: 0;
        }

    .nav-calendar-table tbody td[b-9jhn8rwl0w] {
        padding: 0.28rem 0.3rem;
        border: 0;
        background: transparent;
        color: #f1f3f5;
        vertical-align: top;
    }

        .nav-calendar-table tbody td:first-child[b-9jhn8rwl0w] {
            white-space: nowrap;
        }

    .nav-calendar-table tbody tr:hover td[b-9jhn8rwl0w] {
        background: rgba(255, 255, 255, 0.08);
    }

.nav-calendar-table-when[b-9jhn8rwl0w] {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.78);
    white-space: nowrap;
}

.nav-calendar-table-what[b-9jhn8rwl0w] {
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.15rem;
    overflow-wrap: anywhere;
}

.nav-calendar-table-link[b-9jhn8rwl0w] {
    color: #f1f3f5;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

    .nav-calendar-table-link:hover[b-9jhn8rwl0w] {
        color: white;
        text-decoration: none;
    }

.nav-tasks-section[b-9jhn8rwl0w] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-tasks-card[b-9jhn8rwl0w] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
}

.nav-tasks-header[b-9jhn8rwl0w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.nav-tasks-title[b-9jhn8rwl0w] {
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
}

.nav-tasks-summary[b-9jhn8rwl0w] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nav-tasks-alert[b-9jhn8rwl0w] {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.nav-tasks-empty[b-9jhn8rwl0w] {
    padding: 0.75rem;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 0.65rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-align: center;
}

.nav-tasks-list[b-9jhn8rwl0w] {
    display: grid;
    gap: 0.5rem;
}

.nav-task-item[b-9jhn8rwl0w] {
    display: block;
    padding: 0.6rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    color: #f1f3f5;
    text-decoration: none;
}

    .nav-task-item:hover[b-9jhn8rwl0w] {
        background: rgba(255, 255, 255, 0.14);
        color: white;
        text-decoration: none;
    }

    .nav-task-item.completed[b-9jhn8rwl0w] {
        opacity: 0.7;
    }

    .nav-task-item.overdue[b-9jhn8rwl0w] {
        border-color: rgba(255, 193, 7, 0.7);
    }

.nav-task-item-title[b-9jhn8rwl0w] {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
}

.nav-task-item-meta[b-9jhn8rwl0w] {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
}

@media (max-width: 640.98px) {
    .nav-item[b-9jhn8rwl0w] {
        padding-bottom: 0.35rem;
    }

        .nav-item[b-9jhn8rwl0w]  .nav-link {
            min-height: 2.7rem;
            padding: 0.45rem 0.6rem;
            font-size: 0.84rem;
            gap: 0.5rem;
        }

    .nav-item-spam[b-9jhn8rwl0w]  .nav-link.nav-link-spam {
        min-height: 3rem;
    }

    .nav-spam-new-count-badge[b-9jhn8rwl0w] {
        min-width: 1.3rem;
        min-height: 1.3rem;
        font-size: 0.7rem;
        padding: 0.08rem 0.35rem;
    }

    .nav-spam-new-label[b-9jhn8rwl0w] {
        font-size: 0.5rem;
        top: -0.42rem;
        right: -0.15rem;
    }

    .nav-calendar-card[b-9jhn8rwl0w],
    .nav-tasks-card[b-9jhn8rwl0w] {
        padding: 0.7rem;
    }

    .nav-calendar-table-when[b-9jhn8rwl0w],
    .nav-calendar-table-what[b-9jhn8rwl0w],
    .nav-task-item-title[b-9jhn8rwl0w],
    .nav-task-item-meta[b-9jhn8rwl0w] {
        font-size: 0.74rem;
    }
}

@media (min-width: 641px) and (max-width: 1199.98px) {
    .nav-item[b-9jhn8rwl0w]  .nav-link {
        min-height: 2.75rem;
        padding: 0.5rem 0.65rem;
    }

    .nav-calendar-card[b-9jhn8rwl0w],
    .nav-tasks-card[b-9jhn8rwl0w] {
        padding: 0.75rem;
    }

    .nav-task-item[b-9jhn8rwl0w] {
        padding: 0.5rem 0.6rem;
    }
}

@media (min-width: 1200px) {
    .navbar-toggler[b-9jhn8rwl0w] {
        display: none;
    }

    .nav-scrollable[b-9jhn8rwl0w] {
        display: block;
        height: 100vh;
        overflow-y: auto;
    }
}

/* =========================================================
   RESPONSIVE NAVIGATION OVERRIDES
   ========================================================= */

@media (max-width: 767.98px) {
    .navbar-toggler[b-9jhn8rwl0w] {
        display: block;
        z-index: 1001;
    }

    .nav-scrollable[b-9jhn8rwl0w] {
        display: none;
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-9jhn8rwl0w] {
        display: block;
    }

    .nav[b-9jhn8rwl0w] {
        width: 100%;
        max-width: 100%;
        padding-top: 3.25rem;
    }

    .nav-item[b-9jhn8rwl0w] {
        width: 100%;
        max-width: 100%;
        padding-bottom: 0.25rem;
    }

        .nav-item[b-9jhn8rwl0w]  .nav-link {
            width: 100%;
            max-width: 100%;
            min-height: 44px;
            padding: 0.55rem 0.75rem;
            display: flex;
            align-items: center;
            font-size: 0.9rem;
        }

    .nav-calendar-section[b-9jhn8rwl0w],
    .nav-tasks-section[b-9jhn8rwl0w] {
        width: 100%;
        max-width: 100%;
    }

    .nav-calendar-card[b-9jhn8rwl0w],
    .nav-tasks-card[b-9jhn8rwl0w] {
        width: 100%;
        max-width: 100%;
        padding: 0.65rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2ch1g5h85l],
.components-reconnect-repeated-attempt-visible[b-2ch1g5h85l],
.components-reconnect-failed-visible[b-2ch1g5h85l],
.components-pause-visible[b-2ch1g5h85l],
.components-resume-failed-visible[b-2ch1g5h85l],
.components-rejoining-animation[b-2ch1g5h85l] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-retrying[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-failed[b-2ch1g5h85l],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2ch1g5h85l] {
    display: block;
}


#components-reconnect-modal[b-2ch1g5h85l] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2ch1g5h85l 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2ch1g5h85l 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2ch1g5h85l 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2ch1g5h85l]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2ch1g5h85l 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2ch1g5h85l {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2ch1g5h85l {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2ch1g5h85l {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2ch1g5h85l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2ch1g5h85l] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2ch1g5h85l] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2ch1g5h85l] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2ch1g5h85l] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2ch1g5h85l] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2ch1g5h85l] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2ch1g5h85l 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2ch1g5h85l] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2ch1g5h85l {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-4rm8f82h1h] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 2rem;
    box-sizing: border-box;
}

.about-card[b-4rm8f82h1h] {
    width: min(100%, 760px);
    padding: 2rem;
    border: 1px solid #dbe4f0;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 2rem rgba(13, 110, 253, 0.08);
}

.about-card h1[b-4rm8f82h1h] {
    margin-bottom: 1rem;
    color: #0d6efd;
}

.about-card p[b-4rm8f82h1h] {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.about-version-grid[b-4rm8f82h1h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.about-version-item[b-4rm8f82h1h] {
    border: 1px solid #dbe4f0;
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
    background: #f8fbff;
}

.about-version-label[b-4rm8f82h1h] {
    font-size: 0.8rem;
    color: #5a6b82;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-version-value[b-4rm8f82h1h] {
    font-weight: 600;
    color: #1f2d3d;
    cursor: pointer;
    list-style: none;
}

.about-version-value[b-4rm8f82h1h]::-webkit-details-marker {
    display: none;
}

.about-release-notes[b-4rm8f82h1h] {
    margin-top: 0.3rem;
}

.about-release-list[b-4rm8f82h1h] {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
    color: #324a63;
}

.about-release-list li[b-4rm8f82h1h] {
    margin-bottom: 0.3rem;
}

.about-release-empty[b-4rm8f82h1h] {
    margin-top: 0.5rem;
    color: #6b7f95;
    font-size: 0.9rem;
}

.about-actions[b-4rm8f82h1h] {
    margin-top: 1.5rem;
}

@media (max-width: 640.98px) {
    .about-page[b-4rm8f82h1h] {
        padding: 1rem;
    }

    .about-card[b-4rm8f82h1h] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Administration/Administration.razor.rz.scp.css */
/* CSS for Administration component */
.administration-page[b-l6etjbjr8g] {
    padding: 24px 28px 32px 28px;
}
/* /Components/Pages/Administration/ApiExplorer.razor.rz.scp.css */
.endpoint-list[b-9o03o7dr2s] {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
}

    .endpoint-list[b-9o03o7dr2s]  .accordion-item {
        border-left: 0;
        border-right: 0;
    }

        .endpoint-list[b-9o03o7dr2s]  .accordion-item:first-of-type {
            border-top: 0;
        }

        .endpoint-list[b-9o03o7dr2s]  .accordion-item:last-of-type {
            border-bottom: 0;
        }

    .endpoint-list[b-9o03o7dr2s]  .list-group-item code {
        word-break: break-all;
    }
/* /Components/Pages/Administration/Groups.razor.rz.scp.css */
/* CSS for Groups component */
.admin-groups-page[b-a1rx7zdabu] {
    width: 100%;
    padding: 24px 28px 32px 28px;
}

.group-search[b-a1rx7zdabu] {
    width: 300px;
    max-width: 100%;
}

.admin-groups-page table th[b-a1rx7zdabu] {
    white-space: nowrap;
}

.admin-groups-page table td[b-a1rx7zdabu] {
    vertical-align: middle;
}

.admin-groups-page code[b-a1rx7zdabu] {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .group-search[b-a1rx7zdabu] {
        width: 100%;
    }
}
/* /Components/Pages/Administration/Synchronization.razor.rz.scp.css */
/* CSS for Synchronization component */
.administration-page[b-coxsfx4vlr] {
    padding: 24px 28px 32px 28px;
}
/* /Components/Pages/Administration/Users.razor.rz.scp.css */
/* CSS for Users component */
.admin-users-page[b-c0sjuk038g] {
    width: 100%;
    padding: 24px 28px 32px 28px;
}

.user-search[b-c0sjuk038g] {
    width: 300px;
    max-width: 100%;
}

.admin-users-page table th[b-c0sjuk038g] {
    white-space: nowrap;
}

.admin-users-page table td[b-c0sjuk038g] {
    vertical-align: middle;
}

.admin-users-page code[b-c0sjuk038g] {
    white-space: nowrap;
}

.admin-user-actions[b-c0sjuk038g] {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .user-search[b-c0sjuk038g] {
        width: 100%;
    }

    .admin-user-actions[b-c0sjuk038g] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
/* CSS for Calendar component */
.calendar-page[b-5ymx4r8mco] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 1rem 1.1rem 1.25rem 1.1rem;
    overflow: hidden;
}

.calendar-toolbar[b-5ymx4r8mco] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.calendar-toolbar-left[b-5ymx4r8mco] {
    display: flex;
    gap: 0.5rem;
}

.calendar-toolbar-right[b-5ymx4r8mco] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
}

.calendar-title[b-5ymx4r8mco] {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.calendar-loading[b-5ymx4r8mco] {
    padding: 2rem;
    text-align: center;
}

.calendar-content[b-5ymx4r8mco] {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1rem;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.calendar-period-events[b-5ymx4r8mco] {
    border: 1px solid #d7d7d7;
    border-radius: 0.5rem;
    background: var(--bs-body-bg);
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.calendar-period-events-header[b-5ymx4r8mco] {
    padding: 0.75rem;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 600;
}

.calendar-period-events-empty[b-5ymx4r8mco] {
    padding: 0.75rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.calendar-period-events-list[b-5ymx4r8mco] {
    overflow-y: auto;
    min-height: 0;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.calendar-period-event-item[b-5ymx4r8mco] {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0.4rem;
    background: var(--bs-body-bg);
    text-align: left;
    padding: 0.45rem 0.55rem;
}

.calendar-period-event-title[b-5ymx4r8mco] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
}

.calendar-period-event-time[b-5ymx4r8mco] {
    font-size: 0.78rem;
    color: var(--bs-secondary-color);
}

.calendar-grid[b-5ymx4r8mco] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-rows: auto repeat(6, minmax(100px, 1fr));
    flex: 1;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    overflow: auto;
}

.calendar-day-header[b-5ymx4r8mco] {
    padding: 0.5rem;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.calendar-day[b-5ymx4r8mco] {
    min-width: 0;
    padding: 0.35rem;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}

.calendar-day-outside[b-5ymx4r8mco] {
    opacity: 0.45;
}

.calendar-day-today .calendar-day-number[b-5ymx4r8mco] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-weight: 700;
    background: var(--bs-primary);
    color: white;
}

.calendar-day-number[b-5ymx4r8mco] {
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.calendar-events[b-5ymx4r8mco] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    overflow: hidden;
}

.calendar-event[b-5ymx4r8mco] {
    display: flex;
    gap: 0.35rem;
    width: 100%;
    min-width: 0;
    padding: 0.2rem 0.35rem;
    border: 0;
    border-radius: 0.25rem;
    text-align: left;
    font-size: 0.8rem;
    overflow: hidden;
}

.calendar-event-time[b-5ymx4r8mco] {
    flex: 0 0 auto;
    font-weight: 600;
}

.calendar-event-title[b-5ymx4r8mco] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .calendar-content[b-5ymx4r8mco] {
        grid-template-columns: 260px minmax(0, 1fr);
    }
}

@media (max-width: 992px) {
    .calendar-page[b-5ymx4r8mco] {
        padding: 0.8rem;
    }

    .calendar-toolbar[b-5ymx4r8mco] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .calendar-title[b-5ymx4r8mco] {
        text-align: left;
        font-size: 1.25rem;
    }

    .calendar-toolbar-right[b-5ymx4r8mco] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .calendar-content[b-5ymx4r8mco] {
        grid-template-columns: 1fr;
    }

    .calendar-period-events[b-5ymx4r8mco] {
        max-height: 240px;
    }
}

@media (max-width: 767.98px) {
    .calendar-grid[b-5ymx4r8mco] {
        grid-template-columns: repeat(7, minmax(92px, 1fr));
        grid-template-rows: auto repeat(6, minmax(84px, 1fr));
    }

    .calendar-day-header[b-5ymx4r8mco] {
        font-size: 0.82rem;
        padding: 0.35rem;
    }

    .calendar-day[b-5ymx4r8mco] {
        padding: 0.25rem;
    }

    .calendar-event[b-5ymx4r8mco] {
        font-size: 0.72rem;
    }
}
/* /Components/Pages/Contacts/ContactEditor.razor.rz.scp.css */
/* CSS for ContactEditor component */
.contact-editor[b-cpfiv2wxpw] {
    min-height: 100%;
    padding: 18px;
}

.contact-editor-header[b-cpfiv2wxpw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 30px 20px;
    border-bottom: 1px solid var(--bs-border-color);
}

    .contact-editor-header h2[b-cpfiv2wxpw] {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 600;
    }

.contact-editor-subtitle[b-cpfiv2wxpw] {
    margin-top: 4px;
    color: var(--bs-secondary-color);
}

.contact-editor-actions[b-cpfiv2wxpw] {
    display: flex;
    gap: 8px;
}

.contact-editor-body[b-cpfiv2wxpw] {
    max-width: 1000px;
    padding: 4px 30px 40px;
}

.contact-editor > .alert[b-cpfiv2wxpw] {
    margin: 18px 30px 0;
}

.editor-section[b-cpfiv2wxpw] {
    padding: 22px 0;
    border-bottom: 1px solid var(--bs-border-color);
}

    .editor-section:last-child[b-cpfiv2wxpw] {
        border-bottom: 0;
    }

    .editor-section h3[b-cpfiv2wxpw] {
        margin: 0 0 15px;
        color: var(--bs-secondary-color);
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

.editor-section-title-row[b-cpfiv2wxpw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

    .editor-section-title-row h3[b-cpfiv2wxpw] {
        margin: 0;
    }

.editor-grid[b-cpfiv2wxpw] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

    .editor-grid:last-child[b-cpfiv2wxpw] {
        margin-bottom: 0;
    }

.editor-grid-2[b-cpfiv2wxpw] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editor-grid-3[b-cpfiv2wxpw] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editor-repeat-row[b-cpfiv2wxpw] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 12px;
}

    .editor-repeat-row:last-child[b-cpfiv2wxpw] {
        margin-bottom: 0;
    }

.editor-email-row > :first-child[b-cpfiv2wxpw],
.editor-phone-row > :first-child[b-cpfiv2wxpw] {
    flex: 0 0 125px;
}

.editor-grow[b-cpfiv2wxpw] {
    flex: 1 1 auto;
    min-width: 0;
}

.editor-primary[b-cpfiv2wxpw] {
    flex: 0 0 70px;
}

    .editor-primary .form-check[b-cpfiv2wxpw] {
        display: flex;
        justify-content: center;
        min-height: 38px;
        align-items: center;
    }

.editor-remove[b-cpfiv2wxpw] {
    flex: 0 0 auto;
    padding-bottom: 1px;
}

.editor-empty[b-cpfiv2wxpw] {
    padding: 14px;
    border: 1px dashed var(--bs-border-color);
    border-radius: 6px;
    color: var(--bs-secondary-color);
    text-align: center;
}

.address-card[b-cpfiv2wxpw] {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: var(--bs-tertiary-bg);
}

    .address-card:last-child[b-cpfiv2wxpw] {
        margin-bottom: 0;
    }

.address-card-header[b-cpfiv2wxpw] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

    .address-card-header > div[b-cpfiv2wxpw] {
        width: 160px;
    }

.editor-favorite[b-cpfiv2wxpw] {
    display: flex;
    flex-direction: column;
}

    .editor-favorite .form-check[b-cpfiv2wxpw] {
        min-height: 38px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.contact-notes-editor[b-cpfiv2wxpw] {
    min-height: 130px;
    resize: vertical;
}

@media (max-width: 800px) {
    .contact-editor-header[b-cpfiv2wxpw] {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-editor-body[b-cpfiv2wxpw] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-editor > .alert[b-cpfiv2wxpw] {
        margin-left: 20px;
        margin-right: 20px;
    }

    .editor-grid-2[b-cpfiv2wxpw],
    .editor-grid-3[b-cpfiv2wxpw] {
        grid-template-columns: 1fr;
    }

    .editor-repeat-row[b-cpfiv2wxpw] {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        align-items: end;
    }

    .editor-primary[b-cpfiv2wxpw],
    .editor-remove[b-cpfiv2wxpw] {
        flex: none;
    }
}

@media (max-width: 520px) {
    .contact-editor-header[b-cpfiv2wxpw],
    .contact-editor-body[b-cpfiv2wxpw] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .contact-editor > .alert[b-cpfiv2wxpw] {
        margin-left: 14px;
        margin-right: 14px;
    }

    .editor-repeat-row[b-cpfiv2wxpw] {
        grid-template-columns: 1fr;
    }

    .address-card-header[b-cpfiv2wxpw] {
        align-items: stretch;
        flex-direction: column;
    }

        .address-card-header > div[b-cpfiv2wxpw] {
            width: 100%;
        }
}
/* /Components/Pages/Contacts/Contacts.razor.rz.scp.css */
/* CSS for Contacts component */
.contacts-page[b-zojri1ntkh] {
    height: calc(100vh - 70px);
    min-height: 620px;
    padding: 18px;
    overflow: hidden;
}
.contact-delete-confirmation[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 18px 30px 0;
    padding: 16px 18px;
    border: 1px solid var(--bs-danger-border-subtle);
    border-radius: 8px;
    background: var(--bs-danger-bg-subtle);
}

.contact-delete-message[b-zojri1ntkh] {
    min-width: 0;
}

    .contact-delete-message strong[b-zojri1ntkh] {
        display: block;
        margin-bottom: 3px;
        color: var(--bs-danger-text-emphasis);
    }

    .contact-delete-message > div[b-zojri1ntkh] {
        color: var(--bs-secondary-color);
        font-size: .9rem;
    }

.contact-delete-actions[b-zojri1ntkh] {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.contact-delete-error[b-zojri1ntkh] {
    margin: 18px 30px 0;
}

.contact-favorite-button[b-zojri1ntkh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--bs-secondary-color);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

    .contact-favorite-button:hover:not(:disabled)[b-zojri1ntkh] {
        background: var(--bs-tertiary-bg);
        color: #d99b00;
    }

    .contact-favorite-button.active[b-zojri1ntkh] {
        color: #d99b00;
    }

    .contact-favorite-button:disabled[b-zojri1ntkh] {
        cursor: default;
        opacity: .65;
    }

@media (max-width: 700px) {
    .contact-delete-confirmation[b-zojri1ntkh] {
        align-items: stretch;
        flex-direction: column;
        margin-left: 18px;
        margin-right: 18px;
    }

    .contact-delete-actions[b-zojri1ntkh] {
        justify-content: flex-end;
    }

    .contact-delete-error[b-zojri1ntkh] {
        margin-left: 18px;
        margin-right: 18px;
    }
}
.contacts-shell[b-zojri1ntkh] {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
    overflow: hidden;
}

.contacts-list-pane[b-zojri1ntkh] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    border-right: 1px solid var(--bs-border-color);
}

.contacts-toolbar[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px 12px;
}

    .contacts-toolbar h1[b-zojri1ntkh] {
        margin: 0;
        font-size: 1.35rem;
        font-weight: 600;
    }

.contacts-count[b-zojri1ntkh] {
    margin-top: 2px;
    color: var(--bs-secondary-color);
    font-size: .82rem;
}

.contacts-search[b-zojri1ntkh] {
    padding: 0 18px 12px;
}

.contacts-filter-bar[b-zojri1ntkh] {
    display: flex;
    gap: 6px;
    padding: 0 18px 12px;
    border-bottom: 1px solid var(--bs-border-color);
}

.contacts-filter-button[b-zojri1ntkh] {
    border: 0;
    border-radius: 6px;
    background: transparent;
    padding: 6px 10px;
    color: var(--bs-secondary-color);
    font-size: .88rem;
}

    .contacts-filter-button:hover[b-zojri1ntkh] {
        background: var(--bs-tertiary-bg);
    }

    .contacts-filter-button.active[b-zojri1ntkh] {
        background: var(--bs-tertiary-bg);
        color: var(--bs-body-color);
        font-weight: 600;
    }

.contacts-state[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    padding: 32px;
    color: var(--bs-secondary-color);
    text-align: center;
}

.contacts-state-error[b-zojri1ntkh] {
    color: var(--bs-danger);
}

.contacts-list-layout[b-zojri1ntkh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 30px;
    flex: 1;
    min-height: 0;
}

.contacts-list[b-zojri1ntkh] {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.contact-group[b-zojri1ntkh] {
    scroll-margin-top: 4px;
}

.contact-group-header[b-zojri1ntkh] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 5px 14px;
    background: var(--bs-tertiary-bg);
    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    color: var(--bs-secondary-color);
    font-size: .78rem;
    font-weight: 700;
}

.contact-row[b-zojri1ntkh] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 0;
    border-bottom: 1px solid var(--bs-border-color);
    background: transparent;
    padding: 11px 12px;
    color: inherit;
    text-align: left;
}

    .contact-row:hover[b-zojri1ntkh] {
        background: var(--bs-tertiary-bg);
    }

    .contact-row.selected[b-zojri1ntkh] {
        background: var(--bs-primary-bg-subtle);
    }

.contact-avatar[b-zojri1ntkh],
.contact-detail-avatar[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
    font-weight: 700;
    text-transform: uppercase;
}

.contact-avatar[b-zojri1ntkh] {
    width: 38px;
    height: 38px;
    font-size: .82rem;
}

.contact-list-content[b-zojri1ntkh] {
    min-width: 0;
    flex: 1;
}

.contact-list-name-row[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-name[b-zojri1ntkh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.contact-favorite[b-zojri1ntkh],
.contact-detail-favorite[b-zojri1ntkh] {
    color: #d99b00;
}

.contact-secondary[b-zojri1ntkh],
.contact-tertiary[b-zojri1ntkh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-secondary[b-zojri1ntkh] {
    margin-top: 1px;
    color: var(--bs-secondary-color);
    font-size: .86rem;
}

.contact-tertiary[b-zojri1ntkh] {
    margin-top: 1px;
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.alphabet-index[b-zojri1ntkh] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    border-left: 1px solid var(--bs-border-color);
    background: var(--bs-tertiary-bg);
    overflow: hidden;
}

.alphabet-button[b-zojri1ntkh] {
    flex: 1 1 auto;
    min-height: 16px;
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--bs-primary);
    font-size: .65rem;
    font-weight: 700;
    line-height: 1;
}

    .alphabet-button:hover:not(:disabled)[b-zojri1ntkh] {
        background: var(--bs-primary-bg-subtle);
    }

    .alphabet-button:disabled[b-zojri1ntkh] {
        color: var(--bs-secondary-color);
        opacity: .35;
    }

.contact-detail-pane[b-zojri1ntkh] {
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
}

.contact-detail-empty[b-zojri1ntkh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    padding: 32px;
    color: var(--bs-secondary-color);
    text-align: center;
}

.contact-detail-empty-icon[b-zojri1ntkh] {
    margin-bottom: 10px;
    font-size: 3rem;
    opacity: .6;
}

.contact-detail-empty h2[b-zojri1ntkh] {
    margin-bottom: 6px;
    color: var(--bs-body-color);
    font-size: 1.25rem;
}

.contact-detail-empty p[b-zojri1ntkh] {
    margin: 0;
}

.contact-detail[b-zojri1ntkh] {
    min-height: 100%;
}

.contact-detail-header[b-zojri1ntkh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 26px 30px 22px;
    border-bottom: 1px solid var(--bs-border-color);
}

.contact-detail-identity[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.contact-detail-avatar[b-zojri1ntkh] {
    width: 68px;
    height: 68px;
    font-size: 1.25rem;
}

.contact-detail-name-row[b-zojri1ntkh] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .contact-detail-name-row h2[b-zojri1ntkh] {
        margin: 0;
        font-size: 1.7rem;
        font-weight: 600;
    }

.contact-detail-subtitle[b-zojri1ntkh] {
    margin-top: 4px;
    color: var(--bs-secondary-color);
}

.contact-detail-actions[b-zojri1ntkh] {
    display: flex;
    gap: 8px;
}

.contact-detail-body[b-zojri1ntkh] {
    max-width: 900px;
    padding: 8px 30px 40px;
}

.contact-detail-section[b-zojri1ntkh] {
    padding: 20px 0;
    border-bottom: 1px solid var(--bs-border-color);
}

    .contact-detail-section:last-child[b-zojri1ntkh] {
        border-bottom: 0;
    }

    .contact-detail-section h3[b-zojri1ntkh] {
        margin: 0 0 14px;
        font-size: .85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: var(--bs-secondary-color);
    }

.contact-detail-item[b-zojri1ntkh] {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 13px;
}

    .contact-detail-item:last-child[b-zojri1ntkh] {
        margin-bottom: 0;
    }

.contact-detail-label[b-zojri1ntkh] {
    color: var(--bs-secondary-color);
    font-size: .86rem;
}

.contact-detail-value[b-zojri1ntkh] {
    min-width: 0;
}

    .contact-detail-value a[b-zojri1ntkh] {
        text-decoration: none;
    }

        .contact-detail-value a:hover[b-zojri1ntkh] {
            text-decoration: underline;
        }

.primary-badge[b-zojri1ntkh] {
    display: inline-block;
    margin-left: 4px;
    border-radius: 999px;
    padding: 1px 5px;
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
    font-size: .65rem;
}

.contact-address[b-zojri1ntkh] {
    line-height: 1.45;
}

.contact-notes[b-zojri1ntkh] {
    white-space: pre-wrap;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .contacts-page[b-zojri1ntkh] {
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 12px;
    }

    .contacts-shell[b-zojri1ntkh] {
        grid-template-columns: 1fr;
        height: auto;
    }

    .contacts-list-pane[b-zojri1ntkh] {
        min-height: 500px;
        border-right: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .contact-detail-pane[b-zojri1ntkh] {
        min-height: 500px;
    }

    .contact-detail-header[b-zojri1ntkh] {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .contacts-page[b-zojri1ntkh] {
        padding: 8px;
    }

    .contacts-toolbar[b-zojri1ntkh] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .contacts-search[b-zojri1ntkh],
    .contacts-filter-bar[b-zojri1ntkh] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .contact-detail-header[b-zojri1ntkh],
    .contact-detail-body[b-zojri1ntkh] {
        padding-left: 18px;
        padding-right: 18px;
    }

    .contact-detail-item[b-zojri1ntkh] {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-guest-shell[b-g0j46xbzeo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 100%;
    width: 100%;
    padding: clamp(1rem, 2vw, 2rem);
    box-sizing: border-box;
    background: radial-gradient(circle at top left, #eff6ff 0%, #ffffff 45%, #f8fafc 100%);
}

.home-guest-hero[b-g0j46xbzeo] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(1rem, 2vw, 2rem);
    align-items: stretch;
    padding: clamp(1rem, 2vw, 2rem);
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.home-guest-hero-content[b-g0j46xbzeo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.9rem;
}

.home-guest-kicker[b-g0j46xbzeo] {
    color: #0b3d91;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-guest-title[b-g0j46xbzeo] {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.5rem, 1.4vw + 1.1rem, 2.35rem);
    line-height: 1.2;
    font-weight: 750;
}

.home-guest-subtitle[b-g0j46xbzeo] {
    margin: 0;
    color: #334155;
    font-size: clamp(0.96rem, 0.4vw + 0.86rem, 1.1rem);
    line-height: 1.55;
    max-width: 65ch;
}

.home-guest-actions[b-g0j46xbzeo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.45rem;
}

.home-guest-action-primary[b-g0j46xbzeo],
.home-guest-action-secondary[b-g0j46xbzeo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.5rem;
    padding: 0.68rem 1.15rem;
    border-radius: 0.62rem;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.home-guest-action-primary[b-g0j46xbzeo] {
    color: white;
    background: #0d6efd;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3);
}

.home-guest-action-primary:hover[b-g0j46xbzeo] {
    color: white;
    background: #0b5ed7;
    transform: translateY(-1px);
}

.home-guest-action-secondary[b-g0j46xbzeo] {
    color: #0d6efd;
    background: #e8f0ff;
    border: 1px solid rgba(13, 110, 253, 0.26);
}

.home-guest-action-secondary:hover[b-g0j46xbzeo] {
    color: #0b5ed7;
    background: #dde9ff;
    transform: translateY(-1px);
}

.home-guest-hero-visual[b-g0j46xbzeo] {
    display: grid;
    gap: 0.85rem;
    align-content: center;
}

.home-guest-logo-panel[b-g0j46xbzeo] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
}

.home-guest-image[b-g0j46xbzeo] {
    display: block;
    width: min(100%, 520px);
    height: auto;
}


.home-guest-provider-grid[b-g0j46xbzeo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.provider-chip[b-g0j46xbzeo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(249, 115, 22, 0.45);
    background: #fff;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 600;
}

.home-guest-features[b-g0j46xbzeo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.feature-card[b-g0j46xbzeo] {
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.85rem;
    background: white;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.feature-card h2[b-g0j46xbzeo] {
    margin: 0 0 0.5rem 0;
    color: #0f172a;
    font-size: 1.04rem;
    font-weight: 700;
}

.feature-card p[b-g0j46xbzeo] {
    margin: 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .home-guest-hero[b-g0j46xbzeo] {
        grid-template-columns: 1fr;
    }

    .home-guest-provider-grid[b-g0j46xbzeo] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-guest-features[b-g0j46xbzeo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640.98px) {
    .home-guest-provider-grid[b-g0j46xbzeo] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-guest-action-primary[b-g0j46xbzeo],
    .home-guest-action-secondary[b-g0j46xbzeo] {
        width: 100%;
    }
}

/* /Components/Pages/Mail/Mail.razor.rz.scp.css */
/* =========================================================
   MaverickMail Mail Page

   Column 1 = 33%
   Column 2 = 30%
   Column 3 = 37%
   ========================================================= */
/* =========================================================
   PAGING
   ========================================================= */
.contact-delete-job-list[b-dgcy4aw5b9] {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.25rem;
    overscroll-behavior: contain;
}

.mail-pager[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.6rem 0.65rem;
    border-top: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    overflow: hidden;
    box-sizing: border-box;
}


    .mail-pager .btn[b-dgcy4aw5b9] {
        flex: 0 1 auto;
        min-width: 70px;
        max-width: 100%;
        padding: 0.35rem 0.6rem;
        font-size: 0.85rem;
        font-weight: 600;
        border-radius: 0.45rem;
        white-space: nowrap;
    }


.mail-pager-range[b-dgcy4aw5b9] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--bs-secondary-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


.mail-pager-page[b-dgcy4aw5b9] {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    padding: 0.25rem 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.mail-pager .btn:disabled[b-dgcy4aw5b9] {
    opacity: 0.45;
}

.mail-pager label[b-dgcy4aw5b9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 1 100%;
    justify-content: center;
    min-width: 0;
    margin: 0;
}

    .mail-pager label .small[b-dgcy4aw5b9] {
        white-space: nowrap;
    }

.mail-pager .form-select[b-dgcy4aw5b9] {
    width: auto;
    max-width: 88px;
    min-width: 64px;
}

@media (max-width: 1400px) {
    .mail-column-nav .mail-pager[b-dgcy4aw5b9],
    .mail-column-list .mail-pager[b-dgcy4aw5b9] {
        justify-content: flex-start;
        gap: 0.45rem;
    }

        .mail-column-nav .mail-pager .mail-pager-range[b-dgcy4aw5b9],
        .mail-column-list .mail-pager .mail-pager-range[b-dgcy4aw5b9] {
            order: 3;
            flex: 1 1 100%;
        }

        .mail-column-nav .mail-pager label[b-dgcy4aw5b9],
        .mail-column-list .mail-pager label[b-dgcy4aw5b9] {
            order: 4;
            flex: 1 1 100%;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .mail-column-nav .mail-pager .btn[b-dgcy4aw5b9],
        .mail-column-list .mail-pager .btn[b-dgcy4aw5b9] {
            min-width: 64px;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
}

/* ---------------------------------------------------------
   Page
   --------------------------------------------------------- */

.mail-page[b-dgcy4aw5b9] {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 0.5rem;
    overflow: hidden;
    box-sizing: border-box;
}

.message-body[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    overflow-x: auto;
    overflow-y: visible;
    box-sizing: border-box;
}


    .message-body img[b-dgcy4aw5b9] {
        max-width: 100%;
        height: auto;
    }


    .message-body table[b-dgcy4aw5b9] {
        max-width: 100%;
    }


.message-body-text[b-dgcy4aw5b9] {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

/* ---------------------------------------------------------
   Workspace
   --------------------------------------------------------- */

.mail-workspace[b-dgcy4aw5b9] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 33fr) minmax(0, 30fr) minmax(0, 37fr);
    grid-template-rows: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Columns
   --------------------------------------------------------- */

.mail-column[b-dgcy4aw5b9] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}


.mail-column-nav[b-dgcy4aw5b9] {
    grid-column: 1;
    grid-row: 1;
    border-right: 1px solid var(--bs-border-color);
}


.mail-column-list[b-dgcy4aw5b9] {
    grid-column: 2;
    grid-row: 1;
    border-right: 1px solid var(--bs-border-color);
}


.mail-column-detail[b-dgcy4aw5b9] {
    grid-column: 3;
    grid-row: 1;
}


/* ---------------------------------------------------------
   Main column header
   --------------------------------------------------------- */

.mail-header[b-dgcy4aw5b9] {
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 44px;
    min-height: 44px;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bs-body-bg);
    overflow: hidden;
    box-sizing: border-box;
}


.mail-header-title[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ---------------------------------------------------------
   Bulk action toolbar
   --------------------------------------------------------- */

.mail-toolbar-actions[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mail-default-sender-row[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem 0.45rem;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
}

    .mail-default-sender-row .form-select[b-dgcy4aw5b9] {
        width: 14rem;
        max-width: 100%;
    }

.mail-tree-account-shell[b-dgcy4aw5b9] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0;
}

.mail-tree-account-selection[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    border-right: 1px solid var(--bs-border-color);
}

.mail-tree-account-actions[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    padding-right: 0.5rem;
    border-left: 1px solid var(--bs-border-color);
}

.mail-bulk-toolbar[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 0.4rem 0.65rem;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    overflow: hidden;
    box-sizing: border-box;
}


.mail-select-all[b-dgcy4aw5b9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
}


    .mail-select-all .form-check-input[b-dgcy4aw5b9] {
        flex: 0 0 auto;
        margin: 0;
    }


.mail-bulk-toolbar .btn[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    white-space: nowrap;
}


.mail-folder-tree[b-dgcy4aw5b9] {
    padding: 0.25rem 0;
}

.mail-folder-tree-account[b-dgcy4aw5b9] {
    border-bottom: 1px solid var(--bs-border-color);
}

.mail-folder-tree-account-button[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 0;
    background: transparent;
    text-align: left;
    font-weight: 600;
}

    .mail-folder-tree-account-button:hover[b-dgcy4aw5b9] {
        background: var(--bs-tertiary-bg);
    }

.mail-folder-tree-toggle[b-dgcy4aw5b9] {
    width: 1rem;
    flex: 0 0 1rem;
    font-size: 0.75rem;
}

.mail-folder-tree-empty[b-dgcy4aw5b9] {
    padding: 0.5rem 0.75rem 0.75rem 2rem;
    color: var(--bs-secondary-color);
}

.mail-folder-tree-node[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    min-height: 2rem;
}

.mail-folder-tree-toggle-button[b-dgcy4aw5b9] {
    width: 1.5rem;
    flex: 0 0 1.5rem;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 0.7rem;
}

.mail-folder-tree-toggle-spacer[b-dgcy4aw5b9] {
    width: 1.5rem;
    flex: 0 0 1.5rem;
}

.mail-folder-tree-folder[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    padding: 0.4rem 0.5rem;
    border: 0;
    background: transparent;
    text-align: left;
}

    .mail-folder-tree-folder:hover[b-dgcy4aw5b9] {
        background: var(--bs-tertiary-bg);
    }

    .mail-folder-tree-folder.active[b-dgcy4aw5b9] {
        background: var(--bs-primary-bg-subtle);
        font-weight: 600;
    }

/* ---------------------------------------------------------
   Navigation selector
   --------------------------------------------------------- */

.mail-navigation-selector[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    box-sizing: border-box;
}


.mail-column-nav .btn-group[b-dgcy4aw5b9] {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}


    .mail-column-nav .btn-group > .btn[b-dgcy4aw5b9] {
        flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


/* ---------------------------------------------------------
   Search
   --------------------------------------------------------- */

.mail-search[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    box-sizing: border-box;
}


    .mail-search input[b-dgcy4aw5b9] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }


/* ---------------------------------------------------------
   Scroll areas
   --------------------------------------------------------- */

.mail-scroll[b-dgcy4aw5b9] {
    position: relative;
    flex: 1 1 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    box-sizing: border-box;
}


/* =========================================================
   COMMON SELECTABLE ROW
   ========================================================= */

.mail-list-item[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}


.mail-selectable-row[b-dgcy4aw5b9] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}


.mail-row-checkbox[b-dgcy4aw5b9] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 34px;
    padding-top: 0.8rem;
    overflow: hidden;
}


    .mail-row-checkbox .form-check-input[b-dgcy4aw5b9] {
        margin: 0;
        cursor: pointer;
    }


.mail-row-content-button[b-dgcy4aw5b9] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.65rem 0.75rem 0.65rem 0.25rem;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}


    .mail-row-content-button:hover[b-dgcy4aw5b9] {
        background-color: rgba( var(--bs-primary-rgb), 0.06);
    }


.mail-list-item.active[b-dgcy4aw5b9] {
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}


    .mail-list-item.active
    .mail-row-content-button:hover[b-dgcy4aw5b9] {
        background-color: rgba(255, 255, 255, 0.08);
    }


/* =========================================================
   COLUMN 1
   ========================================================= */

.mail-column-nav .list-group[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}


/* ---------------------------------------------------------
   Contacts
   --------------------------------------------------------- */

.mail-contact-row[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}


.mail-contact-name[b-dgcy4aw5b9] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mail-contact-row .badge[b-dgcy4aw5b9] {
    flex: 0 0 auto;
}


.mail-contact-email[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.15rem;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ---------------------------------------------------------
   Accounts
   --------------------------------------------------------- */

.mail-account-name[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mail-account-email[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.15rem;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ---------------------------------------------------------
   Folder groups
   --------------------------------------------------------- */

.mail-folder-account[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-bottom: 1px solid var(--bs-border-color);
    overflow: hidden;
}


.mail-folder-account-header[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    background-color: var(--bs-tertiary-bg);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}


.mail-folder-row[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}


.mail-folder-name[b-dgcy4aw5b9] {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mail-folder-row .badge[b-dgcy4aw5b9] {
    flex: 0 0 auto;
}


/* =========================================================
   COLUMN 2
   ========================================================= */

.mail-column-list .list-group[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}


.mail-message-selectable-row[b-dgcy4aw5b9] {
    align-items: stretch;
}


.mail-message-content-button[b-dgcy4aw5b9] {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}


/* ---------------------------------------------------------
   Subject / date

   Subject is intentionally allowed to grow vertically.
   --------------------------------------------------------- */

.mail-message-row[b-dgcy4aw5b9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.65rem;
    align-items: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}


.mail-message-subject-list[b-dgcy4aw5b9] {
    min-width: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.25rem;
}


.mail-message-date[b-dgcy4aw5b9] {
    white-space: nowrap;
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    line-height: 1.25rem;
}


/* ---------------------------------------------------------
   Preview
   --------------------------------------------------------- */

.mail-message-preview[b-dgcy4aw5b9] {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.2rem;
    color: var(--bs-secondary-color);
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}


/* =========================================================
   COLUMN 3
   ========================================================= */

.mail-message-detail[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1rem;
    overflow-x: hidden;
    box-sizing: border-box;
}


.mail-message-subject[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 1rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* ---------------------------------------------------------
   Message metadata
   --------------------------------------------------------- */

.mail-message-metadata[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    overflow: hidden;
    box-sizing: border-box;
}


.mail-metadata-row[b-dgcy4aw5b9] {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 0.35rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-bottom: 0.25rem;
    overflow: hidden;
}


    .mail-metadata-row > strong[b-dgcy4aw5b9] {
        white-space: nowrap;
    }


    .mail-metadata-row > span[b-dgcy4aw5b9] {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }


/* ---------------------------------------------------------
   Message body
   --------------------------------------------------------- */

.message-body[b-dgcy4aw5b9] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}


    .message-body *[b-dgcy4aw5b9] {
        max-width: 100%;
        box-sizing: border-box;
    }


    .message-body a[b-dgcy4aw5b9] {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-all;
    }


    .message-body pre[b-dgcy4aw5b9],
    .message-body code[b-dgcy4aw5b9] {
        max-width: 100%;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
        word-break: break-all;
    }


    .message-body img[b-dgcy4aw5b9] {
        display: block;
        max-width: 100%;
        height: auto;
    }


    .message-body table[b-dgcy4aw5b9] {
        width: 100%;
        max-width: 100%;
        table-layout: fixed;
    }


    .message-body td[b-dgcy4aw5b9],
    .message-body th[b-dgcy4aw5b9] {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }



/* =========================================================
   STATUS
   ========================================================= */

.mail-status[b-dgcy4aw5b9] {
    padding: 0.75rem;
    color: var(--bs-secondary-color);
}


.mail-status-small[b-dgcy4aw5b9] {
    padding: 0.75rem;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
}


.mail-status-large[b-dgcy4aw5b9] {
    padding: 1.5rem;
    color: var(--bs-secondary-color);
}


/* =========================================================
   ACTIVE ROW TEXT
   ========================================================= */

.mail-list-item.active
.mail-contact-email[b-dgcy4aw5b9],
.mail-list-item.active
.mail-account-email[b-dgcy4aw5b9],
.mail-list-item.active
.mail-message-preview[b-dgcy4aw5b9],
.mail-list-item.active
.mail-message-date[b-dgcy4aw5b9] {
    color: rgba( 255, 255, 255, 0.78) !important;
}


/* =========================================================
   DISABLED CONTROLS
   ========================================================= */

.mail-bulk-toolbar .btn:disabled[b-dgcy4aw5b9] {
    cursor: default;
    opacity: 0.45;
}


.mail-select-all:has(input:disabled)[b-dgcy4aw5b9] {
    cursor: default;
    opacity: 0.5;
}

.mail-bulk-left[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    overflow: hidden;
}

.mail-bulk-toolbar-column2[b-dgcy4aw5b9] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    overflow: visible;
}

.mail-column2-row-top[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

    .mail-column2-row-top .mail-bulk-left[b-dgcy4aw5b9] {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        gap: 0.35rem;
        min-width: 0;
        overflow: visible;
    }

    .mail-column2-row-top .mail-select-all[b-dgcy4aw5b9] {
        flex: 0 0 auto;
    }

    .mail-column2-row-top .mail-sort-group[b-dgcy4aw5b9] {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        flex-wrap: nowrap;
    }

    .mail-column2-row-top > .btn[b-dgcy4aw5b9] {
        flex: 0 0 auto;
        margin-left: auto;
    }

.mail-column2-row-bottom[b-dgcy4aw5b9] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .mail-column2-row-bottom .btn[b-dgcy4aw5b9] {
        flex: 0 0 auto;
    }

.mail-sort-button[b-dgcy4aw5b9] {
    flex: 0 0 auto;
    min-width: 38px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    white-space: nowrap;
}


/* =========================================================
   UNIVERSAL CONTAINMENT
   ========================================================= */

.mail-workspace[b-dgcy4aw5b9],
.mail-workspace *[b-dgcy4aw5b9],
.mail-workspace *[b-dgcy4aw5b9]::before,
.mail-workspace *[b-dgcy4aw5b9]::after {
    box-sizing: border-box;
}


/* =========================================================
   COLUMN 3 TOP ALIGNMENT
   Keep rendered HTML anchored to the top of the detail pane.
   ========================================================= */

.mail-column-detail .mail-scroll[b-dgcy4aw5b9] {
    display: block;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.mail-column-detail .mail-message-detail[b-dgcy4aw5b9] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1rem;
    align-self: flex-start;
    box-sizing: border-box;
}

.mail-column-detail .message-body[b-dgcy4aw5b9] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 1rem 0 0 0;
    vertical-align: top;
    overflow-x: hidden;
    box-sizing: border-box;
}

    .mail-column-detail .message-body > :first-child[b-dgcy4aw5b9] {
        margin-top: 0 !important;
    }

/* =========================================================
   RESPONSIVE LAYOUT
   ========================================================= */

/* ---------------------------------------------------------
   Tablet / small desktop
   --------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1199.98px) {
    .mail-page[b-dgcy4aw5b9] {
        padding: 0.35rem;
    }

    .mail-workspace[b-dgcy4aw5b9] {
        grid-template-columns: minmax(240px, 36fr) minmax(0, 64fr);
        grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    }

    .mail-column-nav[b-dgcy4aw5b9] {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .mail-column-list[b-dgcy4aw5b9] {
        grid-column: 2;
        grid-row: 1;
        border-right: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .mail-column-detail[b-dgcy4aw5b9] {
        grid-column: 2;
        grid-row: 2;
    }

    .mail-bulk-toolbar[b-dgcy4aw5b9],
    .mail-pager[b-dgcy4aw5b9] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* ---------------------------------------------------------
   Phone
   Keep all three functional areas usable without horizontal
   overflow. Each section uses the available width.
   --------------------------------------------------------- */

@media (max-width: 767.98px) {
    .mail-page[b-dgcy4aw5b9] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mail-workspace[b-dgcy4aw5b9] {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        min-height: 100%;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        overflow: visible;
    }

    .mail-column[b-dgcy4aw5b9] {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        min-height: 320px;
        overflow: visible;
    }

    .mail-column-nav[b-dgcy4aw5b9] {
        border-right: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .mail-column-list[b-dgcy4aw5b9] {
        border-right: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .mail-column-detail[b-dgcy4aw5b9] {
        border: 0;
    }

    .mail-header[b-dgcy4aw5b9] {
        flex: 0 0 40px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 40px;
        min-height: 40px;
        padding: 0.4rem 0.55rem;
    }

    .mail-navigation-selector[b-dgcy4aw5b9] {
        padding: 0.4rem;
    }

    .mail-column-nav .btn-group[b-dgcy4aw5b9] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

        .mail-column-nav .btn-group > .btn[b-dgcy4aw5b9] {
            flex: 1 1 30%;
            min-width: 90px;
            white-space: normal;
            line-height: 1.15;
        }

    .mail-bulk-toolbar[b-dgcy4aw5b9] {
        flex-wrap: wrap;
        align-items: center;
        gap: 0.4rem;
        padding: 0.4rem;
        overflow: visible;
    }

    .mail-bulk-left[b-dgcy4aw5b9] {
        flex: 1 1 100%;
        flex-wrap: wrap;
        overflow: visible;
    }

    .mail-column2-row-top[b-dgcy4aw5b9] {
        flex-wrap: wrap;
        align-items: flex-start;
    }

        .mail-column2-row-top > .btn[b-dgcy4aw5b9] {
            margin-left: 0;
        }

    .mail-column2-row-bottom[b-dgcy4aw5b9] {
        justify-content: flex-start;
    }

    .mail-select-all[b-dgcy4aw5b9] {
        flex-wrap: wrap;
        white-space: normal;
    }

    .mail-toolbar-actions[b-dgcy4aw5b9] {
        flex-wrap: wrap;
    }

    .mail-default-sender-row[b-dgcy4aw5b9] {
        flex-wrap: wrap;
        padding: 0.4rem;
    }

        .mail-default-sender-row .form-select[b-dgcy4aw5b9] {
            width: 100%;
        }

    .mail-search[b-dgcy4aw5b9] {
        padding: 0.4rem;
    }

    .mail-scroll[b-dgcy4aw5b9] {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 200px;
        max-height: 45dvh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mail-column-detail .mail-scroll[b-dgcy4aw5b9] {
        max-height: none;
        overflow-y: visible;
        overflow-x: hidden;
    }

    .mail-row-content-button[b-dgcy4aw5b9] {
        padding-right: 0.5rem;
    }

    .mail-message-detail[b-dgcy4aw5b9],
    .mail-column-detail .mail-message-detail[b-dgcy4aw5b9] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0.75rem;
    }

    .message-body[b-dgcy4aw5b9],
    .mail-column-detail .message-body[b-dgcy4aw5b9] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0.75rem 0 0;
        overflow-x: auto;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

        .message-body img[b-dgcy4aw5b9],
        .message-body video[b-dgcy4aw5b9],
        .message-body iframe[b-dgcy4aw5b9] {
            max-width: 100% !important;
            height: auto;
        }

        .message-body table[b-dgcy4aw5b9] {
            max-width: 100% !important;
        }

    .mail-pager[b-dgcy4aw5b9] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.45rem;
    }

        .mail-pager .btn[b-dgcy4aw5b9] {
            min-width: 60px;
            padding: 0.3rem 0.45rem;
            font-size: 0.8rem;
        }
}
/* /Components/Pages/Tasks/TaskTracker.razor.rz.scp.css */
.mail-task-panel[b-7u2s9wceqm] {
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
    overflow: hidden;
}

.mail-task-header[b-7u2s9wceqm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mail-task-title[b-7u2s9wceqm] {
    margin: 0;
}

.mail-task-subtitle[b-7u2s9wceqm] {
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.mail-task-header-actions[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mail-task-alert[b-7u2s9wceqm] {
    margin-bottom: 1rem;
}

.mail-task-summary-grid[b-7u2s9wceqm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.mail-task-summary-card[b-7u2s9wceqm] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-tertiary-bg);
}

    .mail-task-summary-card strong[b-7u2s9wceqm] {
        font-size: 1.25rem;
        line-height: 1;
    }

.mail-task-summary-label[b-7u2s9wceqm] {
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mail-task-content[b-7u2s9wceqm] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(340px, 1.05fr);
    gap: 1rem;
    align-items: start;
}

.mail-task-list-pane[b-7u2s9wceqm],
.mail-task-editor-pane[b-7u2s9wceqm] {
    min-width: 0;
}

.mail-task-composer[b-7u2s9wceqm] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-tertiary-bg);
}

.mail-task-composer-header[b-7u2s9wceqm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.mail-task-scheduler[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.mail-task-scheduler-label[b-7u2s9wceqm] {
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
    font-weight: 600;
}

.mail-task-composer-actions[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.mail-task-filters[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.mail-task-empty[b-7u2s9wceqm] {
    padding: 1rem;
    border: 1px dashed var(--bs-border-color);
    border-radius: 0.75rem;
    color: var(--bs-secondary-color);
    text-align: center;
}

.mail-task-groups[b-7u2s9wceqm] {
    display: grid;
    gap: 1rem;
}

.mail-task-group[b-7u2s9wceqm] {
    display: grid;
    gap: 0.75rem;
}

.mail-task-group-header[b-7u2s9wceqm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.mail-task-list[b-7u2s9wceqm] {
    display: grid;
    gap: 0.75rem;
}

.mail-task-card[b-7u2s9wceqm] {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
    cursor: pointer;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

    .mail-task-card:hover[b-7u2s9wceqm] {
        border-color: rgba(13, 110, 253, 0.45);
    }

    .mail-task-card.overdue[b-7u2s9wceqm] {
        border-color: rgba(220, 53, 69, 0.45);
        box-shadow: inset 0 0 0 1px rgba(220, 53, 69, 0.1);
    }

    .mail-task-card.selected[b-7u2s9wceqm] {
        border-color: rgba(13, 110, 253, 0.75);
        box-shadow: 0 0 0 0.14rem rgba(13, 110, 253, 0.18);
    }

    .mail-task-card.completed[b-7u2s9wceqm] {
        background: var(--bs-tertiary-bg);
    }

        .mail-task-card.completed .mail-task-card-topline h6[b-7u2s9wceqm] {
            text-decoration: line-through;
            color: var(--bs-secondary-color);
        }

.mail-task-card-main[b-7u2s9wceqm] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.mail-task-check[b-7u2s9wceqm] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.2rem;
}

.mail-task-card-content[b-7u2s9wceqm] {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
}

.mail-task-card-topline[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

    .mail-task-card-topline h6[b-7u2s9wceqm] {
        overflow-wrap: anywhere;
    }

.mail-task-badges[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.mail-task-badge[b-7u2s9wceqm] {
    font-weight: 600;
}

.mail-task-badge-priority-high[b-7u2s9wceqm] {
    background: rgba(220, 53, 69, 0.12);
    color: #b02a37;
}

.mail-task-badge-priority-normal[b-7u2s9wceqm] {
    background: rgba(13, 110, 253, 0.1);
    color: #0a58ca;
}

.mail-task-badge-priority-low[b-7u2s9wceqm] {
    background: rgba(25, 135, 84, 0.12);
    color: #146c43;
}

.mail-task-badge-overdue[b-7u2s9wceqm] {
    background: rgba(220, 53, 69, 0.14);
    color: #b02a37;
}

.mail-task-badge-today[b-7u2s9wceqm] {
    background: rgba(255, 193, 7, 0.18);
    color: #997404;
}

.mail-task-badge-upcoming[b-7u2s9wceqm] {
    background: rgba(13, 202, 240, 0.15);
    color: #087990;
}

.mail-task-badge-unscheduled[b-7u2s9wceqm] {
    background: rgba(108, 117, 125, 0.14);
    color: #495057;
}

.mail-task-badge-completed[b-7u2s9wceqm] {
    background: rgba(25, 135, 84, 0.14);
    color: #146c43;
}

.mail-task-category[b-7u2s9wceqm],
.mail-task-related[b-7u2s9wceqm] {
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
}

.mail-task-notes[b-7u2s9wceqm] {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.mail-task-card-actions[b-7u2s9wceqm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .mail-task-panel[b-7u2s9wceqm] {
        padding: 0.85rem;
    }

    .mail-task-summary-grid[b-7u2s9wceqm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .mail-task-content[b-7u2s9wceqm] {
        grid-template-columns: 1fr;
    }

    .mail-task-composer[b-7u2s9wceqm] {
        padding: 0.85rem;
    }

    .mail-task-card[b-7u2s9wceqm] {
        padding: 0.75rem 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .mail-task-header[b-7u2s9wceqm],
    .mail-task-composer-header[b-7u2s9wceqm],
    .mail-task-card-topline[b-7u2s9wceqm],
    .mail-task-group-header[b-7u2s9wceqm] {
        align-items: stretch;
        flex-direction: column;
    }

    .mail-task-summary-grid[b-7u2s9wceqm] {
        grid-template-columns: 1fr;
    }

    .mail-task-card-main[b-7u2s9wceqm] {
        grid-template-columns: 1fr;
    }

    .mail-task-check[b-7u2s9wceqm] {
        justify-content: flex-start;
        padding-top: 0;
    }

    .mail-task-card-actions[b-7u2s9wceqm] {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .mail-task-panel[b-7u2s9wceqm] {
        padding: 0.7rem;
    }

    .mail-task-composer-actions .btn[b-7u2s9wceqm],
    .mail-task-header-actions .btn[b-7u2s9wceqm] {
        flex: 1 1 100%;
    }
}
