/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-jsjn09oen3] {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at center, #2b3595 0%, #0a0e27 100%);
    overflow: hidden;
}

[b-jsjn09oen3] .login-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    padding: 3rem !important;
    width: 100%;
    max-width: 440px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
    animation: fadeInUp 0.8s ease-out;
}

.login-title[b-jsjn09oen3] { color: #ffffff; font-weight: 700; font-size: 2rem; margin-bottom: 0.5rem; }
.login-subtitle[b-jsjn09oen3] { color: rgba(255, 255, 255, 0.7); font-size: 1rem; }



.login-btn[b-jsjn09oen3] {
    border-radius: 12px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: white;
    background: linear-gradient(135deg, var(--rz-primary) 0%, var(--rz-secondary) 100%) !important;
    border: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-btn:hover:not(:disabled)[b-jsjn09oen3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(91, 110, 220, 0.4);
}
.login-btn:disabled[b-jsjn09oen3] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #555 !important;
}

.login-link[b-jsjn09oen3] { color: var(--rz-secondary-lighter); text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: color 0.2s; }
.login-link:hover[b-jsjn09oen3] { color: white; text-decoration: underline; }
/* /Components/Components/CompartilharLink.razor.rz.scp.css */
/* /Components/Components/Corpo.razor.rz.scp.css */
/* ============================================================
   Corpo.razor — Scoped CSS (Dark Sci-Fi Page Shell)
   ============================================================ */

[b-stfwvh2zcu] .corpo-shell {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

/* ---- HEADER ---- */
[b-stfwvh2zcu] .corpo-header {
    height: 52px;
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-shrink: 0;
    animation: fadeInDown-b-stfwvh2zcu 0.3s ease;
}

@keyframes fadeInDown-b-stfwvh2zcu {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

[b-stfwvh2zcu] .corpo-header-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* ---- TOGGLE ---- */
[b-stfwvh2zcu] .corpo-toggle-btn {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 6px !important;
    color: rgba(255,255,255,0.65) !important;
    transition: all 0.18s !important;
    width: 30px !important;
    height: 30px !important;
}
[b-stfwvh2zcu] .corpo-toggle-btn:hover {
    background: rgba(91,110,220,0.2) !important;
    border-color: rgba(91,110,220,0.4) !important;
    color: white !important;
}

/* ---- ACTION BUTTONS (detalhe) ---- */
[b-stfwvh2zcu] .corpo-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 6px !important;
    border: 1px solid !important;
    cursor: pointer !important;
    transition: all 0.18s ease !important;
    padding: 0 !important;
    box-shadow: none !important;
}

[b-stfwvh2zcu] .corpo-action-btn .rzi {
    margin: 0 !important;
}

[b-stfwvh2zcu] .corpo-btn-back {
    background: rgba(248,113,113,0.1) !important;
    border-color: rgba(248,113,113,0.3) !important;
    color: #f87171 !important;
}
[b-stfwvh2zcu] .corpo-btn-back:hover {
    background: rgba(248,113,113,0.25) !important;
    box-shadow: 0 0 10px rgba(248,113,113,0.25) !important;
}

[b-stfwvh2zcu] .corpo-btn-save {
    background: rgba(52,211,153,0.1) !important;
    border-color: rgba(52,211,153,0.3) !important;
    color: #34d399 !important;
}
[b-stfwvh2zcu] .corpo-btn-save:hover {
    background: rgba(52,211,153,0.25) !important;
    box-shadow: 0 0 10px rgba(52,211,153,0.25) !important;
}

/* ---- TITLE GROUP ---- */
[b-stfwvh2zcu] .corpo-title-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-stfwvh2zcu] .corpo-title {
    font-size: 1.02rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

[b-stfwvh2zcu] .corpo-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.55);
}

[b-stfwvh2zcu] .corpo-count-badge--total {
    background: rgba(52,211,153,0.1);
    border-color: rgba(52,211,153,0.25);
    color: #6ee7b7;
}

/* ---- TOPBAR SLOT ---- */
[b-stfwvh2zcu] .corpo-topbar-slot {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 6px;
}

/* ---- DETAIL TITLES ---- */
[b-stfwvh2zcu] .corpo-detail-titles {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 4px;
}

[b-stfwvh2zcu] .corpo-detail-caption {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(56,189,248,0.9);
}

[b-stfwvh2zcu] .corpo-detail-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(165,180,252,0.85);
}

/* ---- UNAVAILABLE LABEL (inline header) ---- */
[b-stfwvh2zcu] .corpo-unavailable-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #f87171;
}

[b-stfwvh2zcu] .corpo-icon-blocked {
    font-size: 1.2rem;
    color: #f87171;
}

/* ---- BODY SCROLL ---- */
[b-stfwvh2zcu] .corpo-body-scroll {
    flex: 1;
    overflow: auto;
    padding-top: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.12) transparent;
}

[b-stfwvh2zcu] .corpo-body-scroll::-webkit-scrollbar { width: 6px; }
[b-stfwvh2zcu] .corpo-body-scroll::-webkit-scrollbar-track { background: transparent; }
[b-stfwvh2zcu] .corpo-body-scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.13);
    border-radius: 3px;
}
[b-stfwvh2zcu] .corpo-body-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.25);
}

/* ---- DETAIL PANEL ---- */
[b-stfwvh2zcu] .corpo-detail-panel {
    padding: 16px;
}
/* /Components/Components/PaginaComponente.razor.rz.scp.css */
/* ============================================================
   PaginaComponente — Scoped CSS (Dark Sci-Fi Page Shell)
   ============================================================ */

/* Shell principal */
[b-9l1ojf6wlo] .ds-page-shell {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background: transparent;
}

/* ---- PAGE HEADER ---- */
[b-9l1ojf6wlo] .ds-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    min-height: 56px;
    padding: 0 20px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-shrink: 0;
    gap: 12px;
    animation: fadeInDown-b-9l1ojf6wlo 0.35s ease;
}

@keyframes fadeInDown-b-9l1ojf6wlo {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

[b-9l1ojf6wlo] .ds-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

[b-9l1ojf6wlo] .ds-header-center {
    flex: 1;
    padding: 0 12px;
}

[b-9l1ojf6wlo] .ds-header-right {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

/* ---- TITLE GROUP ---- */
[b-9l1ojf6wlo] .ds-title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[b-9l1ojf6wlo] .ds-page-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    letter-spacing: 0.025em;
    line-height: 1.2;
    white-space: nowrap;
}

[b-9l1ojf6wlo] .ds-page-subtitle {
    font-size: 0.74rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.2;
    margin-top: 1px;
}

/* ---- TOPBAR ACTIONS SLOT ---- */
[b-9l1ojf6wlo] .ds-topbar-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
}

/* ---- SIDEBAR TOGGLE ---- */
[b-9l1ojf6wlo] .ds-sidebar-toggle {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 6px !important;
    color: rgba(255,255,255,0.7) !important;
    transition: all 0.18s !important;
    width: 32px !important;
    height: 32px !important;
}
[b-9l1ojf6wlo] .ds-sidebar-toggle:hover {
    background: rgba(91,110,220,0.25) !important;
    border-color: rgba(91,110,220,0.4) !important;
    color: white !important;
}

/* ---- UTILITY BUTTONS (sidebar controls) ---- */
[b-9l1ojf6wlo] .ds-btn-util {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    color: rgba(255,255,255,0.55);
    cursor: pointer;
    transition: all 0.18s ease;
    padding: 0;
}

[b-9l1ojf6wlo] .ds-btn-util:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
}

[b-9l1ojf6wlo] .ds-btn-util--highlight {
    background: rgba(91,110,220,0.15);
    border-color: rgba(91,110,220,0.3);
    color: rgba(91,110,220,0.9);
}
[b-9l1ojf6wlo] .ds-btn-util--highlight:hover {
    background: rgba(91,110,220,0.3);
    border-color: rgba(91,110,220,0.5);
    color: #a5b4fc;
    box-shadow: 0 0 12px rgba(91,110,220,0.3);
}

/* ---- UNAVAILABLE ICON ---- */
[b-9l1ojf6wlo] .ds-icon-unavailable {
    font-size: 1.2rem;
    color: #f87171;
}

/* ---- UNAVAILABLE BANNER ---- */
[b-9l1ojf6wlo] .ds-unavailable-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    background: rgba(248,113,113,0.08);
    border: 1px solid rgba(248,113,113,0.25);
    color: #fca5a5;
    font-size: 0.88rem;
    animation: fadeInUp 0.4s ease;
}

[b-9l1ojf6wlo] .ds-unavailable-banner .material-icons {
    font-size: 1.4rem;
    color: #f87171;
    margin-top: 1px;
}

/* ---- BODY SCROLL AREA ---- */
[b-9l1ojf6wlo] .ds-body-scroll {
    flex: 1;
    overflow: auto;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.15) transparent;
}

[b-9l1ojf6wlo] .ds-body-scroll::-webkit-scrollbar { width: 6px; }
[b-9l1ojf6wlo] .ds-body-scroll::-webkit-scrollbar-track { background: transparent; }
[b-9l1ojf6wlo] .ds-body-scroll::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
}
[b-9l1ojf6wlo] .ds-body-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.28);
}

/* ---- LEFT SIDEBAR ---- */
[b-9l1ojf6wlo] .ds-sidebar-left .rz-sidebar-content {
    padding: 8px;
}

/* ---- RIGHT SIDEBAR (drawer) ---- */
[b-9l1ojf6wlo] .ds-sidebar-right-inner {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

/* Scrollbar fino na sidebar direita */
[b-9l1ojf6wlo] .ds-sidebar-right .rz-sidebar-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.12) transparent;
}
/* /Components/Components/Shared/VideoPlayer.razor.rz.scp.css */
/* /Components/Layout/CleanHtmlLayout.razor.rz.scp.css */
.page[b-7dc1sxa15e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7dc1sxa15e] {
    flex: 1;
}

.sidebar[b-7dc1sxa15e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7dc1sxa15e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7dc1sxa15e]  a, .top-row[b-7dc1sxa15e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7dc1sxa15e]  a:hover, .top-row[b-7dc1sxa15e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7dc1sxa15e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7dc1sxa15e] {
        justify-content: space-between;
    }

    .top-row[b-7dc1sxa15e]  a, .top-row[b-7dc1sxa15e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7dc1sxa15e] {
        flex-direction: row;
    }

    .sidebar[b-7dc1sxa15e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7dc1sxa15e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7dc1sxa15e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7dc1sxa15e], article[b-7dc1sxa15e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7dc1sxa15e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-7dc1sxa15e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/FormsLayout.razor.rz.scp.css */
.page[b-k4f7d9d7fr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k4f7d9d7fr] {
    flex: 1;
}

.sidebar[b-k4f7d9d7fr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k4f7d9d7fr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k4f7d9d7fr]  a, .top-row[b-k4f7d9d7fr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k4f7d9d7fr]  a:hover, .top-row[b-k4f7d9d7fr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k4f7d9d7fr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k4f7d9d7fr] {
        justify-content: space-between;
    }

    .top-row[b-k4f7d9d7fr]  a, .top-row[b-k4f7d9d7fr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k4f7d9d7fr] {
        flex-direction: row;
    }

    .sidebar[b-k4f7d9d7fr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k4f7d9d7fr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k4f7d9d7fr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k4f7d9d7fr], article[b-k4f7d9d7fr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-k4f7d9d7fr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-k4f7d9d7fr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================================
   MainLayout — Scoped CSS (Dark Sci-Fi Shell)
   ============================================================ */

/* Glass Header */
.main-layout-scope[b-ldql3sh107]  .glass-header {
    background: rgba(10,14,39,0.80) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,0.09) !important;
    color: white !important;
    height: 60px;
    flex-shrink: 0;
    box-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 4px 24px rgba(0,0,0,0.4);
}

/* Brand name */
.main-layout-scope[b-ldql3sh107]  .glass-header span {
    color: rgba(255,255,255,0.92) !important;
    letter-spacing: 0.04em;
}

/* Glass Sidebar */
.main-layout-scope[b-ldql3sh107]  .glass-sidebar {
    background: rgba(10,14,39,0.65) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255,255,255,0.08) !important;
    display: flex;
    flex-direction: column;
}

/* Body area */
.main-layout-scope[b-ldql3sh107]  .rz-body {
    background: transparent !important;
    height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

/* Content wrapper — dark transparent (::deep to reach child components) */
.main-layout-scope[b-ldql3sh107]  .content {
    background: transparent !important;
    color: rgba(255,255,255,0.95) !important;
    margin: 0;
    min-height: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    border-radius: 0 !important;
    border: none !important;
}

/* Force any Radzen component inside the body to have dark bg */
.main-layout-scope[b-ldql3sh107]  .rz-layout {
    background: transparent !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-card {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    color: rgba(255,255,255,0.95) !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-panel {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    color: rgba(255,255,255,0.95) !important;
}

/* Kill any remaining white backgrounds */
.main-layout-scope[b-ldql3sh107]  [style*="background-color: white"],
.main-layout-scope[b-ldql3sh107]  [style*="background: white"],
.main-layout-scope[b-ldql3sh107]  [style*="background:white"] {
    background: rgba(255,255,255,0.04) !important;
}

/* Radzen table overrides within layout scope */
.main-layout-scope[b-ldql3sh107]  .rz-grid-table,
.main-layout-scope[b-ldql3sh107]  .rz-data-grid {
    background: transparent !important;
    color: rgba(255,255,255,0.95) !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-data-grid td,
.main-layout-scope[b-ldql3sh107]  .rz-data-grid th {
    color: rgba(255,255,255,0.95) !important;
    border-color: rgba(255,255,255,0.08) !important;
}

/* ---- NAV MENU ---- */
.main-layout-scope[b-ldql3sh107]  .rz-panel-menu {
    background: transparent !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-panel-menu .rz-navigation-item-wrapper,
.main-layout-scope[b-ldql3sh107]  .rz-panel-menu .rz-navigation-item-link,
.main-layout-scope[b-ldql3sh107]  .rz-panel-menu .rz-navigation-menu {
    background: transparent !important;
    color: rgba(255,255,255,0.80) !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-icon {
    color: rgba(255,255,255,0.60) !important;
    transition: color 0.18s;
}

.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-link:hover {
    background: rgba(91,110,220,0.18) !important;
    color: white !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-link:hover .rz-navigation-item-icon {
    color: rgba(165,180,252,0.9) !important;
}

/* Active item */
.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-link.rz-state-selected {
    background: rgba(91,110,220,0.25) !important;
    border-left: 2px solid rgba(91,110,220,0.8);
    color: #a5b4fc !important;
}

.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-link.rz-state-selected .rz-navigation-item-icon {
    color: #a5b4fc !important;
}

/* Nav item label text */
.main-layout-scope[b-ldql3sh107]  .rz-navigation-item-text {
    color: inherit !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xgic83jstp] {
    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-xgic83jstp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xgic83jstp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xgic83jstp] {
    font-size: 1.1rem;
}

.bi[b-xgic83jstp] {
    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-xgic83jstp] {
    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-xgic83jstp] {
    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-xgic83jstp] {
    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");
}

.bi-lock-nav-menu[b-xgic83jstp] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-xgic83jstp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-xgic83jstp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-xgic83jstp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-xgic83jstp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-xgic83jstp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xgic83jstp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xgic83jstp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xgic83jstp]  .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-xgic83jstp]  a.active {
    xbackground-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xgic83jstp]  .nav-link:hover {
    xbackground-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xgic83jstp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xgic83jstp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xgic83jstp] {
        display: none;
    }

    .nav-scrollable[b-xgic83jstp] {
        /* 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/Pages/Exemplos/Colors.razor.rz.scp.css */

.colors[b-ilxdpb3ygt],
.color-classes[b-ilxdpb3ygt] {
    overflow: hidden;
}

    .colors div[b-ilxdpb3ygt] {
        padding: 16px;
    }

    .color-classes div[b-ilxdpb3ygt] {
        padding: 8px 16px;
    }

.series-colors[b-ilxdpb3ygt] {
    display: flex;
}

    .series-colors div[b-ilxdpb3ygt] {
        flex: 1;
    }

.border-color-classes div[b-ilxdpb3ygt] {
    padding: 3px 15px;
    margin: 8px;
    border: 1px solid transparent;
    border-radius: var(--rz-border-radius-2)
}
