/* /Components/Common/BisAutoComplete.razor.rz.scp.css */
/* Full width inside Radzen form fields without breaking outlined layout */
.bis-autocomplete-host[b-u9ba0tghem] {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    border:0px;
}

    .bis-autocomplete-host[b-u9ba0tghem]  .rz-autocomplete {
        width: 100%;
        flex: 1 1 auto;
        min-width: 0;
        border: 0px;
    }
/* /Components/Common/BisTimePicker.razor.rz.scp.css */
.bis-time-picker[b-lneg1ojs87] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bis-time-picker-preview[b-lneg1ojs87] {
    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-lneg1ojs87] {
    background: var(--rz-base-background-color, #fff);
    border-style: solid;
    border-color: var(--rz-primary, #2563eb);
}

.bis-time-picker-preview-icon[b-lneg1ojs87] {
    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-lneg1ojs87] {
    color: var(--rz-primary, #2563eb);
}

.bis-time-picker-preview-time[b-lneg1ojs87] {
    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-lneg1ojs87] {
    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-lneg1ojs87] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.bis-time-picker-part-label[b-lneg1ojs87] {
    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-lneg1ojs87] {
    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-lneg1ojs87] {
    opacity: 0.65;
    pointer-events: none;
}
/* /Components/Layout/CacheMessageMarquee.razor.rz.scp.css */
.cache-message-banner[b-5zmp07u603] {
    --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-5zmp07u603] {
    flex: 0 0 4px;
    background: linear-gradient(180deg, var(--brand-red, #c13636) 0%, #9f2d2d 100%);
}

.cache-message-banner__icon[b-5zmp07u603] {
    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-5zmp07u603] {
    font-size: 1.15rem;
    line-height: 1;
}

.cache-message-banner__body[b-5zmp07u603] {
    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-5zmp07u603] {
    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-5zmp07u603] {
    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-5zmp07u603] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 100%;
    animation: cache-message-scroll-rtl-b-5zmp07u603 var(--cache-banner-duration) linear infinite;
}

.cache-message-banner__text[b-5zmp07u603] {
    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-5zmp07u603 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 

@media (max-width: 1200px) {
    .cache-message-banner[b-5zmp07u603] {
        flex: 1 1 220px;
        max-width: 340px;
    }
}

@media (max-width: 992px) {
    .cache-message-banner[b-5zmp07u603] {
        flex: 1 1 180px;
        max-width: 260px;
        min-height: 36px;
    }

    .cache-message-banner__label[b-5zmp07u603] {
        display: none;
    }

    .cache-message-banner__body[b-5zmp07u603] {
        gap: 0.4rem;
        padding: 0.4rem 0.55rem 0.4rem 0.15rem;
    }

    .cache-message-banner__text[b-5zmp07u603] {
        font-size: clamp(0.78rem, 0.18vw + 0.72rem, 0.875rem);
    }
}

@media (max-width: 768px) {
    .cache-message-banner[b-5zmp07u603] {
        flex: 1 1 140px;
        max-width: 200px;
        min-height: 34px;
        --cache-banner-duration: 28s;
    }

    .cache-message-banner__icon[b-5zmp07u603] {
        flex-basis: 1.75rem;
        padding-left: 0.25rem;
    }

    .cache-message-banner__icon .material-icons[b-5zmp07u603] {
        font-size: 1rem;
    }

    .cache-message-banner__text[b-5zmp07u603] {
        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-5zmp07u603] {
        animation: none;
        padding-left: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cache-message-banner__text[b-5zmp07u603] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (prefers-contrast: more) {
    .cache-message-banner[b-5zmp07u603] {
        border-color: var(--brand-red, #c13636);
        background: #ffffff;
    }

    .cache-message-banner__text[b-5zmp07u603] {
        color: #0f172a;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l8dl1kpoy9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l8dl1kpoy9] {
    flex: 1;
}

.sidebar[b-l8dl1kpoy9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l8dl1kpoy9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l8dl1kpoy9]  a, .top-row[b-l8dl1kpoy9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l8dl1kpoy9]  a:hover, .top-row[b-l8dl1kpoy9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l8dl1kpoy9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l8dl1kpoy9] {
        justify-content: space-between;
    }

    .top-row[b-l8dl1kpoy9]  a, .top-row[b-l8dl1kpoy9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l8dl1kpoy9] {
        flex-direction: row;
    }

    .sidebar[b-l8dl1kpoy9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l8dl1kpoy9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l8dl1kpoy9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l8dl1kpoy9], article[b-l8dl1kpoy9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.app-header[b-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.app-subtitle[b-l8dl1kpoy9] {
    margin: 0.15rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
}

.app-sidebar[b-l8dl1kpoy9] {
    border-right: 1px solid #e5e7eb;
    background: #f8fafc;
}

.menu-shell[b-l8dl1kpoy9] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.85rem;
    gap: 0.85rem;
}

.menu-search-wrap[b-l8dl1kpoy9] {
    position: relative;
}

.menu-search-icon[b-l8dl1kpoy9] {
    position: absolute;
    left: 0.7rem;
    top: 0.62rem;
    color: #64748b;
    font-size: 1rem;
}

.menu-search[b-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.menu-groups[b-l8dl1kpoy9] {
    overflow-y: auto;
    padding-right: 0.2rem;
}

.menu-group[b-l8dl1kpoy9] {
    margin-bottom: 0.45rem;
}

.menu-group-trigger[b-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    background: #eff6ff;
    color: #1d4ed8;
}

.menu-group-label[b-l8dl1kpoy9] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.menu-group-icon[b-l8dl1kpoy9],
.menu-chevron[b-l8dl1kpoy9],
.menu-child-icon[b-l8dl1kpoy9] {
    font-size: 1.1rem;
}

.menu-children[b-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    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-l8dl1kpoy9] {
    background: #e2e8f0;
    color: #0f172a;
}

.menu-child-link.active[b-l8dl1kpoy9] {
    background: #dbeafe;
    color: #1d4ed8;
    font-weight: 600;
}

.app-content[b-l8dl1kpoy9] {
    padding: 0;
    background: #f8fafc;
    min-height: calc(100vh - 80px);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f5jvr1ey2n] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f5jvr1ey2n] {
    font-size: clamp(0.85rem, 1.5vw + 0.6rem, 1.1rem);
    padding: clamp(0.3rem, 0.6vw + 0.2rem, 0.5rem);
}

.bi[b-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
    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-f5jvr1ey2n] {
        padding-top: clamp(0.5rem, 1vw + 0.4rem, 1rem);
    }

    .nav-item:last-of-type[b-f5jvr1ey2n] {
        padding-bottom: clamp(0.5rem, 1vw + 0.4rem, 1rem);
    }

    .nav-item[b-f5jvr1ey2n]  .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-f5jvr1ey2n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f5jvr1ey2n]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f5jvr1ey2n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f5jvr1ey2n] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f5jvr1ey2n] {
        display: none;
    }

    .nav-scrollable[b-f5jvr1ey2n] {
        /* 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-nom762nd61],
.components-reconnect-repeated-attempt-visible[b-nom762nd61],
.components-reconnect-failed-visible[b-nom762nd61],
.components-pause-visible[b-nom762nd61],
.components-resume-failed-visible[b-nom762nd61],
.components-rejoining-animation[b-nom762nd61] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nom762nd61],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nom762nd61],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nom762nd61],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nom762nd61],
#components-reconnect-modal.components-reconnect-retrying[b-nom762nd61],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nom762nd61],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nom762nd61],
#components-reconnect-modal.components-reconnect-failed[b-nom762nd61],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nom762nd61] {
    display: block;
}


#components-reconnect-modal[b-nom762nd61] {
    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-nom762nd61 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nom762nd61 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nom762nd61 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nom762nd61]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nom762nd61 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nom762nd61 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nom762nd61 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nom762nd61 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nom762nd61] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nom762nd61] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nom762nd61] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nom762nd61] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nom762nd61] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nom762nd61] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nom762nd61] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nom762nd61 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nom762nd61] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nom762nd61 {
    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-page[b-gboq2kue5c] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.audit-logs-header[b-gboq2kue5c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.audit-logs-title[b-gboq2kue5c] {
    margin: 0;
    color: #0f172a;
}

.audit-logs-subtitle[b-gboq2kue5c] {
    color: #64748b;
}

.audit-failover-badge[b-gboq2kue5c] {
    display: inline-flex;
    margin-left: 0.5rem;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #b45309;
    font-size: 0.75rem;
    font-weight: 700;
}

.audit-logs-card[b-gboq2kue5c] {
    position: relative;
    padding: 1rem;
}

.audit-filter-panel[b-gboq2kue5c] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.audit-filter-row[b-gboq2kue5c] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.audit-filter-field[b-gboq2kue5c] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.audit-filter-field label[b-gboq2kue5c] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.audit-level-filters[b-gboq2kue5c] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.audit-level-filters__label[b-gboq2kue5c] {
    font-weight: 600;
    color: #334155;
    margin-right: 0.25rem;
}

.audit-level-chip[b-gboq2kue5c] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    font-size: 0.9rem;
    cursor: pointer;
}

.audit-level-chip.is-active[b-gboq2kue5c] {
    border-color: #94a3b8;
    background: #e2e8f0;
}

.audit-level-chip--info.is-active[b-gboq2kue5c] {
    border-color: #93c5fd;
    background: #dbeafe;
    color: #1d4ed8;
}

.audit-level-chip--warn.is-active[b-gboq2kue5c] {
    border-color: #fcd34d;
    background: #fef3c7;
    color: #b45309;
}

.audit-level-chip--error.is-active[b-gboq2kue5c] {
    border-color: #fca5a5;
    background: #fee2e2;
    color: #b91c1c;
}

.audit-filter-actions[b-gboq2kue5c] {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
}

.audit-workspace[b-gboq2kue5c] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.audit-workspace.has-detail[b-gboq2kue5c] {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
}

.audit-grid-pane[b-gboq2kue5c] {
    min-width: 0;
}

.audit-logs-grid[b-gboq2kue5c] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.audit-message-cell[b-gboq2kue5c],
.audit-exception-cell[b-gboq2kue5c] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audit-level-badge[b-gboq2kue5c] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.audit-level-badge.is-info[b-gboq2kue5c] {
    background: #dbeafe;
    color: #1d4ed8;
}

.audit-level-badge.is-warning[b-gboq2kue5c] {
    background: #fef3c7;
    color: #b45309;
}

.audit-level-badge.is-error[b-gboq2kue5c] {
    background: #fee2e2;
    color: #b91c1c;
}

.audit-detail-pane[b-gboq2kue5c] {
    position: sticky;
    top: 0.75rem;
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.audit-detail-header[b-gboq2kue5c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.audit-detail-close[b-gboq2kue5c] {
    border: 0;
    background: transparent;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
}

.audit-detail-section[b-gboq2kue5c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.audit-detail-item[b-gboq2kue5c] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.55rem 0.65rem;
    background: #f8fafc;
    border-radius: 8px;
}

.audit-detail-item span[b-gboq2kue5c] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.audit-detail-item b[b-gboq2kue5c] {
    color: #0f172a;
    font-size: 0.9rem;
    word-break: break-word;
}

.audit-mono[b-gboq2kue5c] {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.8rem !important;
}

.audit-detail-block[b-gboq2kue5c] {
    margin-bottom: 0.75rem;
}

.audit-detail-block label[b-gboq2kue5c] {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.audit-detail-block pre[b-gboq2kue5c] {
    margin: 0;
    padding: 0.7rem 0.8rem;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 8px;
    font-size: 0.78rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 180px;
    overflow: auto;
}

.audit-detail-block--stack pre[b-gboq2kue5c] {
    max-height: 280px;
    background: #1e1b4b;
}

.grid-footer-modern[b-gboq2kue5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.35rem 0.25rem;
    color: #475569;
}

@media (max-width: 1200px) {
    .audit-filter-row[b-gboq2kue5c] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audit-workspace.has-detail[b-gboq2kue5c] {
        grid-template-columns: 1fr;
    }

    .audit-detail-pane[b-gboq2kue5c] {
        position: static;
        max-height: none;
    }
}

@media (max-width: 700px) {
    .audit-filter-row[b-gboq2kue5c] {
        grid-template-columns: 1fr;
    }

    .audit-filter-actions[b-gboq2kue5c] {
        margin-left: 0;
        width: 100%;
    }

    .audit-detail-section[b-gboq2kue5c] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/UnlockTransactions.razor.rz.scp.css */
.audit-logs-card[b-pjpfyki3ji] {
    position: relative;
}

.audit-log-filters[b-pjpfyki3ji] {
    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-pjpfyki3ji] {
    font-weight: 600;
    color: #334155;
}

.audit-log-filters__group[b-pjpfyki3ji] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.audit-log-filter-item[b-pjpfyki3ji] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #334155;
    font-size: 0.95rem;
}

.audit-message-cell[b-pjpfyki3ji] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
}

.audit-message-text[b-pjpfyki3ji] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audit-message-more[b-pjpfyki3ji] {
    border: 0;
    background: transparent;
    color: #2563eb;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}

.audit-message-popup[b-pjpfyki3ji] {
    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-pjpfyki3ji] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.audit-message-popup__close[b-pjpfyki3ji] {
    border: 0;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #475569;
}

.audit-message-popup__body[b-pjpfyki3ji] {
    font-size: 0.9rem;
    line-height: 1.45;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 280px;
    overflow: auto;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CSS for Home component */
.home-page[b-13zh6c4za3] {
    padding: 0.5rem 1rem 1.25rem;
}

.home-tabs[b-13zh6c4za3] {
    margin-bottom: 0.75rem;
}

/* ===== Welcome / BIS logo hero ===== */
.bis-hero[b-13zh6c4za3] {
    --bis-maroon: #8b1a1a;
    --bis-maroon-soft: rgba(139, 26, 26, 0.28);
    --bis-slate: #64748b;
    position: relative;
    min-height: min(90vh, 90vw);
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    /*background:
        radial-gradient(ellipse 80% 60% at 50% 42%, rgba(139, 26, 26, 0.08), transparent 60%),
        linear-gradient(165deg, #f8fafc 0%, #eef2f7 45%, #e2e8f0 100%);*/
    isolation: isolate;
}

.bis-hero__atmosphere[b-13zh6c4za3] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bis-hero__orb[b-13zh6c4za3] {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.45;
    animation: bis-orb-drift-b-13zh6c4za3 12s ease-in-out infinite;
}

.bis-hero__orb--a[b-13zh6c4za3] {
    width: 18rem;
    height: 18rem;
    left: 8%;
    top: 18%;
    background: rgba(139, 26, 26, 0.22);
}

.bis-hero__orb--b[b-13zh6c4za3] {
    width: 14rem;
    height: 14rem;
    right: 10%;
    bottom: 16%;
    background: rgba(100, 116, 139, 0.28);
    animation-delay: -4s;
    animation-duration: 14s;
}

.bis-hero__orb--c[b-13zh6c4za3] {
    width: 10rem;
    height: 10rem;
    left: 42%;
    bottom: 8%;
    background: rgba(148, 163, 184, 0.35);
    animation-delay: -7s;
    animation-duration: 10s;
}

.bis-hero__ring[b-13zh6c4za3] {
    position: absolute;
    left: 50%;
    top: 42%;
    translate: -50% -50%;
    border-radius: 50%;
    border: 1px solid rgba(100, 116, 139, 0.22);
    animation: bis-ring-pulse-b-13zh6c4za3 6s ease-in-out infinite;
}

.bis-hero__ring--outer[b-13zh6c4za3] {
    width: min(34rem, 78vw);
    height: min(34rem, 78vw);
}

.bis-hero__ring--inner[b-13zh6c4za3] {
    width: min(24rem, 58vw);
    height: min(24rem, 58vw);
    animation-delay: -1.5s;
    border-color: var(--bis-maroon-soft);
}

.bis-hero__stage[b-13zh6c4za3] {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    animation: bis-logo-enter-b-13zh6c4za3 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bis-hero__glow[b-13zh6c4za3] {
    position: absolute;
    width: min(22rem, 70vw);
    height: min(22rem, 70vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 26, 26, 0.28) 0%, transparent 68%);
    animation: bis-glow-breathe-b-13zh6c4za3 4.5s ease-in-out infinite;
    z-index: 0;
}

.bis-hero__logo[b-13zh6c4za3] {
    position: relative;
    z-index: 1;
    width: min(22rem, 68vw);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 36px rgba(15, 23, 42, 0.18));
    animation: bis-logo-float-b-13zh6c4za3 5.5s ease-in-out infinite;
    transform-origin: center center;
}

.bis-hero__copy[b-13zh6c4za3] {
    position: relative;
    z-index: 1;
    margin-top: 0.25rem;
    text-align: center;
    animation: bis-copy-enter-b-13zh6c4za3 1000ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both;
}

.bis-hero__title[b-13zh6c4za3] {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw + 0.8rem, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.bis-hero__subtitle[b-13zh6c4za3] {
    margin: 0.4rem 0 0;
    font-size: clamp(0.9rem, 1vw + 0.7rem, 1.05rem);
    color: var(--bis-slate);
}

@keyframes bis-logo-enter-b-13zh6c4za3 {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.92);
        filter: blur(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes bis-copy-enter-b-13zh6c4za3 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bis-logo-float-b-13zh6c4za3 {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.015);
    }
}

@keyframes bis-glow-breathe-b-13zh6c4za3 {
    0%, 100% {
        opacity: 0.55;
        transform: scale(0.92);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes bis-ring-pulse-b-13zh6c4za3 {
    0%, 100% {
        opacity: 0.35;
        transform: translate(-50%, -50%) scale(0.96);
    }

    50% {
        opacity: 0.85;
        transform: translate(-50%, -50%) scale(1.02);
    }
}

@keyframes bis-orb-drift-b-13zh6c4za3 {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(18px, -14px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bis-hero__logo[b-13zh6c4za3],
    .bis-hero__glow[b-13zh6c4za3],
    .bis-hero__ring[b-13zh6c4za3],
    .bis-hero__orb[b-13zh6c4za3],
    .bis-hero__stage[b-13zh6c4za3],
    .bis-hero__copy[b-13zh6c4za3] {
        animation: none !important;
    }
}

/* ===== Instagram feed grid ===== */
.instagram-feed-page[b-13zh6c4za3] {
    padding: 0;
}

.instagram-feed-card[b-13zh6c4za3] {
    width: 100%;
}

.instagram-feed-state[b-13zh6c4za3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 12rem;
    color: var(--rz-text-secondary-color, #6b7280);
}

.instagram-feed-open-link[b-13zh6c4za3] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--rz-base-300, #d1d5db);
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    font-size: 0.875rem;
    background: var(--rz-base-100, #f9fafb);
}

    .instagram-feed-open-link:hover[b-13zh6c4za3],
    .instagram-feed-open-link:focus-visible[b-13zh6c4za3] {
        outline: 2px solid var(--rz-primary, #1976d2);
        outline-offset: 2px;
    }

.instagram-section-heading[b-13zh6c4za3] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.25rem 0 0.75rem;
    color: #0f172a;
}

.instagram-section-heading__title[b-13zh6c4za3] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.instagram-section-heading__count[b-13zh6c4za3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: #e2e8f0;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 700;
}

.instagram-video-section[b-13zh6c4za3] {
    margin-bottom: 1.25rem;
}

.instagram-video-grid[b-13zh6c4za3] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.instagram-video-card[b-13zh6c4za3] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.instagram-video-card__frame[b-13zh6c4za3] {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0f172a;
}

.instagram-video-card__player[b-13zh6c4za3] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #000;
}

.instagram-video-card__poster-link[b-13zh6c4za3] {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

    .instagram-video-card__poster-link:focus-visible[b-13zh6c4za3] {
        outline: 3px solid #60a5fa;
        outline-offset: -3px;
    }

.instagram-video-card__poster[b-13zh6c4za3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instagram-video-card__play[b-13zh6c4za3] {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(139, 26, 26, 0.92);
    color: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.35);
    transition: transform 0.15s ease, background 0.15s ease;
}

    .instagram-video-card__play .rzi[b-13zh6c4za3] {
        font-size: 2.4rem;
        margin-left: 0.15rem;
    }

.instagram-video-card__poster-link:hover .instagram-video-card__play[b-13zh6c4za3],
.instagram-video-card__poster-link:focus-visible .instagram-video-card__play[b-13zh6c4za3] {
    transform: scale(1.06);
    background: #8b1a1a;
}

.instagram-video-card__ribbon[b-13zh6c4za3] {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    padding: 0.28rem 0.55rem;
    border-radius: 4px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.instagram-video-card__body[b-13zh6c4za3] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0 0.85rem 0.85rem;
}

.instagram-video-card__caption[b-13zh6c4za3] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.4;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram-video-card__meta[b-13zh6c4za3] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.78rem;
    color: #64748b;
}

.instagram-video-card__open[b-13zh6c4za3] {
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: underline;
}

.instagram-image-section[b-13zh6c4za3] {
    margin-top: 0.25rem;
}

.instagram-media-grid[b-13zh6c4za3] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

.instagram-media-grid__item[b-13zh6c4za3] {
    min-width: 0;
}

.instagram-media-tile[b-13zh6c4za3] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: inherit;
    text-decoration: none;
    border-radius: 6px;
    outline: none;
}

    .instagram-media-tile:hover .instagram-media-tile__media[b-13zh6c4za3],
    .instagram-media-tile:focus-visible .instagram-media-tile__media[b-13zh6c4za3] {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.16);
    }

    .instagram-media-tile:focus-visible[b-13zh6c4za3] {
        outline: 2px solid var(--rz-primary, #1976d2);
        outline-offset: 3px;
    }

.instagram-media-tile__media[b-13zh6c4za3] {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #e5e7eb;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.instagram-media-tile__image[b-13zh6c4za3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.instagram-media-tile__fallback[b-13zh6c4za3] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0.75rem;
    box-sizing: border-box;
    background: linear-gradient(145deg, #334155, #0f172a);
}

.instagram-media-tile__fallback-caption[b-13zh6c4za3] {
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instagram-media-tile__badge[b-13zh6c4za3] {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
}

    .instagram-media-tile__badge .rzi[b-13zh6c4za3] {
        font-size: 1.1rem;
    }

.instagram-media-tile__meta[b-13zh6c4za3] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: baseline;
    padding: 0 0.15rem;
}

.instagram-media-tile__date[b-13zh6c4za3] {
    font-size: 0.75rem;
    color: var(--rz-text-secondary-color, #6b7280);
}

.instagram-media-tile__type[b-13zh6c4za3] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--rz-text-color, #111827);
}

@media (max-width: 1200px) {
    .instagram-media-grid[b-13zh6c4za3] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .instagram-video-grid[b-13zh6c4za3] {
        grid-template-columns: 1fr;
    }

    .instagram-media-grid[b-13zh6c4za3] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .instagram-media-grid[b-13zh6c4za3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .bis-hero[b-13zh6c4za3] {
        min-height: min(58vh, 520px);
    }

    .instagram-video-card__play[b-13zh6c4za3] {
        width: 3.5rem;
        height: 3.5rem;
    }

        .instagram-video-card__play .rzi[b-13zh6c4za3] {
            font-size: 2rem;
        }
}
/* /Components/Pages/User/ActiveUsers.razor.rz.scp.css */
.active-users-page[b-37kw1688sb] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.active-users-content[b-37kw1688sb] {
    height: 100%;
}

.active-users-card[b-37kw1688sb] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.active-users-grid-wrap[b-37kw1688sb],
.active-users-grid-column[b-37kw1688sb] {
    flex: 1;
    min-height: 0;
}

.active-users-grid-host[b-37kw1688sb] {
    height: 98%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.active-users-grid[b-37kw1688sb] {
    min-width: 980px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.active-users-grid[b-37kw1688sb]  .rz-datatable,
.active-users-grid[b-37kw1688sb]  .rz-data-grid {
    height: 98%;
    display: flex;
    flex-direction: column;
}

.active-users-grid[b-37kw1688sb]  .rz-datatable-tablewrapper,
.active-users-grid[b-37kw1688sb]  .rz-datatable-scrollable-body,
.active-users-grid[b-37kw1688sb]  .rz-data-grid-data {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.active-users-grid[b-37kw1688sb]  .rz-paginator,
.active-users-grid[b-37kw1688sb]  .rz-pager {
    flex-shrink: 0;
}

.active-users-grid[b-37kw1688sb]  .grid-footer-modern {
    flex-shrink: 0;
    background: #fff;
}

@media (max-width: 991.98px) {
    .active-users-page[b-37kw1688sb] {
        height: calc(100dvh - 76px);
    }

    .active-users-grid-host[b-37kw1688sb] {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .active-users-grid[b-37kw1688sb] {
        min-width: 900px;
    }
}

@media (max-width: 640.98px) {
    .active-users-page[b-37kw1688sb] {
        height: calc(100dvh - 70px);
    }

    .active-users-grid[b-37kw1688sb] {
        min-width: 860px;
    }
}
/* /Components/Pages/User/ChangeBranch.razor.rz.scp.css */
.change-branch-page[b-h1q53gd49i] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.change-branch-content[b-h1q53gd49i] {
    height: 100%;
}

.change-branch-card[b-h1q53gd49i] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-branch-user-strip[b-h1q53gd49i] {
    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-h1q53gd49i] {
    color: #94a3b8;
}

.change-branch-grid-wrap[b-h1q53gd49i],
.change-branch-grid-column[b-h1q53gd49i] {
    flex: 1;
    min-height: 0;
}

.change-branch-grid-host[b-h1q53gd49i] {
    height: 98%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-branch-grid[b-h1q53gd49i] {
    min-width: 900px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.change-branch-grid[b-h1q53gd49i]  .rz-datatable,
.change-branch-grid[b-h1q53gd49i]  .rz-data-grid {
    height: 98%;
    display: flex;
    flex-direction: column;
}

.change-branch-grid[b-h1q53gd49i]  .rz-datatable-tablewrapper,
.change-branch-grid[b-h1q53gd49i]  .rz-datatable-scrollable-body,
.change-branch-grid[b-h1q53gd49i]  .rz-data-grid-data {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.change-branch-grid[b-h1q53gd49i]  .rz-paginator,
.change-branch-grid[b-h1q53gd49i]  .rz-pager,
.change-branch-grid[b-h1q53gd49i]  .grid-footer-modern {
    flex-shrink: 0;
    background: #fff;
}

@media (max-width: 991.98px) {
    .change-branch-page[b-h1q53gd49i] {
        height: calc(100dvh - 76px);
    }

    .change-branch-grid-host[b-h1q53gd49i] {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 640.98px) {
    .change-branch-page[b-h1q53gd49i] {
        height: calc(100dvh - 70px);
    }

    .change-branch-user-strip[b-h1q53gd49i] {
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .change-branch-user-strip .separator[b-h1q53gd49i] {
        display: none;
    }
}
/* /Components/Pages/User/ChangePassword.razor.rz.scp.css */
.change-password-page[b-3zf03qbtka] {
    height: calc(100dvh - 50px);
    overflow: hidden;
}

.change-password-content[b-3zf03qbtka] {
    height: 100%;
}

.change-password-card[b-3zf03qbtka] {
    height: 98%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.change-password-body[b-3zf03qbtka] {
    padding-top: 0.5rem;
}

.user-summary-card[b-3zf03qbtka] {
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
    padding: 1rem;
}

.summary-row[b-3zf03qbtka] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.75rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.summary-row:last-child[b-3zf03qbtka] {
    border-bottom: none;
}

.summary-row .label[b-3zf03qbtka] {
    color: #475569;
    font-weight: 500;
}

.summary-row .value[b-3zf03qbtka] {
    color: #0f172a;
    font-weight: 700;
}

.password-form-card[b-3zf03qbtka] {
    height: 100%;
}

.password-rule[b-3zf03qbtka] {
    color: #dc2626;
    font-weight: 600;
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .change-password-page[b-3zf03qbtka] {
        height: auto;
        overflow: auto;
    }

    .change-password-card[b-3zf03qbtka] {
        height: auto;
    }
}

@media (max-width: 640.98px) {
    .summary-row[b-3zf03qbtka] {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}
/* /Components/Pages/User/UserAccessDenied.razor.rz.scp.css */
.bis-access-denied[b-w5nvq91w8t] {
    --bis-ad-red: #c13636;
    /*--bis-ad-red-soft: rgba(193, 54, 54, 0.12);*/
    --bis-ad-ink: #18181b;
    --bis-ad-muted: #52525b;
    --bis-ad-card: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 7rem);
    min-height: calc(100dvh - 7rem);
    padding: 1.5rem;
    box-sizing: border-box;
}

.bis-access-denied__backdrop[b-w5nvq91w8t] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, var(--bis-ad-red-soft) 0%, transparent 55%),
        linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.6) 100%);
    border-radius: 12px;
}

.bis-access-denied__card[b-w5nvq91w8t] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
    border-radius: 20px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 20px 40px -12px rgba(15, 23, 42, 0.12) !important;
    overflow: hidden;
}

.bis-access-denied__card[b-w5nvq91w8t]::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--bis-ad-red) 0%, #e07a7a 50%, #f3c1c1 100%);
}

.bis-access-denied__content[b-w5nvq91w8t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.25rem 1.75rem 2rem;
    gap: 0.65rem;
}

.bis-access-denied__icon-wrap[b-w5nvq91w8t] {
    display: grid;
    place-items: center;
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    background: var(--bis-ad-red-soft);
    border: 1px solid rgba(193, 54, 54, 0.2);
}

.bis-access-denied__icon[b-w5nvq91w8t] {
    font-size: 3.25rem !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
    color: var(--bis-ad-red) !important;
}

.bis-access-denied__eyebrow[b-w5nvq91w8t] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bis-ad-red);
}

.bis-access-denied__title[b-w5nvq91w8t] {
    margin: 0 !important;
    font-weight: 700 !important;
    color: var(--bis-ad-ink) !important;
    letter-spacing: -0.02em;
}

.bis-access-denied__message[b-w5nvq91w8t] {
    margin: 0.25rem 0 0 !important;
    color: var(--bis-ad-ink) !important;
    line-height: 1.5 !important;
    max-width: 22rem;
}

.bis-access-denied__hint[b-w5nvq91w8t] {
    margin: 0 !important;
    color: var(--bis-ad-muted) !important;
    line-height: 1.55 !important;
    max-width: 24rem;
}

.bis-access-denied__actions[b-w5nvq91w8t] {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.bis-access-denied__actions .rz-button[b-w5nvq91w8t] {
    min-width: 10rem;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
/* /Components/Pages/User/UserLogin.razor.rz.scp.css */
/* Login page styles live in UserLogin.razor <style> so they can override Radzen reliably. */
