@import '_content/BlazorCalendar/BlazorCalendar.5ariyvl65x.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/abts/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-wrapper[b-tvcw151dnc] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.sidebar-wrapper[b-tvcw151dnc] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: var(--sidebar-width, 260px);
    z-index: 1040;
    transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.layout-wrapper.sidebar-collapsed .sidebar-wrapper[b-tvcw151dnc] {
    width: var(--sidebar-width-collapsed, 72px);
}

.content-area[b-tvcw151dnc] {
    flex: 1;
    min-width: 0;
    margin-left: var(--sidebar-width, 260px);
    display: flex;
    flex-direction: column;
    transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.layout-wrapper.sidebar-collapsed .content-area[b-tvcw151dnc] {
    margin-left: var(--sidebar-width-collapsed, 72px);
}

.app-topbar[b-tvcw151dnc] {
    position: sticky;
    top: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 1.25rem;
    background: var(--abts-card-bg, #fff);
    border-bottom: 1px solid var(--abts-border, #e2e8f0);
    box-shadow: 0 1px 2px rgba(15, 92, 92, 0.04);
}

.sidebar-toggle-btn[b-tvcw151dnc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--abts-border, #e2e8f0);
    border-radius: 8px;
    background: var(--abts-card-bg, #fff);
    color: var(--abts-primary, #0f5c5c);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sidebar-toggle-btn:hover[b-tvcw151dnc] {
    background: rgba(20, 184, 166, 0.08);
    border-color: var(--abts-accent, #14b8a6);
    color: var(--abts-primary-dark, #0a4545);
}

.sidebar-toggle-btn i[b-tvcw151dnc] {
    font-size: 1.15rem;
}

.app-topbar-spacer[b-tvcw151dnc] {
    flex: 1;
}

.main-content[b-tvcw151dnc] {
    flex: 1;
    margin-left: 0;
    min-height: 0;
    overflow-x: hidden;
}

.sidebar-backdrop[b-tvcw151dnc] {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1035;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(15, 23, 42, 0.45);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    .sidebar-backdrop[b-tvcw151dnc] {
        display: block;
    }

    .sidebar-wrapper[b-tvcw151dnc] {
        transform: translateX(-100%);
        width: min(85vw, var(--sidebar-width, 260px)) !important;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .layout-wrapper.sidebar-mobile-open .sidebar-wrapper[b-tvcw151dnc] {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.2);
    }

    .layout-wrapper.sidebar-mobile-open .sidebar-backdrop[b-tvcw151dnc] {
        animation: fadeIn-b-tvcw151dnc 0.2s ease;
    }

    .content-area[b-tvcw151dnc],
    .layout-wrapper.sidebar-collapsed .content-area[b-tvcw151dnc] {
        margin-left: 0;
    }

    .layout-wrapper.sidebar-mobile-open[b-tvcw151dnc] {
        overflow: hidden;
    }

    .app-topbar[b-tvcw151dnc] {
        padding: 0 0.85rem;
    }

    .sidebar-toggle-btn[b-tvcw151dnc] {
        width: 44px;
        height: 44px;
    }
}

@keyframes fadeIn-b-tvcw151dnc {
    from { opacity: 0; }
    to { opacity: 1; }
}
/* _content/abts/Components/Layout/NavMenu.razor.rz.scp.css */
:root[b-iqk01sqilx] {
    --sidebar-width: 260px;
    --sidebar-width-collapsed: 72px;
}

.app-sidebar[b-iqk01sqilx] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: var(--abts-sidebar, #0f5c5c);
    position: relative;
    overflow: hidden;
}

.sidebar-header[b-iqk01sqilx] {
    flex-shrink: 0;
    padding: 1.1rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: padding 0.25s ease;
}

.sidebar-logo[b-iqk01sqilx] {
    max-height: 40px;
    max-width: 160px;
    object-fit: contain;
    display: block;
    margin-bottom: 0.35rem;
    transition: max-width 0.25s ease, max-height 0.25s ease;
}

.sidebar-org-name[b-iqk01sqilx] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    max-width: 220px;
    transition: opacity 0.2s ease, max-width 0.25s ease;
}

.nav-scrollable[b-iqk01sqilx] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    padding-bottom: 3rem;
}

.nav-inner[b-iqk01sqilx] {
    padding: 0.25rem 0.5rem;
}

.nav-section-label[b-iqk01sqilx] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 0.75rem 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.2s ease, height 0.25s ease, padding 0.25s ease;
}

.nav-divider[b-iqk01sqilx] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0.5rem 0.75rem;
}

.nav-user-block[b-iqk01sqilx] {
    padding: 0.5rem 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.nav-link-account[b-iqk01sqilx] {
    height: auto !important;
    min-height: 2.75rem;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.nav-account-avatar[b-iqk01sqilx] {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.nav-account-icon[b-iqk01sqilx] {
    font-size: 1.35rem;
}

.account-menu-text[b-iqk01sqilx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
    overflow: hidden;
}

.account-user-name[b-iqk01sqilx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.account-sub-label[b-iqk01sqilx] {
    font-size: 0.68rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.app-sidebar.collapsed .nav-link-account[b-iqk01sqilx] {
    justify-content: center;
    min-height: 2.75rem;
    height: 2.75rem !important;
    padding: 0 !important;
}

.app-sidebar.collapsed .nav-account-avatar[b-iqk01sqilx],
.app-sidebar.collapsed .nav-account-icon[b-iqk01sqilx] {
    margin-right: 0;
}

.nav-user-inner[b-iqk01sqilx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
}

.nav-user-avatar-icon[b-iqk01sqilx] {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.nav-user-avatar[b-iqk01sqilx] {
    flex-shrink: 0;
}

.nav-user-name[b-iqk01sqilx] {
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease, max-width 0.25s ease;
}

.nav-icon[b-iqk01sqilx] {
    width: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1.05rem;
    text-align: center;
    flex-shrink: 0;
    transition: margin 0.25s ease;
}

.nav-item[b-iqk01sqilx] {
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
}

.nav-item[b-iqk01sqilx]  .nav-link,
.nav-link-btn[b-iqk01sqilx] {
    color: rgba(255, 255, 255, 0.88);
    background: none;
    border: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.75rem;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, padding 0.25s ease;
}

.nav-item[b-iqk01sqilx]  .nav-link:hover,
.nav-link-btn:hover[b-iqk01sqilx] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-item[b-iqk01sqilx]  a.active,
.nav-item[b-iqk01sqilx]  .nav-link.active {
    background: rgba(20, 184, 166, 0.25) !important;
    color: #fff !important;
    box-shadow: inset 3px 0 0 var(--abts-accent, #14b8a6);
}

.menu-text[b-iqk01sqilx] {
    font-weight: 500;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.2s ease, max-width 0.25s ease;
}

.sidebar-edge-toggle[b-iqk01sqilx] {
    position: absolute;
    bottom: 1rem;
    right: 0.65rem;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, right 0.25s ease;
    z-index: 2;
}

.sidebar-edge-toggle:hover[b-iqk01sqilx] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.sidebar-edge-toggle i[b-iqk01sqilx] {
    font-size: 0.75rem;
}

/* Collapsed state */
.app-sidebar.collapsed .sidebar-org-name[b-iqk01sqilx],
.app-sidebar.collapsed .menu-text[b-iqk01sqilx],
.app-sidebar.collapsed .nav-section-label[b-iqk01sqilx] {
    opacity: 0;
    max-width: 0;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
}

.app-sidebar.collapsed .nav-section-label[b-iqk01sqilx] {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.app-sidebar.collapsed .sidebar-header[b-iqk01sqilx] {
    padding: 0.75rem 0.35rem;
}

.app-sidebar.collapsed .sidebar-logo[b-iqk01sqilx] {
    max-height: 32px;
    max-width: 36px;
    margin-bottom: 0;
}

.app-sidebar.collapsed .nav-icon[b-iqk01sqilx] {
    margin-right: 0;
}

.app-sidebar.collapsed .nav-item[b-iqk01sqilx]  .nav-link,
.app-sidebar.collapsed .nav-link-btn[b-iqk01sqilx] {
    justify-content: center;
    padding: 0;
}

.app-sidebar.collapsed .nav-user-inner[b-iqk01sqilx] {
    justify-content: center;
}

.app-sidebar.collapsed .nav-divider[b-iqk01sqilx] {
    margin: 0.5rem 0.35rem;
}

.app-sidebar.collapsed .sidebar-edge-toggle[b-iqk01sqilx] {
    right: 50%;
    transform: translateX(50%);
}

.app-sidebar.collapsed .nav-inner[b-iqk01sqilx] {
    padding: 0.25rem 0.35rem;
}

@media (max-width: 768px) {
    .sidebar-edge-toggle[b-iqk01sqilx] {
        display: none;
    }

    .app-sidebar.collapsed .sidebar-org-name[b-iqk01sqilx],
    .app-sidebar.collapsed .menu-text[b-iqk01sqilx],
    .app-sidebar.collapsed .nav-section-label[b-iqk01sqilx] {
        opacity: 1;
        width: auto;
        overflow: visible;
    }

    .app-sidebar.collapsed .nav-link[b-iqk01sqilx] {
        justify-content: flex-start;
        padding: 0.65rem 0.85rem;
    }

    .nav-link[b-iqk01sqilx],
    .nav-link-btn[b-iqk01sqilx] {
        min-height: 44px;
    }
}
/* _content/abts/Components/Layout/NoLayout.razor.rz.scp.css */
.page[b-le9b5x6ync] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-le9b5x6ync] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

/*    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

#blazor-error-ui[b-le9b5x6ync] {
    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-le9b5x6ync] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/abts/Components/Pages/Employeesummary/Payslip.razor.rz.scp.css */
.payslip-container[b-g6sjzck360] {
    max-width: 900px;
    margin: 20px auto;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.header[b-g6sjzck360] {
    text-align: center;
    border-bottom: 3px solid #003366;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.header h2[b-g6sjzck360] {
    margin: 0;
    color: #003366;
    font-size: 24px;
    font-weight: bold;
}

.header h4[b-g6sjzck360] {
    margin: 10px 0 0 0;
    color: #666;
    font-size: 14px;
}

.employee-table[b-g6sjzck360] {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.employee-table tr[b-g6sjzck360] {
    height: 30px;
}

.employee-table td[b-g6sjzck360] {
    padding: 8px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
}

.employee-table td b[b-g6sjzck360] {
    color: #003366;
    font-weight: 600;
    width: 150px;
    display: inline-block;
}

.salary-section[b-g6sjzck360] {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.salary-table[b-g6sjzck360] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}

.salary-table thead[b-g6sjzck360] {
    background-color: #003366;
    color: #ffffff;
}

.salary-table thead th[b-g6sjzck360] {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #999;
}

.salary-table tbody tr[b-g6sjzck360] {
    border: 1px solid #ddd;
}

.salary-table tbody td[b-g6sjzck360] {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.salary-table tbody td:last-child[b-g6sjzck360] {
    text-align: right;
    font-weight: 500;
}

.total-row[b-g6sjzck360] {
    background-color: #f0f0f0 !important;
    font-weight: bold;
}

.total-row td[b-g6sjzck360] {
    border: 1px solid #999 !important;
    background-color: #f0f0f0;
}

.total-row td:first-child[b-g6sjzck360] {
    color: #003366;
}

.summary[b-g6sjzck360] {
    margin-bottom: 30px;
}

.summary h4[b-g6sjzck360] {
    color: #003366;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #003366;
}

.summary-table[b-g6sjzck360] {
    width: 100%;
    border-collapse: collapse;
}

.summary-table tr[b-g6sjzck360] {
    height: 28px;
}

.summary-table td[b-g6sjzck360] {
    padding: 10px 15px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.summary-table td:nth-child(2)[b-g6sjzck360],
.summary-table td:nth-child(4)[b-g6sjzck360] {
    text-align: right;
    font-weight: 500;
}

.netpay-row[b-g6sjzck360] {
    background-color: #003366;
    color: #ffffff;
    font-weight: bold;
    height: 35px;
}

.netpay-row td[b-g6sjzck360] {
    padding: 12px 15px;
    border: none;
    background-color: #003366;
    color: #ffffff;
}

.footer[b-g6sjzck360] {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 1.8;
}

.footer p[b-g6sjzck360] {
    margin: 5px 0;
}

.print-button[b-g6sjzck360] {
    text-align: center;
    margin: 20px 0;
}

.print-button button[b-g6sjzck360] {
    padding: 10px 30px;
    background-color: #003366;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.print-button button:hover[b-g6sjzck360] {
    background-color: #002244;
}

@media print {
    body[b-g6sjzck360] {
        margin: 0;
        padding: 0;
    }

    .payslip-container[b-g6sjzck360] {
        max-width: 100%;
        margin: 0;
        padding: 20px;
        box-shadow: none;
        border: none;
    }

    .print-button[b-g6sjzck360] {
        display: none;
    }
}
