/* /Components/Common/BisTimePicker.razor.rz.scp.css */
.bis-time-picker[b-cwvv6inpih] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bis-time-picker-preview[b-cwvv6inpih] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 2rem;
    margin-top: 0.1rem;
    padding: 0.3rem 0.75rem;
    border: 1px dashed var(--rz-border-color, #d1d5db);
    border-radius: var(--border-radius, 4px);
    background: var(--rz-base-100, #f8fafc);
}

.bis-time-picker-preview-set[b-cwvv6inpih] {
    background: var(--rz-base-background-color, #fff);
    border-style: solid;
    border-color: var(--rz-primary, #2563eb);
}

.bis-time-picker-preview-icon[b-cwvv6inpih] {
    font-size: 1.15rem;
    color: var(--rz-text-secondary-color, #64748b);
    flex-shrink: 0;
}

.bis-time-picker-preview-set .bis-time-picker-preview-icon[b-cwvv6inpih] {
    color: var(--rz-primary, #2563eb);
}

.bis-time-picker-preview-time[b-cwvv6inpih] {
    font-size: 1.35rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.06em;
    color: var(--rz-text-color, #0f172a);
    line-height: 1.2;
}

.bis-time-picker-preview-placeholder[b-cwvv6inpih] {
    font-size: 1.35rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.06em;
    color: var(--rz-text-disabled-color, #94a3b8);
    line-height: 1.2;
}

.bis-time-picker-part[b-cwvv6inpih] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.bis-time-picker-part-label[b-cwvv6inpih] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--rz-text-secondary-color, #64748b);
    line-height: 1;
}

.bis-time-picker-separator[b-cwvv6inpih] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--rz-text-secondary-color, #64748b);
    line-height: 1;
    padding-bottom: 0.45rem;
    flex-shrink: 0;
}

.bis-time-picker-disabled[b-cwvv6inpih] {
    opacity: 0.65;
    pointer-events: none;
}
/* /Components/Layout/CacheMessageMarquee.razor.rz.scp.css */
.cache-message-banner[b-42807rv4ta] {
    --cache-banner-bg: linear-gradient(90deg, #fff7f7 0%, #fffbeb 100%);
    --cache-banner-border: rgba(193, 54, 54, 0.18);
    --cache-banner-text: #334155;
    --cache-banner-label: var(--brand-red, #c13636);
    --cache-banner-duration: 24s;

    position: relative;
    display: flex;
    align-items: stretch;
    flex: 1 1 280px;
    min-width: 160px;
    max-width: 460px;
    min-height: 38px;
    overflow: hidden;
    border: 1px solid var(--cache-banner-border);
    border-radius: 8px;
    background: var(--cache-banner-bg);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cache-message-banner__accent[b-42807rv4ta] {
    flex: 0 0 4px;
    background: linear-gradient(180deg, var(--brand-red, #c13636) 0%, #9f2d2d 100%);
}

.cache-message-banner__icon[b-42807rv4ta] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    padding-left: 0.35rem;
    color: var(--brand-red, #c13636);
}

.cache-message-banner__icon .material-icons[b-42807rv4ta] {
    font-size: 1.15rem;
    line-height: 1;
}

.cache-message-banner__body[b-42807rv4ta] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    flex: 1 1 auto;
    padding: 0.45rem 0.75rem 0.45rem 0.2rem;
}

.cache-message-banner__label[b-42807rv4ta] {
    flex: 0 0 auto;
    font-family: var(--font-family, "Segoe UI", Arial, sans-serif);
    font-size: 0.62rem;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cache-banner-label);
    background: rgba(193, 54, 54, 0.08);
    border: 1px solid rgba(193, 54, 54, 0.14);
    border-radius: 999px;
    padding: 0.12rem 0.45rem;
    line-height: 1.2;
}

.cache-message-banner__viewport[b-42807rv4ta] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, #000 0.75rem, #000 calc(100% - 0.75rem), transparent 100%);
}

.cache-message-banner__track[b-42807rv4ta] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 100%;
    animation: cache-message-scroll-rtl-b-42807rv4ta var(--cache-banner-duration) linear infinite;
}

.cache-message-banner__text[b-42807rv4ta] {
    display: inline-block;
    font-family: var(--font-family, "Segoe UI", Arial, sans-serif);
    font-size: clamp(0.8125rem, 0.22vw + 0.74rem, 0.9375rem);
    font-weight: var(--font-weight-bold, 700);
    line-height: 1.45;
    color: var(--cache-banner-text);
    letter-spacing: 0.015em;
    padding-block: 0.05rem;
}

@keyframes cache-message-scroll-rtl-b-42807rv4ta {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 

@media (max-width: 1200px) {
    .cache-message-banner[b-42807rv4ta] {
        flex: 1 1 220px;
        max-width: 340px;
    }
}

@media (max-width: 992px) {
    .cache-message-banner[b-42807rv4ta] {
        flex: 1 1 180px;
        max-width: 260px;
        min-height: 36px;
    }

    .cache-message-banner__label[b-42807rv4ta] {
        display: none;
    }

    .cache-message-banner__body[b-42807rv4ta] {
        gap: 0.4rem;
        padding: 0.4rem 0.55rem 0.4rem 0.15rem;
    }

    .cache-message-banner__text[b-42807rv4ta] {
        font-size: clamp(0.78rem, 0.18vw + 0.72rem, 0.875rem);
    }
}

@media (max-width: 768px) {
    .cache-message-banner[b-42807rv4ta] {
        flex: 1 1 140px;
        max-width: 200px;
        min-height: 34px;
        --cache-banner-duration: 28s;
    }

    .cache-message-banner__icon[b-42807rv4ta] {
        flex-basis: 1.75rem;
        padding-left: 0.25rem;
    }

    .cache-message-banner__icon .material-icons[b-42807rv4ta] {
        font-size: 1rem;
    }

    .cache-message-banner__text[b-42807rv4ta] {
        font-size: clamp(0.75rem, 0.12vw + 0.72rem, 0.8125rem);
        line-height: 1.4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cache-message-banner__track[b-42807rv4ta] {
        animation: none;
        padding-left: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cache-message-banner__text[b-42807rv4ta] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (prefers-contrast: more) {
    .cache-message-banner[b-42807rv4ta] {
        border-color: var(--brand-red, #c13636);
        background: #ffffff;
    }

    .cache-message-banner__text[b-42807rv4ta] {
        color: #0f172a;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-e714yj6twz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-e714yj6twz] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-e714yj6twz], article[b-e714yj6twz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-e714yj6twz] {
    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-e714yj6twz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.app-header[b-e714yj6twz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 1.15rem;
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(90deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 2px solid #a12b2b !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.app-title[b-e714yj6twz] {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.app-subtitle[b-e714yj6twz] {
    margin: 0.15rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
}

.app-sidebar[b-e714yj6twz] {
    border-right: 1px solid #e5e7eb;
    background: #f8fafc;
}

.menu-shell[b-e714yj6twz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.85rem;
    gap: 0.85rem;
}

.menu-search-wrap[b-e714yj6twz] {
    position: relative;
}

.menu-search-icon[b-e714yj6twz] {
    position: absolute;
    left: 0.7rem;
    top: 0.62rem;
    color: #64748b;
    font-size: 1rem;
}

.menu-search[b-e714yj6twz] {
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: #fff;
    padding: 0.55rem 0.65rem 0.55rem 2.1rem;
    font-size: 0.88rem;
    color: #0f172a;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.menu-search:focus[b-e714yj6twz] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.menu-groups[b-e714yj6twz] {
    overflow-y: auto;
    padding-right: 0.2rem;
}

.menu-group[b-e714yj6twz] {
    margin-bottom: 0.45rem;
}

.menu-group-trigger[b-e714yj6twz] {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.62rem 0.68rem;
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.menu-group-trigger:hover[b-e714yj6twz] {
    background: #eff6ff;
    color: #1d4ed8;
}

.menu-group-label[b-e714yj6twz] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.menu-group-icon[b-e714yj6twz],
.menu-chevron[b-e714yj6twz],
.menu-child-icon[b-e714yj6twz] {
    font-size: 1.1rem;
}

.menu-children[b-e714yj6twz] {
    margin: 0.35rem 0 0;
    padding: 0 0.1rem 0 0.3rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.menu-child-link[b-e714yj6twz] {
    display: flex;
    align-items: center;
    gap: 0.52rem;
    color: #334155;
    text-decoration: none;
    border-radius: 9px;
    padding: 0.48rem 0.55rem;
    font-size: 0.86rem;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease;
}

.menu-child-link:hover[b-e714yj6twz] {
    background: #e2e8f0;
    color: #0f172a;
}

.menu-child-link.active[b-e714yj6twz] {
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 600;
}

.app-content[b-e714yj6twz] {
    padding: 0;
    background: #f8fafc;
    min-height: calc(100vh - 80px);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9c0wkce6mu] {
    appearance: none;
    cursor: pointer;
    width: clamp(2.5rem, 4vw + 1.5rem, 3.5rem);
    height: clamp(1.8rem, 3vw + 1rem, 2.5rem);
    color: white;
    position: absolute;
    top: clamp(0.3rem, 0.6vw + 0.2rem, 0.5rem);
    right: clamp(0.5rem, 1vw + 0.3rem, 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/clamp(1.25rem, 2vw + 0.8rem, 1.75rem) rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-9c0wkce6mu] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-9c0wkce6mu] {
    font-size: clamp(0.85rem, 1.5vw + 0.6rem, 1.1rem);
    padding: clamp(0.3rem, 0.6vw + 0.2rem, 0.5rem);
}

.bi[b-9c0wkce6mu] {
    display: inline-block;
    position: relative;
    width: clamp(1rem, 1.5vw + 0.8rem, 1.25rem);
    height: clamp(1rem, 1.5vw + 0.8rem, 1.25rem);
    margin-right: clamp(0.5rem, 1vw + 0.35rem, 0.75rem);
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9c0wkce6mu] {
    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-9c0wkce6mu] {
    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-9c0wkce6mu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9c0wkce6mu] {
    font-size: clamp(0.70rem, 1.2vw + 0.5rem, 0.9rem);
    padding-bottom: clamp(0.25rem, 0.5vw + 0.3rem, 0.5rem);
}

    .nav-item:first-of-type[b-9c0wkce6mu] {
        padding-top: clamp(0.5rem, 1vw + 0.4rem, 1rem);
    }

    .nav-item:last-of-type[b-9c0wkce6mu] {
        padding-bottom: clamp(0.5rem, 1vw + 0.4rem, 1rem);
    }

    .nav-item[b-9c0wkce6mu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: clamp(2rem, 3vw + 1.5rem, 3rem);
        display: flex;
        align-items: center;
        line-height: clamp(2rem, 3vw + 1.5rem, 3rem);
        width: 100%;
        font-size: clamp(0.70rem, 1.2vw + 0.5rem, 0.9rem);
        padding: 0 clamp(0.4rem, 0.8vw + 0.3rem, 0.75rem);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

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

.nav-scrollable[b-9c0wkce6mu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9c0wkce6mu] {
    display: block;
}

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

    .nav-scrollable[b-9c0wkce6mu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dp5jpvch1t],
.components-reconnect-repeated-attempt-visible[b-dp5jpvch1t],
.components-reconnect-failed-visible[b-dp5jpvch1t],
.components-pause-visible[b-dp5jpvch1t],
.components-resume-failed-visible[b-dp5jpvch1t],
.components-rejoining-animation[b-dp5jpvch1t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-retrying[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-failed[b-dp5jpvch1t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dp5jpvch1t] {
    display: block;
}


#components-reconnect-modal[b-dp5jpvch1t] {
    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-dp5jpvch1t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dp5jpvch1t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dp5jpvch1t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dp5jpvch1t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dp5jpvch1t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dp5jpvch1t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dp5jpvch1t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dp5jpvch1t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dp5jpvch1t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dp5jpvch1t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dp5jpvch1t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dp5jpvch1t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dp5jpvch1t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dp5jpvch1t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dp5jpvch1t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dp5jpvch1t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dp5jpvch1t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dp5jpvch1t {
    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/Admin/AuditLogs.razor.rz.scp.css */
.audit-logs-card[b-es7lr9y8we] {
    position: relative;
}

.audit-log-filters[b-es7lr9y8we] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.audit-log-filters__label[b-es7lr9y8we] {
    font-weight: 600;
    color: #334155;
}

.audit-log-filters__group[b-es7lr9y8we] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.audit-log-filter-item[b-es7lr9y8we] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-size: 0.95rem;
}

.audit-message-cell[b-es7lr9y8we] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.audit-message-text[b-es7lr9y8we] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audit-message-more[b-es7lr9y8we] {
    border: 0;
    background: transparent;
    color: #2563eb;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}

.audit-message-popup[b-es7lr9y8we] {
    position: fixed;
    top: 90px;
    right: 24px;
    width: min(540px, calc(100vw - 48px));
    z-index: 2000;
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
    padding: 0.85rem 1rem;
    color: #334155;
}

.audit-message-popup__header[b-es7lr9y8we] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.audit-message-popup__close[b-es7lr9y8we] {
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #475569;
}

.audit-message-popup__body[b-es7lr9y8we] {
    font-size: 0.9rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 280px;
    overflow: auto;
}
/* /Components/Pages/Admin/UnlockTransactions.razor.rz.scp.css */
.audit-logs-card[b-9fj2nein6v] {
    position: relative;
}

.audit-log-filters[b-9fj2nein6v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.audit-log-filters__label[b-9fj2nein6v] {
    font-weight: 600;
    color: #334155;
}

.audit-log-filters__group[b-9fj2nein6v] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.audit-log-filter-item[b-9fj2nein6v] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-size: 0.95rem;
}

.audit-message-cell[b-9fj2nein6v] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.audit-message-text[b-9fj2nein6v] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audit-message-more[b-9fj2nein6v] {
    border: 0;
    background: transparent;
    color: #2563eb;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}

.audit-message-popup[b-9fj2nein6v] {
    position: fixed;
    top: 90px;
    right: 24px;
    width: min(540px, calc(100vw - 48px));
    z-index: 2000;
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
    padding: 0.85rem 1rem;
    color: #334155;
}

.audit-message-popup__header[b-9fj2nein6v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.audit-message-popup__close[b-9fj2nein6v] {
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #475569;
}

.audit-message-popup__body[b-9fj2nein6v] {
    font-size: 0.9rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 280px;
    overflow: auto;
}
/* /Components/Pages/User/ActiveUsers.razor.rz.scp.css */
.active-users-page[b-floaq9agl6] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.active-users-content[b-floaq9agl6] {
    height: 100%;
}

.active-users-card[b-floaq9agl6] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.active-users-grid-wrap[b-floaq9agl6],
.active-users-grid-column[b-floaq9agl6] {
    flex: 1;
    min-height: 0;
}

.active-users-grid-host[b-floaq9agl6] {
    height: 98%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.active-users-grid[b-floaq9agl6] {
    min-width: 980px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.active-users-grid[b-floaq9agl6]  .rz-datatable,
.active-users-grid[b-floaq9agl6]  .rz-data-grid {
    height: 98%;
    display: flex;
    flex-direction: column;
}

.active-users-grid[b-floaq9agl6]  .rz-datatable-tablewrapper,
.active-users-grid[b-floaq9agl6]  .rz-datatable-scrollable-body,
.active-users-grid[b-floaq9agl6]  .rz-data-grid-data {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.active-users-grid[b-floaq9agl6]  .rz-paginator,
.active-users-grid[b-floaq9agl6]  .rz-pager {
    flex-shrink: 0;
}

.active-users-grid[b-floaq9agl6]  .grid-footer-modern {
    flex-shrink: 0;
    background: #fff;
}

@media (max-width: 991.98px) {
    .active-users-page[b-floaq9agl6] {
        height: calc(100dvh - 76px);
    }

    .active-users-grid-host[b-floaq9agl6] {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .active-users-grid[b-floaq9agl6] {
        min-width: 900px;
    }
}

@media (max-width: 640.98px) {
    .active-users-page[b-floaq9agl6] {
        height: calc(100dvh - 70px);
    }

    .active-users-grid[b-floaq9agl6] {
        min-width: 860px;
    }
}
/* /Components/Pages/User/ChangeBranch.razor.rz.scp.css */
.change-branch-page[b-9ddrcxrurh] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.change-branch-content[b-9ddrcxrurh] {
    height: 100%;
}

.change-branch-card[b-9ddrcxrurh] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-branch-user-strip[b-9ddrcxrurh] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
    color: #1f2937;
    font-size: 0.9rem;
}

.change-branch-user-strip .separator[b-9ddrcxrurh] {
    color: #94a3b8;
}

.change-branch-grid-wrap[b-9ddrcxrurh],
.change-branch-grid-column[b-9ddrcxrurh] {
    flex: 1;
    min-height: 0;
}

.change-branch-grid-host[b-9ddrcxrurh] {
    height: 98%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-branch-grid[b-9ddrcxrurh] {
    min-width: 900px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.change-branch-grid[b-9ddrcxrurh]  .rz-datatable,
.change-branch-grid[b-9ddrcxrurh]  .rz-data-grid {
    height: 98%;
    display: flex;
    flex-direction: column;
}

.change-branch-grid[b-9ddrcxrurh]  .rz-datatable-tablewrapper,
.change-branch-grid[b-9ddrcxrurh]  .rz-datatable-scrollable-body,
.change-branch-grid[b-9ddrcxrurh]  .rz-data-grid-data {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.change-branch-grid[b-9ddrcxrurh]  .rz-paginator,
.change-branch-grid[b-9ddrcxrurh]  .rz-pager,
.change-branch-grid[b-9ddrcxrurh]  .grid-footer-modern {
    flex-shrink: 0;
    background: #fff;
}

@media (max-width: 991.98px) {
    .change-branch-page[b-9ddrcxrurh] {
        height: calc(100dvh - 76px);
    }

    .change-branch-grid-host[b-9ddrcxrurh] {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 640.98px) {
    .change-branch-page[b-9ddrcxrurh] {
        height: calc(100dvh - 70px);
    }

    .change-branch-user-strip[b-9ddrcxrurh] {
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .change-branch-user-strip .separator[b-9ddrcxrurh] {
        display: none;
    }
}
/* /Components/Pages/User/ChangePassword.razor.rz.scp.css */
.change-password-page[b-dhe73z1hhn] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.change-password-content[b-dhe73z1hhn] {
    height: 100%;
}

.change-password-card[b-dhe73z1hhn] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-password-body[b-dhe73z1hhn] {
    padding-top: 0.5rem;
}

.user-summary-card[b-dhe73z1hhn] {
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    padding: 1rem;
}

.summary-row[b-dhe73z1hhn] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.75rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.summary-row:last-child[b-dhe73z1hhn] {
    border-bottom: none;
}

.summary-row .label[b-dhe73z1hhn] {
    color: #475569;
    font-weight: 500;
}

.summary-row .value[b-dhe73z1hhn] {
    color: #0f172a;
    font-weight: 700;
}

.password-form-card[b-dhe73z1hhn] {
    height: 100%;
}

.password-rule[b-dhe73z1hhn] {
    color: #dc2626;
    font-weight: 600;
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .change-password-page[b-dhe73z1hhn] {
        height: auto;
        overflow: auto;
    }

    .change-password-card[b-dhe73z1hhn] {
        height: auto;
    }
}

@media (max-width: 640.98px) {
    .summary-row[b-dhe73z1hhn] {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}
/* /Components/Pages/User/UserLogin.razor.rz.scp.css */
body .rz-label[b-a5yxxh9u1e] {
    color:#fff !important;
}
.user-login-page[b-a5yxxh9u1e] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
    color: #fff;
}


.owner-image[b-a5yxxh9u1e] {
    position: absolute;
    inset: 0;
    background-size: cover !important;
    background-position: center 3% !important;
    background-repeat: no-repeat !important;
    filter: none;
    z-index: 0;
}

.login-split .left[b-a5yxxh9u1e]::after {
    /* subtle dark overlay to improve contrast */
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
    pointer-events: none;
}

.user-login-card-wrap[b-a5yxxh9u1e] {
    width: 100%;
    max-width: 420px;
    border-radius:25px !important;
   
}


.user-login-card[b-a5yxxh9u1e] {
    border-radius: 16px;
    padding: 1.6rem;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.user-login-card[b-a5yxxh9u1e]{
    border-radius: 25px;
    background-color: transparent !important;
    background: linear-gradient(135deg, #22243a 11%, #d49bb9 34%, #d7645e 80%) !important;
    backdrop-filter: blur(6px);
}

.login-split[b-a5yxxh9u1e] {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

    .login-split .left[b-a5yxxh9u1e] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        
    }

    .login-split .right[b-a5yxxh9u1e] {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: min(420px, calc(100vw - 40px));
        background: transparent;
    }

.login-split .right.hidden[b-a5yxxh9u1e] {
    transform: translateX(calc(100% + 30px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.login-split .right.visible[b-a5yxxh9u1e] {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.owner-img[b-a5yxxh9u1e] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.owner-bg[b-a5yxxh9u1e] {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    opacity: 0.12;
    filter: blur(6px);
}

.brand[b-a5yxxh9u1e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.brand-logo[b-a5yxxh9u1e] {
    width: 70px;
    height: 70px;
}

.brand-title[b-a5yxxh9u1e] {
    font-size: 1.25rem;
    font-weight: 700;
}

.user-login-header[b-a5yxxh9u1e] {
    margin-bottom: 0.75rem;
}

.user-login-title[b-a5yxxh9u1e] {
    font-size: 1.45rem;
    font-weight: 700;
}

.user-login-subtitle[b-a5yxxh9u1e] {
    font-size: 0.95rem;
}

.user-login-form[b-a5yxxh9u1e] {
    margin-top: 0.6rem;

}

.user-login-status[b-a5yxxh9u1e] {
    margin-top: 1rem;
    font-size: 0.9rem;
}

[b-a5yxxh9u1e] .login-toggle-button {
    position: absolute;
    margin: 0 auto;
    left: 20px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 20px; /* adjust how far from left */
    transform: translateY(-50%);
    z-index: 10;
    background-color: #4f46e5; /* your purple */
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 900px) {
    .login-split .right[b-a5yxxh9u1e] {
        bottom: 20px;
        right: 20px;
        left: 20px;
        width: auto;
    }

    .login-split .right.hidden[b-a5yxxh9u1e] {
        transform: translateY(calc(100% + 30px));
    }

    [b-a5yxxh9u1e] .login-toggle-button {
        position: absolute;
        margin: 0 auto;
        left: 20px;
        z-index: 5;
        position: absolute;
        top: 35%;
        left: 20px; /* adjust how far from left */
        transform: translateY(-50%);
        z-index: 10;
        background-color: #4f46e5; /* your purple */
        color: white;
        padding: 10px 18px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
    }
}
