@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);
}

.actions[b-purwxjxdh4] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /Components/Assets/AssetsHistory.razor.rz.scp.css */
.actions[b-vwj73ssgm0] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}

.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 */
.actions[b-eutllcrpr5] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}

.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 */
.actions[b-gpisr6kzhv] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}

.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/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);
}

.actions[b-eavtwvue2x] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}

.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 */
.actions[b-2ba2vpg4qc] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}

.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;
    color: var(--color-text-secondary);
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    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;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    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);
}

.navbar-brand[b-5n6njcy01a] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text-primary);
}

.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;
    padding: 0.375rem 1rem;
}

.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;
}

@media (min-width: 641px) {
    .navbar-toggler-collapse[b-5n6njcy01a] {
        display: block;
    }

        .navbar-toggler-collapse:checked ~ .nav-scrollable .nav-link-text[b-5n6njcy01a] {
            display: none;
        }

        .navbar-toggler-collapse:checked ~ .nav-scrollable .nav-chevron[b-5n6njcy01a] {
            display: none;
        }

        .navbar-toggler-collapse:checked ~ .nav-scrollable[b-5n6njcy01a] {
            padding: 0.375rem 0.5rem;
        }

        .navbar-toggler-collapse:checked ~ .nav-scrollable .nav-item[b-5n6njcy01a]  .nav-link {
            padding: 0 0.375rem;
            justify-content: center;
        }

    body:has(.navbar-toggler-collapse:checked) .navbar-brand[b-5n6njcy01a] {
        display: none;
    }

    body:has(.navbar-toggler-collapse:checked) .top-row[b-5n6njcy01a] {
        padding-left: 0;
        padding-right: 0;
    }

    body:has(.navbar-toggler-collapse:checked) .top-row .container-fluid[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 1rem;
    }

    /* 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;
}

.actions[b-xb9ct3lyld] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--color-bg-elevated);
}
/* /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);
}

.actions[b-abv1a2x0io] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /Components/ProjectSheet/PsEmployeeTable.razor.rz.scp.css */
.actions[b-be2hzc8jyf] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /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 */
/*button.btn i {
    display: inline-block;*/ /* Ensures the icons stay inline */
    /*justify-content: center;
    align-items: center;
    vertical-align: middle;*/ /* Keeps the icons aligned vertically */
/*}

button.btn {
    display: inline-flex;*/ /* Switch to inline-flex to align items properly */
    /*justify-content: center;
    align-items: center;*/ /* Vertically centers the icon inside the button */
    /*padding: 0.5rem 0.5rem;*/ /* Adjust padding to make sure the buttons are not too wide */
    /*margin: 0.1rem;
    white-space: nowrap;*/ /* Prevents the content from wrapping inside the button */
    /*vertical-align: middle;*/ /* Ensures vertical alignment when inline */
    /*line-height: 1.5;*/ /* Ensure consistent button height and alignment */
/*}*/

.actions[b-4da1d4jtn9] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /Components/ProjectSheet/PsServiceAgentTable.razor.rz.scp.css */
.actions[b-fhzv5gehyn] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /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 */
.actions[b-fxz4vsaday] {
    position: sticky;
    top: 0;
    z-index: 1100; /* Make sure it's above other elements */
    background: var(--color-bg-elevated);
}
/* /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 */
.actions[b-4kc7yv93qn] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: var(--color-bg-elevated);
}

/* 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 */
.actions[b-6en0ttg0l5] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: var(--color-bg-elevated);
}

.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;
    }
}
