@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/Appointments/ActivitiesWeekly.razor.rz.scp.css */
.tooltip-container[b-2j0se6abxu] {
    position: relative;
}

.tooltip-text[b-2j0se6abxu] {
    visibility: hidden;
    position: absolute;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text[b-2j0se6abxu] {
    visibility: visible;
    opacity: 1;
}
/* /Components/Appointments/Appointments.razor.rz.scp.css */
.overlay[b-3zz9ikc1nb] {
    position: fixed;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.activities-wrapper[b-3zz9ikc1nb] {
    overflow: auto;
    max-height: calc(100vh - 1.1rem);
    contain: inline-size;
}

.filters[b-3zz9ikc1nb] {
    position: sticky;
    left: 0;
    z-index: 4;
}

.activities-wrapper[b-3zz9ikc1nb]  thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.activities-wrapper[b-3zz9ikc1nb]  thead th:first-child {
    left: 0;
    z-index: 3;
}

.activities-wrapper[b-3zz9ikc1nb]  tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: var(--color-bg-primary);
}

.activities-wrapper[b-3zz9ikc1nb]  tbody tr.table-info th:first-child {
    background-color: var(--bs-table-bg, #cff4fc);
}

ul[b-3zz9ikc1nb] {
    list-style-type: none; /* Removes bullets */
    padding: 0; /* Removes default left padding */
    margin: 0; /* Removes default margins */
}

li[b-3zz9ikc1nb] {
    margin: 5px 0; /* Optional: Add spacing between list items */
}
/* /Components/Assets/AssetEditor.razor.rz.scp.css */
.input-group[b-purwxjxdh4] {
    position: relative;
}

.floating-list[b-purwxjxdh4] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-top: none;
    z-index: 1000;
}

.vertical-header[b-purwxjxdh4] {
    writing-mode: vertical-rl; /* Vertical text (right to left) */
    transform: rotate(180deg); /* Flip text upside-down */
    white-space: nowrap; /* Prevent wrapping */
    text-align: center;
    font-weight: bold;
    background-color: var(--color-bg-tertiary);
    padding: 10px;
    min-width: 40px; /* Adjust as needed */
    border: 1px solid var(--color-border-primary);
}
/* /Components/Assets/AssetsHistory.razor.rz.scp.css */
.copy-to-clipboard[b-vwj73ssgm0] {
    cursor: pointer; /* indicate clickable element */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .copy-to-clipboard:hover[b-vwj73ssgm0] {
        background-color: #e0f7fa; /* light background color on hover */
        color: #00796b; /* optional: change text/icon color on hover */
        box-shadow: 0 0 5px rgba(0, 121, 107, 0.6); /* subtle glow */
    }
/* /Components/Assets/AssetsList.razor.rz.scp.css */
.copy-to-clipboard[b-eutllcrpr5] {
    cursor: pointer; /* indicate clickable element */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .copy-to-clipboard:hover[b-eutllcrpr5] {
        background-color: #e0f7fa; /* light background color on hover */
        color: #00796b; /* optional: change text/icon color on hover */
        box-shadow: 0 0 5px rgba(0, 121, 107, 0.6); /* subtle glow */
    }
/* /Components/Assets/MyAssets.razor.rz.scp.css */
.copy-to-clipboard[b-gpisr6kzhv] {
    cursor: pointer; /* indicate clickable element */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .copy-to-clipboard:hover[b-gpisr6kzhv] {
        background-color: #e0f7fa; /* light background color on hover */
        color: #00796b; /* optional: change text/icon color on hover */
        box-shadow: 0 0 5px rgba(0, 121, 107, 0.6); /* subtle glow */
    }
/* /Components/BusinessTrip/BtDomesticPrintView.razor.rz.scp.css */
/* Kiküldetési rendelvény belföldi — printable layout.
   Matches specs/kikuld/Kikuldetesi_rendelveny_belfold_ISO_2026.xlsx
   field-for-field. Screen preview uses the same layout as print so
   what the finance user sees on screen is what they get on paper. */

.rendelveny[b-fqughc1uq6] {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 0.7rem;
    color: #000;
    max-width: 19cm;
    margin: 0 auto;
}

.rendelveny .title[b-fqughc1uq6] {
    text-align: center;
    margin-bottom: 0.5rem;
}

.rendelveny .title-main[b-fqughc1uq6] {
    font-size: 1.1rem;
    font-weight: bold;
}

.rendelveny .title-sub[b-fqughc1uq6] {
    font-size: 0.75rem;
    font-style: italic;
}

.rendelveny .title-period[b-fqughc1uq6] {
    font-size: 0.85rem;
    font-weight: bold;
    margin-top: 0.25rem;
}

.rendelveny table[b-fqughc1uq6] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.4rem;
}

.rendelveny th[b-fqughc1uq6],
.rendelveny td[b-fqughc1uq6] {
    border: 1px solid #000;
    padding: 0.15rem 0.3rem;
    vertical-align: top;
}

.rendelveny th[b-fqughc1uq6] {
    font-weight: bold;
    background: #f0f0f0;
    text-align: left;
}

.rendelveny .header-table td.label[b-fqughc1uq6],
.rendelveny .vehicle-table td.label[b-fqughc1uq6],
.rendelveny .finance-table td.label[b-fqughc1uq6] {
    font-weight: normal;
    color: #333;
    width: 12%;
    white-space: nowrap;
}

.rendelveny .header-table td.value[b-fqughc1uq6],
.rendelveny .vehicle-table td.value[b-fqughc1uq6],
.rendelveny .finance-table td.value[b-fqughc1uq6] {
    font-weight: bold;
    background: #fff8c8;
}

.rendelveny .finance-table td.value.empty[b-fqughc1uq6] {
    background: #fff8c8;
    min-width: 4rem;
    /* Deliberately empty — matches the scanned reality where finance
       never fills these in post-print. See note in the razor file. */
}

.rendelveny .vehicle-table td.label[b-fqughc1uq6] {
    width: auto;
    white-space: nowrap;
}

/* Trip lines table — the dense grid that dominates the page */
.rendelveny .lines-table[b-fqughc1uq6] {
    font-size: 0.65rem;
}

.rendelveny .lines-table th[b-fqughc1uq6] {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    background: #e8e8e8;
}

.rendelveny .lines-table .col-num[b-fqughc1uq6]       { width: 1.5rem; text-align: center; }
.rendelveny .lines-table .col-date[b-fqughc1uq6]      { width: 3.5rem; white-space: nowrap; }
.rendelveny .lines-table .col-mode[b-fqughc1uq6]      { width: 4.5rem; }
.rendelveny .lines-table .col-km[b-fqughc1uq6]        { width: 2.5rem; }
.rendelveny .lines-table .col-price[b-fqughc1uq6]     { width: 3rem; }
.rendelveny .lines-table .col-fuel[b-fqughc1uq6]      { width: 3.5rem; }
.rendelveny .lines-table .col-wear[b-fqughc1uq6]      { width: 3rem; }
.rendelveny .lines-table .col-food[b-fqughc1uq6]      { width: 3.5rem; }
.rendelveny .lines-table .col-other[b-fqughc1uq6]     { width: 3rem; }

.rendelveny .text-end[b-fqughc1uq6] { text-align: right; }

.rendelveny .lines-table tfoot .totals td[b-fqughc1uq6],
.rendelveny .lines-table tfoot .grand-total td[b-fqughc1uq6] {
    background: #e0e0e0;
    font-weight: bold;
}

/* Signature block — two cells, each with caption / line / date */
.rendelveny .sign-table[b-fqughc1uq6] {
    margin-top: 0.5rem;
    border-collapse: collapse;
}

.rendelveny .sign-table .sign-cell[b-fqughc1uq6] {
    padding: 0.5rem 0.5rem 1.2rem;
    width: 50%;
    vertical-align: bottom;
    border: 1px solid #000;
}

.rendelveny .sign-label[b-fqughc1uq6] {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
}

.rendelveny .sign-line[b-fqughc1uq6] {
    border-bottom: 1px dotted #555;
    height: 1.2rem;
    margin-bottom: 0.2rem;
    font-weight: bold;
    padding-left: 0.25rem;
}

.rendelveny .sign-date[b-fqughc1uq6] {
    font-size: 0.65rem;
    color: #333;
}

.rendelveny .casco[b-fqughc1uq6] {
    margin-top: 0.6rem;
    font-size: 0.7rem;
}

.rendelveny .casco-option[b-fqughc1uq6] {
    display: inline-block;
    border: 1px solid #000;
    padding: 0.05rem 0.6rem;
    margin-left: 0.35rem;
    background: #fff8c8;
}

.rendelveny .casco-option.checked[b-fqughc1uq6] {
    background: #ffe066;
    font-weight: bold;
}

/* Print-only rules: hide the toolbar and tighten page margins */
@media print {
    @page {
        size: A4;
        margin: 10mm;
    }

    .no-print[b-fqughc1uq6] {
        display: none !important;
    }

    .rendelveny[b-fqughc1uq6] {
        max-width: none;
    }

    .rendelveny .header-table td.value[b-fqughc1uq6],
    .rendelveny .vehicle-table td.value[b-fqughc1uq6],
    .rendelveny .finance-table td.value[b-fqughc1uq6],
    .rendelveny .casco-option[b-fqughc1uq6] {
        /* Keep the yellow highlight on paper so the original template's
           "CSAK A SÁRGA SZÍNŰ MEZŐKET KELL TÖLTENI" visual cue is preserved. */
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/CcEngPlanActual/CcEngPlanActual.razor.rz.scp.css */
.budget-warning[b-znrgo2um3o] {
    color: #e67300 !important;
}

[b-znrgo2um3o] td.text-end,
[b-znrgo2um3o] th.text-end {
    white-space: nowrap;
}

.pm-cell[b-znrgo2um3o] {
    position: relative;
    min-width: 12rem;
}

.overlay[b-znrgo2um3o] {
    position: absolute;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.overlay[b-znrgo2um3o]  th {
    position: static;
}

.comment-cell[b-znrgo2um3o] {
    max-width: 20rem;
    white-space: nowrap;
    position: relative;
}

.comment-text[b-znrgo2um3o] {
    display: inline-block;
    max-width: calc(100% - 2rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: default;
}

.comment-add-btn[b-znrgo2um3o] {
    padding: 0 0.35rem;
    line-height: 1.2;
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 0.25rem;
}

.comment-overlay[b-znrgo2um3o] {
    max-width: 40rem;
    max-height: 25rem;
    overflow-y: auto;
}
/* /Components/CcEngPlanActual/CcEngPlanActualEmployee.razor.rz.scp.css */
.budget-warning[b-imn6vrmjj6] {
    color: #e67300 !important;
}

.overlay[b-imn6vrmjj6] {
    position: absolute;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.overlay[b-imn6vrmjj6]  th {
    position: static;
}

.comment-cell[b-imn6vrmjj6] {
    max-width: 20rem;
    white-space: nowrap;
    position: relative;
}

.comment-text[b-imn6vrmjj6] {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: default;
}

.comment-overlay[b-imn6vrmjj6] {
    max-width: 40rem;
    max-height: 25rem;
    overflow-y: auto;
}
/* /Components/CustomerSatisfaction/CustomerSatisfaction.razor.rz.scp.css */
.cover[b-utf6msqgyu] {
    position: relative;
    width: 100%;
    min-height: 320px;
    background: #f5f7fa;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

.cover__headline[b-utf6msqgyu] {
    padding: 60px 0 30px 0;
    z-index: 2;
}

.cover__title[b-utf6msqgyu] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366;
    border-bottom: 4px solid #00b5e2;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.cover__image[b-utf6msqgyu] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50vw;
    max-width: 650px;
    z-index: 1;
}

    .cover__image img[b-utf6msqgyu] {
        width: 100%;
        height: auto;
        display: block;
    }

.page-wrapper[b-utf6msqgyu] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.page-wrapper--medium[b-utf6msqgyu] {
    max-width: 700px;
}

.contact[b-utf6msqgyu] {
    background: #f5f7fa;
    padding: 40px 0;
}

.contact__box[b-utf6msqgyu] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 40px 32px;
    margin: 0 auto;
}

.contact__form-wrapper[b-utf6msqgyu] {
    width: 100%;
}

.contact__title[b-utf6msqgyu] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #003366;
    margin-bottom: 18px;
}

.form[b-utf6msqgyu] {
    margin-top: 24px;
}

.form__items[b-utf6msqgyu] {
    margin-bottom: 24px;
}

.form__item[b-utf6msqgyu] {
    margin-bottom: 18px;
}

.form__label[b-utf6msqgyu] {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.form__label--required[b-utf6msqgyu]:after {
    content: "*";
    color: #e2001a;
    margin-left: 4px;
}

.form__control[b-utf6msqgyu] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d6dbe1;
    border-radius: 6px;
    font-size: 1rem;
    background: #f5f7fa;
    margin-top: 2px;
}

.form__control--textarea[b-utf6msqgyu] {
    min-height: 100px;
    resize: vertical;
}

.button[b-utf6msqgyu] {
    background: #005baa;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.7rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}

    .button:disabled[b-utf6msqgyu] {
        background: #b0c4d8;
        cursor: not-allowed;
    }

.text-success[b-utf6msqgyu] {
    color: #1a7f37;
    font-weight: 600;
    font-size: 1.1rem;
}

.form__cb-label[b-utf6msqgyu] {
    font-weight: 400;
    font-size: 1rem;
    color: #333;
}

.form-check-input[type="checkbox"][b-utf6msqgyu] {
    accent-color: #005baa;
}

.form__item--disclaimer[b-utf6msqgyu] {
    margin-top: 30px;
    font-size: 0.95rem;
    color: #555;
}

.plain-text a[b-utf6msqgyu] {
    color: #005baa;
    text-decoration: underline;
}

/* ----------------------------------
   General Table Styling
   ---------------------------------- */

.survey-matrix[b-utf6msqgyu] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden; /* Clips content to rounded corners */
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,91,170,0.04);
    border: 1px solid #d6dbe1;
}

    /* Matrix table headers and cells */
    .survey-matrix th[b-utf6msqgyu],
    .survey-matrix td[b-utf6msqgyu] {
        border: 1px solid #d6dbe1;
        border-top: none;
        border-left: none;
        padding: 12px 8px;
        text-align: center;
        background: #fff;
        font-size: 1rem;
    }

    .survey-matrix th[b-utf6msqgyu] {
        background: #f5f7fa;
        color: #003366;
        font-weight: 600;
    }

    .survey-matrix .matrix-question[b-utf6msqgyu] {
        text-align: left;
        background: #f5f7fa;
        color: #003366;
        font-weight: 500;
    }

    /* Remove double/thick borders on outer edges */
    .survey-matrix tr:first-child th[b-utf6msqgyu] {
        border-top: none;
    }

    .survey-matrix tr th:first-child[b-utf6msqgyu],
    .survey-matrix tr td:first-child[b-utf6msqgyu] {
        border-left: none;
    }

    /* Rounded corners on outermost cells */
    .survey-matrix tr:first-child th:first-child[b-utf6msqgyu] {
        border-top-left-radius: 12px;
    }

    .survey-matrix tr:first-child th:last-child[b-utf6msqgyu] {
        border-top-right-radius: 12px;
    }

    .survey-matrix tr:last-child td:first-child[b-utf6msqgyu] {
        border-bottom-left-radius: 12px;
    }

    .survey-matrix tr:last-child td:last-child[b-utf6msqgyu] {
        border-bottom-right-radius: 12px;
    }

    /* Remove inner border at the bottom of last row */
    .survey-matrix tr:last-child td[b-utf6msqgyu] {
        border-bottom: none;
    }
    /* Remove inner border at the right edge of last column */
    .survey-matrix tr th:last-child[b-utf6msqgyu],
    .survey-matrix tr td:last-child[b-utf6msqgyu] {
        border-right: none;
    }

    /* Matrix form elements */
    .survey-matrix input[type="radio"][b-utf6msqgyu] {
        accent-color: #005baa;
        width: 18px;
        height: 18px;
    }

@media (max-width: 767px) {
    .cover__title[b-utf6msqgyu] {
        font-size: 1.6rem;
    }

    .cover__image[b-utf6msqgyu] {
        width: 100vw;
        max-width: 100vw;
    }

    .contact__box[b-utf6msqgyu] {
        padding: 24px 8px;
    }

    .survey-matrix th[b-utf6msqgyu], .survey-matrix td[b-utf6msqgyu] {
        padding: 8px 2px;
        font-size: 0.95rem;
    }
}
/* /Components/CustomerSatisfaction/CustomerSatisfactionEditor.razor.rz.scp.css */
.input-group[b-eavtwvue2x] {
    position: relative;
}

.floating-list[b-eavtwvue2x] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-top: none;
    z-index: 1000;
}

.vertical-header[b-eavtwvue2x] {
    writing-mode: vertical-rl; /* Vertical text (right to left) */
    transform: rotate(180deg); /* Flip text upside-down */
    white-space: nowrap; /* Prevent wrapping */
    text-align: center;
    font-weight: bold;
    background-color: var(--color-bg-tertiary);
    padding: 10px;
    min-width: 40px; /* Adjust as needed */
    border: 1px solid var(--color-border-primary);
}

.copy-to-clipboard[b-eavtwvue2x] {
    cursor: pointer; /* indicate clickable element */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .copy-to-clipboard:hover[b-eavtwvue2x] {
        background-color: #e0f7fa; /* light background color on hover */
        color: #00796b; /* optional: change text/icon color on hover */
        box-shadow: 0 0 5px rgba(0, 121, 107, 0.6); /* subtle glow */
    }
/* /Components/CustomerSatisfaction/CustomerSatisfactionList.razor.rz.scp.css */
.copy-to-clipboard[b-2ba2vpg4qc] {
    cursor: pointer; /* indicate clickable element */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .copy-to-clipboard:hover[b-2ba2vpg4qc] {
        background-color: #e0f7fa; /* light background color on hover */
        color: #00796b; /* optional: change text/icon color on hover */
        box-shadow: 0 0 5px rgba(0, 121, 107, 0.6); /* subtle glow */
    }
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-8je3ymmpuw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8je3ymmpuw] {
    flex: 1;
}

.sidebar[b-8je3ymmpuw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8je3ymmpuw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8je3ymmpuw]  a, .top-row[b-8je3ymmpuw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8je3ymmpuw]  a:hover, .top-row[b-8je3ymmpuw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8je3ymmpuw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8je3ymmpuw] {
        justify-content: space-between;
    }

    .top-row[b-8je3ymmpuw]  a, .top-row[b-8je3ymmpuw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8je3ymmpuw] {
        flex-direction: row;
    }

    .sidebar[b-8je3ymmpuw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8je3ymmpuw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8je3ymmpuw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8je3ymmpuw], article[b-8je3ymmpuw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8je3ymmpuw] {
    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-8je3ymmpuw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-irubuhy8o4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-irubuhy8o4] {
    flex: 1;
}

.sidebar[b-irubuhy8o4] {
    background-color: var(--color-bg-secondary);
    border-right: 1px solid var(--color-border-primary);
}

.top-row[b-irubuhy8o4] {
    background-color: var(--color-bg-primary);
    border-bottom: 1px solid var(--color-border-primary);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-irubuhy8o4]  a, .top-row[b-irubuhy8o4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--color-text-secondary);
    }

    .top-row[b-irubuhy8o4]  a:hover, .top-row[b-irubuhy8o4]  .btn-link:hover {
        text-decoration: underline;
        color: var(--color-text-primary);
    }

    .top-row[b-irubuhy8o4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-irubuhy8o4] {
        justify-content: space-between;
    }

    .top-row[b-irubuhy8o4]  a, .top-row[b-irubuhy8o4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-irubuhy8o4] {
        flex-direction: row;
    }

    .sidebar[b-irubuhy8o4] {
        /*width: 250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-irubuhy8o4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-irubuhy8o4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-irubuhy8o4], article[b-irubuhy8o4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-irubuhy8o4] {
    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-irubuhy8o4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-5n6njcy01a] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.navbar-toggler[b-5n6njcy01a] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2rem;
    flex-shrink: 0;
    /* Flex child of .top-row — vertical centering is handled by the parent's
       align-items: center. margin-left: auto pushes it to the right edge. */
    margin-left: auto;
    color: var(--color-text-secondary);
    border: 1px solid var(--color-border-primary);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.25rem var(--color-bg-primary);
    transition: background-color 0.15s ease-in-out;
}

    .navbar-toggler:checked[b-5n6njcy01a] {
        background-color: var(--color-hover-bg);
    }

@media (prefers-color-scheme: dark) {
    .navbar-toggler[b-5n6njcy01a] {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28208, 208, 208, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem var(--color-bg-primary);
    }
}

.navbar-toggler-collapse[b-5n6njcy01a] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    /* Flex child of .top-row — see .navbar-toggler above. */
    margin-left: auto;
    border: 1px solid var(--color-border-primary);
    border-radius: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15 19l-7-7 7-7' stroke='rgba(51, 51, 51, 0.75)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/1.25rem var(--color-bg-primary);
    transition: all 0.15s ease-in-out;
}

    .navbar-toggler-collapse:checked[b-5n6njcy01a] {
        transform: rotate(180deg);
    }

@media (prefers-color-scheme: dark) {
    .navbar-toggler-collapse[b-5n6njcy01a] {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15 19l-7-7 7-7' stroke='rgba(208, 208, 208, 0.75)' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/1.5rem var(--color-bg-primary);
    }
}

.top-row[b-5n6njcy01a] {
    height: 2.75rem;
    background-color: var(--color-bg-secondary);
    border-bottom: 1px solid var(--color-border-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.5rem;
}

.navbar-brand[b-5n6njcy01a] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text-primary);
    flex-shrink: 0;
}

/* Nav filter textbox — fills the gap between the Hub brand and the collapse
   chevron. Magnifier icon sits on the left when empty; clear button sits on
   the right when text is present. The two never overlap.

   Critical: the flex basis is 0 and min-width is 0 so the filter can shrink
   all the way down. The input itself has size="1" in the markup, which is
   what actually prevents its ~10em default intrinsic width from inflating
   the sidebar's max-content. With those in place, the sidebar shrink-wraps
   to the widest nav item, and this flex:1 1 0 rule grows the search box to
   fill whatever width is left over. */
.nav-filter[b-5n6njcy01a] {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
}

.nav-filter-input[b-5n6njcy01a] {
    width: 100%;
    min-width: 0;
    height: 1.875rem;
    /* Left padding reserves space for the magnifier icon; it shrinks back
       to the normal 0.5rem when the user starts typing, handled below via
       :has(). */
    padding: 0 0.5rem 0 1.875rem;
    font-size: 0.8125rem;
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
    border: 1px solid var(--color-border-primary);
    border-radius: 6px;
    transition: padding 0.15s ease-in-out;
}

/* When the input has content, the clear (×) button is rendered. Use :has()
   to detect it and rebalance the input's padding: reclaim the magnifier's
   reserved space on the left, and reserve space on the right so long typed
   text doesn't slide under the clear button. No helper class, no placeholder
   hack — the DOM state is the single source of truth. */
.nav-filter:has(.nav-filter-clear) .nav-filter-input[b-5n6njcy01a] {
    padding-left: 0.5rem;
    padding-right: 1.75rem;
}

    .nav-filter-input:focus[b-5n6njcy01a] {
        border-color: var(--color-border-hover);
        box-shadow: none;
        outline: none;
        background-color: var(--color-bg-primary);
        color: var(--color-text-primary);
    }

.nav-filter-icon[b-5n6njcy01a] {
    width: 0.875rem;
    height: 0.875rem;
    fill: currentColor;
    flex-shrink: 0;
}

.nav-filter-search[b-5n6njcy01a] {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-secondary);
    pointer-events: none;
    opacity: 0.7;
}

.nav-filter-clear[b-5n6njcy01a] {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: var(--color-text-secondary);
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

    .nav-filter-clear:hover[b-5n6njcy01a] {
        background-color: var(--color-hover-bg);
        color: var(--color-text-primary);
    }

    .nav-filter-clear:focus[b-5n6njcy01a] {
        outline: none;
        background-color: var(--color-hover-bg);
    }


.nav-link-text[b-5n6njcy01a] {
    padding-left: 0.625rem;
    display: block;
    font-size: 0.875rem;
}

.nav-item[b-5n6njcy01a] {
    font-size: 0.875rem;
    padding-bottom: 0.125rem;
}

    .nav-item:first-of-type[b-5n6njcy01a] {
        padding-top: 0rem;
    }

    .nav-item:last-of-type[b-5n6njcy01a] {
        padding-bottom: 0rem;
    }

    .nav-item[b-5n6njcy01a]  .nav-link {
        color: var(--color-text-secondary);
        background: none;
        border: none;
        border-radius: 6px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
        width: 100%;
        white-space: nowrap;
        padding: 0 0.5rem;
        transition: all 0.15s ease-in-out;
        font-weight: 500;
    }

    .nav-item[b-5n6njcy01a]  a.active {
        background-color: var(--color-active-bg);
        color: var(--color-text-primary);
    }

    .nav-item[b-5n6njcy01a]  .nav-link:hover {
        background-color: var(--color-hover-bg);
        color: var(--color-text-primary);
    }

    .nav-item[b-5n6njcy01a]  .btn-link {
        text-decoration: none;
        color: var(--color-text-secondary);
    }

.nav-scrollable[b-5n6njcy01a] {
    display: none;
    /* Horizontal padding matches .top-row (0.5rem) for a consistent inner
       gutter from sidebar top to bottom. */
    padding: 0.375rem 0.5rem;
}

body:has(.navbar-toggler:checked) .nav-scrollable[b-5n6njcy01a] {
    display: block;
}

.nav-submenu[b-5n6njcy01a] {
    padding-left: 0.25rem;
}

    .nav-submenu .nav-item[b-5n6njcy01a] {
        padding-bottom: 0.0625rem;
    }

    .nav-submenu .nav-item[b-5n6njcy01a]  .nav-link {
        height: 1.875rem;
        font-size: 0.8125rem;
        padding-left: 2rem;
    }

.nav-chevron[b-5n6njcy01a] {
    margin-left: auto;
    flex-shrink: 0;
}

/* Workflow attention badge — shown next to nav items that have pending items
   requiring the current user's action (e.g. Kiküldetés jóváhagyás).
   margin-left is a concrete gap, not auto: the sidebar shrink-wraps to the
   widest nav item, so there is no leftover space for an auto margin to
   consume and the badge would otherwise sit flush against the label text. */
.nav-item[b-5n6njcy01a]  .workflow-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.375rem;
    margin-left: 0.5rem;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 0.625rem;
    box-shadow: 0 0 0 0.125rem rgba(220, 53, 69, 0.25);
    flex-shrink: 0;
}

@media (min-width: 641px) {
    .navbar-toggler-collapse[b-5n6njcy01a] {
        display: block;
    }

    body:has(.navbar-toggler-collapse:checked) .nav-scrollable .nav-link-text[b-5n6njcy01a] {
        display: none;
    }

    body:has(.navbar-toggler-collapse:checked) .nav-scrollable .nav-chevron[b-5n6njcy01a] {
        display: none;
    }

    body:has(.navbar-toggler-collapse:checked) .nav-scrollable[b-5n6njcy01a] {
        padding: 0.375rem 0.5rem;
    }

    body:has(.navbar-toggler-collapse:checked) .nav-scrollable .nav-item[b-5n6njcy01a]  .nav-link {
        padding: 0 0.375rem;
        justify-content: center;
        position: relative; /* anchor for badge dot */
    }

    /* In collapsed sidebar: badge shrinks to a small dot floating at
       the top-right of the icon, since there's no room for a counted pill. */
    body:has(.navbar-toggler-collapse:checked) .nav-scrollable .nav-item[b-5n6njcy01a]  .workflow-badge {
        position: absolute;
        top: 0.1875rem;
        right: 0.1875rem;
        min-width: 0.625rem;
        width: 0.625rem;
        height: 0.625rem;
        padding: 0;
        margin-left: 0;
        font-size: 0;
        color: transparent;
        border-radius: 50%;
        overflow: hidden;
    }

    body:has(.navbar-toggler-collapse:checked) .navbar-brand[b-5n6njcy01a] {
        display: none;
    }

    /* Hide the filter textbox entirely when the sidebar is collapsed — there
       is no room for it in the narrow icon-only strip. */
    body:has(.navbar-toggler-collapse:checked) .nav-filter[b-5n6njcy01a] {
        display: none;
    }

    body:has(.navbar-toggler-collapse:checked) .top-row[b-5n6njcy01a] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-toggler[b-5n6njcy01a] {
        display: none;
    }

    .nav-scrollable[b-5n6njcy01a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 2.75rem);
        overflow-y: auto;
        padding: 0.375rem 0.5rem;
    }

    /* Custom scrollbar styling for webkit browsers */
    .nav-scrollable[b-5n6njcy01a]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-5n6njcy01a]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-5n6njcy01a]::-webkit-scrollbar-thumb {
        background: var(--color-border-secondary);
        border-radius: 3px;
    }

    .nav-scrollable[b-5n6njcy01a]::-webkit-scrollbar-thumb:hover {
        background: var(--color-border-hover);
    }
}
/* /Components/Layout/WhistleblowerLayout.razor.rz.scp.css */
#blazor-error-ui[b-7md52qdpf5] {
    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-7md52qdpf5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Phones/PhnDeviceCreditEditor.razor.rz.scp.css */
.input-group[b-169oh49q7q] {
    max-width: 600px;
}
/* /Components/Phones/PhnSubscriptionEditor.razor.rz.scp.css */
.input-group[b-xb9ct3lyld] {
    position: relative;
}

/* /Components/ProjectSheet/PsAccountingView.razor.rz.scp.css */
.detail-row[b-w9zue4sdnq] {
    border-bottom: 1px solid #dee2e6;
    font-size: small;
}

.project-sheet h3[b-w9zue4sdnq] {
    color: #2c3e50;
    font-weight: 600;
    font-size: small;
}
/* /Components/ProjectSheet/PsEditor.razor.rz.scp.css */
.input-group[b-abv1a2x0io] {
    position: relative;
}

.floating-list[b-abv1a2x0io] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-bg-elevated);
    border: 1px solid var(--color-border-primary);
    border-top: none;
    z-index: 1000;
}

.vertical-header[b-abv1a2x0io] {
    writing-mode: vertical-rl; /* Vertical text (right to left) */
    transform: rotate(180deg); /* Flip text upside-down */
    white-space: nowrap; /* Prevent wrapping */
    text-align: center;
    font-weight: bold;
    background-color: var(--color-bg-tertiary);
    padding: 10px;
    min-width: 40px; /* Adjust as needed */
    border: 1px solid var(--color-border-primary);
}
/* /Components/ProjectSheet/PsEmployeeTable.razor.rz.scp.css */
/* /Components/ProjectSheet/PsEmployeeView.razor.rz.scp.css */
.detail-row[b-mdhme4zhev] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.project-sheet h3[b-mdhme4zhev] {
    color: #2c3e50;
    font-weight: 600;
}
/* /Components/ProjectSheet/PsInvAccomodationRateSelector.razor.rz.scp.css */
/* Description field - grows to fill space, with minimum width */
.input-group input[type="text"][b-si1ex6pb0d] {
    flex: 1 1 auto;
    min-width: 12rem;
}

/* Number field - fixed target, can shrink if needed */
.input-group input[type="number"][b-si1ex6pb0d] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 6rem;
}

/* Unit selector - fixed target, can shrink if needed */
.input-group select[b-si1ex6pb0d] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 7rem;
}
/* /Components/ProjectSheet/PsInvRateSelector.razor.rz.scp.css */
/* Product selector (child component) - auto-size to content */
.input-group[b-zfu00z60kt]  select:first-of-type {
    flex: 0 0 auto;
    width: auto;
}

/* Description field - grows to fill space, with minimum width */
.input-group input[type="text"][b-zfu00z60kt] {
    flex: 1 1 auto;
    min-width: 12rem;
}

/* Number field - fixed target, can shrink if needed */
.input-group input[type="number"][b-zfu00z60kt] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 6rem;
}

/* Unit selector (last dropdown) - fixed target, can shrink if needed */
.input-group select:last-of-type[b-zfu00z60kt] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 7rem;
}
/* /Components/ProjectSheet/PsInvTravelRateSelector.razor.rz.scp.css */
/* Description field - grows to fill space, with minimum width */
.input-group input[type="text"][b-q9mt7j1j6i] {
    flex: 1 1 auto;
    min-width: 12rem;
}

/* Number field - fixed target, can shrink if needed */
.input-group input[type="number"][b-q9mt7j1j6i] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 6rem;
}

/* Unit selector - fixed target, can shrink if needed */
.input-group select[b-q9mt7j1j6i] {
    flex: 0 1 auto;
    width: 8rem;
    min-width: 7rem;
}
/* /Components/ProjectSheet/PsList.razor.rz.scp.css */
/* /Components/ProjectSheet/PsServiceAgentTable.razor.rz.scp.css */
/* /Components/ProjectSheet/PsServiceAgentView.razor.rz.scp.css */
.detail-row[b-45sztnw2u5] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.project-sheet h3[b-45sztnw2u5] {
    color: #2c3e50;
    font-weight: 600;
}
/* /Components/ProjectSheet/PsTeamLeadTable.razor.rz.scp.css */
/* /Components/ProjectSheet/PsTeamLeadView.razor.rz.scp.css */
.detail-row[b-qk5xhaaj0i] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.project-sheet h3[b-qk5xhaaj0i] {
    color: #2c3e50;
    font-weight: 600;
}
/* /Components/ProjectTracker/ProjectTrackerDashboard.razor.rz.scp.css */
.status-label[b-rn3mwexx1h] {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.status-info[b-rn3mwexx1h] {
    background-color: #dbeafe;
    color: #1e40af;
}

.status-kritikus[b-rn3mwexx1h] {
    background-color: #fcdada;
    color: #7f1d1d;
}

.status-lezart[b-rn3mwexx1h] {
    background-color: #d1fae5;
    color: #065f46;
}

.status-nyitott[b-rn3mwexx1h] {
    background-color: #fef9c3;
    color: #92400e;
}
/* /Components/ProjectTracker/ProjectTrackerOwnList.razor.rz.scp.css */
/* Egyedi státusz gombok */

.btn-status-info[b-4kc7yv93qn] {
    background-color: var(--color-info-bg);
    color: var(--color-info);
    border: 1px solid var(--color-info);
}

.btn-status-kritikus[b-4kc7yv93qn] {
    background-color: var(--color-danger-bg);
    color: var(--color-danger);
    border: 1px solid var(--color-danger);
}

.btn-status-lezart[b-4kc7yv93qn] {
    background-color: var(--color-success-bg);
    color: var(--color-success);
    border: 1px solid var(--color-success);
}

.btn-status-nyitott[b-4kc7yv93qn] {
    background-color: var(--color-warning-bg);
    color: var(--color-warning);
    border: 1px solid var(--color-warning);
}

.status-label[b-4kc7yv93qn] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.status-info[b-4kc7yv93qn] {
    background-color: var(--color-info-bg);
    color: var(--color-info);
}

.status-kritikus[b-4kc7yv93qn] {
    background-color: var(--color-danger-bg);
    color: var(--color-danger);
}

.status-lezart[b-4kc7yv93qn] {
    background-color: var(--color-success-bg);
    color: var(--color-success);
}

.status-nyitott[b-4kc7yv93qn] {
    background-color: var(--color-warning-bg);
    color: var(--color-warning);
}


/* /Components/ProjectTracker/ProjectTrackerTask.razor.rz.scp.css */
.form-section[b-6en0ttg0l5] {
    background-color: var(--color-bg-secondary);
    padding: 1.5rem;
    border: 1px solid var(--color-border-primary);
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.status-buttons button[b-6en0ttg0l5] {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.form-group label[b-6en0ttg0l5] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.modal-content[b-6en0ttg0l5] {
    border-radius: 0.5rem;
}

.form-background[b-6en0ttg0l5] {
    background-color: var(--color-bg-tertiary);
    padding: 20px;
    border-radius: 8px;
}

/* /Components/Signature/SignaturePad.razor.rz.scp.css */
.signature-pad-container[b-ol76g6wdt4] {
    max-width: 40rem;
}

.signature-canvas[b-ol76g6wdt4] {
    width: 100%;
    height: 12.5rem;
    border: 1px solid black;
    border-radius: var(--bs-border-radius);
    background: var(--color-bg-primary);
    cursor: crosshair;
    touch-action: none;
}

.signature-toolbar[b-ol76g6wdt4] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
/* /Components/Signature/SignatureView.razor.rz.scp.css */
.signature-view[b-y8gdlcauxg] {
    width: 12rem;
    height: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--color-bg-primary, #fff);
}
/* /Components/Sorting/SortableHeader.razor.rz.scp.css */
th.sortable-header[b-v9lckljvhj] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

[b-v9lckljvhj] .sort-icon {
    margin-left: 0.25rem;
    vertical-align: middle;
}

[b-v9lckljvhj] .sort-icon-inactive {
    opacity: 0.4;
}
/* /Components/TimesheetCheck/TimesheetMonthlyTable.razor.rz.scp.css */
.nonworkday[b-xvdxo47o0v] {
    --bs-table-bg: #e2f2eb;
    --bs-table-border-color: #bbd3c8;
    --bs-table-striped-bg: #d2e5dc;
    --bs-table-active-bg: #cee4da;
    --bs-table-hover-bg: #c1d6ccaa;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

@media (prefers-color-scheme: dark) {
    .nonworkday[b-xvdxo47o0v] {
        --bs-table-bg: #1e3a2a;
        --bs-table-border-color: #2d4a3a;
        --bs-table-striped-bg: #243d2d;
        --bs-table-active-bg: #2a4533;
        --bs-table-hover-bg: #3a5443aa;
        --bs-table-color: #e7e0d8;
    }
}
