@import '_content/CmsModule/CmsModule.wk1n2x8w3h.bundle.scp.css';
@import '_content/VoucherModule/VoucherModule.9wm6lddi60.bundle.scp.css';

/* /Layout/Component/UpdateListener.razor.rz.scp.css */
.floating-update-button[b-hwrvm25lpc] {
    position: relative;
    top: 0;
    padding: 1rem 1.5rem;
    width: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.layout-drawer-body[b-nxnsuawzu2]  .groupbox {
    margin-top: 1rem;
}

.layout-drawer-body[b-nxnsuawzu2]  .btn-info {
    margin-bottom: 1rem;
}

.layout-item[b-nxnsuawzu2] {
    --bb-layout-sidebar-bg: #f8f9fa;
    --bb-layout-footer-bg: #e9ecef;
    cursor: pointer;
    border: 2px solid #e9ecef;
    padding: 4px;
    border-radius: 4px;
    height: 80px;
    width: 120px;
    transition: border .3s linear;
}

    .layout-item:hover[b-nxnsuawzu2],
    .layout-item.active[b-nxnsuawzu2] {
        border: 2px solid #28a745;
    }

    .layout-item .layout-left[b-nxnsuawzu2] {
        width: 30%;
        border-right: 1px solid var(--bs-border-color);
    }

        .layout-item .layout-left .layout-left-header[b-nxnsuawzu2] {
            height: 16px;
            background-color: var(--bb-header-bg);
        }

        .layout-item .layout-left .layout-left-body[b-nxnsuawzu2],
        .layout-item .layout-body .layout-left[b-nxnsuawzu2] {
            background-color: var(--bb-layout-sidebar-bg);
        }

    .layout-item .layout-right .layout-right-header[b-nxnsuawzu2],
    .layout-item .layout-top[b-nxnsuawzu2] {
        background-color: var(--bb-header-bg);
        height: 16px;
    }

    .layout-item .layout-right .layout-right-footer[b-nxnsuawzu2],
    .layout-item .layout-right-footer[b-nxnsuawzu2] {
        background-color: var(--bb-layout-footer-bg);
        height: 12px;
    }

    .layout-item .layout-top[b-nxnsuawzu2],
    .layout-item .layout-body[b-nxnsuawzu2],
    .layout-item .layout-right-footer[b-nxnsuawzu2] {
        width: 100%;
    }

#blazor-error-ui[b-nxnsuawzu2] {
    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-nxnsuawzu2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.custom-logout[b-nxnsuawzu2] {
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
    padding: 4px 8px;
    color: #FF6363;
    font-weight: 500;
}
    .custom-logout:hover[b-nxnsuawzu2] {
        background-color: #FFD8D8;
        border-radius:6px;
    }

/* /Layout/Report/Toolbar/ToolbarReportView.razor.rz.scp.css */
.toolbar-container[b-axz20ehkjz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3px;
    margin-bottom: 3px;
}
/* /Layout/Salary/SalaryDetailView.razor.rz.scp.css */
.salary-container[b-5uhwsshorv]
{
    height:85vh;
}
.salary-footer[b-5uhwsshorv] {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    bottom: 0;
    padding: 8px 8px 10px 8px;
    background: #b9dbff42;
}
