@import '_content/WordPress.Components/WordPress.Components.a152mfz0d1.bundle.scp.css';

/* /Components/Banking/Banking.razor.rz.scp.css */
.bnk-layout[b-b9x39estn1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    min-height: 0;
}

.bnk-empty[b-b9x39estn1] {
    opacity: 0.7;
    font-size: 0.85rem;
}

.bnk-filter-bar[b-b9x39estn1] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 4px;
}

.bnk-field[b-b9x39estn1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .bnk-field label[b-b9x39estn1] {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
    }

    .bnk-field select[b-b9x39estn1],
    .bnk-field input[b-b9x39estn1] {
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #ECE5D6;
        padding: 6px 8px;
        font-size: 0.85rem;
        font-family: inherit;
    }

        .bnk-field select:focus[b-b9x39estn1],
        .bnk-field input:focus[b-b9x39estn1] {
            outline: none;
            border-color: #8D9A8C;
        }

.bnk-month-nav[b-b9x39estn1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 4px;
}

.bnk-month-label[b-b9x39estn1] {
    font-size: 0.95rem;
    font-weight: 600;
    min-width: 160px;
    text-align: center;
}

.bnk-table[b-b9x39estn1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

    .bnk-table th[b-b9x39estn1] {
        text-align: left;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bnk-table th.bnk-sortable[b-b9x39estn1] {
        cursor: pointer;
        user-select: none;
    }

        .bnk-table th.bnk-sortable:hover[b-b9x39estn1] {
            opacity: 1;
        }

    .bnk-table td[b-b9x39estn1] {
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        vertical-align: middle;
    }

    .bnk-table tbody tr[b-b9x39estn1] {
        cursor: pointer;
    }

    .bnk-table tbody tr:hover[b-b9x39estn1] {
        background: rgba(255, 255, 255, 0.06);
    }

.bnk-amount-negative[b-b9x39estn1] {
    color: #e58a8a;
}

.bnk-flag-cell[b-b9x39estn1] {
    text-align: right;
    width: 24px;
}

.bnk-flag-icon[b-b9x39estn1] {
    color: #d8b94a;
    vertical-align: middle;
}

.bnk-docs-col[b-b9x39estn1] {
    width: 60px;
}

.bnk-docs-cell[b-b9x39estn1] {
    text-align: right;
    white-space: nowrap;
}

.bnk-docs-badge[b-b9x39estn1] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    opacity: 0.75;
    font-size: 0.8rem;
}

.bnk-clarification[b-b9x39estn1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}

.bnk-clarification-note-field textarea[b-b9x39estn1] {
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ECE5D6;
    padding: 6px 8px;
    font-size: 0.85rem;
    font-family: inherit;
}

    .bnk-clarification-note-field textarea:focus[b-b9x39estn1] {
        outline: none;
        border-color: #8D9A8C;
    }

.bnk-clarification-actions[b-b9x39estn1] {
    display: flex;
    justify-content: flex-end;
}

.bnk-amount-positive[b-b9x39estn1] {
    color: #ECE5D6;
}

.bnk-icon-btn[b-b9x39estn1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
}

    .bnk-icon-btn:hover[b-b9x39estn1] {
        background: #46586A;
    }

    .bnk-icon-btn:active[b-b9x39estn1] {
        background: #232F3B;
    }

.bnk-icon-btn-danger:hover[b-b9x39estn1] {
    background: #b3352e;
}

.bnk-icon-btn-danger:active[b-b9x39estn1] {
    background: #8a2823;
}

.bnk-doc-delete-btn[b-b9x39estn1] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.bnk-filter-bar-end[b-b9x39estn1] {
    margin-left: auto;
}

.bnk-filter-bar-actions[b-b9x39estn1] {
    display: flex;
    gap: 8px;
}

.bnk-modal-backdrop[b-b9x39estn1] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.bnk-modal[b-b9x39estn1] {
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 20px;
    max-width: 420px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.bnk-category-title[b-b9x39estn1] {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8D9A8C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 4px;
}

.bnk-collapsible-header[b-b9x39estn1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    font-family: inherit;
    color: #8D9A8C;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 0 0 4px;
}

.bnk-collapsible-chevron[b-b9x39estn1] {
    flex-shrink: 0;
    transition: transform 0.15s ease;
}

.bnk-collapsible-chevron-open[b-b9x39estn1] {
    transform: rotate(90deg);
}

.bnk-file-name[b-b9x39estn1] {
    font-size: 0.85rem;
    opacity: 0.85;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
}

.bnk-modal-fields[b-b9x39estn1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.bnk-error[b-b9x39estn1] {
    color: #e58a8a;
    font-size: 0.85rem;
}

.bnk-parse-summary[b-b9x39estn1] {
    font-size: 0.8rem;
    opacity: 0.85;
    overflow-wrap: anywhere;
}

.bnk-modal-actions[b-b9x39estn1] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.bnk-btn[b-b9x39estn1] {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: inherit;
}

    .bnk-btn:hover[b-b9x39estn1] {
        background: #46586A;
    }

    .bnk-btn:disabled[b-b9x39estn1] {
        opacity: 0.5;
        cursor: default;
    }

.bnk-btn-danger[b-b9x39estn1] {
    background: #b3352e;
    color: #ECE5D6;
}

    .bnk-btn-danger:hover[b-b9x39estn1] {
        background: #8a2823;
    }

.bnk-modal-wide[b-b9x39estn1] {
    max-width: 640px;
    width: 100%;
}

.bnk-checkbox-row[b-b9x39estn1] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    margin: 10px 0;
    cursor: pointer;
}

    .bnk-checkbox-row input[type="checkbox"][b-b9x39estn1] {
        width: auto;
    }

.bnk-note[b-b9x39estn1] {
    font-size: 0.78rem;
    opacity: 0.75;
    margin: 0 0 10px;
}

.bnk-mapping-table[b-b9x39estn1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    margin-bottom: 14px;
    max-height: 320px;
    display: block;
    overflow-y: auto;
}

    .bnk-mapping-table thead[b-b9x39estn1],
    .bnk-mapping-table tbody tr[b-b9x39estn1] {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .bnk-mapping-table th[b-b9x39estn1] {
        text-align: left;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bnk-mapping-table td[b-b9x39estn1] {
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        vertical-align: middle;
        overflow-wrap: anywhere;
    }

    .bnk-mapping-table select[b-b9x39estn1] {
        box-sizing: border-box;
        width: 100%;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #ECE5D6;
        padding: 4px 6px;
        font-size: 0.8rem;
        font-family: inherit;
    }

.bnk-rule-row-actions[b-b9x39estn1] {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    white-space: nowrap;
}

.bnk-row-invalid[b-b9x39estn1] {
    background: rgba(179, 53, 46, 0.25);
}

.bnk-mapping-name-field[b-b9x39estn1] {
    max-width: 260px;
}

.bnk-detail-grid[b-b9x39estn1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 24px;
    margin-bottom: 16px;
    max-height: 360px;
    overflow-y: auto;
}

.bnk-detail-field[b-b9x39estn1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .bnk-detail-field label[b-b9x39estn1] {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
    }

    .bnk-detail-field span[b-b9x39estn1] {
        font-size: 0.9rem;
        min-height: 1.2em;
        overflow-wrap: anywhere;
    }

.bnk-doc-upload-row[b-b9x39estn1] {
    margin: 10px 0;
}

.bnk-upload-progress-row[b-b9x39estn1] {
    width: 280px;
    max-width: 100%;
    margin: 0 0 10px;
}

.bnk-upload-filename[b-b9x39estn1] {
    margin: 0 0 6px;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bnk-upload-progress-track[b-b9x39estn1] {
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.bnk-upload-progress-fill[b-b9x39estn1] {
    height: 100%;
    background: #8D9A8C;
    transition: width 0.15s ease;
}

.bnk-upload-percent[b-b9x39estn1] {
    margin: 6px 0 0;
    font-size: 0.8rem;
    opacity: 0.85;
}

.bnk-document-list[b-b9x39estn1] {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .bnk-document-list li[b-b9x39estn1] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.bnk-doc-link[b-b9x39estn1] {
    background: none;
    border: none;
    color: #ECE5D6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: inherit;
    padding: 2px 0;
    text-align: left;
}

    .bnk-doc-link:hover[b-b9x39estn1] {
        color: #8D9A8C;
    }

    .bnk-doc-link:disabled[b-b9x39estn1] {
        opacity: 0.5;
        cursor: default;
    }

.bnk-image-viewer[b-b9x39estn1] {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
/* /Components/CRM/Customers.razor.rz.scp.css */
.crm-layout[b-mu3owo7x77] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    height: 100%;
    min-height: 0;
}

.crm-list[b-mu3owo7x77] {
    flex: 0 0 160px;
    max-width: 100%;
    overflow-y: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    padding-right: 12px;
}

.crm-customer-list[b-mu3owo7x77] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.crm-customer-item[b-mu3owo7x77] {
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    font-size: 0.85rem;
}

    .crm-customer-item:hover[b-mu3owo7x77] {
        background: rgba(255, 255, 255, 0.1);
    }

    .crm-customer-item.selected[b-mu3owo7x77] {
        background: #46586A;
        color: #ECE5D6;
    }

.crm-detail[b-mu3owo7x77] {
    flex: 1 1 260px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
}

.crm-empty[b-mu3owo7x77] {
    opacity: 0.7;
    font-size: 0.85rem;
}

.crm-toolbar[b-mu3owo7x77] {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.crm-toolbar-end[b-mu3owo7x77] {
    justify-content: flex-end;
}

.crm-icon-btn[b-mu3owo7x77] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
}

    .crm-icon-btn:hover[b-mu3owo7x77] {
        background: #46586A;
    }

    .crm-icon-btn:active[b-mu3owo7x77] {
        background: #232F3B;
    }

    .crm-icon-btn:disabled[b-mu3owo7x77] {
        opacity: 0.5;
        cursor: default;
    }

    .crm-icon-btn-danger:hover[b-mu3owo7x77] {
        background: #b3352e;
    }

    .crm-icon-btn-danger:active[b-mu3owo7x77] {
        background: #8a2823;
    }

.crm-modal-backdrop[b-mu3owo7x77] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.crm-modal[b-mu3owo7x77] {
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 20px;
    max-width: 360px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

    .crm-modal p[b-mu3owo7x77] {
        margin: 0 0 16px;
        font-size: 0.9rem;
    }

.crm-modal-actions[b-mu3owo7x77] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.crm-btn[b-mu3owo7x77] {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: inherit;
}

    .crm-btn:hover[b-mu3owo7x77] {
        background: #46586A;
    }

    .crm-btn:disabled[b-mu3owo7x77] {
        opacity: 0.5;
        cursor: default;
    }

.crm-btn-danger[b-mu3owo7x77] {
    background: #b3352e;
    color: #ECE5D6;
}

    .crm-btn-danger:hover[b-mu3owo7x77] {
        background: #8a2823;
    }

.crm-error[b-mu3owo7x77] {
    color: #e58a8a;
    font-size: 0.85rem;
}

.crm-category[b-mu3owo7x77] {
    margin-bottom: 20px;
}

.crm-category-title[b-mu3owo7x77] {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8D9A8C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 4px;
}

.crm-row[b-mu3owo7x77] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 14px;
}

    .crm-row:last-child[b-mu3owo7x77] {
        margin-bottom: 0;
    }

.crm-field[b-mu3owo7x77] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 160px;
    min-width: 0;
}

.crm-field-wide[b-mu3owo7x77] {
    flex-basis: 100%;
}

.crm-field label[b-mu3owo7x77] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.7;
}

.crm-field span[b-mu3owo7x77] {
    font-size: 0.9rem;
    min-height: 1.2em;
    overflow-wrap: anywhere;
}

.crm-field input[b-mu3owo7x77],
.crm-field select[b-mu3owo7x77],
.crm-field textarea[b-mu3owo7x77] {
    box-sizing: border-box;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ECE5D6;
    padding: 6px 8px;
    font-size: 0.85rem;
    font-family: inherit;
}

    .crm-field input:focus[b-mu3owo7x77],
    .crm-field select:focus[b-mu3owo7x77],
    .crm-field textarea:focus[b-mu3owo7x77] {
        outline: none;
        border-color: #8D9A8C;
    }

.crm-field textarea[b-mu3owo7x77] {
    resize: vertical;
}
/* /Components/HourRegistration/HourRegistrations.razor.rz.scp.css */
.hr-layout[b-yd209fheyg] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    min-height: 0;
}

.hr-empty[b-yd209fheyg] {
    opacity: 0.7;
    font-size: 0.85rem;
}

.hr-toolbar[b-yd209fheyg] {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.hr-icon-btn[b-yd209fheyg] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
}

    .hr-icon-btn:hover[b-yd209fheyg] {
        background: #46586A;
    }

    .hr-icon-btn:active[b-yd209fheyg] {
        background: #232F3B;
    }

.hr-view-select[b-yd209fheyg] {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ECE5D6;
    padding: 6px 8px;
    font-size: 0.85rem;
    font-family: inherit;
}

    .hr-view-select:focus[b-yd209fheyg] {
        outline: none;
        border-color: #8D9A8C;
    }

.hr-week-nav[b-yd209fheyg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.hr-week-label[b-yd209fheyg] {
    font-size: 0.95rem;
    font-weight: 600;
    min-width: 260px;
    text-align: center;
}

.hr-week-grid[b-yd209fheyg] {
    display: grid;
    grid-template-columns: repeat(7, minmax(140px, 1fr));
    gap: 10px;
    overflow-x: auto;
}

.hr-day-column[b-yd209fheyg] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    min-width: 0;
}

.hr-day-header[b-yd209fheyg] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.hr-day-name[b-yd209fheyg] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.7;
}

.hr-day-total[b-yd209fheyg] {
    font-size: 0.78rem;
    opacity: 0.7;
}

.hr-day-number[b-yd209fheyg] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hr-day-entries[b-yd209fheyg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hr-entry-card[b-yd209fheyg] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
}

    .hr-entry-card:hover[b-yd209fheyg] {
        background: rgba(255, 255, 255, 0.1);
    }

.hr-entry-card-top[b-yd209fheyg] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hr-entry-duration[b-yd209fheyg] {
    font-size: 0.85rem;
    font-weight: 700;
}

.hr-entry-time[b-yd209fheyg] {
    font-size: 0.72rem;
    opacity: 0.7;
}

.hr-entry-customer[b-yd209fheyg] {
    font-size: 0.8rem;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.hr-day-add-btn[b-yd209fheyg] {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
    padding: 8px;
    font-size: 0.8rem;
    font-family: inherit;
}

    .hr-day-add-btn:hover[b-yd209fheyg] {
        opacity: 1;
        background: rgba(255, 255, 255, 0.06);
    }

.hr-month-grid[b-yd209fheyg] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.hr-month-weekday[b-yd209fheyg] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.7;
    text-align: center;
    padding-bottom: 4px;
}

.hr-month-cell[b-yd209fheyg] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 6px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hr-month-cell-empty[b-yd209fheyg] {
    background: transparent;
    border-color: transparent;
}

.hr-month-cell-header[b-yd209fheyg] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.hr-month-cell-date[b-yd209fheyg] {
    font-size: 0.9rem;
    font-weight: 700;
}

.hr-month-cell-total[b-yd209fheyg] {
    font-size: 0.68rem;
    opacity: 0.7;
}

.hr-month-cell-entries[b-yd209fheyg] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
}

.hr-month-entry[b-yd209fheyg] {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 0.68rem;
    cursor: pointer;
}

    .hr-month-entry:hover[b-yd209fheyg] {
        background: rgba(255, 255, 255, 0.1);
    }

.hr-month-entry-duration[b-yd209fheyg] {
    font-weight: 700;
    flex: 0 0 auto;
}

.hr-month-entry-customer[b-yd209fheyg] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hr-month-add-btn[b-yd209fheyg] {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: inherit;
    opacity: 0.6;
    cursor: pointer;
    font-size: 0.75rem;
    font-family: inherit;
    padding: 0;
}

    .hr-month-add-btn:hover[b-yd209fheyg] {
        opacity: 1;
    }

.hr-totals[b-yd209fheyg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    font-size: 0.9rem;
}

    .hr-totals strong[b-yd209fheyg] {
        color: #8D9A8C;
        font-size: 1.05rem;
    }

.hr-customer-totals[b-yd209fheyg] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

    .hr-customer-totals th[b-yd209fheyg] {
        text-align: left;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hr-customer-totals td[b-yd209fheyg] {
        padding: 6px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        vertical-align: middle;
    }

.hr-modal-backdrop[b-yd209fheyg] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.hr-modal[b-yd209fheyg] {
    background: #2b2b2b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 20px;
    max-width: 360px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hr-modal-wide[b-yd209fheyg] {
    width: 50%;
    max-width: 50%;
}

.hr-category-title[b-yd209fheyg] {
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8D9A8C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 4px;
}

.hr-modal-fields[b-yd209fheyg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.hr-modal-actions[b-yd209fheyg] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.hr-btn[b-yd209fheyg] {
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: inherit;
}

    .hr-btn:hover[b-yd209fheyg] {
        background: #46586A;
    }

    .hr-btn:disabled[b-yd209fheyg] {
        opacity: 0.5;
        cursor: default;
    }

.hr-btn-danger[b-yd209fheyg] {
    background: #b3352e;
    color: #ECE5D6;
}

    .hr-btn-danger:hover[b-yd209fheyg] {
        background: #8a2823;
    }

.hr-error[b-yd209fheyg] {
    color: #e58a8a;
    font-size: 0.85rem;
}

.hr-field[b-yd209fheyg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

    .hr-field label[b-yd209fheyg] {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        opacity: 0.7;
    }

    .hr-field span[b-yd209fheyg] {
        font-size: 0.9rem;
        min-height: 1.2em;
        overflow-wrap: anywhere;
    }

    .hr-field input[b-yd209fheyg],
    .hr-field select[b-yd209fheyg] {
        box-sizing: border-box;
        width: 100%;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
        color: #ECE5D6;
        padding: 6px 8px;
        font-size: 0.85rem;
        font-family: inherit;
    }

        .hr-field input:focus[b-yd209fheyg],
        .hr-field select:focus[b-yd209fheyg] {
            outline: none;
            border-color: #8D9A8C;
        }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z97hclvh03] {
    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-z97hclvh03] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7i5idtrmpt],
.components-reconnect-repeated-attempt-visible[b-7i5idtrmpt],
.components-reconnect-failed-visible[b-7i5idtrmpt],
.components-pause-visible[b-7i5idtrmpt],
.components-resume-failed-visible[b-7i5idtrmpt],
.components-rejoining-animation[b-7i5idtrmpt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-retrying[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-failed[b-7i5idtrmpt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7i5idtrmpt] {
    display: block;
}


#components-reconnect-modal[b-7i5idtrmpt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7i5idtrmpt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7i5idtrmpt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7i5idtrmpt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7i5idtrmpt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7i5idtrmpt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7i5idtrmpt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7i5idtrmpt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7i5idtrmpt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7i5idtrmpt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7i5idtrmpt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7i5idtrmpt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7i5idtrmpt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7i5idtrmpt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7i5idtrmpt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7i5idtrmpt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7i5idtrmpt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7i5idtrmpt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7i5idtrmpt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
