@import '_content/Greenway.WebComponents/Greenway.WebComponents.bundle.scp.css';

/* /Components/AlertModal.razor.rz.scp.css */
.modal-backdrop[b-osggocr1i7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    pointer-events: auto;
}

.alert-overlay[b-osggocr1i7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    background: transparent;
}

.alert-box[b-osggocr1i7] {
    position: relative;
    border: 2px solid var(--sl-color-neutral-200);
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
    padding: 2rem 2.5rem;
    width: 30%;
    right: 30px;
    height: fit-content;
    max-height: 100%;
    pointer-events: auto;
    border-radius: 6px;
    background: white;
}

.alert-header[b-osggocr1i7] {
    border-bottom: 2px solid var(--sl-color-neutral-200);
    width: 100%;
    padding-bottom: var(--sl-spacing-medium);
}

.alert-title[b-osggocr1i7] {
    margin: 0;
    font-weight: normal;
    color: var(--sl-color-neutral-600);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.alert-body[b-osggocr1i7] {
    text-align: center;
}

    .alert-body p[b-osggocr1i7] {
        display: block !important;
    }

.alert-body sl-icon[b-osggocr1i7] {
    font-size: var(--sl-font-size-2x-large);
    font-weight: bold;
    color: var(--sl-color-danger-700);
    flex-shrink: 0;
}

.alert-img[b-osggocr1i7] {
    color: var(--sl-color-danger-700);
    transform: rotate(180deg);
}

.alert-body p[b-osggocr1i7] {
    margin-bottom: var(--sl-spacing-medium);
    color: var(--sl-color-neutral-800);
    display: flex;
    align-items: center;
    gap: var(--sl-spacing-small);
}

.alert-body strong[b-osggocr1i7] {
    color: var(--sl-color-neutral-800);
}

.alert-footer[b-osggocr1i7] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}

    .alert-footer sl-button[b-osggocr1i7] {
        background-color: var(--sl-color-gra-700);
        align-items: center;
        border-radius: 10px;
    }

        .alert-footer sl-button:hover[b-osggocr1i7]::part(base) {
            background-color: var(--sl-color-gra-200);
            color: var(--sl-color-gra-700);
            border: 2px solid var(--sl-color-gra-700);
        }
/* /Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog-overlay[b-n9ipcb1ss1] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.confirmation-dialog[b-n9ipcb1ss1] {
    background: #ffffff;
    border-radius: 8px;
    width: min(520px, calc(100% - 2rem));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header[b-n9ipcb1ss1] {
    padding: 20px 24px 0 24px;
}

    .modal-header h3[b-n9ipcb1ss1] {
        margin: 0;
        color: #1a1a1a;
        border-bottom: 1px solid #e1e1e1 !important;
        font-family: "Roboto-Light", "Roboto Light", "Roboto", sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 21px;
        text-align: left;
        line-height: 25px;
        padding-bottom: 10px;
    }

.modal-body[b-n9ipcb1ss1] {
    display: flex;
    gap: 16px;
    padding: 20px 24px 0 24px;
}

.modal-icon[b-n9ipcb1ss1] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-alert-icon[b-n9ipcb1ss1] {
    color: #A30000;
    font-size: 36px;
}

.modal-alert-icon[name="info"][b-n9ipcb1ss1] {
    transform: rotate(180deg);
}

.modal-copy p[b-n9ipcb1ss1] {
    margin: 0 0 10px 0;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
    line-height: 16px;
    font-family: "Roboto-Regular", "Roboto", sans-serif;
    font-weight: 400;
}

.modal-additional-text[b-n9ipcb1ss1] {
    font-size: 13px;
    color: #4d3c01;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
    padding: 8px 10px;
}

.modal-footer[b-n9ipcb1ss1] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 12px 24px 20px 24px;
}

.btn-cancel[b-n9ipcb1ss1] {
    background-color: #ffffff;
    color: rgba(0, 124, 190, 1);
    border: 2px solid rgba(0, 124, 190, 1);
    border-radius: 5px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    height: fit-content;
}

    .btn-cancel:hover[b-n9ipcb1ss1] {
        background-color: rgba(0, 124, 190, 1);
        border-color: rgba(0, 124, 190, 1);
        color: white;
    }

.btn-delete[b-n9ipcb1ss1] {
    background-color: rgba(0, 124, 190, 1);
    color: white;
    border: 2px solid rgba(0, 124, 190, 1);
    border-radius: 5px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    height: fit-content;
    min-width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .btn-delete:not(:disabled):hover[b-n9ipcb1ss1] {
        background-color: #DFDCEE;
        border-color: rgba(0, 124, 190, 1);
        color: rgba(0, 124, 190, 1);
    }

    .btn-delete:disabled[b-n9ipcb1ss1] {
        background-color: rgba(0, 124, 190, 1);
        border-color: rgba(0, 124, 190, 1);
        color: white;
        cursor: not-allowed;
        opacity: 0.5;
    }

        .btn-delete:disabled:hover[b-n9ipcb1ss1] {
            background-color: #48329F;
            border-color: #48329F;
            color: white;
        }

.btn-spinner[b-n9ipcb1ss1] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: confirmation-dialog-spin-b-n9ipcb1ss1 0.8s linear infinite;
}

@keyframes confirmation-dialog-spin-b-n9ipcb1ss1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* /Components/DashboardErrorModal.razor.rz.scp.css */
.error-overlay[b-ko507khjyn] {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    background: rgba(0, 0, 0, 0.05);
}

.error-box[b-ko507khjyn] {
    position: relative;
    border: 2px solid var(--sl-color-neutral-200);
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
    padding: 2rem 2.5rem;
    width: 30%;
    right: 30px;
    height: fit-content;
    max-height: 100%;
    pointer-events: auto;
    border-radius: 6px;
    background: white;
}

.error-header[b-ko507khjyn] {
    border-bottom: 2px solid var(--sl-color-neutral-200);
    width: 100%;
    padding-bottom: var(--sl-spacing-medium);
}

.error-title[b-ko507khjyn] {
    margin: 0;
    font-weight: normal;
    color: var(--sl-color-neutral-600);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.error-body sl-icon[b-ko507khjyn] {
    font-size: var(--sl-font-size-2x-large);
    font-weight: bold;
    color: var(--sl-color-danger-700);
    flex-shrink: 0;
}

.error-img[b-ko507khjyn] {
    color: var(--sl-color-danger-700);
    transform: rotate(180deg);
}

.error-body p[b-ko507khjyn] {
    margin-bottom: var(--sl-spacing-medium);
    color: var(--sl-color-neutral-800);
    display: flex;
    align-items: center;
    gap: var(--sl-spacing-small);
}

.error-body strong[b-ko507khjyn] {
    color: var(--sl-color-neutral-800);
}

.error-footer[b-ko507khjyn] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}

    .error-footer sl-button[b-ko507khjyn] {
        background-color: var(--sl-color-gra-700);
        align-items: center;
        border-radius: 10px;
    }

        .error-footer sl-button:hover[b-ko507khjyn]::part(base) {
            background-color: var(--sl-color-gra-200);
            color: var(--sl-color-gra-700);
            border: 2px solid var(--sl-color-gra-700);
        }
/* /Components/ErrorModal.razor.rz.scp.css */
.error-overlay[b-qq9gp8tf7i] {
    position: fixed;
    top: 50px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    background: rgba(0, 0, 0, 0.05);
}

.error-box[b-qq9gp8tf7i] {
    position: relative;
    border: 2px solid var(--sl-color-neutral-200);
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
    padding: 2rem 2.5rem;
    width: 30%;
    right: 30px;
    height: fit-content;
    max-height: 100%;
    pointer-events: auto;
    border-radius: 6px;
    background: white;
}

.error-header[b-qq9gp8tf7i] {
    border-bottom: 2px solid var(--sl-color-neutral-200);
    width: 100%;
    padding-bottom: var(--sl-spacing-medium);
}

.error-title[b-qq9gp8tf7i] {
    margin: 0;
    font-weight: normal;
    color: var(--sl-color-neutral-600);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.error-body sl-icon[b-qq9gp8tf7i] {
    font-size: var(--sl-font-size-2x-large);
    font-weight: bold;
    color: var(--sl-color-danger-700);
    flex-shrink: 0;
}

.error-img[b-qq9gp8tf7i] {
    color: var(--sl-color-danger-700);
    transform: rotate(180deg);
}

.error-body p[b-qq9gp8tf7i] {
    margin-bottom: var(--sl-spacing-medium);
    color: var(--sl-color-neutral-800);
    display: flex;
    align-items: center;
    gap: var(--sl-spacing-small);
}

.error-body strong[b-qq9gp8tf7i] {
    color: var(--sl-color-neutral-800);
}

.error-footer[b-qq9gp8tf7i] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}

    .error-footer sl-button[b-qq9gp8tf7i] {
        background-color: var(--sl-color-gra-700);
        align-items: center;
        border-radius: 10px;
    }

        .error-footer sl-button:hover[b-qq9gp8tf7i]::part(base) {
            background-color: var(--sl-color-gra-200);
            color: var(--sl-color-gra-700);
            border: 2px solid var(--sl-color-gra-700);
        }
/* /Components/Footer.razor.rz.scp.css */
.footer[b-zzntdnntpr] {
    text-align: center;
    padding: 0.25rem 0;
    font-size: 0.9rem;
    color: #666;
}
/* /Components/GRAHome.razor.rz.scp.css */
.category-container[b-qtd61b4ahg] {
    gap: 1.5rem;
    display: flex;
    align-items: start;
    margin: 2rem 2px 0 2px;
    padding: 0 1.5rem 0 1.5rem;
}

.category-column[b-qtd61b4ahg] {
    flex: 1;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.category[b-qtd61b4ahg] {
    width: 100%;
}

    .category[b-qtd61b4ahg]::part(base) {
        border-radius: 8px;
        box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
    }

    .category[b-qtd61b4ahg]::part(summary) {
        font-size: 18px;
    }

    .category[b-qtd61b4ahg]::part(summary-icon) {
        rotate: none;
        transition: none;
    }

    .category[b-qtd61b4ahg]::part(header) {
        margin: -2px;
        height: 3.5rem;
        border-radius: 8px;
        border: solid 2px var(--sl-color-neutral-300);
        background: linear-gradient(to right, var(--sl-color-gra-100), var(--sl-color-gra-50), var(--sl-color-gra-50), #fff);
    }

        .category[b-qtd61b4ahg]::part(header):hover {
            border-width: 2px;
            border-color: var(--sl-color-gra-700);
        }

    .category[b-qtd61b4ahg]::part(content) {
        padding: 0px;
    }

    .category hr:last-of-type[b-qtd61b4ahg] {
        display: none;
    }

.category-summary[b-qtd61b4ahg] {
    display: flex;
    align-items: center;
}

.category-icon[b-qtd61b4ahg] {
    display: flex;
    padding: 1rem;
    margin-right: 1rem;
    border-radius: 50%;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    color: var(--sl-color-gra-700);
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
}

.active[b-qtd61b4ahg] {
    color: #fff;
    background-color: var(--sl-color-gra-700);
}

.dashboard-option[b-qtd61b4ahg] {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    justify-content: space-between;
    padding: .5rem 1rem .5rem 1rem;
}

    .dashboard-option:hover[b-qtd61b4ahg] {
        border-color: var(--sl-color-gra-700);
    }

    .dashboard-option:hover + .divider[b-qtd61b4ahg] {
        background-color: transparent;
    }

.divider[b-qtd61b4ahg] {
    height: 1px;
    border: none;
    margin: 0 1rem 0 1rem;
    background-color: var(--sl-color-gray-200)
}

    .divider:has( + .dashboard-option:hover)[b-qtd61b4ahg] {
        background-color: transparent;
    }

.option[b-qtd61b4ahg] {
    width: 100%;
}

    .option[b-qtd61b4ahg]::part(base) {
        font-size: 1rem;
        justify-content: start;
        color: var(--sl-color-gray-800);
    }

    .option[b-qtd61b4ahg]::part(label) {
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }

.info-icon[b-qtd61b4ahg] {
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    color: #007cbe !important;
}
/* /Components/MultiSelect.razor.rz.scp.css */
.multi-select[b-6njy81mx47] {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0px;
    width: 100%;
    min-width: 0;
}

.required-asterisk[b-6njy81mx47] {
    color: #dc3545;
    margin-left: -4px;
}

.multi-select-label[b-6njy81mx47] {
    color: #333333;
    text-transform: uppercase;
    padding: 0.5rem 1.0rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-family: "Roboto Light", "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    background-color: #f5f5f5;
}

.multi-select-label sl-icon[b-6njy81mx47] {
    color: var(--sl-color-primary-700)
}

.search-icon[b-6njy81mx47] {
    margin-right: 1rem;
}

.multi-select input[type="search"][b-6njy81mx47] {
    margin: 0 4px 8px 4px;
    background: #fff;
    border: 1px solid #e9eaf1;
    border-radius: 0px;
    padding: 7px 10px;
    font-size: 1em;
}


.multi-select-box[b-6njy81mx47] {
    flex-direction: column;
    gap: 4px;
    padding: 0 0 0 0;
    border: none;
    max-height: none;
    overflow-y: visible;
}

sl-checkbox[b-6njy81mx47],
.multi-select-box sl-checkbox[b-6njy81mx47] {
    display: flex;
    align-items: center;
    margin: 0 14px;
    font-size: 14px;
    min-height: 30px;
}

    sl-checkbox[b-6njy81mx47]::part(control) {
        border: 2px solid rgba(0, 124, 190, 1);
        background: #fff;
        border-radius: 0px;
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    sl-checkbox[checked][b-6njy81mx47]::part(control) {
        border-color: rgba(0, 124, 190, 1);
        color: rgb(0, 124, 190);
        font-weight: bold;
    }

sl-checkbox[b-6njy81mx47]::part(label) {
    color: #273256;
    font-size: 14px;
    margin-left: 2px;
}

.selected-items[b-6njy81mx47] {
    font-size: 0.95em;
    margin: 8px 14px 0 14px;
    color: #6b7280;
    background: #f7fafc;
    padding: 6px 8px;
    border-radius: 0px;
    border: 1px solid #e8ebf1;
}

.search-group[b-6njy81mx47] {
    align-items: center;
    border-top: 1px solid #e0e1e6;
    border-radius: 0px;
    padding: 0.3rem 1rem;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e1e6;
}


.search-group .search-icon[b-6njy81mx47] {
    background-image: url("data:image/svg+xml;...");
    width: 18px;
    height: 18px;
    margin-right: 5px;
    opacity: 0.55;
}
/* /Components/UnauthorizedErrorModal.razor.rz.scp.css */
.error-overlay[b-1ep48hn1yk] {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 120px);
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    background: rgba(0, 0, 0, 0.05);
}

.error-box[b-1ep48hn1yk] {
    position: relative;
    border: 2px solid var(--sl-color-neutral-200);
    box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.15);
    padding: 2rem 2.5rem;
    width: 30%;
    right: 30px;
    height: fit-content;
    max-height: 100%;
    pointer-events: auto;
    border-radius: 6px;
    background: white;
}

.error-header[b-1ep48hn1yk] {
    border-bottom: 2px solid var(--sl-color-neutral-200);
    width: 100%;
    padding-bottom: var(--sl-spacing-medium);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-header sl-icon-button[b-1ep48hn1yk] {
    font-size: var(--sl-font-size-x-large);
    font-weight: bold;
    flex-shrink: 0;
}

.error-title[b-1ep48hn1yk] {
    margin: 0;
    font-weight: normal;
    color: var(--sl-color-neutral-600);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.error-body sl-icon[b-1ep48hn1yk] {
    font-size: var(--sl-font-size-2x-large);
    font-weight: bold;
    color: var(--sl-color-danger-700);
    flex-shrink: 0;
    transform: rotate(180deg);
}

.error-body p[b-1ep48hn1yk] {
    margin-bottom: var(--sl-spacing-medium);
    color: var(--sl-color-neutral-800);
    display: flex;
    align-items: center;
    gap: var(--sl-spacing-small);
}

.error-body strong[b-1ep48hn1yk] {
    color: var(--sl-color-neutral-800);
}

.error-footer[b-1ep48hn1yk] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
}

    .error-footer sl-button[b-1ep48hn1yk] {
        background-color: var(--sl-color-gra-700);
        align-items: center;
        border-radius: 6px;
    }

        .error-footer sl-button[b-1ep48hn1yk]::part(base) {
            border-radius: 6px;
        }

        .error-footer sl-button:hover[b-1ep48hn1yk]::part(base) {
            background-color: var(--sl-color-gra-200);
            color: var(--sl-color-gra-700);
            border: 2px solid var(--sl-color-gra-700);
        }
/* /Layout/DashboardLayout.razor.rz.scp.css */
.page-container[b-695ohl6wox] {
    padding-left: 5rem;
    padding-right: 5rem;
    background-color: #f6f6f6;
}

.page-layout[b-695ohl6wox] {
    width: 100%;
    display: flex;
    align-items: center;
    padding: .5rem 0 0 .5rem;
    justify-content: space-between;
}

.title-container[b-695ohl6wox] {
    display: flex;
    font-size: 1.5rem;
    font-weight: 300;
    align-items: center;
}

.title[b-695ohl6wox] {
    height: max-content;
}

.info-icon[b-695ohl6wox] {
    font-size: 20px;
}

    .info-icon[b-695ohl6wox]::part(base) {
        padding-top: 0;
        padding-bottom: 0;
        color: #007cbe !important;
    }

.remove-icon[b-695ohl6wox] {
    font-size: 20px;
    color: var(--sl-color-gray-800);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-p14x3ota3h] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-p14x3ota3h] {
    flex: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.main-header[b-p14x3ota3h] {
    color: white;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sl-color-gra-700);
}

.app-title[b-p14x3ota3h] {
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

    .app-title .bold[b-p14x3ota3h] {
        font-weight: 700;
    }

.icon-bar[b-p14x3ota3h] {
    display: flex;
    align-items: center;
}

.icon[b-p14x3ota3h]::part(base) {
    font-size: 20px;
    color: #fff;
}

.app-title:hover[b-p14x3ota3h] {
    opacity: 0.8;
}

.gra-home-title[b-p14x3ota3h] {
    font-size: 15px;
    font-weight: 500;
    padding-top: .5rem;
    color: white;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 0 solid transparent;
}

    .gra-home-title:hover[b-p14x3ota3h] {
        opacity: 0.8;
        border-bottom: 2px solid currentColor;
    }


.app-title-with-home[b-p14x3ota3h] {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.audit-progress-container[b-p14x3ota3h] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    background-color: var(--sl-color-gra-200);
    border: 1px solid var(--sl-color-neutral-200);
    border-radius: var(--sl-border-radius-medium);
    padding: 12px 16px;
    box-shadow: 0 4px 24px rgba(72,50,159,0.18);
    z-index: 1000;
    max-width: 400px;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    animation: fadeIn-b-p14x3ota3h 0.1s ease-in-out;
}

.audit-progress-icon-circle[b-p14x3ota3h] {
    position: absolute;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--sl-color-primary, #48329f);
    border-radius: 50%;
    z-index: 1001;
    border: 3px solid var(--sl-color-neutral-0);
}

.audit-progress-icon-circle sl-icon[b-p14x3ota3h] {
    font-size: 28px;
    color: var(--sl-color-neutral-0);
    filter: invert(1) brightness(2);
}

.audit-progress-container sl-progress-bar[b-p14x3ota3h] {
    min-width: 60px;
    max-width: 60px;
    flex: 0 0 60px;
    margin-bottom: 2px;
}

.audit-progress-container sl-icon[b-p14x3ota3h] {
    font-size: 22px;
    color: var(--sl-color-primary, #48329f);
    margin-bottom: 2px;
}

.audit-progress-container sl-progress-bar[b-p14x3ota3h]::part(indicator) {
    background: var(--sl-color-primary, #48329f);
}

@keyframes fadeIn-b-p14x3ota3h {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* /Pages/AdministratorOptions/AdministratorOptions.razor.rz.scp.css */
.dashboard-groups-container td[b-88x932le2e],
.dashboard-groups-container tr[slot="expand-row"] td[b-88x932le2e] {
    height: 55px !important;
    min-height: 55px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container .expanded-content[b-88x932le2e] {
    display: block !important;
    position: relative !important;
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 40px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 15px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: calc(100% - 80px) !important;
    width: calc(100% - 80px) !important;
    box-sizing: border-box !important;
    cursor: text !important;
}

.dashboard-groups-container tr:not([slot="expand-row"]) td[b-88x932le2e] {
    height: 35px !important;
    min-height: 35px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container td[b-88x932le2e],
.dashboard-groups-container tr[slot="expand-row"] td[b-88x932le2e] {
    min-height: 55px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container td[b-88x932le2e] {
    height: 35px !important;
    min-height: 35px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container sl-table.sl-table tr[slot="expand-row"] td:first-child[b-88x932le2e] {
    padding: 6px 8px !important;
}

.dashboard-groups-container tr:last-child .expanded-content[b-88x932le2e] {
    margin-bottom: 0 !important;
}

.dashboard-groups-container td[b-88x932le2e] {
    min-height: 35px;
    vertical-align: middle;
}

    .dashboard-groups-container td:last-child[b-88x932le2e] {
        min-height: 35px;
        vertical-align: middle;
    }

.dashboard-groups-container > table > thead > tr > th[b-88x932le2e] {
    font-weight: 700 !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 4px 8px !important;
}

.dashboard-groups-container > table > thead > tr[b-88x932le2e] {
    height: 28px !important;
    min-height: 28px !important;
}

.dashboard-groups-container th.col-users[b-88x932le2e] {
    font-weight: 600 !important;
}

.dashboard-groups-container .expanded-content h4[b-88x932le2e] {
    font-weight: 300 !important;
}

.dashboard-groups-container td.col-users[b-88x932le2e],
.dashboard-groups-container td:nth-child(4)[b-88x932le2e] {
    text-align: center !important;
    color: #007cbe !important;
    font-weight: 600 !important;
}

.dashboard-groups-container table th:not(.col-actions)[b-88x932le2e],
.dashboard-groups-container sl-table.sl-table th:not(.col-actions)[b-88x932le2e] {
    cursor: text !important;
}

.dashboard-groups-container th:not(.col-actions)[b-88x932le2e] {
    cursor: text !important;
}

.expand-cell[b-88x932le2e] {
    display: table-cell;
    align-items: center;
    gap: 8px;
    height: 100%;
    min-height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: left;
    padding-left: 4px;
}

.dashboard-groups-container th.col-actions[b-88x932le2e] {
    text-align: left !important;
    cursor: text !important;
}



.dashboard-groups-container th.col-group-name > .group-name-header-flex[b-88x932le2e] {
    justify-content: flex-end;
    width: 100%;
}

.dashboard-groups-container th.col-group-name[b-88x932le2e] {
    text-align: right !important;
}

.group-name-header-flex[b-88x932le2e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.group-name-heading-text[b-88x932le2e] {
    font-weight: 500;
}

.group-name-sort-icon[b-88x932le2e] {
    margin-left: 0;
}

.actions-header-flex[b-88x932le2e] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.actions-header-text[b-88x932le2e] {
    margin-right: 8px;
    font-weight: 500;
}

.actions-sort-icon[b-88x932le2e] {
    margin-left: 0;
}

.actions-header-flex[b-88x932le2e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dashboard-groups-container sl-table[b-88x932le2e]::part(cell),
.dashboard-groups-container sl-table[b-88x932le2e]::part(header-cell),
.dashboard-groups-container sl-table td[b-88x932le2e],
.dashboard-groups-container sl-table th[b-88x932le2e],
.dashboard-groups-container table td[b-88x932le2e],
.dashboard-groups-container table th[b-88x932le2e] {
    cursor: pointer !important;
}

.dashboard-groups-container sl-table.sl-table td[b-88x932le2e],
.dashboard-groups-container sl-table.sl-table th[b-88x932le2e],
.dashboard-groups-container table tr[data-index] td[b-88x932le2e],
.dashboard-groups-container table tr[data-index] th[b-88x932le2e] {
    cursor: pointer !important;
}

.dashboard-groups-container sl-table.sl-table th[b-88x932le2e],
.dashboard-groups-container table th[b-88x932le2e] {
    height: 28px !important;
    min-height: 28px !important;
    padding: 4px 8px !important;
}

.dashboard-groups-container table thead th[b-88x932le2e],
.dashboard-groups-container sl-table.sl-table thead th[b-88x932le2e] {
    cursor: text !important;
}

.col-group-name[b-88x932le2e] {
    width: 18%;
    min-width: 140px;
    max-width: 220px;
    text-align: right;
    padding-left: 47px;
}

.col-description[b-88x932le2e] {
    width: 44%;
    min-width: 220px;
    max-width: 500px;
}

.col-dashboards[b-88x932le2e] {
    width: 27%;
    min-width: 130px;
    max-width: 300px;
}

.col-users[b-88x932le2e] {
    width: 10%;
    min-width: 80px;
    max-width: 110px;
    text-align: center;
    white-space: nowrap;
}

.col-actions[b-88x932le2e] {
    width: 8%;
    min-width: 90px;
    max-width: 130px;
    text-align: left;
}

.expand-all-link[b-88x932le2e] {
    color: #007cbe;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s;
    user-select: none;
    display: inline-block;
}

    .expand-all-link:hover[b-88x932le2e] {
        background: #e6f2fa;
        text-decoration: underline;
    }

.page-title[b-88x932le2e] {
    font-weight: 300;
    font-size: 24px;
    margin: 0 1.5rem 0 1.5rem !important;
}

.closable-tabs[b-88x932le2e]::part(nav) {
    padding: 0 1.5rem 0 1.5rem !important;
}

.closable-tabs[b-88x932le2e]::part(active-tab-indicator) {
    border-bottom: solid 2px var(--indicator-color) !important;
}

.closable-tabs .nav-tabs[active][b-88x932le2e]::part(base) {
    color: var(--sl-color-gra-700) !important;
}

.nav-tabs[b-88x932le2e]::part(base) {
    font-size: 21px;
    padding-bottom: 4px;
    color: #333333;
}

.section-divider[b-88x932le2e] {
    border: none;
    margin: 0.5rem 1.5rem 0 1.5rem;
    height: 1px;
    background-color: var(--sl-color-neutral-200);
}

sl-table[b-88x932le2e] {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
}

    sl-table.sl-table th[b-88x932le2e] {
        background-color: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
        height: 28px !important;
        min-height: 28px !important;
        padding: 4px 8px !important;
        text-align: left;
        font-weight: 600;
        color: #1a1a1a;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.01em;
        text-shadow: 0 0 0.5px #0001;
    }

.audit-container[b-88x932le2e] {
    margin: 0 1.25rem 1.25rem 1.25rem;
    position: relative;
}

.audit-table[b-88x932le2e] {
    width: 100%;
    border-collapse: collapse;
}

    .audit-table th[b-88x932le2e],
    .audit-table td[b-88x932le2e] {
        padding: 0.65rem;
        border: 1px solid #ccc;
        text-align: left;
    }

    .audit-table th[b-88x932le2e] {
        cursor: pointer;
        background-color: #f2f2f2;
        user-select: none;
    }

        .audit-table th:hover[b-88x932le2e] {
            background-color: #e0e0e0;
        }

.date-range-picker[b-88x932le2e] {
    display: flex;
    gap: 1rem;
    font-size: 14px;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

    .date-range-picker label[b-88x932le2e] {
        font-weight: 700;
        margin-top: 0.5rem;
    }

.date-range-container[b-88x932le2e] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.calendar-wrapper[b-88x932le2e] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 280px;
    position: relative;
    z-index: 100;
}

.calendar-label[b-88x932le2e] {
    font-weight: 600;
    font-size: 13px;
    color: var(--sl-color-neutral-700);
    margin-bottom: 0.25rem;
}

sl-calendar[b-88x932le2e] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: var(--background-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    max-width: 280px;
    position: relative;
    z-index: 1000;
}

    sl-calendar[b-88x932le2e]::part(base) {
        border: none;
        background: transparent;
    }

    sl-calendar[b-88x932le2e]::part(header) {
        background-color: var(--sl-color-primary-50);
        border-bottom: 1px solid var(--sl-color-neutral-200);
        padding: 0.5rem;
    }

    sl-calendar[b-88x932le2e]::part(day) {
        transition: all 0.2s ease;
    }

        sl-calendar[b-88x932le2e]::part(day):hover {
            background-color: var(--sl-color-primary-100);
            color: var(--sl-color-primary-700);
        }

    sl-calendar[b-88x932le2e]::part(day--selected) {
        background-color: var(--sl-color-primary-600) !important;
        color: white !important;
    }

    sl-calendar[b-88x932le2e]::part(day--today) {
        border: 2px solid var(--sl-color-primary-400);
        font-weight: 600;
    }

.apply-button[b-88x932le2e] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    text-align: center;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    height: fit-content;
}

    .apply-button:not(:disabled):hover[b-88x932le2e] {
        background-color: #DFDCEE;
        border-color: #47329f;
        color: #47329f;
    }

    .apply-button:disabled[b-88x932le2e] {
        background-color: #47329f;
        border-color: #47329f;
        color: white;
        cursor: not-allowed;
        opacity: 0.5;
    }

        .apply-button:disabled:hover[b-88x932le2e] {
            background-color: #48329F;
            border-color: #48329F;
            color: white;
        }

.icon[b-88x932le2e]::part(base) {
    font-size: 22px !important;
}

.no-record[b-88x932le2e] {
    align-content: center;
    font-size: 24px;
}

.export-icon[b-88x932le2e] {
    font-size: 20px;
    margin-left: auto;
    display: flex;
    color: #007cbe !important;
}

.sort-icon[b-88x932le2e] {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.4rem;
    vertical-align: middle;
}

.date-range-separator[b-88x932le2e] {
    padding: 0.5rem 0 0.5rem 0;
    color: #555;
    font-size: 16px;
}

.loading-container[b-88x932le2e] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
}

.loading-spinner-wrapper[b-88x932le2e] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.loading-spinner[b-88x932le2e] {
    width: 4rem;
    height: 4rem;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1b6ec2;
    border-radius: 50%;
    animation: spin-b-88x932le2e 1s linear infinite;
}

.loading-text[b-88x932le2e] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    color: black;
}

@keyframes spin-b-88x932le2e {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.apply-tooltip[b-88x932le2e] {
    margin-top: 0.5rem;
}


.card-container[b-88x932le2e] {
    padding: 1rem;
    flex: 1 1 300px;
}

.user-container[b-88x932le2e] {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

    .user-container .card-container:first-child[b-88x932le2e], .user-container .card-container:nth-child(2)[b-88x932le2e] {
        border-right: 1px solid #e1e1e1;
    }


#usersTab h3[b-88x932le2e] {
    padding-left: 1rem;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.5rem;
}

.groups-container[b-88x932le2e] {
    margin: 0 1.25rem 1.25rem 1.25rem;
    position: relative;
}

    .groups-container[b-88x932le2e]::part(base) {
        padding: 0;
        position: relative;
    }

.data-groups-container[b-88x932le2e] {
    position: relative;
}

.dashboard-groups-container[b-88x932le2e] {
    position: relative;
}

.nested-tabs[b-88x932le2e]::part(nav) {
    font-size: 21px;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.nested-tabs .nav-tabs[b-88x932le2e]::part(base) {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}

.nested-tabs .nav-tabs[active][b-88x932le2e]::part(base) {
    color: var(--sl-color-gra-700);
}

.nested-tabs[b-88x932le2e]::part(active-tab-indicator) {
    border-bottom: solid 2px var(--sl-color-gra-700);
}

/* Users Actions */
.users-actions[b-88x932le2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 1.5rem 0.5rem 1.5rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--sl-color-neutral-200);
}
/*
/* Data Groups Actions 
.data-groups-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0.5rem 1.5rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--sl-color-neutral-200);
}*/

.action-buttons-left[b-88x932le2e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-links-right[b-88x932le2e] {
    display: flex;
    align-items: center;
}

.add-user-button[b-88x932le2e],
.add-data-group-button[b-88x932le2e] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    text-align: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .add-user-button:hover[b-88x932le2e],
    .add-data-group-button:hover[b-88x932le2e] {
        background-color: #DFDCEE;
        border-color: #47329f;
        color: #47329f;
    }

    .add-user-button sl-icon[b-88x932le2e],
    .add-data-group-button sl-icon[b-88x932le2e] {
        font-size: 16px;
    }

.expand-all-link[b-88x932le2e] {
    color: #47329f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

    .expand-all-link:hover[b-88x932le2e] {
        color: #3c2b85;
        text-decoration: underline;
    }

.data-groups-actions[b-88x932le2e],
.dashboard-groups-controls[b-88x932le2e] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    align-items: center;
}

.expand-all-button[b-88x932le2e],
.collapse-all-button[b-88x932le2e] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

    .expand-all-button:not(:disabled):hover[b-88x932le2e],
    .collapse-all-button:not(:disabled):hover[b-88x932le2e] {
        background-color: #DFDCEE;
        border-color: #47329f;
        color: #47329f;
    }

    .expand-all-button:disabled[b-88x932le2e],
    .collapse-all-button:disabled[b-88x932le2e] {
        background-color: #cccccc;
        border-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
        opacity: 0.6;
    }

.dashboard-groups-container[b-88x932le2e] {
    margin: 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

    .dashboard-groups-container table[b-88x932le2e] {
        table-layout: fixed !important;
        width: 100% !important;
    }

    .dashboard-groups-container .expand-cell[b-88x932le2e] {
        position: relative !important;
        text-align: left !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .dashboard-groups-container .expand-icon[b-88x932le2e] {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        left: 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .dashboard-groups-container .group-name-content[b-88x932le2e] {
        position: relative !important;
        display: inline-block !important;
        vertical-align: middle !important;
        text-align: left !important;
    }

.dashboard-groups-controls[b-88x932le2e] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    align-items: center;
}

.dashboard-groups-container td:first-child[b-88x932le2e] {
    min-height: 35px;
    vertical-align: middle;
    font-weight: 500;
    color: #222;
}

sl-table.sl-table td[b-88x932le2e] {
    padding: 8px 8px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.4;
    height: 35px !important;
    min-height: 35px !important;
}

.user-details[b-88x932le2e] {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.user-assignments-title[b-88x932le2e] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

.detail-section[b-88x932le2e] {
    margin-bottom: 10px;
}

    .detail-section strong[b-88x932le2e] {
        display: block;
        color: #007bff;
        font-weight: 600;
        margin-bottom: 4px;
    }

.detail-content[b-88x932le2e] {
    color: #555;
    margin-left: 8px;
}

.detail-row[b-88x932le2e] {
    margin-left: 8px;
}

.action-btn[b-88x932le2e] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
}

    .action-btn sl-icon[b-88x932le2e] {
        font-size: 18px;
        color: #007bff;
    }

    .action-btn:hover sl-icon[b-88x932le2e] {
        color: #0056b3;
    }

.user-filter[b-88x932le2e] {
    padding: 0 1.5rem 0 1.5rem;
}

.checkbox[b-88x932le2e] {
    font-size: 20px;
    margin-left: auto;
    display: flex;
    color: #007cbe !important;
}

sl-table.sl-table tr:hover:not([slot="expand-row"])[b-88x932le2e] {
    background-color: #f8f9fa;
}

.dashboard-groups-container sl-table[b-88x932le2e]::part(body) {
    position: relative;
}

.dashboard-groups-container sl-table tr[slot="expand-row"][b-88x932le2e]::part(body-cell) {
    padding-left: 80px !important;
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    vertical-align: top !important;
}

.dashboard-groups-container sl-table tr[data-index].expanded[b-88x932le2e] {
    background-color: rgba(230, 242, 248, 1) !important;
}

    .dashboard-groups-container sl-table tr[data-index].expanded td[b-88x932le2e] {
        background-color: rgba(230, 242, 248, 1) !important;
    }

.dashboard-groups-container sl-table tr[slot="expand-row"] td[b-88x932le2e] {
    vertical-align: top !important;
    border: none !important;
    padding-left: 40px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

sl-table.sl-table tr[slot="expand-row"] td[b-88x932le2e] {
    border-bottom: 2px solid #dee2e6;
}

.dashboard-groups-table .expand-icon[b-88x932le2e] {
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    color: #47329f;
    transition: transform 0.2s ease;
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1;
}

.expand-cell sl-icon.expand-icon[b-88x932le2e] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
}

.group-name-heading-text[b-88x932le2e] {
    display: inline-block;
    margin-left: 0;
    text-align: right;
    width: 100%;
}

.expand-cell[b-88x932le2e] {
    cursor: pointer;
}

.dashboard-groups-table .expand-icon:hover[b-88x932le2e] {
    transform: scale(1.1);
}

.action-icon[b-88x932le2e] {
    font-size: 20px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    display: inline-block;
}

.col-actions .action-icons-wrapper[b-88x932le2e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.edit-icon[b-88x932le2e] {
    color: #007cbe;
}

    .edit-icon:hover[b-88x932le2e] {
        color: #005a8b;
        transform: scale(1.1);
    }

.delete-icon[b-88x932le2e] {
    color: #007cbe;
}

    .delete-icon:hover[b-88x932le2e] {
        color: #005a8b;
        transform: scale(1.1);
    }


.dashboard-groups-container td.expand-cell[b-88x932le2e] {
    height: 100% !important;
    min-height: 35px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.dashboard-groups-container table tr:not([slot="expand-row"])[b-88x932le2e] {
    height: auto !important;
    min-height: 35px !important;
}

.dashboard-groups-container table tr[data-index] td[b-88x932le2e] {
    cursor: pointer;
}

    .dashboard-groups-container table tr[data-index] td:last-child[b-88x932le2e] {
        cursor: default;
    }

        .dashboard-groups-container table tr[data-index] td:last-child .action-icon[b-88x932le2e] {
            cursor: pointer;
        }

.dashboard-groups-container td.expand-cell[b-88x932le2e] {
    height: 100% !important;
    min-height: 35px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.dashboard-groups-container table tr:not([slot="expand-row"])[b-88x932le2e] {
    height: auto !important;
    min-height: 35px !important;
}

.group-name-content[b-88x932le2e] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: left;
    padding-left: 47px;
    line-height: 1.5;
    width: calc(100% - 48px);
    white-space: normal;
    word-wrap: break-word;
    min-height: 35px;
}

.dashboard-groups-container sl-table tr[slot="expand-row"] td div.expanded-content[b-88x932le2e] {
    display: block !important;
    position: relative !important;
    margin-left: 0 !important;
    padding-left: 40px !important;
    padding-right: 0.5rem !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.no-users[b-88x932le2e] {
    color: #888;
    font-style: italic;
}

.authorized-users-section[b-88x932le2e] {
    padding: 0;
}

    .authorized-users-section h4[b-88x932le2e] {
        margin: 0 0 0.25rem 0;
        font-size: 14px;
        font-weight: 600;
        color: #1a1a1a;
    }

.users-list[b-88x932le2e] {
    display: block;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
}

.see-more-link[b-88x932le2e] {
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: none;
    display: inline-block;
}

    .see-more-link:hover[b-88x932le2e] {
        color: #0056b3;
        text-decoration: underline;
    }

.visible-users[b-88x932le2e],
.hidden-users[b-88x932le2e] {
    display: inline;
}

.no-data[b-88x932le2e] {
    text-align: center;
    padding: 1rem;
    color: #666;
    font-style: italic;
}

/* User Grid Styles - Moved from users-grid.js */
.no-data-found[b-88x932le2e] {
    text-align: center;
    padding: 1rem;
    color: #666;
    font-style: italic;
}

.expand-icon[b-88x932le2e] {
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    color: #47329f;
    transition: transform 0.2s ease;
}

    .expand-icon:hover[b-88x932le2e] {
        transform: scale(1.1);
    }

.email-link[b-88x932le2e] {
    color: #007bff;
    text-decoration: none;
}

    .email-link:hover[b-88x932le2e] {
        text-decoration: underline;
    }

.action-btn[b-88x932le2e] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
    margin: 0 2px;
    font-size: 18px;
    color: #007bff;
}

    .action-btn:hover[b-88x932le2e] {
        color: #0056b3;
    }

/* User details expandable content */
.user-details[b-88x932le2e] {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.75rem;
}

.user-assignments-title[b-88x932le2e] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
}

.detail-section[b-88x932le2e] {
    margin-bottom: 10px;
}

    .detail-section strong[b-88x932le2e] {
        display: block;
        color: #007bff;
        font-weight: 600;
        margin-bottom: 8px;
    }

/* User table expandable row specific styling */
/*.user-table tr[slot="expand-row"] {
    border-left: 4px solid #007bff;
}

.user-table tr.expanded {
    background-color: rgba(230, 242, 248, 0.3);
}

.user-table tr.expanded td {
    background-color: rgba(230, 242, 248, 0.3);
}*/

/* Responsive fixes for all screen sizes */
@media screen and (min-width: 1024px) {
    .dashboard-groups-container table[b-88x932le2e] {
        table-layout: fixed !important;
        width: 100% !important;
    }

    .col-group-name[b-88x932le2e] {
        width: 18% !important;
        min-width: 140px !important;
        max-width: 220px !important;
    }

    .expand-cell[b-88x932le2e] {
        text-align: left !important;
        padding-left: 4px !important;
    }

    .group-name-content[b-88x932le2e] {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
        text-align: left !important;
        padding-left: 47px !important;
        width: calc(100% - 55px) !important;
        min-height: 35px !important;
    }

    .dashboard-groups-table .expand-icon[b-88x932le2e] {
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 8px !important;
    }
}

@media screen and (min-width: 1440px) {
    .dashboard-groups-container table[b-88x932le2e] {
        table-layout: fixed !important;
    }

    .col-group-name[b-88x932le2e] {
        width: 18% !important;
        max-width: 220px !important;
    }
}

@media screen and (min-width: 1920px) {
    .dashboard-groups-container table[b-88x932le2e] {
        table-layout: fixed !important;
    }

    .col-group-name[b-88x932le2e] {
        width: 18% !important;
        max-width: 250px !important;
    }
}
/* /Pages/AdministratorOptions/Groups/DashboardGroups/DashboardGroups.razor.rz.scp.css */
/* Dashboard Groups Container and Controls */
.dashboard-groups-container[b-9jgicjanl8] {
    margin: 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.dashboard-groups-controls[b-9jgicjanl8] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    align-items: center;
}

/* Success Banner/Toast Styles */
.dashboard-groups-toast[b-9jgicjanl8] {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    background-color: #e7f4ff;
    border: 1px solid #b2d7ff;
    border-radius: 4px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #0f3964;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(15, 57, 100, 0.15);
    z-index: 5;
}

.dashboard-groups-toast.success[b-9jgicjanl8] {
    background-color: #e9f7ff;
    border-color: #b8e0ff;
}

.dashboard-groups-toast .toast-icon[b-9jgicjanl8] {
    color: #007cbe;
    font-size: 18px;
}

.dashboard-groups-toast .toast-dismiss[b-9jgicjanl8] {
    background: none;
    border: none;
    color: #007cbe;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.dashboard-groups-toast .toast-dismiss:hover[b-9jgicjanl8] {
    color: #005a8b;
}

.dashboard-groups-container table[b-9jgicjanl8] {
    table-layout: fixed !important;
    width: 100% !important;
}

/* Row height styling */
.dashboard-groups-container sl-table.compact-rows[b-9jgicjanl8] {
    --sl-table-row-height: 40px;
}

.dashboard-groups-container .compact-rows table tbody tr:not([slot="expand-row"])[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
}

.dashboard-groups-container .compact-rows table tbody tr:not([slot="expand-row"]) td[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
    padding: 8px !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
}

.dashboard-groups-container sl-table table tbody tr:not([slot="expand-row"])[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
    line-height: 1.4 !important;
}

.dashboard-groups-container sl-table table tbody tr:not([slot="expand-row"]) td[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
    padding: 8px !important;
    line-height: 1.4 !important;
}

.dashboard-groups-container table tbody tr[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
}

.dashboard-groups-container table tbody tr td[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
    padding: 8px !important;
}

.add-dashboard-group-button[b-9jgicjanl8] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.add-dashboard-group-button:not(:disabled):hover[b-9jgicjanl8] {
    background-color: #DFDCEE;
    border-color: #47329f;
    color: #47329f;
}

.expand-all-link[b-9jgicjanl8] {
    color: #47329f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.expand-all-link:hover[b-9jgicjanl8] {
    color: #3c2b85;
    text-decoration: underline;
}

/* Table Styles */
.dashboard-groups-container sl-table.sl-table th[b-9jgicjanl8],
.dashboard-groups-container table th[b-9jgicjanl8] {
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    padding: 6px 8px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #000000 !important;
    line-height: 1.2 !important;
}

.dashboard-groups-container table thead th[b-9jgicjanl8],
.dashboard-groups-container sl-table.sl-table thead th[b-9jgicjanl8] {
    cursor: text !important;
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
}

.dashboard-groups-container table thead tr[b-9jgicjanl8],
.dashboard-groups-container sl-table.sl-table thead tr[b-9jgicjanl8] {
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
}

/* Column Widths and Alignments */
.col-group-name[b-9jgicjanl8] {
    width: 20%;
    min-width: 150px;
    max-width: 240px;
    text-align: left;
    padding-left: 8px;
}

.col-description[b-9jgicjanl8] {
    width: 38%;
    min-width: 210px;
    max-width: 470px;
}

.col-dashboards[b-9jgicjanl8] {
    width: 30%;
    min-width: 140px;
    max-width: 320px;
}

.col-users[b-9jgicjanl8] {
    width: 11%;
    min-width: 90px;
    max-width: 130px;
    text-align: center;
    white-space: nowrap;
}

/* Make clickable columns show pointer cursor */
.dashboard-groups-container td:nth-child(1)[b-9jgicjanl8], /* Dashboard Group Name */
.dashboard-groups-container td:nth-child(3)[b-9jgicjanl8], /* Associated Dashboards */
.dashboard-groups-container td:nth-child(4)[b-9jgicjanl8] { /* Authorized Users */
    cursor: pointer;
}

/* Description column should not be clickable */
.dashboard-groups-container td:nth-child(2)[b-9jgicjanl8] {
    cursor: text;
}

.col-actions[b-9jgicjanl8] {
    width: 8%;
    min-width: 90px;
    max-width: 130px;
    text-align: left;
}

/* Header Styles */
.dashboard-groups-container th.col-group-name > .group-name-header-flex[b-9jgicjanl8] {
    justify-content: flex-start;
    width: 100%;
    padding-left: 25px;
}

.dashboard-groups-container th.col-users[b-9jgicjanl8] {
    text-align: left !important;
    font-weight: 600 !important;
}

.group-name-header-flex[b-9jgicjanl8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.group-name-heading-text[b-9jgicjanl8] {
    font-weight: 600;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.actions-header-flex[b-9jgicjanl8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.actions-header-text[b-9jgicjanl8] {
    margin-right: 8px;
    font-weight: 600;
}

/* Cell Styles */
.dashboard-groups-container tbody tr:not([slot="expand-row"])[b-9jgicjanl8] {
    height: 40px !important;
    max-height: 40px !important;
}

.dashboard-groups-container td[b-9jgicjanl8] {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 8px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container tr:not([slot="expand-row"]) td[b-9jgicjanl8] {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container td:first-child[b-9jgicjanl8] {
    min-height: 40px;
    vertical-align: middle;
    font-weight: 500;
    color: #222;
}

.dashboard-groups-container td.col-users[b-9jgicjanl8],
.dashboard-groups-container td:nth-child(4)[b-9jgicjanl8] {
    text-align: center !important;
    color: #007cbe !important;
    font-weight: 600 !important;
}

/* Expand Cell and Icon */
.dashboard-groups-container .expand-cell[b-9jgicjanl8] {
    position: relative !important;
    text-align: left !important;
    padding: 8px !important;
    cursor: pointer;
    align-items: center !important;
}

.dashboard-groups-container td.expand-cell[b-9jgicjanl8] {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    vertical-align: middle !important;
}

.dashboard-groups-container .expand-icon[b-9jgicjanl8] {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.dashboard-groups-table .expand-icon[b-9jgicjanl8] {
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    color: #47329f;
    transition: transform 0.2s ease;
    display: inline-block !important;
    vertical-align: middle !important;
    line-height: 1;
}

.dashboard-groups-table .expand-icon:hover[b-9jgicjanl8] {
    transform: scale(1.1);
}

/* Group Name Content */
.dashboard-groups-container .group-name-content[b-9jgicjanl8] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    text-align: left !important;
}

.group-name-content[b-9jgicjanl8] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: left;
    padding-left: 28px;
    line-height: 1.4;
    width: calc(100% - 28px);
    white-space: normal;
    word-wrap: break-word;
    height: 100%;
}

/* Action Icons */
.action-icon[b-9jgicjanl8] {
    font-size: 20px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    display: inline-block;
}

.col-actions .action-icons-wrapper[b-9jgicjanl8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.edit-icon[b-9jgicjanl8] {
    color: #007cbe;
}

.edit-icon:hover[b-9jgicjanl8] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon[b-9jgicjanl8] {
    color: #007cbe;
}

.delete-icon:hover[b-9jgicjanl8] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon-disabled[b-9jgicjanl8] {
    color: #cccccc !important;
    cursor: not-allowed !important;
}

    .delete-icon-disabled:hover[b-9jgicjanl8] {
        color: #cccccc !important;
        transform: none !important;
}

/* Expanded Row Styles */
.dashboard-groups-container sl-table.sl-table tr[slot="expand-row"] td:first-child[b-9jgicjanl8] {
    padding: 6px 8px !important;
}

/* Expanded detail row styles - only for dashboard groups */
.dashboard-groups-container tr[slot="expand-row"] td[b-9jgicjanl8] {
    position: relative;
}

.dashboard-groups-container sl-table tr[slot="expand-row"][b-9jgicjanl8] {
    border-left: 4px solid #007bff;
}

/*.dashboard-groups-container tr[slot="expand-row"] td:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #007bff;
}*/

.dashboard-groups-container sl-table.sl-table tr[data-index].expanded[b-9jgicjanl8] {
    background-color: rgba(230, 242, 248, 1) !important;
}

.dashboard-groups-container sl-table.sl-table tr[data-index].expanded td[b-9jgicjanl8] {
    background-color: rgba(230, 242, 248, 1) !important;
}

.dashboard-groups-container sl-table tr[slot="expand-row"] td[b-9jgicjanl8] {
    vertical-align: top !important;
    padding-left: 4px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0.25rem !important;
}

.dashboard-groups-container sl-table tr[slot="expand-row"] td div.expanded-content[b-9jgicjanl8] {
    display: block !important;
    position: relative !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.dashboard-groups-container .expanded-content[b-9jgicjanl8] {
    display: block !important;
    position: relative !important;
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 30px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 15px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    box-sizing: border-box !important;
    cursor: text !important;
}

.dashboard-groups-container .expanded-content h4[b-9jgicjanl8] {
    font-weight: 500 !important;
}

/* Authorized Users Section */
.authorized-users-section[b-9jgicjanl8] {
    padding: 0;
}

.authorized-users-section h4[b-9jgicjanl8] {
    margin: 0 0 2px 0;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.2;
}

.users-list[b-9jgicjanl8] {
    display: block;
    line-height: 1.3;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
    font-size: 13px;
    font-weight: normal;
}

.see-more-link[b-9jgicjanl8] {
    color: #007cbe;
    cursor: pointer;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: none;
    display: inline-block;
}

.see-more-link:hover[b-9jgicjanl8] {
    color: #005a8b;
    text-decoration: underline;
}

/* Description Column Styles */
.description-container[b-9jgicjanl8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.description-text[b-9jgicjanl8] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.4;
}

.description-text.collapsed[b-9jgicjanl8] {
    -webkit-line-clamp: 3;
}

.description-text.expanded[b-9jgicjanl8] {
    -webkit-line-clamp: unset;
}

.see-more-description-link[b-9jgicjanl8] {
    color: #007cbe;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

    .see-more-description-link:hover[b-9jgicjanl8] {
    color: #005a8b;
    text-decoration: underline;
}

.visible-users[b-9jgicjanl8],
.hidden-users[b-9jgicjanl8] {
    display: inline;
    font-weight: normal;
}

.no-users[b-9jgicjanl8] {
    color: #888;
    font-style: italic;
}

.no-data[b-9jgicjanl8] {
    text-align: center;
    padding: 1rem;
    color: #666;
    font-style: italic;
}

/* Loading Styles */
.loading-container[b-9jgicjanl8] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
}

.loading-spinner-wrapper[b-9jgicjanl8] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.loading-spinner[b-9jgicjanl8] {
    width: 4rem;
    height: 4rem;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1b6ec2;
    border-radius: 50%;
    animation: spin-b-9jgicjanl8 1s linear infinite;
}

.loading-text[b-9jgicjanl8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    color: black;
}

@keyframes spin-b-9jgicjanl8 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive fixes for all screen sizes */
@media screen and (min-width: 1024px) {
    .dashboard-groups-container table[b-9jgicjanl8] {
        table-layout: fixed !important;
        width: 100% !important;
    }
    
    .col-group-name[b-9jgicjanl8] {
        width: 20% !important;
        min-width: 150px !important;
        max-width: 240px !important;
    }
    
    .col-description[b-9jgicjanl8] {
        width: 38% !important;
    }
    
    .col-dashboards[b-9jgicjanl8] {
        width: 30% !important;
    }
    
    .col-users[b-9jgicjanl8] {
        width: 15% !important;
    }
    
    .expand-cell[b-9jgicjanl8] {
        text-align: left !important;
        padding-left: 8px !important;
    }
    
    .group-name-content[b-9jgicjanl8] {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
        text-align: left !important;
        padding-left: 25px !important;
        min-height: 40px !important;
    }
    
    .dashboard-groups-table .expand-icon[b-9jgicjanl8] {
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 8px !important;
    }
}

@media screen and (min-width: 1440px) {
    .dashboard-groups-container table[b-9jgicjanl8] {
        table-layout: fixed !important;
    }
    
    .col-group-name[b-9jgicjanl8] {
        width: 20% !important;
        max-width: 240px !important;
    }
    
    .col-description[b-9jgicjanl8] {
        width: 38% !important;
    }
}

@media screen and (min-width: 1920px) {
    .dashboard-groups-container table[b-9jgicjanl8] {
        table-layout: fixed !important;
    }
    
    .col-group-name[b-9jgicjanl8] {
        width: 20% !important;
        max-width: 260px !important;
    }
    
    .col-description[b-9jgicjanl8] {
        width: 38% !important;
    }
}

/* Bottom Drawer Styles */
.dashboard-group-drawer[b-9jgicjanl8] {
    --size: calc(100vh - 202px);
    --drawer-top: 199px;
    --drawer-top-offset: 202px;
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE and Edge */
}


    .dashboard-group-drawer[b-9jgicjanl8]::part(overlay) {
        background: transparent !important;
        backdrop-filter: none !important;
    }

    .dashboard-group-drawer[b-9jgicjanl8]::part(panel) {
        max-height: none !important;
        height: auto !important;
        max-width: none !important;
        width: calc(100% - 2rem) !important;
        left: 1rem !important;
        right: 1rem !important;
        top: var(--drawer-top, 199px) !important;
        bottom: 0 !important;
        position: fixed !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        background: white !important;
        border-left: 1px solid #e1e1e1 !important;
        border-right: 1px solid #e1e1e1 !important;
        border-top: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        scrollbar-width: none !important; /* Firefox */
        -ms-overflow-style: none !important; /* IE and Edge */
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        transform: none !important;
        transition: none !important;
    }


.dashboard-group-drawer[b-9jgicjanl8]::part(panel)::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari, Opera */
}

.dashboard-group-drawer[b-9jgicjanl8]::part(body) {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}


.dashboard-group-drawer .drawer-content[b-9jgicjanl8] {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-group-drawer .drawer-content[b-9jgicjanl8]::-webkit-scrollbar {
    display: none;
}

.dashboard-group-drawer .drawer-content[b-9jgicjanl8] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.dashboard-group-drawer[b-9jgicjanl8]::part(close-button) {
    display: none !important;
}

.dashboard-group-drawer[b-9jgicjanl8]::part(header-actions) {
    display: none !important;
}

.dashboard-group-drawer[b-9jgicjanl8]::part(title) {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    padding: 10px 20px 13px 20px;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.dashboard-group-drawer[b-9jgicjanl8]::part(header) {
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    min-height: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    margin: 0 -1px 0 -1px;
}

.dashboard-group-drawer .drawer-form[b-9jgicjanl8] {
    max-width: 1298px;
    padding: 0 20px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.dashboard-group-drawer .form-row[b-9jgicjanl8] {
    margin-bottom: 24px;
}

    .dashboard-group-drawer .form-row:last-child[b-9jgicjanl8] {
        margin-bottom: 0;
    }

    .dashboard-group-drawer .form-row.two-columns[b-9jgicjanl8] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .dashboard-group-drawer .form-row.three-columns[b-9jgicjanl8] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 0;
        padding-top: 8px;
        position: relative;
        flex: 1;
        align-items: stretch;
    }

.dashboard-group-drawer .form-column-left[b-9jgicjanl8] {
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    padding-left: 0;
    margin-top: -8px;
    padding-top: 8px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.dashboard-group-drawer .form-column-middle[b-9jgicjanl8] {
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    margin-top: -8px;
    padding-top: 8px;
    margin-bottom: -10000px;
    padding-bottom: 10000px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.dashboard-group-drawer .form-column-right[b-9jgicjanl8] {
    padding-left: 24px;
    margin-top: -8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.dashboard-group-drawer .form-group[b-9jgicjanl8] {
    display: flex;
    flex-direction: column;
}

.dashboard-group-drawer .form-column-left .form-group:nth-child(2)[b-9jgicjanl8] {
    margin-top: 20px;
}

.dashboard-group-drawer .form-column-middle .form-group[b-9jgicjanl8],
.dashboard-group-drawer .form-column-right .form-group[b-9jgicjanl8] {
    width: 392px;
    min-height: 648px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    position: relative;
}

.dashboard-group-drawer .form-column-middle .form-group > *[b-9jgicjanl8],
.dashboard-group-drawer .form-column-right .form-group > *[b-9jgicjanl8] {
    flex: 1;
    min-height: 0;
}

.dashboard-group-drawer .form-column-middle .form-group[b-9jgicjanl8]::after,
.dashboard-group-drawer .form-column-right .form-group[b-9jgicjanl8]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #e1e1e1;
    pointer-events: none;
}

.dashboard-group-drawer .form-label[b-9jgicjanl8] {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-group-drawer .form-column-left .form-group:first-child .form-label[b-9jgicjanl8] {
    width: auto;
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Roboto Thin", "Roboto", sans-serif;
    font-weight: 250;
    color: #333333;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
}

.dashboard-group-drawer .form-column-middle .form-label[b-9jgicjanl8],
.dashboard-group-drawer .form-column-right .form-label[b-9jgicjanl8] {
    height: 38px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-family: "Roboto Light", "Roboto", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dashboard-group-drawer .form-label .clear-icon[b-9jgicjanl8] {
    margin-left: auto;
    cursor: pointer;
    color: #007bff;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

    .dashboard-group-drawer .form-label .clear-icon:hover[b-9jgicjanl8] {
        color: #0056b3;
    }

.dashboard-group-drawer .form-label .required-asterisk[b-9jgicjanl8] {
    color: #dc3545;
    margin-left: -4px;
}

.dashboard-group-drawer .form-column-left .form-group:nth-child(2) .form-label[b-9jgicjanl8] {
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Roboto Light", "Roboto", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 8px;
}

.dashboard-group-drawer .form-input[b-9jgicjanl8] {
    width: 100%;
    max-width: 392px;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
}

.dashboard-group-drawer .form-textarea[b-9jgicjanl8] {
    width: 100%;
    max-width: 392px;
    height: 97px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    resize: none;
    box-sizing: border-box;
}

    .dashboard-group-drawer .form-input:focus[b-9jgicjanl8],
    .dashboard-group-drawer .form-textarea:focus[b-9jgicjanl8] {
        outline: none;
        border-color: #007bff;
    }

.dashboard-group-drawer .form-input.input-error[b-9jgicjanl8],
.dashboard-group-drawer .form-textarea.input-error[b-9jgicjanl8] {
    border-color: #d32f2f;
}

    .dashboard-group-drawer .form-input.input-error:focus[b-9jgicjanl8],
    .dashboard-group-drawer .form-textarea.input-error:focus[b-9jgicjanl8] {
        border-color: #d32f2f;
    }

/* Error Message */
.dashboard-group-drawer .error-message[b-9jgicjanl8] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Warning Message */
.dashboard-group-drawer .warning-message[b-9jgicjanl8] {
    color: #ff9800 !important;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .dashboard-group-drawer .warning-icon-inline[b-9jgicjanl8] {
        color: #ff9800;
        font-size: 16px;
    }

/* Validation Message */
.dashboard-group-drawer .validation-message[b-9jgicjanl8] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 12px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Error Icon */
.dashboard-group-drawer .error-icon[b-9jgicjanl8] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 18px !important;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

.dashboard-group-drawer .error-icon-inline[b-9jgicjanl8] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 16px !important;
    flex-shrink: 0;
}

/* Input Error State - Removed */

/* Search Container */
.dashboard-group-drawer .search-container[b-9jgicjanl8] {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

    .dashboard-group-drawer .search-container sl-input[b-9jgicjanl8] {
        width: 100%;
        max-width: 392px;
    }

        .dashboard-group-drawer .search-container sl-input[b-9jgicjanl8]::part(base) {
            height: 32px;
            border: 1px solid #e1e1e1;
            border-radius: 4px;
            background-color: #ffffff;
            box-shadow: none;
        }

            .dashboard-group-drawer .search-container sl-input[b-9jgicjanl8]::part(base):hover {
                box-shadow: none;
            }

        .dashboard-group-drawer .search-container sl-input[b-9jgicjanl8]::part(input) {
            font-size: 14px;
            font-family: 'Roboto', sans-serif;
        }

        .dashboard-group-drawer .search-container sl-input sl-icon[slot="prefix"][b-9jgicjanl8] {
            color: #888888;
        }

        .dashboard-group-drawer .search-container sl-input:focus-within[b-9jgicjanl8]::part(base) {
            border-color: #007bff;
            outline: none;
            box-shadow: none;
        }

.dashboard-group-drawer sl-input[b-9jgicjanl8]::-webkit-scrollbar,
.dashboard-group-drawer sl-input *[b-9jgicjanl8]::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Selection List */
.dashboard-group-drawer .selection-list[b-9jgicjanl8] {
    width: 100%;
    max-width: 392px;
    height: 400px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background: #ffffff;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

    .dashboard-group-drawer .selection-list[b-9jgicjanl8]::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

.dashboard-group-drawer .selection-item[b-9jgicjanl8] {
    padding: 10px 12px 10px 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}


    .dashboard-group-drawer .selection-item sl-icon[b-9jgicjanl8] {
        font-size: 18px;
        color: #007bff;
        flex-shrink: 0;
        opacity: 1 !important;
        visibility: visible !important;
        display: inline-block !important;
        min-width: 18px;
        min-height: 18px;
        width: 18px;
        height: 18px;
    }

        .dashboard-group-drawer .selection-item sl-icon[name="Unchecked"][b-9jgicjanl8] {
            color: #007bff !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: inline-block !important;
            min-width: 18px;
            min-height: 18px;
            width: 18px;
            height: 18px;
        }

        .dashboard-group-drawer .selection-item sl-icon[name="Checked"][b-9jgicjanl8] {
            color: #007bff !important;
        }

        .dashboard-group-drawer .selection-item sl-icon[b-9jgicjanl8]::part(base) {
            opacity: 1 !important;
            visibility: visible !important;
            display: inline-block !important;
            min-width: 18px;
            min-height: 18px;
        }

        .dashboard-group-drawer .selection-item sl-icon[b-9jgicjanl8]::part(svg) {
            opacity: 1 !important;
            visibility: visible !important;
            display: inline-block !important;
        }

/* Clear and Filter Buttons */
.dashboard-group-drawer .clear-button[b-9jgicjanl8],
.dashboard-group-drawer .filter-button[b-9jgicjanl8] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s;
}

    .dashboard-group-drawer .clear-button:hover[b-9jgicjanl8],
    .dashboard-group-drawer .filter-button:hover[b-9jgicjanl8] {
        color: #47329f;
    }

    .dashboard-group-drawer .clear-button sl-icon[b-9jgicjanl8],
    .dashboard-group-drawer .filter-button sl-icon[b-9jgicjanl8] {
        font-size: 14px;
    }

/* Drawer Footer */
.dashboard-group-drawer[b-9jgicjanl8]::part(footer) {
    padding: 0 !important;
}

.dashboard-group-drawer .drawer-footer[b-9jgicjanl8] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0 20px 0 20px !important;
    margin-right: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background: #ffffff;
    height: auto;
    min-height: 52px;
    flex-shrink: 0;
    box-sizing: border-box;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-group-drawer .btn-cancel[b-9jgicjanl8],
.dashboard-group-drawer .btn-save[b-9jgicjanl8],
.dashboard-group-drawer .btn-save-add[b-9jgicjanl8] {
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #47329f;
    box-sizing: border-box;
}

.dashboard-group-drawer .btn-cancel[b-9jgicjanl8] {
    width: 93px;
    background: #ffffff;
    color: #47329f;
}

    .dashboard-group-drawer .btn-cancel:hover[b-9jgicjanl8] {
        background-color: #f5f5f5;
    }

.dashboard-group-drawer .btn-save[b-9jgicjanl8] {
    width: 93px;
    background-color: #47329f;
    color: white;
}

    .dashboard-group-drawer .btn-save:hover[b-9jgicjanl8] {
        background-color: #3c2b85;
        border-color: #3c2b85;
    }

.dashboard-group-drawer .btn-save-add[b-9jgicjanl8] {
    width: 236px;
    height: 37px;
    background-color: #47329f;
    color: white;
    white-space: nowrap;
}

    .dashboard-group-drawer .btn-save-add:hover[b-9jgicjanl8] {
        background-color: #3c2b85;
        border-color: #3c2b85;
    }
    
/* Disabled Save Buttons */
.btn-save:disabled[b-9jgicjanl8],
.btn-save-add:disabled[b-9jgicjanl8] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important; /* keep solid color */
}

.btn-save:disabled:hover[b-9jgicjanl8],
.btn-save-add:disabled:hover[b-9jgicjanl8] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
}
/* /Pages/AdministratorOptions/Groups/DataGroups/DataGroups.razor.rz.scp.css */
.data-groups-container[b-k9uesudhqu] {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

/* Dashboard Groups Controls */
.dashboard-groups-controls[b-k9uesudhqu] {
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    align-items: center;
}

.data-groups-toast[b-k9uesudhqu] {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    background-color: #e7f4ff;
    border: 1px solid #b2d7ff;
    border-radius: 4px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #0f3964;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(15, 57, 100, 0.15);
    z-index: 5;
}

.data-groups-toast.success[b-k9uesudhqu] {
    background-color: #e9f7ff;
    border-color: #b8e0ff;
}

.data-groups-toast .toast-icon[b-k9uesudhqu] {
    color: #007cbe;
    font-size: 18px;
}

.data-groups-toast .toast-dismiss[b-k9uesudhqu] {
    background: none;
    border: none;
    color: #007cbe;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.data-groups-toast .toast-dismiss:hover[b-k9uesudhqu] {
    color: #005a8b;
}

.add-data-group-button[b-k9uesudhqu] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
}

.add-data-group-button:not(:disabled):hover[b-k9uesudhqu] {
    background-color: #DFDCEE;
    border-color: #47329f;
    color: #47329f;
}

.data-groups-container .expand-all-button[b-k9uesudhqu],
.dashboard-groups-controls .expand-all-button[b-k9uesudhqu],
button.expand-all-button[b-k9uesudhqu] {
    background-color: #47329f !important;
    color: white !important;
    border: 2px solid #47329f !important;
    border-radius: 5px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    font-family: 'Roboto', sans-serif !important;
}

.data-groups-container .expand-all-button:disabled[b-k9uesudhqu],
.dashboard-groups-controls .expand-all-button:disabled[b-k9uesudhqu],
button.expand-all-button:disabled[b-k9uesudhqu] {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}

.dashboard-groups-container sl-table.sl-table tr[slot="expand-row"] td:first-child[b-k9uesudhqu] {
    padding: 6px 8px !important;
}

.expand-all-link[b-k9uesudhqu] {
    color: #007cbe;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s;
    user-select: none;
    display: inline-block;
    text-decoration: none;
}

.expand-all-link:hover[b-k9uesudhqu] {
    text-decoration: underline;
}

sl-table[b-k9uesudhqu] {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
}

sl-table.sl-table th[b-k9uesudhqu] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 4px 6px;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-shadow: 0 0 0.5px #0001;
}

sl-table.sl-table td[b-k9uesudhqu] {
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 8px 0 8px !important;
}

/* Reduce right padding for data group name column (first column) */
sl-table.sl-table td:nth-child(1)[b-k9uesudhqu] {
    padding: 0 2px 0 8px !important;
}

/* Reduce right padding for description column (second column) */
sl-table.sl-table td:nth-child(2)[b-k9uesudhqu] {
    padding: 0 2px 0 8px !important;
}

.col-group-name[b-k9uesudhqu] {
    width: 30%;
    min-width: 150px;
    max-width: 250px;
    text-align: center;
    padding-left: 0;
}

.col-actions[b-k9uesudhqu] {
    width: 15%;
    min-width: 90px;
    max-width: 130px;
    text-align: left;
}

.group-name-header-flex[b-k9uesudhqu] {
    display: flex;
    padding-left: 36px;
}

.group-name-heading-text[b-k9uesudhqu] {
    font-weight: 500;
}

.actions-header-flex[b-k9uesudhqu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.actions-header-text[b-k9uesudhqu] {
    margin-right: 8px;
    font-weight: 500;
}

.expand-cell[b-k9uesudhqu] {
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    align-items: center;
    gap: 8px;
    height: 100%;
    min-height: 40px;
}

.expand-icon[b-k9uesudhqu] {
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    color: #47329f;
}

.group-name-content[b-k9uesudhqu] {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 4px;
}

tr[slot="expand-row"][b-k9uesudhqu] {
    display: none;
}

tr[slot="expand-row"] td[b-k9uesudhqu] {
    vertical-align: top !important;
    padding: 4px 0 6px 16px !important;
    border-bottom: 2px solid #dee2e6 !important;
}

.expanded-content[b-k9uesudhqu] {
    margin-left: 20px;
    cursor: text !important;
}

.authorized-users-section h4[b-k9uesudhqu] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    padding-left: 4px !important;
}

.users-list[b-k9uesudhqu] {
    padding-bottom: 4px;
    display: block;
    line-height: 1.3;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
    font-size: 13px;
}

.action-icons-wrapper[b-k9uesudhqu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.action-icon[b-k9uesudhqu] {
    font-size: 20px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    display: inline-block;
    color: #007cbe;
}

/* See More link styling for practices list */
.see-more-link[b-k9uesudhqu] {
    color: #007cbe;
    cursor: pointer;
    font-size: 12px;
    margin-left: 4px;
    user-select: none;
}

.see-more-link:hover[b-k9uesudhqu] {
    text-decoration: underline;
}

.visible-practices[b-k9uesudhqu],
.hidden-practices[b-k9uesudhqu] {
    line-height: 1.3;
    font-size: 13px;
    color: #333;
    word-wrap: break-word;
    white-space: normal;
}

/* Fallback practice list when filter is empty */
.fallback-practices[b-k9uesudhqu] {
    padding: 8px 12px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.3;
    margin: 4px 0 8px 0;
}

.fallback-practices-label[b-k9uesudhqu] {
    font-weight: 600;
    margin-right: 6px;
    color: #444;
}

.fallback-practices-names[b-k9uesudhqu] {
    color: #333;
    word-wrap: break-word;
}

/* Description Column Styles */
.description-container[b-k9uesudhqu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.description-text[b-k9uesudhqu] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.4;
}

.description-text.collapsed[b-k9uesudhqu] {
    -webkit-line-clamp: 3;
}

.description-text.expanded[b-k9uesudhqu] {
    -webkit-line-clamp: unset;
}

.see-more-description-link[b-k9uesudhqu] {
    color: #007cbe;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
}

.see-more-description-link:hover[b-k9uesudhqu] {
    color: #005a8b;
    text-decoration: underline;
}

.action-icon:hover[b-k9uesudhqu] {
    color: #005a8b;
    transform: scale(1.1);
}

.edit-icon[b-k9uesudhqu] {
    color: #007cbe;
}

.edit-icon:hover[b-k9uesudhqu] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon[b-k9uesudhqu] {
    color: #007cbe;
}

.delete-icon:hover[b-k9uesudhqu] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon-disabled[b-k9uesudhqu] {
    color: #cccccc !important;
    cursor: not-allowed !important;
}

.delete-icon-disabled:hover[b-k9uesudhqu] {
    color: #cccccc !important;
    transform: none !important;
}

tr[data-index].expanded[b-k9uesudhqu] {
    background-color: rgba(230, 242, 248, 0.3) !important;
}

tr[data-index].expanded td[b-k9uesudhqu] {
    background-color: rgba(230, 242, 248, 0.3) !important;
}

tr[slot="expand-row"][b-k9uesudhqu] {
    border-left: 4px solid #007bff !important;
}

table th:not(.col-actions)[b-k9uesudhqu],
sl-table.sl-table th:not(.col-actions)[b-k9uesudhqu] {
    cursor: text !important;
}

table tr[data-index] td[b-k9uesudhqu] {
    cursor: pointer;
}

table tr[data-index] td:last-child[b-k9uesudhqu] {
    cursor: default;
}

table tr[data-index] td:last-child .action-icon[b-k9uesudhqu] {
    cursor: pointer;
}

.loading-container[b-k9uesudhqu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
}

.loading-spinner-wrapper[b-k9uesudhqu] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.loading-spinner[b-k9uesudhqu] {
    width: 4rem;
    height: 4rem;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1b6ec2;
    border-radius: 50%;
    animation: spin-b-k9uesudhqu 1s linear infinite;
}

.loading-text[b-k9uesudhqu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    color: black;
}

@keyframes spin-b-k9uesudhqu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-data[b-k9uesudhqu] {
    text-align: center;
    padding: 1rem;
    color: #666;
    font-style: italic;
}

.no-users[b-k9uesudhqu] {
    color: #888;
    font-style: italic;
}

@media (max-width: 768px) {
    .dashboard-groups-controls[b-k9uesudhqu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .col-group-name[b-k9uesudhqu] {
        width: 25%;
        min-width: 120px;
    }

    .col-actions[b-k9uesudhqu] {
        width: 20%;
        min-width: 80px;
    }

    .group-name-content[b-k9uesudhqu] {
        padding-left: 20px;
    }

    .expanded-content[b-k9uesudhqu] {
        margin-left: 10px !important;
        max-width: calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
    }
}

@media (max-width: 480px) {
    .add-data-group-button[b-k9uesudhqu] {
        padding: 6px 12px;
        font-size: 12px;
    }

    .expand-all-link[b-k9uesudhqu] {
        font-size: 13px;
        padding: 3px 6px;
    }

    .action-icon[b-k9uesudhqu] {
        font-size: 18px;
    }

    .group-name-content[b-k9uesudhqu] {
        padding-left: 15px;
        font-size: 13px;
    }

    .expand-all-button[b-k9uesudhqu],
    .collapse-all-button[b-k9uesudhqu] {
        background-color: #47329f;
        color: white;
        border: 2px solid #47329f;
        border-radius: 5px;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        font-family: 'Roboto', sans-serif;
    }
}

/* Bottom Drawer Styles */
.data-group-drawer[b-k9uesudhqu] {
    --size: calc(100vh - 202px);
    --drawer-top: 199px;
    --drawer-top-offset: 202px;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE and Edge */
}


.data-group-drawer[b-k9uesudhqu]::part(overlay) {
    background: transparent !important;
    backdrop-filter: none !important;
}

.data-group-drawer[b-k9uesudhqu]::part(panel) {
    max-height: none !important;
    height: auto !important;
    max-width: none !important;
    width: calc(100% - 2rem) !important;
    left: 1rem !important;
    right: 1rem !important;
    top: var(--drawer-top, 199px) !important;
    bottom: 0 !important;
    position: fixed !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: white !important;
    border-left: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    border-top: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE and Edge */
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transform: none !important;
    transition: none !important;
}


.data-group-drawer[b-k9uesudhqu]::part(panel)::-webkit-scrollbar {
    display: none !important;
    /* Chrome, Safari, Opera */
}

.data-group-drawer[b-k9uesudhqu]::part(body) {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


.data-group-drawer .drawer-content[b-k9uesudhqu] {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.data-group-drawer[b-k9uesudhqu]::part(body)::-webkit-scrollbar {
    display: none;
}

.data-group-drawer[b-k9uesudhqu]::part(body) {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.data-group-drawer[b-k9uesudhqu]::part(close-button) {
    display: none !important;
}

.data-group-drawer[b-k9uesudhqu]::part(header-actions) {
    display: none !important;
}

.data-group-drawer[b-k9uesudhqu]::part(title) {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    padding: 10px 20px 13px 20px;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.data-group-drawer[b-k9uesudhqu]::part(header) {
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    min-height: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    margin: 0 -1px 0 -1px;
}

.data-group-drawer .drawer-form[b-k9uesudhqu] {
    max-width: 1298px;
    padding: 0 20px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.data-group-drawer .form-row[b-k9uesudhqu] {
    margin-bottom: 24px;
}

.data-group-drawer .form-row:last-child[b-k9uesudhqu] {
    margin-bottom: 0;
}

.data-group-drawer .form-row.two-columns[b-k9uesudhqu] {
    display: grid;
    grid-template-columns: 392px 392px;
    grid-template-rows: 1fr;
    gap: 24px;
    justify-content: start;
    width: calc(392px * 2 + 24px);
    max-width: calc(392px * 2 + 24px);
    flex: 1;
    align-items: stretch;
}

.data-group-drawer .form-row.three-columns[b-k9uesudhqu] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0;
    padding-top: 8px;
    position: relative;
    flex: 1;
    align-items: stretch;
}

.data-group-drawer .form-column-left[b-k9uesudhqu] {
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    padding-left: 0;
    margin-top: -8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.data-group-drawer .form-column-middle[b-k9uesudhqu] {
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    margin-top: -8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}

.data-group-drawer .form-column-right[b-k9uesudhqu] {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.data-group-drawer .form-group[b-k9uesudhqu] {
    display: flex;
    flex-direction: column;
}

.data-group-drawer .form-column-left .form-group:nth-child(2)[b-k9uesudhqu] {
    margin-top: 4px;
    flex: 1;
}

.data-group-drawer .form-column-middle .form-group[b-k9uesudhqu],
.data-group-drawer .form-column-right .form-group[b-k9uesudhqu] {
    width: 392px;
    min-height: 648px;
    flex: 1;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.data-group-drawer .form-column-middle .form-group[b-k9uesudhqu]::after,
.data-group-drawer .form-column-right .form-group[b-k9uesudhqu]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #e1e1e1;
    pointer-events: none;
}

.data-group-drawer .form-label[b-k9uesudhqu] {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.data-group-drawer .form-column-left .form-group:first-child .form-label[b-k9uesudhqu] {
    width: 189px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Roboto Thin", "Roboto", sans-serif;
    font-weight: 250;
    color: #333333;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
}

.data-group-drawer .form-column-middle .form-label[b-k9uesudhqu],
.data-group-drawer .form-column-right .form-label[b-k9uesudhqu] {
    height: 38px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-family: "Roboto Light", "Roboto", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.data-group-drawer .form-label .clear-icon[b-k9uesudhqu] {
    margin-left: auto;
    cursor: pointer;
    color: #007bff;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.data-group-drawer .form-label .clear-icon:hover[b-k9uesudhqu] {
    color: #0056b3;
}

.data-group-drawer .form-column-left .form-group:nth-child(2) .form-label[b-k9uesudhqu] {
    height: 16px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Roboto Light", "Roboto", sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: normal;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 8px;
}

.data-group-drawer .form-input[b-k9uesudhqu] {
    width: 100%;
    max-width: 392px;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
}

.data-group-drawer .form-textarea[b-k9uesudhqu] {
    width: 100%;
    max-width: 392px;
    height: 97px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    resize: none;
    box-sizing: border-box;
}

.data-group-drawer .form-input:focus[b-k9uesudhqu],
.data-group-drawer .form-textarea:focus[b-k9uesudhqu] {
    outline: none;
    border-color: #007bff;
}

.data-group-drawer .form-input.input-error[b-k9uesudhqu],
.data-group-drawer .form-textarea.input-error[b-k9uesudhqu] {
    border-color: #d32f2f;
}

.data-group-drawer .form-input.input-error:focus[b-k9uesudhqu],
.data-group-drawer .form-textarea.input-error:focus[b-k9uesudhqu] {
    border-color: #d32f2f;
}

/* Error Message */
.data-group-drawer .error-message[b-k9uesudhqu] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Warning Message */
.data-group-drawer .warning-message[b-k9uesudhqu] {
    color: #ff9800 !important;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.data-group-drawer .warning-icon-inline[b-k9uesudhqu] {
    color: #ff9800;
    font-size: 16px;
}

/* Validation Message */
.data-group-drawer .validation-message[b-k9uesudhqu] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 12px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Error Icon */
.data-group-drawer .error-icon[b-k9uesudhqu] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 18px !important;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

.data-group-drawer .error-icon-inline[b-k9uesudhqu] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 16px !important;
    flex-shrink: 0;
}


/* Search Container */
.data-group-drawer .search-container[b-k9uesudhqu] {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.data-group-drawer .search-container sl-input[b-k9uesudhqu] {
    width: 100%;
    max-width: 392px;
}

.data-group-drawer .search-container sl-input[b-k9uesudhqu]::part(base) {
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: none;
}

.data-group-drawer .search-container sl-input[b-k9uesudhqu]::part(base):hover {
    box-shadow: none;
}

.data-group-drawer .search-container sl-input[b-k9uesudhqu]::part(input) {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.data-group-drawer .search-container sl-input sl-icon[slot="prefix"][b-k9uesudhqu] {
    color: #888888;
}

.data-group-drawer .search-container sl-input:focus-within[b-k9uesudhqu]::part(base) {
    border-color: #007bff;
    outline: none;
    box-shadow: none;
}

.data-group-drawer sl-input[b-k9uesudhqu]::-webkit-scrollbar,
.data-group-drawer sl-input *[b-k9uesudhqu]::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Selection List */
.data-group-drawer .selection-list[b-k9uesudhqu] {
    width: 100%;
    max-width: 392px;
    height: 400px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background: #ffffff;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

.data-group-drawer .selection-list[b-k9uesudhqu]::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.data-group-drawer .selection-item[b-k9uesudhqu] {
    padding: 10px 12px 10px 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}


.data-group-drawer .selection-item sl-icon[b-k9uesudhqu] {
    font-size: 18px;
    color: #007bff;
    flex-shrink: 0;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
}

.data-group-drawer .selection-item sl-icon[name="Unchecked"][b-k9uesudhqu] {
    color: #007bff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
}

.data-group-drawer .selection-item sl-icon[name="Checked"][b-k9uesudhqu] {
    color: #007bff !important;
}

.data-group-drawer .selection-item sl-icon[b-k9uesudhqu]::part(base) {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    min-width: 18px;
    min-height: 18px;
}

.data-group-drawer .selection-item sl-icon[b-k9uesudhqu]::part(svg) {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Clear and Filter Buttons */
.data-group-drawer .clear-button[b-k9uesudhqu],
.data-group-drawer .filter-button[b-k9uesudhqu] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    transition: color 0.2s;
}

.data-group-drawer .clear-button:hover[b-k9uesudhqu],
.data-group-drawer .filter-button:hover[b-k9uesudhqu] {
    color: #47329f;
}

.data-group-drawer .clear-button sl-icon[b-k9uesudhqu],
.data-group-drawer .filter-button sl-icon[b-k9uesudhqu] {
    font-size: 14px;
}

/* Drawer Footer */
.data-group-drawer[b-k9uesudhqu]::part(footer) {
    padding: 0 !important;
}

.data-group-drawer .drawer-footer[b-k9uesudhqu] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0 20px 0 20px !important;
    margin-right: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background: #ffffff;
    height: auto;
    min-height: 52px;
    flex-shrink: 0;
    box-sizing: border-box;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.data-group-drawer .btn-cancel[b-k9uesudhqu],
.data-group-drawer .btn-save[b-k9uesudhqu],
.data-group-drawer .btn-save-add[b-k9uesudhqu] {
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #47329f;
    box-sizing: border-box;
}

.data-group-drawer .btn-cancel[b-k9uesudhqu] {
    width: 93px;
    background: #ffffff;
    color: #47329f;
}

.data-group-drawer .btn-cancel:hover[b-k9uesudhqu] {
    background-color: #f5f5f5;
}

.data-group-drawer .btn-save[b-k9uesudhqu] {
    width: 93px;
    background-color: #47329f;
    color: white;
}

.data-group-drawer .btn-save:hover[b-k9uesudhqu] {
    background-color: #3c2b85;
    border-color: #3c2b85;
}

.data-group-drawer .btn-save-add[b-k9uesudhqu] {
    width: 236px;
    height: 37px;
    background-color: #47329f;
    color: white;
    white-space: nowrap;
}

.data-group-drawer .btn-save-add:hover[b-k9uesudhqu] {
    background-color: #3c2b85;
    border-color: #3c2b85;
}

/* Disabled Save Buttons */
.btn-save:disabled[b-k9uesudhqu],
.btn-save-add:disabled[b-k9uesudhqu] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    /* keep solid color */
}

.btn-save:disabled:hover[b-k9uesudhqu],
.btn-save-add:disabled:hover[b-k9uesudhqu] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
}
/* /Pages/AdministratorOptions/Users/Users.razor.rz.scp.css */
/* User Filter Layout */
.user-filter[b-yincvuk3vg] {
    display: flex;
}

/* Users Container */
.users-container[b-yincvuk3vg] {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

/* Success Banner/Toast Styles */
.users-toast[b-yincvuk3vg] {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    background-color: #e7f4ff;
    border: 1px solid #b2d7ff;
    border-radius: 4px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #0f3964;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(15, 57, 100, 0.15);
    z-index: 5;
}

.users-toast.success[b-yincvuk3vg] {
    background-color: #e9f7ff;
    border-color: #b8e0ff;
}

.users-toast .toast-icon[b-yincvuk3vg] {
    color: #007cbe;
    font-size: 18px;
}

.users-toast .toast-dismiss[b-yincvuk3vg] {
    background: none;
    border: none;
    color: #007cbe;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.users-toast .toast-dismiss:hover[b-yincvuk3vg] {
    color: #005a8b;
}

.users-toast .toast-dismiss[b-yincvuk3vg]::after {
    content: "×";
    font-size: 20px;
    line-height: 1;
}

.search-box[b-yincvuk3vg] {
    display: flex;
    align-items: center;
}

:global(.search-box sl-input)[b-yincvuk3vg] {
    flex: 1;
    min-width: 250px;
}

.filter-actions[b-yincvuk3vg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.filter-actions .apply-button[b-yincvuk3vg] {
    white-space: nowrap;
}

/* Tooltip and button styling */
:global(.add-new-user-tooltip)[b-yincvuk3vg] {
    display: inline-flex;
    align-items: center;
}

.add-user-button[b-yincvuk3vg] {
    background-color: #47329f;
    color: white;
    border: 2px solid #47329f;
    border-radius: 5px;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.add-user-button:hover[b-yincvuk3vg] {
    background-color: #DFDCEE;
    border-color: #47329f;
    color: #47329f;
}

:global(.add-user-button sl-icon)[b-yincvuk3vg] {
    font-size: 16px;
}

:global(.expand-all-tooltip)[b-yincvuk3vg] {
    margin-left: 12px;
}

.expand-all-link[b-yincvuk3vg] {
    color: #007cbe;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.2s ease;
    padding: 4px 16px;
    border-radius: 4px;
}

.expand-all-link:hover[b-yincvuk3vg] {
    color: #0056b3;
    text-decoration: underline;
}

.expand-all-link:active[b-yincvuk3vg] {
    color: #004085;
}

/* Checkbox styling */
:global(.filter-actions sl-checkbox)[b-yincvuk3vg] {
    white-space: nowrap;
    font-size: 20px;
}

:global(.filter-actions sl-checkbox::part(control))[b-yincvuk3vg] {
    color: #007cbe;
}

:global(.filter-actions sl-icon-button)[b-yincvuk3vg] {
    color: #007cbe;
    font-size: 20px;
}

:global(.filter-actions sl-icon-button::part(base))[b-yincvuk3vg] {
    color: #007cbe;
}

/* Loading Styles */
.loading-container[b-yincvuk3vg] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19rem;
}

.loading-spinner-wrapper[b-yincvuk3vg] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.loading-spinner[b-yincvuk3vg] {
    width: 4rem;
    height: 4rem;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1b6ec2;
    border-radius: 50%;
    animation: spin-b-yincvuk3vg 1s linear infinite;
}

.loading-text[b-yincvuk3vg] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    color: black;
}

@keyframes spin-b-yincvuk3vg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Table Styles - Use global selectors for sl-table */
:global(sl-table)[b-yincvuk3vg] {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
}

:global(sl-table::part(base))[b-yincvuk3vg] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

:global(sl-table table)[b-yincvuk3vg] {
    width: 100%;
    border-collapse: collapse;
}

:global(sl-table table th)[b-yincvuk3vg] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    cursor: pointer;
}

:global(sl-table table td)[b-yincvuk3vg] {
    padding: 8px 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: middle;
    font-size: 14px;
}

:global(sl-table table tr:hover:not([slot="expand-row"]))[b-yincvuk3vg] {
    background-color: #f8f9fa;
}

/* Table header icons */
:global(sl-table th sl-icon)[b-yincvuk3vg] {
    margin-left: 0.5rem;
    font-size: 12px;
    color: #6c757d;
}

:global(sl-table tr.expanded)[b-yincvuk3vg] {
    background-color: rgba(230, 242, 248, 0.3);
}

:global(sl-table tr.expanded td)[b-yincvuk3vg] {
    background-color: rgba(230, 242, 248, 0.3);
}

/* Expanded content border */
.expanded-content[b-yincvuk3vg] {
    padding: 0.5rem 1rem;
}

/* User details expandable content */
.user-details[b-yincvuk3vg] {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.75rem;
}

.user-assignments-title[b-yincvuk3vg] {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #1a1a1a;
    font-size: 14px;
}

.expanded-details[b-yincvuk3vg] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.detail-row[b-yincvuk3vg] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding-left: 24px;
}

.detail-row strong[b-yincvuk3vg] {
    color: #007cbe;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.detail-row span[b-yincvuk3vg] {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.detail-row .no-data[b-yincvuk3vg] {
    color: #666;
    font-style: italic;
}

.see-more-link[b-yincvuk3vg],
.detail-row .see-more-link[b-yincvuk3vg],
span.see-more-link[b-yincvuk3vg] {
    color: #007cbe !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    margin-left: 8px;
}

.see-more-link:hover[b-yincvuk3vg],
.detail-row .see-more-link:hover[b-yincvuk3vg],
span.see-more-link:hover[b-yincvuk3vg] {
    text-decoration: underline;
}

/* Action Icon Styles */
.action-icon[b-yincvuk3vg] {
    font-size: 20px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
    display: inline-block;
}

.action-icons-wrapper[b-yincvuk3vg] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.edit-icon[b-yincvuk3vg] {
    color: #007cbe;
}

.edit-icon:hover[b-yincvuk3vg] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon[b-yincvuk3vg] {
    color: #007cbe;
}

.delete-icon:hover[b-yincvuk3vg] {
    color: #005a8b;
    transform: scale(1.1);
}

.delete-icon.disabled[b-yincvuk3vg] {
    color: #cccccc !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.delete-icon-disabled[b-yincvuk3vg] {
    color: #cccccc !important;
    cursor: not-allowed !important;
}

.expand-icon[b-yincvuk3vg] {
    font-size: 13px;
    margin-right: 8px;
    cursor: pointer;
    color: #47329f;
    transition: transform 0.2s ease;
}

.expand-icon:hover[b-yincvuk3vg] {
    transform: scale(1.1);
}

.email-link[b-yincvuk3vg] {
    color: #007bff;
    text-decoration: none;
}

.email-link:hover[b-yincvuk3vg] {
    text-decoration: underline;
}

.no-data-found[b-yincvuk3vg] {
    text-align: center;
    padding: 1rem;
    color: #666;
    font-style: italic;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .user-filter[b-yincvuk3vg] {
        flex-direction: column;
        align-items: stretch;
    }
        
    .search-box :global(sl-input)[b-yincvuk3vg] {
        width: 100%;
        min-width: unset;
    }
    
    .filter-actions[b-yincvuk3vg] {
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
    }
}

/* User Drawer Styles - Based on Dashboard Group Drawer */

.user-drawer[b-yincvuk3vg] {
    --size: calc(100vh - 202px);
    --drawer-top: 199px;
    --drawer-top-offset: 202px;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}


    .user-drawer[b-yincvuk3vg]::part(overlay) {
        background: transparent !important;
        backdrop-filter: none !important;
    }

    .user-drawer[b-yincvuk3vg]::part(panel) {
        max-height: none !important;
        height: auto !important;
        max-width: none !important;
        width: calc(100% - 2rem) !important;
        left: 1rem !important;
        right: 1rem !important;
        top: var(--drawer-top, 199px) !important;
        bottom: 0 !important;
        position: fixed !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        background: white !important;
        border-left: 1px solid #e1e1e1 !important;
        border-right: 1px solid #e1e1e1 !important;
        border-top: none !important;
        border-bottom: 1px solid #e1e1e1 !important;
        box-shadow: none !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        transform: none !important;
        transition: none !important;
    }


.user-drawer[b-yincvuk3vg]::part(panel)::-webkit-scrollbar {
    display: none !important;
}

.user-drawer[b-yincvuk3vg]::part(body) {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}


.user-drawer .drawer-content[b-yincvuk3vg] {
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.user-drawer[b-yincvuk3vg]::part(body)::-webkit-scrollbar {
    display: none;
}

.user-drawer[b-yincvuk3vg]::part(body) {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.user-drawer[b-yincvuk3vg]::part(close-button) {
    display: none !important;
}

.user-drawer[b-yincvuk3vg]::part(header-actions) {
    display: none !important;
}

.user-drawer[b-yincvuk3vg]::part(title) {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    padding: 10px 20px 13px 20px;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.user-drawer[b-yincvuk3vg]::part(header) {
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    min-height: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    margin: 0 -1px 0 -1px;
}

.user-drawer .drawer-form[b-yincvuk3vg] {
    max-width: 1298px;
    padding: 0 20px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.user-drawer .form-row[b-yincvuk3vg] {
    margin-bottom: 24px;
}

.user-drawer .form-row:last-child[b-yincvuk3vg] {
    margin-bottom: 0;
}

.user-drawer .form-row.two-columns[b-yincvuk3vg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0;
    margin: 0;
}

.user-drawer .form-row.three-columns[b-yincvuk3vg] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding-top: 8px;
    position: relative;
    flex: 1;
    align-items: stretch;
}

.user-drawer .form-column-left[b-yincvuk3vg] {
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    padding-left: 0;
    margin-top: -8px;
    padding-top: 8px;
}

.user-drawer .form-column-middle[b-yincvuk3vg] {
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #e1e1e1;
    margin-top: -8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}

.user-drawer .form-column-right[b-yincvuk3vg] {
    padding-left: 24px;
    margin-top: -8px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
}

.user-drawer .form-group[b-yincvuk3vg] {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.user-drawer .form-column-middle .form-group[b-yincvuk3vg],
.user-drawer .form-column-right .form-group[b-yincvuk3vg] {
    width: 392px;
    min-height: 648px;
    flex: 1;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.user-drawer .form-column-middle .form-group[b-yincvuk3vg]::after,
.user-drawer .form-column-right .form-group[b-yincvuk3vg]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #e1e1e1;
    pointer-events: none;
}

.user-drawer .form-label[b-yincvuk3vg] {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-drawer .form-label .required-asterisk[b-yincvuk3vg] {
    color: #dc3545;
    margin-left: -4px;
}

.user-drawer .form-input[b-yincvuk3vg] {
    width: 100%;
    max-width: 392px;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    box-sizing: border-box;
}

.user-drawer .form-input:focus[b-yincvuk3vg] {
    outline: none;
    border-color: #007bff;
}

.user-drawer .form-input.input-error[b-yincvuk3vg] {
    border-color: #d32f2f;
}

.user-drawer .form-input.input-error:focus[b-yincvuk3vg] {
    border-color: #d32f2f;
}

/* Radio Button Group */
.user-drawer .radio-group[b-yincvuk3vg] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.user-drawer .radio-group.horizontal[b-yincvuk3vg] {
    flex-direction: row;
    gap: 20px;
}

.user-drawer .radio-label[b-yincvuk3vg] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.user-drawer .radio-input[b-yincvuk3vg] {
    margin-right: 8px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* Error Message */
.user-drawer .error-message[b-yincvuk3vg] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 4px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.user-drawer .error-icon[b-yincvuk3vg] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 18px !important;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

.user-drawer .error-icon-inline[b-yincvuk3vg] {
    color: #dc3545 !important;
    transform: rotate(180deg);
    font-size: 16px !important;
    flex-shrink: 0;
}

/* Validation Message */
.user-drawer .validation-message[b-yincvuk3vg] {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 12px;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Drawer Footer */
.user-drawer[b-yincvuk3vg]::part(footer) {
    padding: 0 !important;
}

.user-drawer .drawer-footer[b-yincvuk3vg] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0 20px 0 20px !important;
    margin-right: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background: #ffffff;
    height: auto;
    min-height: 52px;
    flex-shrink: 0;
    box-sizing: border-box;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.user-drawer .btn-cancel[b-yincvuk3vg],
.user-drawer .btn-save[b-yincvuk3vg],
.user-drawer .btn-save-add[b-yincvuk3vg] {
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #47329f;
    box-sizing: border-box;
}

.user-drawer .btn-cancel[b-yincvuk3vg] {
    width: 93px;
    background: #ffffff;
    color: #47329f;
}

.user-drawer .btn-cancel:hover[b-yincvuk3vg] {
    background-color: #f5f5f5;
}

.user-drawer .btn-save[b-yincvuk3vg] {
    width: 93px;
    background-color: #47329f;
    color: white;
}

.user-drawer .btn-save:hover[b-yincvuk3vg] {
    background-color: #3c2b85;
    border-color: #3c2b85;
}

.user-drawer .btn-save-add[b-yincvuk3vg] {
    width: 236px;
    height: 37px;
    background-color: #47329f;
    color: white;
    white-space: nowrap;
}

.user-drawer .btn-save-add:hover[b-yincvuk3vg] {
    background-color: #3c2b85;
    border-color: #3c2b85;
}

.user-drawer .btn-save:disabled[b-yincvuk3vg],
.user-drawer .btn-save-add:disabled[b-yincvuk3vg] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.user-drawer .btn-save:disabled:hover[b-yincvuk3vg],
.user-drawer .btn-save-add:disabled:hover[b-yincvuk3vg] {
    background-color: #cfcfd4 !important;
    border-color: #cfcfd4 !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
}
/* /Pages/Home.razor.rz.scp.css */
.closable-tabs[b-3klqm5jg9n]::part(nav) {
    padding: 0 1.5rem 0 1.5rem;
}

.closable-tabs[b-3klqm5jg9n]::part(active-tab-indicator) {
    border-bottom: solid 2px var(--indicator-color);
}

.nav-tabs[b-3klqm5jg9n]::part(base) {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 4px;
    font-family: inherit;
    color: var(--sl-color-gray-800);
}

    .nav-tabs[active][b-3klqm5jg9n]::part(base) {
        font-weight: 500 !important;
        color: var(--sl-color-gra-700);
    }

.dashboard-panel[b-3klqm5jg9n]::part(base) {
    padding: 0;
}

.loading-container[b-3klqm5jg9n] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.loading-spinner-wrapper[b-3klqm5jg9n] {
    position: relative;
    width: 5rem;
    height: 5rem;
}

.loading-spinner[b-3klqm5jg9n] {
    width: 4rem;
    height: 4rem;
    border: 8px solid #e0e0e0;
    border-top: 8px solid #1b6ec2;
    border-radius: 50%;
    animation: spin-b-3klqm5jg9n 1s linear infinite;
}



.loading-text[b-3klqm5jg9n] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    font-weight: bold;
    color: black;
}

@keyframes spin-b-3klqm5jg9n {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
