@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.dashboard-page[b-wgikfk792f] {
    padding: 10px 8px 24px;
}

.dashboard-header[b-wgikfk792f] {
    align-items: center;
    border-bottom: 1px solid #e6e8ec;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 4px 4px 14px;
}

.dashboard-kicker[b-wgikfk792f] {
    color: #697386;
    display: block;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.dashboard-header h1[b-wgikfk792f] {
    color: #20242a;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0;
}

.dashboard-badge[b-wgikfk792f] {
    background: #fff7e0;
    border: 1px solid #f3cf75;
    border-radius: 999px;
    color: #694b05;
    font-size: .83rem;
    font-weight: 700;
    padding: 7px 12px;
    white-space: nowrap;
}

.dashboard-grid[b-wgikfk792f] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-card[b-wgikfk792f] {
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(28, 36, 51, .06);
    min-width: 0;
    overflow: hidden;
}

.dashboard-row-start[b-wgikfk792f] {
    grid-column-start: 1;
}

.dashboard-card-header[b-wgikfk792f] {
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #e9edf2;
    display: flex;
    gap: 10px;
    min-height: 54px;
    padding: 12px 14px;
}

.dashboard-icon[b-wgikfk792f] {
    align-items: center;
    background: #18835f;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.dashboard-card-header h2[b-wgikfk792f] {
    color: #20242a;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.dashboard-actions[b-wgikfk792f] {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.dashboard-action[b-wgikfk792f] {
    align-items: center;
    border-radius: 6px;
    color: #242a31;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    text-decoration: none;
}

.dashboard-action:hover[b-wgikfk792f] {
    background: #eef7f3;
    color: #145f49;
    text-decoration: none;
}

.dashboard-action i[b-wgikfk792f] {
    color: #8792a2;
    font-size: .72rem;
    margin-left: 10px;
}

.dashboard-menu[b-wgikfk792f] {
    align-items: center;
    border-radius: 6px;
    display: flex;
    min-height: 42px;
    padding: 3px 8px;
}

.dashboard-menu:hover[b-wgikfk792f] {
    background: #eef7f3;
}

@media (max-width: 1000px) {
    .dashboard-grid[b-wgikfk792f] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dashboard-grid[b-wgikfk792f] {
        grid-template-columns: minmax(0, 1fr);
    }

    .dashboard-header[b-wgikfk792f] {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-badge[b-wgikfk792f] {
        white-space: normal;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-o0ozano056] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o0ozano056] {
    flex: 1;
}

.sidebar[b-o0ozano056] {
    background-image: linear-gradient(180deg, #ffd800 0%, #ff6a00 80%) !important;
}

.top-row[b-o0ozano056] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o0ozano056]  a, .top-row[b-o0ozano056]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o0ozano056]  a:hover, .top-row[b-o0ozano056]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o0ozano056]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o0ozano056] {
        display: none;
    }

    .top-row.auth[b-o0ozano056] {
        justify-content: space-between;
    }

    .top-row[b-o0ozano056]  a, .top-row[b-o0ozano056]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o0ozano056] {
        flex-direction: row;
    }

    .sidebar[b-o0ozano056] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o0ozano056] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o0ozano056]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o0ozano056], article[b-o0ozano056] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4taqu9er5y] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4taqu9er5y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4taqu9er5y] {
    font-size: 1.1rem;
}

.oi[b-4taqu9er5y] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4taqu9er5y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4taqu9er5y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4taqu9er5y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4taqu9er5y]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4taqu9er5y]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4taqu9er5y]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4taqu9er5y] {
        display: none;
    }

    .collapse[b-4taqu9er5y] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
