/* _content/Customation.DrawControl.Host/Components/Layout/AdminLayout.razor.rz.scp.css */
.dc-admin-layout[b-i2op20dbd6] {
    display: flex;
    min-height: calc(100vh - 56px);
}

.dc-admin-sidebar[b-i2op20dbd6] {
    width: 220px;
    flex-shrink: 0;
    background: var(--dc-slate-900);
    padding: 1.25rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.dc-admin-sidebar-title[b-i2op20dbd6] {
    color: var(--dc-slate-500);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0 1.25rem;
    margin: 0 0 0.75rem 0;
}

[b-i2op20dbd6] .dc-admin-nav-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 1.25rem;
    color: var(--dc-slate-400);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s, background-color 0.15s;
}

[b-i2op20dbd6] .dc-admin-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

[b-i2op20dbd6] .dc-admin-nav-link.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid var(--dc-orange);
    padding-left: calc(1.25rem - 3px);
}

[b-i2op20dbd6] .dc-admin-nav-link .rzi {
    font-size: 1.1rem;
}

.dc-admin-content[b-i2op20dbd6] {
    flex: 1;
    padding: 1.5rem 2rem;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .dc-admin-layout[b-i2op20dbd6] {
        flex-direction: column;
    }

    .dc-admin-sidebar[b-i2op20dbd6] {
        width: 100%;
        flex-direction: row;
        padding: 0.5rem 1rem;
        gap: 0.25rem;
        overflow-x: auto;
    }

    .dc-admin-sidebar-title[b-i2op20dbd6] {
        display: none;
    }

    [b-i2op20dbd6] .dc-admin-nav-link {
        white-space: nowrap;
        padding: 0.5rem 0.75rem;
    }

    [b-i2op20dbd6] .dc-admin-nav-link.active {
        border-left: none;
        border-bottom: 2px solid var(--dc-orange);
        padding-left: 0.75rem;
    }

    .dc-admin-content[b-i2op20dbd6] {
        padding: 1rem;
    }
}
/* _content/Customation.DrawControl.Host/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-cy0jqjm0eb] {
    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-cy0jqjm0eb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Customation.DrawControl.Host/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-92gscauoyw] {
    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-92gscauoyw] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-92gscauoyw] {
    font-size: 1.1rem;
}

.bi[b-92gscauoyw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-92gscauoyw] {
    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-92gscauoyw] {
    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-92gscauoyw] {
    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-92gscauoyw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-92gscauoyw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-92gscauoyw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-92gscauoyw]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-92gscauoyw] {
    display: none;
}

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Customation.DrawControl.Host/Components/Layout/NotificationBell.razor.rz.scp.css */
.dc-notification-bell[b-jrnxmz3b46] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.dc-notification-badge[b-jrnxmz3b46] {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e53935;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    pointer-events: none;
}

.dc-notification-overlay[b-jrnxmz3b46] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.dc-notification-panel[b-jrnxmz3b46] {
    position: fixed;
    top: 64px;
    right: 16px;
    width: 360px;
    max-height: calc(100vh - 80px);
    background: var(--dc-slate-800, #1e293b);
    border: 1px solid var(--dc-slate-600, #475569);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dc-notification-panel-header[b-jrnxmz3b46] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--dc-slate-600, #475569);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--dc-slate-100, #f1f5f9);
}

.dc-notification-mark-all[b-jrnxmz3b46] {
    background: none;
    border: none;
    color: var(--rz-primary, #4dabf7);
    cursor: pointer;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 4px;
}

.dc-notification-mark-all:hover[b-jrnxmz3b46] {
    background: rgba(77, 171, 247, 0.1);
}

.dc-notification-panel-body[b-jrnxmz3b46] {
    overflow-y: auto;
    flex: 1;
}

.dc-notification-empty[b-jrnxmz3b46] {
    padding: 32px 16px;
    text-align: center;
    color: var(--dc-slate-400, #94a3b8);
    font-size: 0.8125rem;
}

.dc-notification-item[b-jrnxmz3b46] {
    padding: 12px 16px;
    border-bottom: 1px solid var(--dc-slate-700, #334155);
    cursor: pointer;
    transition: background 0.1s;
}

.dc-notification-item:hover[b-jrnxmz3b46] {
    background: rgba(255, 255, 255, 0.04);
}

.dc-notification-item.unread[b-jrnxmz3b46] {
    border-left: 3px solid var(--rz-primary, #4dabf7);
    background: rgba(77, 171, 247, 0.06);
}

.dc-notification-item-title[b-jrnxmz3b46] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--dc-slate-100, #f1f5f9);
    margin-bottom: 2px;
}

.dc-notification-item.unread .dc-notification-item-title[b-jrnxmz3b46] {
    color: #fff;
}

.dc-notification-item-body[b-jrnxmz3b46] {
    font-size: 0.75rem;
    color: var(--dc-slate-300, #cbd5e1);
    line-height: 1.4;
    margin-bottom: 4px;
}

.dc-notification-item-time[b-jrnxmz3b46] {
    font-size: 0.6875rem;
    color: var(--dc-slate-400, #94a3b8);
}

@media (max-width: 640px) {
    .dc-notification-panel[b-jrnxmz3b46] {
        position: fixed;
        top: 56px;
        right: 8px;
        left: 8px;
        width: auto;
        max-height: calc(100vh - 72px);
    }
}
