/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-5nfazlz50k] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5nfazlz50k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qbm3dli4qs],
.components-reconnect-repeated-attempt-visible[b-qbm3dli4qs],
.components-reconnect-failed-visible[b-qbm3dli4qs],
.components-pause-visible[b-qbm3dli4qs],
.components-resume-failed-visible[b-qbm3dli4qs],
.components-rejoining-animation[b-qbm3dli4qs] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-retrying[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-failed[b-qbm3dli4qs],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qbm3dli4qs] {
    display: block;
}


#components-reconnect-modal[b-qbm3dli4qs] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qbm3dli4qs 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qbm3dli4qs 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qbm3dli4qs 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qbm3dli4qs]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qbm3dli4qs 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qbm3dli4qs {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qbm3dli4qs {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qbm3dli4qs {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qbm3dli4qs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qbm3dli4qs] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qbm3dli4qs] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qbm3dli4qs] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qbm3dli4qs] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qbm3dli4qs] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qbm3dli4qs] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qbm3dli4qs 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qbm3dli4qs] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qbm3dli4qs {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Cliente/ClienteEdit.razor.rz.scp.css */
.cliente-edit-form[b-wgsabrke9a] {
    display: flex;
    min-width: min(100%, 640px);
    flex-direction: column;
    gap: 1rem;
}

.cliente-edit-fields[b-wgsabrke9a] {
    display: grid;
    gap: 1.1rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.cliente-edit-fields:disabled[b-wgsabrke9a] {
    opacity: .72;
}

.cliente-edit-section[b-wgsabrke9a] {
    display: grid;
    gap: .75rem;
}

.cliente-edit-section + .cliente-edit-section[b-wgsabrke9a] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.cliente-section-title[b-wgsabrke9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.cliente-section-title h3[b-wgsabrke9a] {
    margin: 0;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 700;
}

.cliente-edit-grid[b-wgsabrke9a] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .9rem .85rem;
}

.cliente-field[b-wgsabrke9a] {
    display: grid;
    grid-column: span 2;
    gap: .35rem;
    min-width: 0;
}

.cliente-field-wide[b-wgsabrke9a] {
    grid-column: 1 / -1;
}

.cliente-field-street[b-wgsabrke9a] {
    grid-column: span 4;
}

[b-wgsabrke9a] .cliente-field-label {
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
}

[b-wgsabrke9a] .cliente-field .rz-textbox {
    min-height: 2.55rem;
    border-radius: 6px;
}

[b-wgsabrke9a] .cliente-field .rz-message {
    margin-top: .1rem;
    color: #b91c1c;
    font-size: .76rem;
}

.cliente-save-error[b-wgsabrke9a] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: .65rem;
    padding: .75rem .85rem;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    font-size: .86rem;
    line-height: 1.35;
}

.cliente-save-error i[b-wgsabrke9a] {
    margin-top: .1rem;
}

.cliente-dialog-actions[b-wgsabrke9a] {
    display: flex;
    justify-content: flex-end;
    gap: .55rem;
    padding-top: .85rem;
    border-top: 1px solid #e5e7eb;
}

[b-wgsabrke9a] .cliente-cancel-button.rz-button,
[b-wgsabrke9a] .cliente-save-button.rz-button {
    min-height: 2.45rem;
    border-radius: 6px;
}

[b-wgsabrke9a] .cliente-save-button.rz-button {
    min-width: 8.5rem;
    box-shadow: 0 6px 18px rgba(37, 99, 235, .16);
}

@media (max-width: 640px) {
    .cliente-edit-form[b-wgsabrke9a] {
        min-width: 0;
    }

    .cliente-edit-grid[b-wgsabrke9a] {
        grid-template-columns: 1fr;
    }

    .cliente-field[b-wgsabrke9a],
    .cliente-field-street[b-wgsabrke9a] {
        grid-column: 1 / -1;
    }

    .cliente-dialog-actions[b-wgsabrke9a] {
        flex-direction: column-reverse;
    }

    [b-wgsabrke9a] .cliente-cancel-button.rz-button,
    [b-wgsabrke9a] .cliente-save-button.rz-button {
        width: 100%;
    }
}
/* /Components/Pages/Cliente/ListaLicenze.razor.rz.scp.css */
.licenses-grid-shell[b-5m0huwykal] {
    display: flex;
    height: 100%;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
}

[b-5m0huwykal] .licenses-grid {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.licenses-grid-header[b-5m0huwykal] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem .1rem .55rem;
}

.licenses-grid-title[b-5m0huwykal] {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
}

.licenses-grid-count[b-5m0huwykal] {
    margin-top: .1rem;
    color: #6b7280;
    font-size: .78rem;
}

[b-5m0huwykal] .licenses-grid .rz-datatable {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

[b-5m0huwykal] .licenses-grid .rz-data-grid-data {
    min-height: 0;
    flex: 1 1 auto;
    overflow: auto;
}

[b-5m0huwykal] .licenses-grid .rz-pager {
    flex: 0 0 auto;
}

[b-5m0huwykal] .licenses-grid .rz-datatable-thead th {
    background: #f8fafc;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

[b-5m0huwykal] .licenses-grid .rz-datatable-data td {
    vertical-align: middle;
}

[b-5m0huwykal] .licenses-grid .rz-datatable-data tr:hover td {
    background: #f9fbff;
}

[b-5m0huwykal] .licenses-add-button.rz-button {
    min-height: 2.55rem;
    padding-inline: 1rem 1.1rem;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
}

[b-5m0huwykal] .licenses-add-button.rz-button:hover {
    box-shadow: 0 12px 28px rgba(37, 99, 235, .24);
}

[b-5m0huwykal] .licenses-add-button.rz-state-disabled {
    box-shadow: none;
    opacity: .66;
}

.license-app-cell[b-5m0huwykal] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.license-app-avatar[b-5m0huwykal] {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e0f2fe;
    color: #075985;
    font-size: .82rem;
    font-weight: 700;
}

.license-app-meta[b-5m0huwykal],
.module-name-cell[b-5m0huwykal] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.license-app-name[b-5m0huwykal],
.module-name[b-5m0huwykal] {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-app-version[b-5m0huwykal],
.module-code[b-5m0huwykal],
.license-muted[b-5m0huwykal] {
    overflow: hidden;
    color: #64748b;
    font-size: .84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-key[b-5m0huwykal] {
    display: block;
    overflow: hidden;
    max-width: 100%;
    color: #334155;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: .8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-badge[b-5m0huwykal] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .78rem;
    font-weight: 700;
}

.date-empty[b-5m0huwykal] {
    background: #f1f5f9;
    color: #64748b;
}

.license-metrics[b-5m0huwykal] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
}

.license-metrics span[b-5m0huwykal] {
    display: grid;
    min-height: 2.45rem;
    align-content: center;
    padding: .35rem .45rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
}

.license-metrics strong[b-5m0huwykal] {
    color: #0f172a;
    font-size: .98rem;
    line-height: 1;
}

.license-metrics small[b-5m0huwykal] {
    overflow: hidden;
    color: #64748b;
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-number-grid[b-5m0huwykal] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
}

.license-number-grid label[b-5m0huwykal] {
    display: grid;
    gap: .25rem;
    color: #475569;
    font-size: .74rem;
    font-weight: 700;
}

.row-actions[b-5m0huwykal] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
}

[b-5m0huwykal] .license-action-button.rz-button {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
}

.license-detail-band[b-5m0huwykal] {
    padding: .85rem;
    background: #f8fafc;
}

.license-detail-grid[b-5m0huwykal] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.licenses-empty-state[b-5m0huwykal],
.license-detail-empty[b-5m0huwykal] {
    padding: 2.25rem 1rem;
    color: #64748b;
    text-align: center;
}

[b-5m0huwykal] .license-detail-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

[b-5m0huwykal] .license-detail-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .8rem .9rem;
    border-bottom: 1px solid #e2e8f0;
}

[b-5m0huwykal] .license-detail-card-header h3 {
    margin: 0;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 700;
}

[b-5m0huwykal] .license-detail-card-subtitle {
    color: #64748b;
    font-size: .78rem;
}

[b-5m0huwykal] .module-add-button.rz-button {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
}

[b-5m0huwykal] .license-modules-grid .rz-datatable {
    border: 0;
}

[b-5m0huwykal] .license-modules-grid .rz-datatable-thead th {
    background: #fff;
    color: #64748b;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.module-type[b-5m0huwykal] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: .78rem;
    font-weight: 700;
}

@media (max-width: 992px) {
    .license-detail-grid[b-5m0huwykal] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .licenses-grid-header[b-5m0huwykal] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-5m0huwykal] .licenses-add-button.rz-button {
        width: 100%;
    }

    .license-number-grid[b-5m0huwykal],
    .license-metrics[b-5m0huwykal] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Cliente/ListaUtenti.razor.rz.scp.css */
.users-grid-shell[b-p2h1hlfrl9] {
    min-width: 0;
}

.users-grid-header[b-p2h1hlfrl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .35rem .1rem .55rem;
}

.users-grid-title[b-p2h1hlfrl9] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.users-grid-count[b-p2h1hlfrl9] {
    margin-top: .1rem;
    font-size: .78rem;
    color: #6b7280;
}

[b-p2h1hlfrl9] .users-grid .rz-datatable {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

[b-p2h1hlfrl9] .users-grid .rz-datatable-thead th {
    background: #f8fafc;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

[b-p2h1hlfrl9] .users-grid .rz-datatable-data td {
    vertical-align: middle;
}

[b-p2h1hlfrl9] .users-grid .rz-datatable-data tr:hover td {
    background: #f9fbff;
}

[b-p2h1hlfrl9] .users-add-button.rz-button {
    min-height: 2.35rem;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(37, 99, 235, .16);
}

.user-cell[b-p2h1hlfrl9] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}

.user-avatar[b-p2h1hlfrl9] {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e0f2fe;
    color: #075985;
    font-weight: 700;
    font-size: .82rem;
}

.user-meta[b-p2h1hlfrl9] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.user-name[b-p2h1hlfrl9] {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-secondary[b-p2h1hlfrl9],
.email-value[b-p2h1hlfrl9] {
    overflow: hidden;
    color: #64748b;
    font-size: .84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.edit-user-stack[b-p2h1hlfrl9] {
    display: grid;
    gap: .45rem;
}

.status-badge[b-p2h1hlfrl9] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.status-default[b-p2h1hlfrl9] {
    background: #dcfce7;
    color: #166534;
}

.status-standard[b-p2h1hlfrl9] {
    background: #eef2ff;
    color: #3730a3;
}

.default-toggle[b-p2h1hlfrl9] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: #334155;
    font-size: .86rem;
    font-weight: 600;
}

.password-placeholder[b-p2h1hlfrl9] {
    color: #94a3b8;
    font-size: .84rem;
}

.row-actions[b-p2h1hlfrl9] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
}

[b-p2h1hlfrl9] .user-action-button.rz-button {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
}

.users-empty-state[b-p2h1hlfrl9] {
    padding: 2.25rem 1rem;
    color: #64748b;
    text-align: center;
}

@media (max-width: 640px) {
    .users-grid-header[b-p2h1hlfrl9] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-p2h1hlfrl9] .users-add-button.rz-button {
        width: 100%;
    }
}
/* /Components/Pages/SubSections/ListaModuliInLicenza.razor.rz.scp.css */
.license-detail-card[b-bz0x0e9yn7] {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.license-detail-card-header[b-bz0x0e9yn7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .8rem .9rem;
    border-bottom: 1px solid #e2e8f0;
}

.license-detail-card-header h3[b-bz0x0e9yn7] {
    margin: 0;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 700;
}

.license-detail-card-subtitle[b-bz0x0e9yn7] {
    color: #64748b;
    font-size: .78rem;
}

[b-bz0x0e9yn7] .module-add-button.rz-button,
[b-bz0x0e9yn7] .license-action-button.rz-button {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
}

[b-bz0x0e9yn7] .license-modules-grid .rz-datatable {
    border: 0;
}

[b-bz0x0e9yn7] .license-modules-grid .rz-datatable-thead th {
    background: #fff;
    color: #64748b;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

[b-bz0x0e9yn7] .license-modules-grid .rz-datatable-data td {
    vertical-align: middle;
}

.module-name-cell[b-bz0x0e9yn7] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.module-name[b-bz0x0e9yn7] {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-code[b-bz0x0e9yn7] {
    overflow: hidden;
    color: #64748b;
    font-size: .84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-type[b-bz0x0e9yn7] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: .78rem;
    font-weight: 700;
}

.row-actions[b-bz0x0e9yn7] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
}

.license-detail-empty[b-bz0x0e9yn7] {
    padding: 2.25rem 1rem;
    color: #64748b;
    text-align: center;
}
/* /Components/Pages/SubSections/ListaUtentiInLicenza.razor.rz.scp.css */
.license-detail-card[b-sxicotskdx] {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
}

.license-detail-card-header[b-sxicotskdx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .8rem .9rem;
    border-bottom: 1px solid #e2e8f0;
}

.license-detail-card-header h3[b-sxicotskdx] {
    margin: 0;
    color: #1f2937;
    font-size: .94rem;
    font-weight: 700;
}

.license-detail-card-subtitle[b-sxicotskdx] {
    color: #64748b;
    font-size: .78rem;
}

.license-user-toolbar[b-sxicotskdx] {
    display: grid;
    min-width: min(100%, 26rem);
    grid-template-columns: minmax(11rem, 1fr) auto;
    align-items: center;
    gap: .5rem;
}

[b-sxicotskdx] .license-user-picker {
    min-width: 0;
}

[b-sxicotskdx] .license-user-picker .rz-dropdown {
    width: 100%;
}

[b-sxicotskdx] .license-user-add-button.rz-button {
    min-height: 2.25rem;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0;
}

[b-sxicotskdx] .license-user-add-button.rz-state-disabled {
    opacity: .6;
}

.license-user-option[b-sxicotskdx] {
    display: grid;
    gap: .05rem;
    min-width: 0;
}

.license-user-option span[b-sxicotskdx] {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-user-option small[b-sxicotskdx] {
    overflow: hidden;
    color: #64748b;
    font-size: .74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-sxicotskdx] .license-users-grid .rz-datatable {
    border: 0;
}

[b-sxicotskdx] .license-users-grid .rz-datatable-thead th {
    background: #fff;
    color: #64748b;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

[b-sxicotskdx] .license-users-grid .rz-datatable-data td {
    vertical-align: middle;
}

.license-user-cell[b-sxicotskdx] {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
}

.license-user-avatar[b-sxicotskdx] {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e0f2fe;
    color: #075985;
    font-size: .78rem;
    font-weight: 700;
}

.license-user-meta[b-sxicotskdx] {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.license-user-name[b-sxicotskdx] {
    overflow: hidden;
    color: #111827;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-user-status[b-sxicotskdx] {
    overflow: hidden;
    color: #64748b;
    font-size: .74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-badge[b-sxicotskdx] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: .78rem;
    font-weight: 700;
}

.license-stations-empty[b-sxicotskdx] {
    color: #94a3b8;
    font-size: .8rem;
}

.license-stations-list[b-sxicotskdx] {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

.license-station-pill[b-sxicotskdx] {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .45rem;
    padding: .35rem .4rem .35rem .55rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f8fafc;
}

.license-station-meta[b-sxicotskdx] {
    display: grid;
    gap: .05rem;
    min-width: 0;
}

.license-station-meta span[b-sxicotskdx] {
    overflow: hidden;
    color: #0f172a;
    font-size: .8rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-station-meta small[b-sxicotskdx] {
    overflow: hidden;
    color: #64748b;
    font-size: .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-sxicotskdx] .license-station-remove-button.rz-button {
    width: 1.9rem;
    min-width: 1.9rem;
    height: 1.9rem;
    border-radius: 6px;
}

.row-actions[b-sxicotskdx] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
}

[b-sxicotskdx] .license-action-button.rz-button {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 6px;
}

.license-detail-empty[b-sxicotskdx] {
    padding: 2.25rem 1rem;
    color: #64748b;
    text-align: center;
}

@media (max-width: 720px) {
    .license-detail-card-header[b-sxicotskdx] {
        align-items: stretch;
        flex-direction: column;
    }

    .license-user-toolbar[b-sxicotskdx] {
        min-width: 0;
        grid-template-columns: 1fr;
    }

    [b-sxicotskdx] .license-user-add-button.rz-button {
        width: 100%;
    }
}
