/* _content/AAVV_Payment_System/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qpg185ldev] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-qpg185ldev] {
    flex: 1;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-rows: 58px minmax(0, 1fr);
    background: #ffffff;
}

.sidebar[b-qpg185ldev] {
    background-image: linear-gradient(180deg, #052767 0%, #1d6fc2 100%);
}

.app-topbar[b-qpg185ldev] {
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    background: #ffffff;
    border-bottom: 1px solid #e3e8ef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

.topbar-nav[b-qpg185ldev] {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 8px;
}

    .topbar-nav[b-qpg185ldev]  .topbar-link {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 18px;
        color: #445268;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

        .topbar-nav[b-qpg185ldev]  .topbar-link:hover {
            color: #123b6d;
            background: #f5f8fc;
        }

        .topbar-nav[b-qpg185ldev]  .topbar-link.active {
            color: #123b6d;
            font-weight: 600;
        }

            .topbar-nav[b-qpg185ldev]  .topbar-link.active::after {
                content: "";
                position: absolute;
                left: 16px;
                right: 16px;
                bottom: 0;
                height: 3px;
                border-radius: 3px 3px 0 0;
                background: #1d6fc2;
            }

.topbar-user[b-qpg185ldev] {
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    color: #445268;
    font-size: 14px;
    font-weight: 500;
}

.welcome-text[b-qpg185ldev] {
    color: #445268;
    margin-right: 5px;
}

.welcome-user[b-qpg185ldev] {
    color: #445268;
    font-weight: 600;
}

.content[b-qpg185ldev] {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

@media (min-width: 641px) {

    .page[b-qpg185ldev] {
        flex-direction: row;
    }

    .sidebar[b-qpg185ldev] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 640.98px) {

    main[b-qpg185ldev] {
        height: auto;
        min-height: 100vh;
        grid-template-rows: auto minmax(0, 1fr);
    }

    .app-topbar[b-qpg185ldev] {
        height: auto;
        min-height: 56px;
        padding: 8px 10px;
        overflow-x: auto;
    }

    .topbar-nav[b-qpg185ldev] {
        min-width: max-content;
    }

        .topbar-nav[b-qpg185ldev]  .topbar-link {
            padding: 0 12px;
            min-height: 40px;
        }

    .topbar-user[b-qpg185ldev] {
        display: none;
    }
}

#blazor-error-ui[b-qpg185ldev] {
    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-qpg185ldev] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.topbar-dropdown[b-qpg185ldev] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-button[b-qpg185ldev] {
    border: none;
    background: transparent;
    cursor: pointer;
}

.dropdown-arrow[b-qpg185ldev] {
    margin-left: 7px;
    font-size: 11px;
}

.topbar-dropdown-menu[b-qpg185ldev] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 185px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 100;
}

.topbar-dropdown:hover .topbar-dropdown-menu[b-qpg185ldev] {
    display: block;
}

.topbar-dropdown-menu[b-qpg185ldev]  .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    color: #445268;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

    .topbar-dropdown-menu[b-qpg185ldev]  .dropdown-item:hover {
        background: #f4f7fb;
        color: #123b6d;
    }

    .topbar-dropdown-menu[b-qpg185ldev]  .dropdown-item.active {
        background: #eef5fc;
        color: #123b6d;
        font-weight: 600;
    }

.topbar-submenu[b-qpg185ldev] {
    position: relative;
}

.submenu-button[b-qpg185ldev] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    border: none;
    background: #ffffff;
    color: #445268;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
}

.submenu-arrow[b-qpg185ldev] {
    margin-left: 20px;
    font-size: 12px;
    color: #6f7f91;
}

.topbar-submenu-menu[b-qpg185ldev] {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 190px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #e1e7ee;
    border-radius: 0 6px 6px 0;
    box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.12);
    z-index: 110;
}

.topbar-submenu:hover > .topbar-submenu-menu[b-qpg185ldev] {
    display: block;
}

.topbar-submenu:hover > .submenu-button[b-qpg185ldev] {
    background: #f4f7fb;
    color: #123b6d;
}

.topbar-submenu-menu[b-qpg185ldev]  .dropdown-item {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 10px 16px;
    box-sizing: border-box;
    color: #445268;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

    .topbar-submenu-menu[b-qpg185ldev]  .dropdown-item:hover {
        background: #f4f7fb;
        color: #123b6d;
    }

    .topbar-submenu-menu[b-qpg185ldev]  .dropdown-item.active {
        background: #eef5fc;
        color: #123b6d;
        font-weight: 600;
    }

@media print {

    .sidebar[b-qpg185ldev] {
        display: none !important;
    }

    .app-topbar[b-qpg185ldev] {
        display: none !important;
    }

    main[b-qpg185ldev] {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    .content[b-qpg185ldev] {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .page[b-qpg185ldev] {
        display: block !important;
        min-height: 0 !important;
    }
}
/* _content/AAVV_Payment_System/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x49gzwue84] {
    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-color: rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-x49gzwue84] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-x49gzwue84] {
    height: 8.4rem;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.sidebar-brand[b-x49gzwue84] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(8px);
}

.ps-logo[b-x49gzwue84] {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background-color: #12386d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.navbar-brand[b-x49gzwue84] {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    white-space: nowrap;
}

.bi[b-x49gzwue84] {
    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-x49gzwue84] {
    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.5h3a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L8.354 2.146a.5.5 0 0 0-.708 0l-5 5A.5.5 0 0 0 2.5 7.5v7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-x49gzwue84] {
    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-x49gzwue84] {
    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 7h12a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm2-4A.5.5 0 0 1 5 3h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM0 3.5A.5.5 0 0 1 .5 3h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM0 7.5A.5.5 0 0 1 3 7h12a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5ZM0 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-save-fill-nav-menu[b-x49gzwue84] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h7.586a1 1 0 0 1 .707.293l3.414 3.414A1 1 0 0 1 16 4.414V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm10 0H9v4h3V2ZM4 1v5h1V1H4Zm4 8a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
}

.bi-trash-fill-nav-menu[b-x49gzwue84] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6Z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1 0-2H5V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2.5a1 1 0 0 1 1 1ZM6 2h4V1H6v1Z'/%3E%3C/svg%3E");
}

.nav-item[b-x49gzwue84] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x49gzwue84] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x49gzwue84] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x49gzwue84]  .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-x49gzwue84]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-x49gzwue84]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-x49gzwue84] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-x49gzwue84] {
    display: block;
}

@media (min-width: 641px) {

    .navbar-toggler[b-x49gzwue84] {
        display: none;
    }

    .nav-scrollable[b-x49gzwue84] {
        display: block;
        height: calc(100vh - 8.4rem);
        overflow-y: auto;
    }
}
/* _content/AAVV_Payment_System/Components/Pages/About.razor.rz.scp.css */
.about-page[b-p3f565p2hh] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    background: #f4f7fb;
    overflow: hidden;
}

.about-card[b-p3f565p2hh] {
    width: 440px;
    max-width: 100%;
    padding: 38px 40px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 45, 80, 0.15);
    text-align: center;
}

.about-logo[b-p3f565p2hh] {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: #0a2d5d;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(10, 45, 93, 0.22);
}

.about-title[b-p3f565p2hh] {
    color: #102a43;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.about-subtitle[b-p3f565p2hh] {
    margin-top: 8px;
    color: #445268;
    font-size: 14px;
    font-weight: 600;
}

.about-type[b-p3f565p2hh] {
    margin-top: 3px;
    color: #8492a1;
    font-size: 12px;
    font-weight: 500;
}

.about-divider[b-p3f565p2hh] {
    width: 100%;
    height: 1px;
    margin: 26px 0 16px;
    background: #e4e9ef;
}

.about-details[b-p3f565p2hh] {
    width: 100%;
}

.about-row[b-p3f565p2hh] {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #edf1f5;
}

    .about-row:last-child[b-p3f565p2hh] {
        border-bottom: none;
    }

.about-label[b-p3f565p2hh] {
    color: #7a8998;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.about-value[b-p3f565p2hh] {
    color: #18324d;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}

.about-footer[b-p3f565p2hh] {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e4e9ef;
    color: #8492a1;
    font-size: 11px;
    font-weight: 400;
}

@media (max-width: 520px) {

    .about-page[b-p3f565p2hh] {
        padding: 18px;
    }

    .about-card[b-p3f565p2hh] {
        padding: 32px 24px 26px;
    }

    .about-title[b-p3f565p2hh] {
        font-size: 22px;
    }
}
/* _content/AAVV_Payment_System/Components/Pages/Employees.razor.rz.scp.css */
.employees-page[b-pr5urluo3n] {
    height: 100%;
    display: grid;
    grid-template-rows: 52px minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
}

.employees-toolbar[b-pr5urluo3n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #ffffff;
    border-bottom: 1px solid #dfe5ec;
}

.toolbar-left[b-pr5urluo3n] {
    display: flex;
    gap: 8px;
}

.toolbar-button[b-pr5urluo3n] {
    height: 32px;
    padding: 0 14px;
    border: 1px solid #c7d2df;
    border-radius: 4px;
    background: #ffffff;
    color: #24364b;
    font-size: 13px;
    cursor: pointer;
}

    .toolbar-button:hover[b-pr5urluo3n] {
        background: #f4f7fb;
    }

    .toolbar-button.primary[b-pr5urluo3n] {
        background: #123b6d;
        border-color: #123b6d;
        color: #ffffff;
    }

.toolbar-count[b-pr5urluo3n] {
    color: #627184;
    font-size: 13px;
    font-weight: 500;
}

.employees-grid-area[b-pr5urluo3n] {
    min-height: 0;
    overflow: auto;
    background: #ffffff;
}

.employees-grid[b-pr5urluo3n] {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .employees-grid thead th[b-pr5urluo3n] {
        position: sticky;
        top: 0;
        z-index: 5;
        height: 46px;
        padding: 7px 10px;
        background: #0a2d5d;
        color: #ffffff;
        border-right: 1px solid #244876;
        border-bottom: 1px solid #244876;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
    }

    .employees-grid td[b-pr5urluo3n] {
        height: 38px;
        padding: 6px 10px;
        border-bottom: 1px solid #e0e8f0;
        color: #28323c;
        white-space: nowrap;
    }

    .employees-grid tbody tr:nth-child(even) td[b-pr5urluo3n] {
        background: #f8fbfe;
    }

    .employees-grid tbody tr:hover td[b-pr5urluo3n] {
        background: #d8ecf9;
    }

.id-column[b-pr5urluo3n] {
    min-width: 105px;
}

.name-column[b-pr5urluo3n] {
    min-width: 290px;
}

.salary-column[b-pr5urluo3n] {
    min-width: 105px;
}

.check-column[b-pr5urluo3n] {
    min-width: 75px;
}

.document-column[b-pr5urluo3n] {
    min-width: 150px;
}

.date-column[b-pr5urluo3n] {
    min-width: 145px;
}

.notes-column[b-pr5urluo3n] {
    min-width: 240px;
}

.id-cell[b-pr5urluo3n] {
    text-align: center;
    background: #ebf4fc !important;
    color: #0a2d5d !important;
    font-weight: 700;
}

.name-cell[b-pr5urluo3n] {
    font-weight: 600;
}

.salary-cell[b-pr5urluo3n] {
    text-align: center;
    background: #fff9e8 !important;
    font-weight: 700;
}

.check-cell[b-pr5urluo3n] {
    text-align: center;
}

.date-cell[b-pr5urluo3n] {
    text-align: center;
}

.notes-cell[b-pr5urluo3n] {
    min-width: 240px;
}

.employees-loading[b-pr5urluo3n] {
    padding: 20px;
}

.editable-cell[b-pr5urluo3n] {
    padding: 0 !important;
}

.employee-input[b-pr5urluo3n],
.employee-select[b-pr5urluo3n],
.employee-date-input[b-pr5urluo3n] {
    width: 100%;
    height: 100%;
    min-height: 36px;
    border: none;
    outline: none;
    background: transparent;
    padding: 6px 8px;
    font-size: 13px;
    color: #28323c;
}

    .employee-input:focus[b-pr5urluo3n],
    .employee-select:focus[b-pr5urluo3n],
    .employee-date-input:focus[b-pr5urluo3n] {
        background: #ffffff;
        box-shadow: inset 0 0 0 2px #1d6fc2;
    }

.name-input[b-pr5urluo3n] {
    font-weight: 600;
}

.salary-input[b-pr5urluo3n] {
    text-align: center;
    font-weight: 700;
}

.notes-input[b-pr5urluo3n] {
    min-width: 220px;
}

.check-cell input[type="checkbox"][b-pr5urluo3n] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.employees-grid tbody tr[b-pr5urluo3n] {
    cursor: pointer;
}

    .employees-grid tbody tr.selected-row td[b-pr5urluo3n] {
        background: #d7e9fb !important;
    }

    .employees-grid tbody tr.selected-row .id-cell[b-pr5urluo3n] {
        background: #bddcff !important;
    }

    .employees-grid tbody tr.selected-row .salary-cell[b-pr5urluo3n] {
        background: #f7edc8 !important;
    }
/* _content/AAVV_Payment_System/Components/Pages/Home.razor.rz.scp.css */
.payment-page[b-qfxgx6aytj] {
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) 82px;
    overflow: hidden;
    background: #ffffff;
}

.grid-area[b-qfxgx6aytj] {
    min-height: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    background: #ffffff;
}

.payment-grid[b-qfxgx6aytj] {
    margin: 0;
    width: 100%;
    min-width: 100%;
}

    .payment-grid thead th[b-qfxgx6aytj] {
        position: sticky;
        top: 0;
        z-index: 5;
        background: #123b6d;
        color: #ffffff;
        border-color: #1d4b7e;
        white-space: nowrap;
    }

    .payment-grid td[b-qfxgx6aytj],
    .payment-grid th[b-qfxgx6aytj] {
        font-size: 13px;
        padding: 7px 10px;
        vertical-align: middle;
    }

.hour-cell[b-qfxgx6aytj] {
    background: #e8f2fb !important;
    font-weight: 600;
}

.salary-cell[b-qfxgx6aytj] {
    background: #fff7df !important;
    font-weight: 600;
}

.total-cell[b-qfxgx6aytj] {
    background: #e8f5ec !important;
    color: #087b3e;
    font-weight: 700;
}

.totals-area[b-qfxgx6aytj] {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c4d5e6;
    border-top: 1px solid #b5c8da;
}

.totals-card[b-qfxgx6aytj] {
    width: 320px;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #ffffff;
    padding: 7px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
}

.totals-column[b-qfxgx6aytj] {
    text-align: center;
}

.totals-title[b-qfxgx6aytj] {
    font-size: 10px;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 5px;
}

.totals-value[b-qfxgx6aytj] {
    background: #edf4fa;
    padding: 5px 10px;
    color: #0d3d77;
    font-size: 16px;
    font-weight: 700;
}

.loading-area[b-qfxgx6aytj] {
    padding: 20px;
}

.detail-cell[b-qfxgx6aytj] {
    padding: 0 !important;
}

.payment-detail-input[b-qfxgx6aytj] {
    width: 100%;
    height: 100%;
    min-height: 32px;
    border: none;
    outline: none;
    background: transparent;
    padding: 6px 10px;
    font-size: 13px;
    color: #222222;
}

    .payment-detail-input:focus[b-qfxgx6aytj] {
        background: #ffffff;
        box-shadow: inset 0 0 0 2px #4d88c7;
    }

.payment-hour-input[b-qfxgx6aytj] {
    width: 100%;
    min-width: 85px;
    height: 100%;
    min-height: 32px;
    border: none;
    outline: none;
    background: transparent;
    padding: 6px 10px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #222222;
}

    .payment-hour-input:focus[b-qfxgx6aytj] {
        background: #ffffff;
        box-shadow: inset 0 0 0 2px #4d88c7;
    }
/* _content/AAVV_Payment_System/Components/Pages/Pay Piriod/AddEmployeeToPeriod.razor.rz.scp.css */
.add-employee-page[b-yq2lnzrhb6] {
    height: 100%;
    display: grid;
    grid-template-rows: 72px minmax(0, 1fr) 72px;
    overflow: hidden;
    background: #ffffff;
}

.add-employee-header[b-yq2lnzrhb6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #e1e7ee;
}

.add-employee-title[b-yq2lnzrhb6] {
    font-size: 18px;
    font-weight: 700;
    color: #24364b;
}

.add-employee-subtitle[b-yq2lnzrhb6] {
    margin-top: 3px;
    font-size: 13px;
    color: #6f7f91;
}

.back-button[b-yq2lnzrhb6] {
    height: 34px;
    padding: 0 14px;
    border: 1px solid #c8d2de;
    border-radius: 5px;
    background: #ffffff;
    color: #34495e;
    font-size: 13px;
    cursor: pointer;
}

    .back-button:hover[b-yq2lnzrhb6] {
        background: #f5f8fb;
    }

.add-employee-grid-area[b-yq2lnzrhb6] {
    min-height: 0;
    overflow: auto;
}

.add-employee-grid[b-yq2lnzrhb6] {
    width: 100%;
    min-width: 1500px;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
}

    .add-employee-grid thead th[b-yq2lnzrhb6] {
        position: sticky;
        top: 0;
        z-index: 5;
        height: 46px;
        padding: 8px 10px;
        background: #0a2d5d;
        color: #ffffff;
        border-right: 1px solid #244876;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
    }

    .add-employee-grid td[b-yq2lnzrhb6] {
        height: 40px;
        padding: 6px 10px;
        border-bottom: 1px solid #dce5ee;
        color: #28323c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .add-employee-grid tbody tr:nth-child(even) td[b-yq2lnzrhb6] {
        background: #f8fbfe;
    }

    .add-employee-grid tbody tr:hover td[b-yq2lnzrhb6] {
        background: #d8ecf9;
    }

    .add-employee-grid tbody tr.selected-row td[b-yq2lnzrhb6] {
        background: #d7e9fb !important;
    }

.select-column[b-yq2lnzrhb6] {
    width: 70px;
}

.id-column[b-yq2lnzrhb6] {
    width: 100px;
}

.name-column[b-yq2lnzrhb6] {
    width: 280px;
}

.salary-column[b-yq2lnzrhb6] {
    width: 110px;
}

.document-column[b-yq2lnzrhb6] {
    width: 160px;
}

.date-column[b-yq2lnzrhb6] {
    width: 145px;
}

.check-column[b-yq2lnzrhb6] {
    width: 80px;
}

.notes-column[b-yq2lnzrhb6] {
    width: 260px;
}

.select-cell[b-yq2lnzrhb6] {
    text-align: center;
    background: #ebf4fc !important;
}

    .select-cell input[type="checkbox"][b-yq2lnzrhb6] {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #0a2d5d;
    }

.id-cell[b-yq2lnzrhb6] {
    text-align: center;
    background: #ebf4fc !important;
    color: #0a2d5d !important;
    font-weight: 700;
}

.name-cell[b-yq2lnzrhb6] {
    font-weight: 600;
}

.salary-cell[b-yq2lnzrhb6] {
    text-align: center;
    background: #fff9e8 !important;
    color: #5a4619;
    font-weight: 700;
}

.check-cell[b-yq2lnzrhb6] {
    text-align: center;
}

    .check-cell input[type="checkbox"][b-yq2lnzrhb6] {
        width: 15px;
        height: 15px;
        accent-color: #0a2d5d;
    }

.date-cell[b-yq2lnzrhb6] {
    text-align: center;
    color: #4d5d6d;
}

.notes-cell[b-yq2lnzrhb6] {
    text-align: left;
}

.add-employee-actions[b-yq2lnzrhb6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 16px;
    background: #c4d5e6;
    border-top: 1px solid #b5c8da;
}

.selected-count[b-yq2lnzrhb6] {
    margin-right: auto;
    color: #29425c;
    font-size: 13px;
    font-weight: 600;
}

.action-button[b-yq2lnzrhb6] {
    height: 38px;
    padding: 0 18px;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    color: #29425c;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .action-button:hover[b-yq2lnzrhb6] {
        background: #f4f8fc;
    }

    .action-button.primary[b-yq2lnzrhb6] {
        background: #0a2d5d;
        color: #ffffff;
    }

        .action-button.primary:hover[b-yq2lnzrhb6] {
            background: #123f76;
        }

        .action-button.primary:disabled[b-yq2lnzrhb6] {
            background: #aebdca;
            color: #edf2f6;
            cursor: default;
        }

.cancel-button[b-yq2lnzrhb6] {
    border: 1px solid #c8d2de;
}

.add-employee-loading[b-yq2lnzrhb6] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #647589;
    font-size: 14px;
}

.add-employee-empty[b-yq2lnzrhb6] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #647589;
    font-size: 14px;
}
/* _content/AAVV_Payment_System/Components/Pages/Pay Piriod/EditPeriod.razor.rz.scp.css */
.edit-period-page[b-u860hki101] {
    height: 100%;
    display: grid;
    grid-template-rows: 72px minmax(0, 1fr) 72px;
    overflow: hidden;
    background: #ffffff;
}

.edit-period-header[b-u860hki101] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #ffffff;
    border-bottom: 1px solid #e1e7ee;
}

.edit-period-title[b-u860hki101] {
    font-size: 18px;
    font-weight: 700;
    color: #24364b;
}

.edit-period-subtitle[b-u860hki101] {
    margin-top: 3px;
    font-size: 13px;
    color: #6f7f91;
}

.back-button[b-u860hki101] {
    height: 34px;
    padding: 0 14px;
    border: 1px solid #c8d2de;
    border-radius: 5px;
    background: #ffffff;
    color: #34495e;
    cursor: pointer;
}

    .back-button:hover[b-u860hki101] {
        background: #f5f8fb;
    }

.edit-period-grid-area[b-u860hki101] {
    min-height: 0;
    overflow: auto;
}

.edit-period-grid[b-u860hki101] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .edit-period-grid thead th[b-u860hki101] {
        position: sticky;
        top: 0;
        z-index: 5;
        height: 46px;
        padding: 8px 10px;
        background: #0a2d5d;
        color: #ffffff;
        border-right: 1px solid #244876;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
    }

    .edit-period-grid td[b-u860hki101] {
        height: 40px;
        padding: 6px 10px;
        border-bottom: 1px solid #e0e8f0;
        color: #28323c;
    }

    .edit-period-grid tbody tr:nth-child(even) td[b-u860hki101] {
        background: #f8fbfe;
    }

    .edit-period-grid tbody tr:hover td[b-u860hki101] {
        background: #d8ecf9;
    }

    .edit-period-grid tbody tr.selected-row td[b-u860hki101] {
        background: #d7e9fb !important;
    }

.id-column[b-u860hki101] {
    width: 100px;
}

.name-column[b-u860hki101] {
    width: 280px;
}

.detail-column[b-u860hki101] {
    width: 260px;
}

.hour-column[b-u860hki101] {
    width: 100px;
}

.salary-column[b-u860hki101] {
    width: 110px;
}

.total-column[b-u860hki101] {
    width: 130px;
}

.id-cell[b-u860hki101] {
    text-align: center;
    background: #ebf4fc !important;
    color: #0a2d5d !important;
    font-weight: 700;
}

.editable-cell[b-u860hki101] {
    padding: 0 !important;
}

.edit-input[b-u860hki101] {
    width: 100%;
    height: 100%;
    min-height: 38px;
    border: none;
    outline: none;
    background: transparent;
    padding: 6px 10px;
    font-size: 13px;
}

    .edit-input:focus[b-u860hki101] {
        background: #ffffff;
        box-shadow: inset 0 0 0 2px #1d6fc2;
    }

.hour-cell[b-u860hki101] {
    background: #ebf4fc !important;
}

.hour-input[b-u860hki101] {
    text-align: center;
    font-weight: 700;
    color: #0a2d5d;
}

.name-cell[b-u860hki101] {
    font-weight: 700;
}

.salary-cell[b-u860hki101] {
    text-align: center;
    background: #fff9e8 !important;
    color: #5a4619;
    font-weight: 700;
}

.total-cell[b-u860hki101] {
    text-align: center;
    background: #e8f7ee !important;
    color: #1c6441;
    font-weight: 700;
}

.edit-period-actions[b-u860hki101] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 16px;
    background: #c4d5e6;
    border-top: 1px solid #b5c8da;
}

.action-button[b-u860hki101] {
    height: 38px;
    padding: 0 16px;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    color: #29425c;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .action-button:hover[b-u860hki101] {
        background: #f4f8fc;
    }

    .action-button.primary[b-u860hki101] {
        background: #0a2d5d;
        color: #ffffff;
    }

        .action-button.primary:hover[b-u860hki101] {
            background: #123f76;
        }
/* _content/AAVV_Payment_System/Components/Pages/Pay Piriod/SelectPeriod.razor.rz.scp.css */
.select-period-page[b-5jgcxahs3p] {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: 84px minmax(0, 1fr) 74px;
    background: #ffffff;
    overflow: hidden;
}

.select-period-header[b-5jgcxahs3p] {
    display: flex;
    align-items: center;
    padding: 0 22px;
    background: #ffffff;
    border-bottom: 1px solid #dfe6ee;
}

.select-period-title[b-5jgcxahs3p] {
    color: #102a43;
    font-size: 18px;
    font-weight: 700;
}

.select-period-subtitle[b-5jgcxahs3p] {
    margin-top: 5px;
    color: #5f7590;
    font-size: 13px;
}

.select-period-content[b-5jgcxahs3p] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 45px 25px;
    background: #ffffff;
    overflow: auto;
}

.select-period-card[b-5jgcxahs3p] {
    width: min(620px, 92%);
    padding: 30px 32px;
    background: #ffffff;
    border: 1px solid #d8e1eb;
    border-radius: 6px;
    box-shadow: 0 2px 7px rgba(20, 50, 80, 0.08);
}

.period-field[b-5jgcxahs3p] {
    width: 100%;
}

    .period-field label[b-5jgcxahs3p] {
        display: block;
        margin-bottom: 9px;
        color: #18324d;
        font-size: 12px;
        font-weight: 700;
    }

.period-select[b-5jgcxahs3p] {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #c7d4e2;
    border-radius: 5px;
    outline: none;
    background: #ffffff;
    color: #24384d;
    font-size: 14px;
}

    .period-select:focus[b-5jgcxahs3p] {
        border-color: #2d72b8;
        box-shadow: 0 0 0 2px rgba(45, 114, 184, 0.12);
    }

.period-loading[b-5jgcxahs3p] {
    min-height: 40px;
    display: flex;
    align-items: center;
    color: #60758b;
    font-size: 14px;
}

.select-period-actions[b-5jgcxahs3p] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 12px;
    background: #d9e7f4;
    border-top: 1px solid #c7d8e8;
}

.action-button[b-5jgcxahs3p] {
    min-width: 80px;
    height: 38px;
    padding: 0 18px;
    border: 1px solid #d3dce6;
    border-radius: 5px;
    background: #ffffff;
    color: #17324f;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .action-button:hover[b-5jgcxahs3p] {
        background: #f4f7fa;
    }

    .action-button.primary[b-5jgcxahs3p] {
        min-width: 128px;
        border-color: #0b3263;
        background: #0b3263;
        color: #ffffff;
    }

        .action-button.primary:hover[b-5jgcxahs3p] {
            background: #123f76;
        }

@media (max-width: 640px) {

    .select-period-page[b-5jgcxahs3p] {
        grid-template-rows: auto minmax(0, 1fr) auto;
    }

    .select-period-header[b-5jgcxahs3p] {
        min-height: 78px;
        padding: 15px;
    }

    .select-period-content[b-5jgcxahs3p] {
        padding: 25px 15px;
    }

    .select-period-card[b-5jgcxahs3p] {
        width: 100%;
        padding: 24px 20px;
    }

    .select-period-actions[b-5jgcxahs3p] {
        padding: 12px;
    }
}
