/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-76mu03n0vy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-76mu03n0vy] {
    flex: 1;
}

.sidebar[b-76mu03n0vy] {
    background-image: linear-gradient(180deg, #0d2b6e 0%, #1a0a3c 100%);
}

.top-row[b-76mu03n0vy] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-row-user[b-76mu03n0vy] {
    font-size: 0.85rem;
    color: #4b5563;
}

@media (max-width: 640.98px) {
    .top-row[b-76mu03n0vy] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-76mu03n0vy] {
        flex-direction: row;
    }

    .sidebar[b-76mu03n0vy] {
        width: 240px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-76mu03n0vy] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    article[b-76mu03n0vy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-76mu03n0vy] {
    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-76mu03n0vy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6x4trdmdj9] {
    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-6x4trdmdj9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6x4trdmdj9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.3);
}

.navbar-brand[b-6x4trdmdj9] {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.brand-mark[b-6x4trdmdj9] {
    color: #7ecfff;
    margin-right: 0.4rem;
}

/* Section group labels */
.nav-group-label[b-6x4trdmdj9] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    padding: 1.25rem 1.25rem 0.35rem;
}

/* Nav icons via SVG backgrounds */
.nav-icon[b-6x4trdmdj9] {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.6rem;
    vertical-align: -0.15em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}

.nav-icon-dashboard[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.nav-icon-occupants[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.nav-icon-services[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z'/%3E%3C/svg%3E");
}

.nav-icon-facilities[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L8 2.207l6.646 6.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5z'/%3E%3Cpath d='M13 7.293l-5-5-5 5V15h4v-3h2v3h4V7.293z'/%3E%3C/svg%3E");
}

.nav-icon-billing[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z'/%3E%3Cpath d='M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-icon-reports[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5h-2v12h2V2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z'/%3E%3C/svg%3E");
}

.nav-icon-users[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-9 8c0 1 1 1 1 1h10s1 0 1-1-1-4-6-4-6 3-6 4z'/%3E%3C/svg%3E");
}

.nav-icon-buildings[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1z'/%3E%3Cpath d='M4.5 3h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm3 0h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm-3 2.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm3 0h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm-3 2.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm3 0h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm-3 2.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1zm3 0h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.nav-icon-settings[b-6x4trdmdj9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.474l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

/* Nav items */
.nav-item[b-6x4trdmdj9] {
    font-size: 0.875rem;
    padding-bottom: 0.15rem;
}

    .nav-item[b-6x4trdmdj9]  .nav-link {
        color: rgba(255, 255, 255, 0.8);
        background: none;
        border: none;
        border-radius: 6px;
        height: 2.6rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 0.75rem;
        transition: background-color 0.15s ease;
    }

    .nav-item[b-6x4trdmdj9]  a.active {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .nav-item[b-6x4trdmdj9]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

.nav-scrollable[b-6x4trdmdj9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6x4trdmdj9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6x4trdmdj9] {
        display: none;
    }

    .nav-scrollable[b-6x4trdmdj9] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-axkhj8ivam],
.components-reconnect-repeated-attempt-visible[b-axkhj8ivam],
.components-reconnect-failed-visible[b-axkhj8ivam],
.components-pause-visible[b-axkhj8ivam],
.components-resume-failed-visible[b-axkhj8ivam],
.components-rejoining-animation[b-axkhj8ivam] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-retrying[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-failed[b-axkhj8ivam],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-axkhj8ivam] {
    display: block;
}


#components-reconnect-modal[b-axkhj8ivam] {
    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-axkhj8ivam 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-axkhj8ivam 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-axkhj8ivam 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-axkhj8ivam]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-axkhj8ivam 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-axkhj8ivam {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-axkhj8ivam {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-axkhj8ivam {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-axkhj8ivam] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-axkhj8ivam] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-axkhj8ivam] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-axkhj8ivam] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-axkhj8ivam] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-axkhj8ivam] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-axkhj8ivam] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-axkhj8ivam 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-axkhj8ivam] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-axkhj8ivam {
    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/Auth/Login.razor.rz.scp.css */
.login-bg[b-f0nhjyvbah] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0d2b6e 0%, #1a0a3c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.login-card[b-f0nhjyvbah] {
    width: 100%;
    max-width: 400px;
    border: none;
    border-radius: 12px;
    padding: 2.5rem;
    background: #ffffff;
}

.login-header[b-f0nhjyvbah] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-f0nhjyvbah] {
    font-size: 2.5rem;
    color: #0d2b6e;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.login-title[b-f0nhjyvbah] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.login-subtitle[b-f0nhjyvbah] {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0.25rem 0 0;
}

.login-form .form-label[b-f0nhjyvbah] {
    font-weight: 500;
    font-size: 0.875rem;
    color: #374151;
}

.login-form .form-control[b-f0nhjyvbah] {
    border-radius: 8px;
    font-size: 0.95rem;
    padding: 0.6rem 0.9rem;
}

.login-form .btn-primary[b-f0nhjyvbah] {
    border-radius: 8px;
    padding: 0.65rem;
    font-weight: 600;
    font-size: 0.95rem;
    background-color: #0d2b6e;
    border-color: #0d2b6e;
}

.login-form .btn-primary:hover[b-f0nhjyvbah] {
    background-color: #0b2460;
    border-color: #0b2460;
}

.login-footer[b-f0nhjyvbah] {
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 1.5rem 0 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.stat-card[b-0hvgg6vviv] {
    border-radius: 10px;
}

.stat-label[b-0hvgg6vviv] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 0.4rem;
}

.stat-value[b-0hvgg6vviv] {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-sub[b-0hvgg6vviv] {
    font-size: 0.78rem;
}
/* /Components/Pages/Platform/Users/UserList.razor.rz.scp.css */
.user-table th[b-3sq7p4s3z0] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    white-space: nowrap;
}

.user-table td[b-3sq7p4s3z0] {
    vertical-align: middle;
    font-size: 0.875rem;
}

.modal-backdrop-custom[b-3sq7p4s3z0] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1040;
}

.confirm-dialog[b-3sq7p4s3z0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 12px;
}
