/* /Components/ConfermaModale.razor.rz.scp.css */
.cm-backdrop[b-aumb9v3lty] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    padding: 1rem;
}

.cm-dialog[b-aumb9v3lty] {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: cm-in-b-aumb9v3lty 0.12s ease-out;
}

@keyframes cm-in-b-aumb9v3lty {
    from { transform: translateY(8px); opacity: 0; }
    to { transform: none; opacity: 1; }
}

.cm-header[b-aumb9v3lty] {
    padding: 0.9rem 1.1rem;
    font-weight: 600;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cm-body[b-aumb9v3lty] {
    padding: 1.1rem;
}

.cm-footer[b-aumb9v3lty] {
    padding: 0.8rem 1.1rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #fafafa;
}
/* /Components/NotificationToast.razor.rz.scp.css */
.toast-stack[b-1kxiicc3k0] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 340px;
}
.toast-card[b-1kxiicc3k0] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    animation: toast-in-b-1kxiicc3k0 0.18s ease-out;
}
.toast-card.is-info[b-1kxiicc3k0]  { background: #1670c4; }
.toast-card.is-warn[b-1kxiicc3k0]  { background: #b9760a; }
.toast-card.is-muted[b-1kxiicc3k0] { background: #495057; }
.toast-body[b-1kxiicc3k0] { flex: 1; font-size: 0.9rem; }
.toast-close[b-1kxiicc3k0] {
    background: transparent; border: 0; color: #fff;
    font-size: 1.1rem; line-height: 1; cursor: pointer; opacity: 0.8;
}
.toast-close:hover[b-1kxiicc3k0] { opacity: 1; }
@keyframes toast-in-b-1kxiicc3k0 { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
/* /Components/SearchSelect.razor.rz.scp.css */
.search-select[b-090ri0gc8a] { position: relative; }
.search-select-list[b-090ri0gc8a] {
    position: absolute;
    z-index: 1050;
    left: 0; right: 0;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.search-select-list li[b-090ri0gc8a] {
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    font-size: 0.9rem;
}
.search-select-list li:hover[b-090ri0gc8a] { background: #eef3fb; }
.search-select-list li.empty[b-090ri0gc8a],
.search-select-list li.more[b-090ri0gc8a] { color: #6c757d; cursor: default; font-style: italic; }
.search-select-list li.more:hover[b-090ri0gc8a] { background: transparent; }
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-94ezgjpo3l] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(1200px 500px at 50% -10%, rgba(36,242,0,0.10), transparent 60%),
                linear-gradient(160deg, #0b0d0a 0%, #11210c 55%, #0b0d0a 100%);
    padding: 1rem;
}

.auth-card[b-94ezgjpo3l] {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.auth-logo[b-94ezgjpo3l] {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto 1.5rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-lllfhlnxwx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lllfhlnxwx] {
    flex: 1;
}

.sidebar[b-lllfhlnxwx] {
    background-image: linear-gradient(180deg, #0c100b 0%, #15240f 100%);
}

.top-row[b-lllfhlnxwx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-lllfhlnxwx]  a, .top-row[b-lllfhlnxwx]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-lllfhlnxwx]  a:hover, .top-row[b-lllfhlnxwx]  .btn-link:hover {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .top-row[b-lllfhlnxwx] {
        justify-content: space-between;
    }
    .top-row[b-lllfhlnxwx]  a, .top-row[b-lllfhlnxwx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lllfhlnxwx] {
        flex-direction: row;
    }
    .sidebar[b-lllfhlnxwx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    .top-row[b-lllfhlnxwx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .top-row[b-lllfhlnxwx], article[b-lllfhlnxwx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.signalr-dot[b-lllfhlnxwx] {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 0.6rem;
    background: #c0c0c0;
}
.signalr-dot.on[b-lllfhlnxwx]  { background: #2fb344; box-shadow: 0 0 0 3px rgba(47,179,68,0.18); }
.signalr-dot.off[b-lllfhlnxwx] { background: #d0354e; }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-beyd17nfvs] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    position: absolute;
    top: 0.55rem;
    right: 1rem;
    border: 1px solid #c4c9bd;
    border-radius: 6px;
    background: #f1f4ee url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%231f8a00' stroke-width='2.6' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat center/1.6rem;
}

.navbar-toggler:checked[b-beyd17nfvs] {
    background-color: #e2ecdc;
    border-color: #1f8a00;
}

.top-row[b-beyd17nfvs] {
    height: 3.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.navbar-brand[b-beyd17nfvs] {
    display: flex;
    align-items: center;
    padding: 0;
}

.brand-logo[b-beyd17nfvs] {
    height: 38px;
    width: auto;
    max-width: 100%;
    display: block;
}

.nav-item[b-beyd17nfvs] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-beyd17nfvs] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-beyd17nfvs] {
    padding-bottom: 1rem;
}

.nav-item[b-beyd17nfvs]  .nav-link {
    color: #d7e7d2;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-beyd17nfvs]  a.active {
    background-color: rgba(36,242,0,0.16);
    color: #ffffff;
    box-shadow: inset 3px 0 0 #24F200;
}

.nav-item[b-beyd17nfvs]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
}

.nav-scrollable[b-beyd17nfvs] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-beyd17nfvs] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-beyd17nfvs] {
        display: none;
    }
    .nav-scrollable[b-beyd17nfvs] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
