@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fn6ju8aguz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fn6ju8aguz] {
    flex: 1;
}

.sidebar[b-fn6ju8aguz] {
    background-image: linear-gradient(180deg, #3C5170 0%, #5EB3E1 90%);
}

.top-row[b-fn6ju8aguz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fn6ju8aguz]  a, .top-row[b-fn6ju8aguz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fn6ju8aguz]  a:hover, .top-row[b-fn6ju8aguz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fn6ju8aguz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fn6ju8aguz] {
        justify-content: space-between;
    }

    .top-row[b-fn6ju8aguz]  a, .top-row[b-fn6ju8aguz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fn6ju8aguz] {
        flex-direction: row;
    }

    .sidebar[b-fn6ju8aguz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fn6ju8aguz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fn6ju8aguz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fn6ju8aguz], article[b-fn6ju8aguz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/*::deep .quickgrid[theme=corporate] .col-title {
    gap: 0.4rem;*/ /* Separate the sort indicator from title text */
/*font-weight: bold;
}*/
/*
    ::deep .quickgrid[theme=corporate] .sort-indicator {
        color: blue;
    }

    ::deep .quickgrid[theme=corporate] button.col-title:hover, ::deep .quickgrid[theme=corporate] .col-options-button:hover {
        background-color: hotpink;
    }

    ::deep .quickgrid[theme=corporate] button.col-title:active, ::deep .quickgrid[theme=corporate] .col-options-button:active {
        background-color: yellow;
    }*/

[b-fn6ju8aguz] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}


.grid[b-fn6ju8aguz] {
    height: 16.5rem;
    overflow-y: auto;
}

    .grid[b-fn6ju8aguz]  table {
        min-width: 100%;
    }


/* For virtualized grids, it's essential that all rows have the same known height */
[b-fn6ju8aguz] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

.grid[b-fn6ju8aguz]  .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
    background-color: lightgrey;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
}



.search-box[b-fn6ju8aguz] {
    border-radius: 5px;
    padding: 5px;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] td, th[b-fn6ju8aguz] {
    padding: 3px;
    height: 35px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    font-size: 13px;
    text-overflow: ellipsis;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] td {
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    font-size: 13px;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] thead th {
    border-bottom: 0.5px solid #f7f7f9;
    color: #000000;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] thead th:nth-child(even) {
    border-bottom: 0.5px solid #f7f7f9;
    color: #000000;
    background: #F8F8F8;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] thead {
    border: 0px;
    outline: 0px;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] table {
    overflow: auto;
    border-radius: 6px;
}

.quickgrid-wrapper[b-fn6ju8aguz] {
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] tbody tr:nth-child(odd) {
    background: none;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] tr:nth-child(even) {
    background: transparent;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] tr td:nth-child(odd) {
    background: #F8F8F8;
    border-right: 1px solid #E6E4E4;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] tr td:nth-child(even) {
    border-right: 1px solid #E6E4E4;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] .col-title {
    justify-content: center;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] .col-options-button {
    margin-left: 5px;
}

[b-fn6ju8aguz] .quickgrid thead * {
    font-weight: 500;
}

[b-fn6ju8aguz] .quickgrid thead th:nth-col(1) {
    font-weight: 500;
    border-radius: 6px 0px 0px 0px;
}

[b-fn6ju8aguz] .quickgrid thead th:nth-last-col(1) {
    font-weight: 500;
    border-radius: 0px 6px 0px 0px;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] thead th:nth-child(1) {
    font-weight: 500;
    border-radius: 6px 0px 0px 0px;
}

[b-fn6ju8aguz] .quickgrid[theme=fancy-table] thead th:nth-last-child(1) {
    font-weight: 500;
    border-radius: 0px 6px 0px 0px;
}

.accordion-button[b-fn6ju8aguz] {
    background-color: ghostwhite;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* CSS am�lior� */

.main-sidebar[b-4y04mkwuq7] {
    width: var(--sidebar-width);
    height: 100vh;
    background: linear-gradient(to bottom, var(--primary-color), #34495e);
    color: white;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

[b-4y04mkwuq7] .brand-container {
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid var(--border-color);
}

[b-4y04mkwuq7] .brand-link {
    color: white;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-speed);
}

    [b-4y04mkwuq7] .brand-link:hover {
        color: var(--active-color);
    }

    [b-4y04mkwuq7] .brand-link i {
        font-size: 24px;
        margin-right: 10px;
    }

[b-4y04mkwuq7] .sidebar-menu {
    flex: 1;
    padding: 15px 0;
}

[b-4y04mkwuq7] .menu-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

    [b-4y04mkwuq7] .menu-section:last-child {
        border-bottom: none;
    }

[b-4y04mkwuq7] .section-title {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--muted-text);
    display: flex;
    align-items: center;
}

    [b-4y04mkwuq7] .section-title::after {
        content: '';
        flex: 1;
        height: 1px;
        background-color: var(--border-color);
        margin-left: 10px;
    }

[b-4y04mkwuq7] .menu-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: var(--text-color);
    text-decoration: none;
    transition: all var(--transition-speed);
    position: relative;
    margin: 4px 8px;
    border-radius: 6px;
}

    [b-4y04mkwuq7] .menu-item:hover {
        background-color: var(--hover-bg);
        color: white;
        transform: translateX(4px);
    }

    [b-4y04mkwuq7] .menu-item.active {
        background-color: var(--active-color);
        color: white;
    }

[b-4y04mkwuq7] .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all var(--transition-speed);
}

[b-4y04mkwuq7] .menu-item:hover .icon-container {
    background-color: rgba(255, 255, 255, 0.2);
}

[b-4y04mkwuq7] .menu-item.active .icon-container {
    background-color: rgba(255, 255, 255, 0.25);
}

[b-4y04mkwuq7] .menu-item i {
    font-size: 18px;
}

[b-4y04mkwuq7] .menu-text {
    font-weight: 500;
    font-size: 14px;
}

[b-4y04mkwuq7] .active-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: transparent;
    border-radius: 0 3px 3px 0;
    transition: all var(--transition-speed);
}

[b-4y04mkwuq7] .menu-item.active .active-indicator {
    background-color: white;
}

[b-4y04mkwuq7] .admin-section {
    background-color: var(--admin-bg);
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--border-color);
}

[b-4y04mkwuq7] .sidebar-footer {
    padding: 15px;
    border-top: 1px solid var(--border-color);
    background-color: rgba(0, 0, 0, 0.15);
}

[b-4y04mkwuq7] .user-info {
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-size: 14px;
}

    [b-4y04mkwuq7] .user-info i {
        font-size: 18px;
        margin-right: 10px;
    }

[b-4y04mkwuq7] .main-content {
    margin-left: var(--sidebar-width);
    padding: 20px;
    transition: margin-left var(--transition-speed);
}
