/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1010u0tg84] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--color-bg);
}

main[b-1010u0tg84] {
    flex: 1;
}

.sidebar[b-1010u0tg84] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1010u0tg84] {
    background: var(--color-bg);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1010u0tg84]  a, .top-row[b-1010u0tg84]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-1010u0tg84]  a:hover, .top-row[b-1010u0tg84]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-1010u0tg84]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-1010u0tg84] {
        justify-content: space-between;
    }

        .top-row[b-1010u0tg84]  a, .top-row[b-1010u0tg84]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-1010u0tg84] {
        flex-direction: row;
    }

    .sidebar[b-1010u0tg84] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1010u0tg84] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1010u0tg84]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-1010u0tg84], article[b-1010u0tg84] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1010u0tg84] {
    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-1010u0tg84] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.mud-input .mud-text-field-search .mud-input-control[b-1010u0tg84] {
    border-radius: 50px !important;
    background-color: white !important;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
}



.rounded-icons-box[b-1010u0tg84] {
    background-color: white !important;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    height: 48px;
    gap: 8px;
}

.mud-nav-link-text[b-1010u0tg84] {
    font-weight: var(--font-regular);
    font-size: var(--font-lg) !important;
    line-height: 24px;
    color: var(--text-primary);
}

.rounded-icons-box[b-1010u0tg84] {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
    padding: 4px 8px;
    height: 48px;
    gap: 8px;
}


[b-1010u0tg84] .main-layout-paper {
    background-color: var(--color-bg-layout);
}

[b-1010u0tg84] .mud-input-underline:before {
    border-bottom: 2px solid var(--color-heading) !important;
}

[b-1010u0tg84] .mud-input-label-inputcontrol {
    font-weight: var(--font-bold) !important;
}

[b-1010u0tg84] :dir(rtl) .mud-input-label {
    transform-origin: top right !important;
    left: unset;
    right: 0;
}

[b-1010u0tg84] .mud-button-icon-start {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

[b-1010u0tg84] :dir(rtl) .mud-button-icon-start {
    transform: scaleX(-1);
}


[b-1010u0tg84] .mud-drawer--closed .mud-nav-link-expand-icon {
    display: none;
}





[b-1010u0tg84] .mud-drawer {
    position: relative !important;
}



Layout
.page[b-1010u0tg84] {
    position: relative;
    display: flex;
    flex-direction: column;
}



.top-row[b-1010u0tg84] {
    background-color: var(--color-topbar-bg);
    border-bottom: 1px solid var(--color-topbar-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    position: fixed;
    align-items: center;
}


    .top-row[b-1010u0tg84]  a,
    .top-row[b-1010u0tg84]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-1010u0tg84]  a:hover,
        .top-row[b-1010u0tg84]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-1010u0tg84]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-1010u0tg84] {
        justify-content: space-between;
    }

        .top-row[b-1010u0tg84]  a,
        .top-row[b-1010u0tg84]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-1010u0tg84] {
        flex-direction: row;
    }

    .sidebar[b-1010u0tg84] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1010u0tg84] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-1010u0tg84]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-1010u0tg84],
    article[b-1010u0tg84] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o4gwjh86my] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    border: none;
    z-index: 1000;
}

.mud-drawer--open.drawer[b-o4gwjh86my] {
    width: 260px; /* full drawer width */
    opacity: 1;
    transform: translateX(0);
}

.mud-drawer--closed.drawer[b-o4gwjh86my] {
    width: 64px; /* mini drawer width */
    opacity: 0.95;
    transform: translateX(0);
}



.top-row[b-o4gwjh86my] {
    min-height: 3.5rem;
    background: var(--color-bg-nav);
}

.navbar-brand[b-o4gwjh86my] {
    font-size: 1.1rem;
    color: var(--color-header);
}

.bi[b-o4gwjh86my] {
    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-o4gwjh86my] {
    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-o4gwjh86my] {
    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-o4gwjh86my] {
    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-o4gwjh86my] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    background: var(--color-bg-nav);
}

    .nav-item:first-of-type[b-o4gwjh86my] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o4gwjh86my] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o4gwjh86my]  .nav-link {
        color: var(--text-primary);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-o4gwjh86my]  a.active {
        background: linear-gradient(270deg, #0E0B96 0%, #4095DB 100%);
        color: white;
    }

    .nav-item[b-o4gwjh86my]  .nav-link:hover {
        background: linear-gradient(270deg, #0E0B96 0%, #4095DB 100%) !important;
        color: white;
    }

.nav-scrollable[b-o4gwjh86my] {
    display: none;
    background: var(--color-bg-nav);
}

    .nav-scrollable.open[b-o4gwjh86my] {
        display: block;
        position: fixed;
        top: 3.5rem; /* Below the top-row */
        left: 0;
        width: 100%;
        height: calc(100% - 3.5rem);
        overflow-y: auto;
        z-index: 999;
    }

.navbar-toggler:checked ~ .nav-scrollable[b-o4gwjh86my] {
    display: block;
}

.nav-group-wrapper[b-o4gwjh86my] {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

    .nav-group-wrapper.selected[b-o4gwjh86my]::before {
        content: '';
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: 12px;
        background: linear-gradient(270deg, #0E0B96 0%, #4095DB 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: destination-out;
        mask-composite: exclude;
        pointer-events: none;
        z-index: 0;
    }

    .nav-group-wrapper .mud-navgroup[b-o4gwjh86my] {
        position: relative;
        z-index: 1;
        background: white;
        border-radius: 18px;
    }

.nav-link-wrapper[b-o4gwjh86my] {
    position: relative;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 12px;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(white, white) border-box;
}

    .nav-link-wrapper.selected[b-o4gwjh86my] {
        background: linear-gradient(white, white) padding-box,
                    linear-gradient(270deg, #0E0B96 0%, #4095DB 100%) border-box;
    }

    .nav-link-wrapper .mud-nav-link[b-o4gwjh86my] {
        position: relative;
        z-index: 1;
        background: transparent;
        border-radius: 10px;
    }

/*.mud-navmenu.mud-navmenu-default
.mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #0F172A !important;
    background: linear-gradient(135deg, #EBFFF1 0%, #EBF1FF 100%) !important;
    border-radius: 8px !important;
    width: 85% !important;
    margin-inline: auto !important;*/ /* centers horizontally */
/*}*/

@media (hover: hover) and (pointer: fine) {
    .drawer .mud-nav-link:hover:not(.mud-nav-link-disabled)[b-o4gwjh86my] {
        background-color: var(--mud-palette-action-default-hover) !important;
        border-radius: 8px !important;
        box-shadow: inset 3px 0 0 var(--mud-palette-primary) !important;
        color: var(--mud-palette-primary) !important;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-o4gwjh86my] {
        display: none;
    }

    @media (min-width: 641px) {
        .nav-scrollable[b-nz7x83rx52][b-o4gwjh86my] {
            display: block;
            height: calc(180vh - 3.5rem);
            overflow-y: auto;
        }
    }

    .nav-logo-wrapper[b-o4gwjh86my] {
        background: var(--color-bg-nav) !important;
    }

    .sidebar[b-fsuzq77qi7][b-o4gwjh86my] {
        background-image: none;
        background: white;
    }

    .navbar-toggler[b-o4gwjh86my] {
        display: none;
    }

    .nav-scrollable[b-o4gwjh86my] {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
/* /Components/Pages/AttendanceManagement/Tables/AttendanceTable.razor.rz.scp.css */
.status-dot[b-nfan582vga] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: 2px solid white;
}

.dot-active[b-nfan582vga] {
    background: #22C55E;
}

.dot-inactive[b-nfan582vga] {
    background: #EF4444;
}

.dot-leave[b-nfan582vga] {
    background: #F59E0B;
}
/* /Components/Pages/OrganizationManagement/Shifts/Tables/ShiftMangementTable.razor.rz.scp.css */
.type-code[b-quyc84q7a3] {
    font-weight: var(--font-bold);
    font-size: var(--font-sm);
    line-height: 20px;
    color: var(--text-primary);
}
/* /Components/Pages/ReportingManagement/Components/DataMartDialog.razor.rz.scp.css */
[b-oo8lqr11sv] .datamart-dialog {
    min-width: 640px;
    max-width: 820px;
}

.datamart-column-list[b-oo8lqr11sv] {
    max-height: 320px;
    overflow-y: auto;
}
/* /Components/Pages/ReportingManagement/Components/QueryBuilder.razor.rz.scp.css */
.hint-opacity[b-lhioxoeg32] {
    opacity: 0.7;
}

.join-chip-container[b-lhioxoeg32] {
    max-height: 185px;
    overflow-y: auto;
}

.column-config-list[b-lhioxoeg32] {
    max-height: 370px;
    overflow-y: auto;
}

.aggregate-select[b-lhioxoeg32] {
    width: 100%;
}

.alias-field[b-lhioxoeg32] {
    width: 100%;
}

.filters-list[b-lhioxoeg32] {
    max-height: 350px;
    overflow-y: auto;
}

.filter-flex-grow[b-lhioxoeg32] {
    flex: 1;
}

.filter-operator-select[b-lhioxoeg32] {
    width: 100%;
}

[b-lhioxoeg32] .sort-direction-select {
    background-color: white;
}
/* /Components/Pages/ReportingManagement/Components/ReportScheduleDialog.razor.rz.scp.css */
[b-34vbxx6of6] .schedule-dialog {
    min-width: 600px;
    max-width: 800px;
}

.field-flex-grow[b-34vbxx6of6] {
    flex: 1;
}

.operator-select-width[b-34vbxx6of6] {
    width: 150px;
}
/* /Components/Pages/ReportingManagement/Pages/ReportListPage.razor.rz.scp.css */
.template-gallery-title[b-a7yqbhnwue] {
    color: var(--mud-palette-text-primary);
}

.template-gallery-icon[b-a7yqbhnwue] {
    color: var(--color-button);
}

.template-card[b-a7yqbhnwue] {
    height: 180px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.template-card:hover[b-a7yqbhnwue] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.text-truncate-two-lines[b-a7yqbhnwue] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.template-chip[b-a7yqbhnwue] {
    background-color: #EFF6FF !important;
    color: #53B2FF !important;
}

.template-category-icon[b-a7yqbhnwue] {
    color: var(--color-icon);
}

.template-description[b-a7yqbhnwue] {
    color: var(--color-button);
}

.schedule-btn-icon[b-a7yqbhnwue] {
    color: var(--color-icon) !important;
}

.icon-primary-flex[b-a7yqbhnwue] {
    display: inline-flex;
    color: var(--mud-palette-primary);
}

.icon-success-flex[b-a7yqbhnwue] {
    display: inline-flex;
    color: green;
}

.icon-danger-flex[b-a7yqbhnwue] {
    display: inline-flex;
    color: #E11D48;
}

.datamart-date[b-a7yqbhnwue] {
    font-size: 0.9rem;
}
