/* /Pages/Panel/Panel.razor.rz.scp.css */
.account-panel[b-h3igdkejom] {
    padding: 26px 34px 34px;
}

.panel-title-row[b-h3igdkejom] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.panel-title-row h1[b-h3igdkejom] {
    color: #2b2d33;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 4px;
}

.panel-title-row p[b-h3igdkejom] {
    color: #33363d;
    font-size: 15px;
    margin: 0;
}

.panel-user[b-h3igdkejom] {
    color: #2b2d33;
    line-height: 1.2;
    padding-top: 0;
    text-align: left;
    min-width: 175px;
}

.panel-user span[b-h3igdkejom],
.panel-user strong[b-h3igdkejom] {
    display: block;
}

.panel-user span[b-h3igdkejom] {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 4px;
    text-transform: none;
}

.panel-user strong[b-h3igdkejom] {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.account-search[b-h3igdkejom] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe4ec;
    border-radius: 999px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.14);
    display: flex;
    gap: 12px;
    margin: 0 0 22px;
    max-width: 760px;
    min-height: 48px;
    padding: 0 18px;
}

.account-search i[b-h3igdkejom] {
    color: #5a6472;
    font-size: 22px;
}

.account-search input[b-h3igdkejom] {
    background: transparent;
    border: 0;
    color: #2b2d33;
    flex: 1;
    font-size: 15px;
    min-width: 0;
    outline: 0;
}

.account-search input[b-h3igdkejom]::placeholder {
    color: #697386;
}

.account-table-card[b-h3igdkejom] {
    background: #f4f6f8;
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(15, 23, 42, 0.12);
    padding: 16px 18px;
    overflow-x: auto;
}

[b-h3igdkejom] .account-radzen-grid {
    background: transparent;
    border: 0;
    min-width: 1040px;
}

[b-h3igdkejom] .account-radzen-grid .rz-grid-table {
    border-collapse: separate;
    border-spacing: 0 11px;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th {
    background: #f4f6f8;
    border: 0;
    color: #2c3037;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 9px 2px;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column > div:not(.rz-cell-filter) {
    align-items: center;
    display: inline-flex;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rz-column-title {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex: 0 1 auto;
    line-height: 1.2;
    max-width: calc(100% - 28px);
    overflow: visible;
    padding: 0;
    width: auto;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rz-sortable-column-icon,
[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rzi-grid-sort {
    align-items: center;
    border-radius: 4px;
    color: #111827 !important;
    display: inline-flex !important;
    flex: 0 0 24px;
    font-family: "FontAwesome" !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    height: 24px !important;
    justify-content: center;
    line-height: 1;
    margin-left: 6px;
    min-width: 24px;
    opacity: 1 !important;
    text-align: center;
    transform: translateY(-2px) scale(1.05);
    transition: background-color 160ms ease;
    visibility: visible !important;
    width: 24px !important;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rz-sortable-column-icon:hover,
[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rzi-grid-sort:hover {
    background-color: #f3f4f6;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column.rz-state-active .rz-sortable-column-icon,
[b-h3igdkejom] .account-radzen-grid .rz-sortable-column.rz-state-active .rzi-grid-sort {
    color: #111827 !important;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rzi-sort::before {
    background-color: currentColor;
    color: #111827;
    content: "" !important;
    display: block;
    height: 17px;
    mask: url("img/icons/fa-up-down.svg") center / contain no-repeat;
    width: 16px;
    -webkit-mask: url("img/icons/fa-up-down.svg") center / contain no-repeat;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rzi-sort-asc::before {
    background-color: currentColor;
    color: #111827;
    content: "" !important;
    height: 16px;
    mask: url("img/icons/fa-arrow-up-short-wide.svg") center / contain no-repeat;
    width: 18px;
    -webkit-mask: url("img/icons/fa-arrow-up-short-wide.svg") center / contain no-repeat;
}

[b-h3igdkejom] .account-radzen-grid .rz-sortable-column .rzi-sort-desc::before {
    background-color: currentColor;
    color: #111827;
    content: "" !important;
    height: 16px;
    mask: url("img/icons/fa-arrow-down-wide-short.svg") center / contain no-repeat;
    width: 18px;
    -webkit-mask: url("img/icons/fa-arrow-down-wide-short.svg") center / contain no-repeat;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(3),
[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(6),
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(3),
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(6) {
    text-align: center;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(3).rz-sortable-column > div:not(.rz-cell-filter),
[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(6).rz-sortable-column > div:not(.rz-cell-filter),
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(3).rz-sortable-column > div:not(.rz-cell-filter),
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(6).rz-sortable-column > div:not(.rz-cell-filter) {
    justify-content: center;
    width: 100%;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(3) .rz-column-title,
[b-h3igdkejom] .account-radzen-grid .rz-datatable-thead > tr > th:nth-child(6) .rz-column-title,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(3) .rz-column-title,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table thead th:nth-child(6) .rz-column-title {
    justify-content: center;
    text-align: center;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-tbody > tr,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table tbody tr {
    background: #ffffff;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-tbody > tr > td,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table tbody td {
    background: #ffffff;
    border: 0;
    color: #262a31;
    height: 44px;
    padding: 8px 9px;
    vertical-align: middle;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-tbody > tr > td:first-child,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table tbody td:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

[b-h3igdkejom] .account-radzen-grid .rz-datatable-tbody > tr > td:last-child,
[b-h3igdkejom] .account-radzen-grid .rz-grid-table tbody td:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

[b-h3igdkejom] .account-radzen-grid .rz-paginator {
    background: transparent;
    border: 0;
    color: #3d424b;
    font-size: 12px;
    padding: 8px 0 0;
}

[b-h3igdkejom] .account-radzen-grid .rz-paginator-element {
    background: #ffffff;
    border: 1px solid #d2d9e3;
    border-radius: 50%;
    color: #1f3a85;
    height: 28px;
    min-width: 28px;
}

[b-h3igdkejom] .account-radzen-grid .rz-paginator-element.rz-state-disabled {
    color: #a8b0bc;
    opacity: 0.65;
}

.account-name strong[b-h3igdkejom],
.plan-cell strong[b-h3igdkejom] {
    color: #262a31;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.05;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-name span[b-h3igdkejom],
.saldo-cell span[b-h3igdkejom] {
    color: #333740;
    display: block;
    font-size: 11px;
    line-height: 1.1;
}

.plan-cell[b-h3igdkejom] {
    text-align: left;
}

.status-badge[b-h3igdkejom],
.state-badge[b-h3igdkejom] {
    border-radius: 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    min-width: 64px;
    padding: 4px 12px;
    text-align: center;
}

.status-green[b-h3igdkejom],
.state-badge.active[b-h3igdkejom] {
    background: #d8f8e3;
    color: #09692e;
}

.status-yellow[b-h3igdkejom] {
    background: #fff1bb;
    color: #6b5200;
}

.status-red[b-h3igdkejom],
.state-badge.inactive[b-h3igdkejom] {
    background: #ffdede;
    color: #8d1c1c;
}

.status-neutral[b-h3igdkejom],
.state-badge.neutral[b-h3igdkejom] {
    background: #e5eaf1;
    color: #4a5566;
}

.certificate-cell[b-h3igdkejom] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.certificate-expiration[b-h3igdkejom] {
    color: #4a5566;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.saldo-cell[b-h3igdkejom] {
    text-align: center;
}

.saldo-cell .saldo-unavailable[b-h3igdkejom] {
    background: #ffdede;
    color: #8d1c1c;
    display: inline-block;
    font-weight: 600;
    margin-top: 2px;
    min-width: 118px;
    padding: 4px 10px;
}

.table-progress[b-h3igdkejom] {
    background: #ffffff;
    border: 1px solid #9da3aa;
    border-radius: 999px;
    height: 8px;
    margin: 0 auto 4px;
    max-width: 200px;
    overflow: hidden;
}

.table-progress div[b-h3igdkejom] {
    height: 100%;
}

.progress-green[b-h3igdkejom] {
    background: #a8f1c5;
}

.progress-yellow[b-h3igdkejom] {
    background: #ffe77c;
}

.progress-red[b-h3igdkejom] {
    background: #ffb8b8;
}

.progress-neutral[b-h3igdkejom] {
    background: #c7d0dc;
}

.center-cell[b-h3igdkejom] {
    text-align: center;
}

.sequence-pill[b-h3igdkejom] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 2px 5px rgba(67, 72, 82, 0.24);
    color: #1d1d1d;
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    min-height: 30px;
    min-width: 112px;
    padding: 8px 14px;
    vertical-align: middle;
}

.sequence-pill.green[b-h3igdkejom] {
    background: #d8f8e3;
    border-color: #a9e9bf;
    color: #09692e;
}

.sequence-pill.yellow[b-h3igdkejom] {
    background: #fff1bb;
    border-color: #e7d47f;
    color: #6b5200;
}

.sequence-pill.red[b-h3igdkejom] {
    background: #ffdede;
    border-color: #efb8b8;
    color: #8d1c1c;
}

.sequence-pill.neutral[b-h3igdkejom] {
    background: #e5eaf1;
    border-color: #ccd5e1;
    color: #4a5566;
}

.go-account-button[b-h3igdkejom] {
    align-items: center;
    background: #1f3a85;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.28);
    color: #ffffff;
    display: inline-flex;
    font-size: 20px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 22px;
}

.account-empty[b-h3igdkejom] {
    background: #f4f6f8;
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(15, 23, 42, 0.12);
    padding: 32px;
    text-align: center;
}

.account-empty i[b-h3igdkejom] {
    color: #7d8da5;
    display: block;
    font-size: 38px;
    margin-bottom: 10px;
}

.account-empty h2[b-h3igdkejom] {
    color: #1f2937;
    font-size: 20px;
    margin-bottom: 8px;
}

.account-empty p[b-h3igdkejom] {
    color: #64748b;
    margin: 0;
}

@media (max-width: 760px) {
    .account-panel[b-h3igdkejom] {
        padding: 22px 16px;
    }

    .panel-title-row[b-h3igdkejom] {
        gap: 14px;
    }
}
/* /Pages/Panel/PanelSecuenciasModal.razor.rz.scp.css */
.sequence-modal-dialog[b-6ijn0ft11p] {
    max-width: calc(100vw - 64px);
    width: 1320px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.panel-sequences-modal .modal-content[b-6ijn0ft11p] {
    background: #ffffff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 38px rgba(15, 23, 42, 0.24);
    padding: 26px 28px 28px;
    width: 100%;
}

.sequence-modal-header[b-6ijn0ft11p] {
    border: 0;
    padding: 0;
}

.sequence-modal-header h2[b-6ijn0ft11p] {
    color: #242831;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 2px;
}

.sequence-modal-header p[b-6ijn0ft11p] {
    color: #33363d;
    font-size: 18px;
    line-height: 1.15;
    margin: 0;
}

.sequence-modal-body[b-6ijn0ft11p] {
    overflow-x: hidden;
    padding: 18px 0 0;
}

.sequence-document-card[b-6ijn0ft11p] {
    background: #f4f6f8;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.08);
    margin-bottom: 18px;
    padding: 18px 20px 20px;
}

.sequence-document-header[b-6ijn0ft11p] {
    align-items: flex-start;
    border-bottom: 1px solid #cfd4da;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 0 0 14px;
    padding-bottom: 8px;
}

.sequence-document-card h3[b-6ijn0ft11p] {
    color: #242831;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.sequence-document-card h3 span[b-6ijn0ft11p] {
    color: #242831;
    white-space: nowrap;
}

.sequence-mode[b-6ijn0ft11p] {
    color: #33363d;
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    gap: 2px;
    line-height: 1.15;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}

.sequence-mode strong[b-6ijn0ft11p] {
    color: #242831;
    font-size: 12px;
    font-weight: 800;
}

.sequence-empty[b-6ijn0ft11p] {
    background: #f4f6f8;
    border-radius: 8px;
    color: #475569;
    font-size: 15px;
    padding: 26px;
    text-align: center;
}

.sequence-table[b-6ijn0ft11p] {
    min-width: 0;
    width: 100%;
}

.sequence-table-head[b-6ijn0ft11p],
.sequence-table-row[b-6ijn0ft11p] {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr 2fr 1.25fr;
    gap: 14px;
}

.sequence-table-head[b-6ijn0ft11p] {
    color: #242831;
    font-size: 16px;
    font-weight: 700;
    padding: 2px 18px 14px;
    text-align: center;
}

.sequence-table-row[b-6ijn0ft11p] {
    background: #ffffff;
    border-radius: 9px;
    color: #242831;
    font-size: 15px;
    margin-bottom: 12px;
    min-height: 50px;
    padding: 9px 18px;
    text-align: center;
}

.sequence-table-row:last-child[b-6ijn0ft11p] {
    margin-bottom: 0;
}

.sequence-badge[b-6ijn0ft11p] {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    min-width: 96px;
    padding: 5px 12px;
    text-align: center;
}

.sequence-badge.wide[b-6ijn0ft11p] {
    min-width: 146px;
}

.sequence-badge.green[b-6ijn0ft11p] {
    background: #d8f8e3;
    color: #09692e;
}

.sequence-badge.yellow[b-6ijn0ft11p] {
    background: #fff1bb;
    color: #6b5200;
}

.sequence-badge.red[b-6ijn0ft11p] {
    background: #ffdede;
    color: #d71920;
}

.sequence-badge.neutral[b-6ijn0ft11p] {
    background: #e5eaf1;
    color: #4a5566;
}

.sequence-availability[b-6ijn0ft11p] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sequence-progress[b-6ijn0ft11p] {
    background: #ffffff;
    border: 1px solid #8f969e;
    border-radius: 999px;
    height: 10px;
    max-width: 230px;
    overflow: hidden;
    width: 100%;
}

.sequence-progress span[b-6ijn0ft11p] {
    display: block;
    height: 100%;
}

.sequence-availability small[b-6ijn0ft11p] {
    color: #33363d;
    display: block;
    font-size: 12px;
    line-height: 1.15;
    margin-top: 3px;
}

.progress-green[b-6ijn0ft11p] {
    background: #a8f1c5;
}

.progress-yellow[b-6ijn0ft11p] {
    background: #ffe77c;
}

.progress-red[b-6ijn0ft11p] {
    background: #ffb8b8;
}

.progress-neutral[b-6ijn0ft11p] {
    background: #c7d0dc;
}

.sequence-modal-footer[b-6ijn0ft11p] {
    border: 0;
    padding: 0;
}

.sequence-close-button[b-6ijn0ft11p] {
    background: #2f3f90;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.22);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    min-height: 40px;
    min-width: 232px;
    padding: 8px 20px;
}

.sequence-close-button:hover[b-6ijn0ft11p] {
    background: #26357d;
}

@media (max-width: 980px) {
    .sequence-document-header[b-6ijn0ft11p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .sequence-document-card[b-6ijn0ft11p] {
        overflow-x: auto;
    }

    .sequence-table[b-6ijn0ft11p] {
        min-width: 900px;
    }
}
/* /Pages/Sistema/Cliente/ClienteMant.razor.rz.scp.css */
/* ===== Superficie del mantenimiento (lienzo gris suave) ===== */
.cliente-mant-page[b-sbfxyilx21] {
    background: #f6f7f9;
    min-height: calc(100vh - 200px);
    padding: 1.5rem 1rem 2rem;
    width: 100%;
}

.cliente-mant-container[b-sbfxyilx21] {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

/* ===== Encabezado de página ===== */
.cliente-page-header[b-sbfxyilx21] {
    margin: 0 0 1.25rem;
    padding-left: .15rem;
}

.cliente-page-title[b-sbfxyilx21] {
    color: #16191f;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.cliente-page-subtitle[b-sbfxyilx21] {
    color: #5f6b7a;
    font-size: .875rem;
    margin: .35rem 0 0;
}

/* ===== Cards de sección (estilo contenedor) ===== */
.cliente-card[b-sbfxyilx21] {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .06);
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.cliente-card-header[b-sbfxyilx21] {
    border-bottom: 1px solid #eceef2;
    padding: 1rem 1.5rem;
}

.cliente-card-title[b-sbfxyilx21] {
    color: #16191f;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.cliente-card-subtitle[b-sbfxyilx21] {
    color: #5f6b7a;
    font-size: .8125rem;
    line-height: 1.35;
    margin: .2rem 0 0;
}

.cliente-card-body[b-sbfxyilx21] {
    padding: 1.35rem 1.5rem 1.5rem;
}

/* ===== Grid de campos (2 columnas, responsive) ===== */
.cliente-form-grid[b-sbfxyilx21] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.35rem;
    width: 100%;
}

.cliente-field[b-sbfxyilx21] {
    min-width: 0;
}

.cliente-field-full[b-sbfxyilx21] {
    grid-column: 1 / -1;
}

.cliente-field .tx-bold[b-sbfxyilx21],
.cliente-field label.tx-bold[b-sbfxyilx21] {
    color: #1f2937;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: .3rem;
}

.cliente-field-check[b-sbfxyilx21] {
    display: flex;
    flex-direction: column;
}

/* ===== Inputs de texto (normaliza Radzen + nativos) ===== */
.cliente-mant-page[b-sbfxyilx21]  .form-control,
.cliente-mant-page[b-sbfxyilx21]  .rz-textbox,
.cliente-mant-page[b-sbfxyilx21]  .rz-mask {
    border: 1px solid #aab2c0;
    border-radius: .5rem;
    color: #111827;
    min-height: 2.3rem;
    width: 100%;
}

/* ===== Listas desplegables: un solo borde en el contenedor ===== */
.cliente-mant-page[b-sbfxyilx21]  .rz-dropdown {
    align-items: center;
    background: #fff;
    border: 1px solid #aab2c0;
    border-radius: .5rem;
    color: #111827;
    display: flex;
    min-height: 2.3rem;
    width: 100%;
}

/* Evita el "borde dentro del borde": neutraliza los elementos internos del dropdown */
.cliente-mant-page[b-sbfxyilx21]  .rz-dropdown .rz-dropdown-label,
.cliente-mant-page[b-sbfxyilx21]  .rz-dropdown .rz-inputtext,
.cliente-mant-page[b-sbfxyilx21]  .rz-dropdown .rz-dropdown-trigger {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-height: auto;
}

.cliente-mant-page[b-sbfxyilx21]  textarea.form-control {
    min-height: 2.8rem;
}

.cliente-mant-page[b-sbfxyilx21]  .form-control:focus,
.cliente-mant-page[b-sbfxyilx21]  .rz-textbox:focus,
.cliente-mant-page[b-sbfxyilx21]  .rz-state-focused {
    border-color: #2457a7;
    box-shadow: 0 0 0 .15rem rgba(36, 87, 167, .18);
    outline: none;
}

/* ===== Campo WhatsApp: control compuesto unido ===== */
.whatsapp-opcional[b-sbfxyilx21] {
    color: #718096;
    font-size: .8125rem;
    font-weight: 400;
}

/* Etiqueta del campo + ícono de información */
.whatsapp-label-row[b-sbfxyilx21] {
    align-items: center;
    display: flex;
    gap: .4rem;
    margin-bottom: .3rem;
}

.whatsapp-label-row .tx-bold[b-sbfxyilx21] {
    margin-bottom: 0;
}

/* Ícono "?" de ayuda encerrado en un círculo */
.whatsapp-info[b-sbfxyilx21] {
    align-items: center;
    background: #2457a7;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-flex;
    font-family: inherit;
    font-size: .72rem;
    font-style: normal;
    font-weight: 700;
    height: 1.05rem;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 1.05rem;
}

/* Globo del tooltip (CSS puro, sin dependencias de proveedores) */
.whatsapp-tooltip[b-sbfxyilx21] {
    background: #16191f;
    border-radius: .5rem;
    bottom: calc(100% + 8px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, .25);
    color: #fff;
    font-family: inherit;
    font-size: .78rem;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    line-height: 1.4;
    opacity: 0;
    padding: .6rem .7rem;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transform: translateX(-50%);
    transition: opacity .15s ease, visibility .15s ease;
    visibility: hidden;
    width: 290px;
    z-index: 1060;
}

.whatsapp-tooltip[b-sbfxyilx21]::after {
    border: 6px solid transparent;
    border-top-color: #16191f;
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
}

.whatsapp-info:hover .whatsapp-tooltip[b-sbfxyilx21],
.whatsapp-info:focus .whatsapp-tooltip[b-sbfxyilx21],
.whatsapp-info:focus-within .whatsapp-tooltip[b-sbfxyilx21] {
    opacity: 1;
    visibility: visible;
}

/* Texto de ayuda del campo (entre la etiqueta y el campo) */
.whatsapp-help[b-sbfxyilx21] {
    color: #5f6b7a;
    display: block;
    font-size: .78rem;
    margin: 0 0 .4rem;
}

/* Vista previa del valor normalizado que se guardará */
.whatsapp-preview[b-sbfxyilx21] {
    color: #5f6b7a;
    display: block;
    font-size: .78rem;
    margin-top: .15rem;
}

.whatsapp-preview strong[b-sbfxyilx21] {
    color: #1f2937;
}

.whatsapp-group[b-sbfxyilx21] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* Selector de país/código: ancho fijo, esquinas izquierdas redondeadas */
.whatsapp-group[b-sbfxyilx21]  .whatsapp-pais {
    flex: 0 0 240px;
    width: 240px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Input del número: ocupa el resto, pegado al selector */
.whatsapp-group[b-sbfxyilx21]  .whatsapp-numero {
    flex: 1 1 auto;
    width: auto;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* ===== Barra de acciones ===== */
.cliente-actions[b-sbfxyilx21] {
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
    margin-top: .25rem;
}

.cliente-actions[b-sbfxyilx21]  .cliente-action-button {
    min-width: 9rem;
}

/* ===== Responsive ===== */
@media (max-width: 767.98px) {
    .cliente-form-grid[b-sbfxyilx21] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .cliente-mant-page[b-sbfxyilx21] {
        padding: 1rem .75rem 1.5rem;
    }

    .cliente-card-header[b-sbfxyilx21],
    .cliente-card-body[b-sbfxyilx21] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .whatsapp-group[b-sbfxyilx21] {
        flex-wrap: wrap;
    }

    .whatsapp-group[b-sbfxyilx21]  .whatsapp-pais,
    .whatsapp-group[b-sbfxyilx21]  .whatsapp-numero {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        border-radius: .5rem;
    }

    .whatsapp-group[b-sbfxyilx21]  .whatsapp-numero {
        margin-top: .5rem;
    }

    .cliente-actions[b-sbfxyilx21] {
        flex-direction: column-reverse;
    }

    .cliente-actions[b-sbfxyilx21]  .cliente-action-button {
        min-width: 100%;
    }
}
/* /Pages/Sistema/Configuracion/ConfigDocumentoFormato/ConfigDocumentoFormatoMant.razor.rz.scp.css */
.chev[b-4z04kwyk37] {
    transition: transform .25s ease;
}

    .chev.rotated[b-4z04kwyk37] {
        transform: rotate(180deg);
    }

.card[b-4z04kwyk37] {
    box-sizing: border-box;
    background: #f1f3f6;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #d6d9de;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 0.75rem;
    transition: background 0.3s, box-shadow 0.3s;
}

    .card:hover[b-4z04kwyk37] {
        background: #e9ecf1;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

.card-header[b-4z04kwyk37] {
    width: 100%;
    padding-bottom: 0.25rem;
}

.card-children-container[b-4z04kwyk37] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.5rem;
    transition: max-height 0.35s ease;
}

.child-card[b-4z04kwyk37] {
    background: #ffffff;
    border: 1px solid #d6d9de;
    border-radius: 8px;
    padding: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    flex: 1 1 calc(33% - 0.75rem);
    transition: transform 0.2s, box-shadow 0.2s;
}

    .child-card:hover[b-4z04kwyk37] {
        transform: translateY(-3px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

.child-card-full[b-4z04kwyk37] {
    flex: 0 1 100%;
    min-width: 200px;
    background-color: #e0e3e7; /* gris suave oscuro */
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .child-card-full .chev[b-4z04kwyk37] {
        color: #1b2a4e; /* azul marino */
    }

.child-row[b-4z04kwyk37] {
    padding: 0.4rem 0;
    width: 100%;
}
/* /Pages/Sistema/Configuracion/ConfigDocumento/ConfigDocumento.razor.rz.scp.css */
/* Tarjetas de medios de envío (tab "Enviar documento") */

.medio-card[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: .5rem;
    background-color: #fff;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.medio-card:hover[b-gp1hlm1wuk] {
    border-color: #cbd5e0;
}

.medio-card--activo[b-gp1hlm1wuk] {
    border-color: #4caf50;
    background-color: #f3faf3;
    box-shadow: 0 1px 5px rgba(76, 175, 80, .15);
}

/* Ícono representativo a la izquierda */
.medio-card__icono[b-gp1hlm1wuk] {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #edf2f7;
    color: #718096;
    font-size: 1.25rem;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.medio-card--activo .medio-card__icono[b-gp1hlm1wuk] {
    background-color: #4caf50;
    color: #fff;
}

/* Texto */
.medio-card__info[b-gp1hlm1wuk] {
    flex: 1 1 auto;
    min-width: 0;
}

.medio-card__titulo[b-gp1hlm1wuk] {
    display: block;
    color: #2d3748;
}

.medio-card__desc[b-gp1hlm1wuk] {
    margin: .25rem 0 0;
    font-size: .85rem;
    line-height: 1.35;
    color: #718096;
}

/* Check a la derecha */
.medio-card__toggle[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    gap: .65rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.medio-card__status[b-gp1hlm1wuk] {
    min-width: 48px;
    color: #718096;
    font-size: .75rem;
    font-weight: 600;
    text-align: right;
}

.medio-card--activo .medio-card__status[b-gp1hlm1wuk] {
    color: #388e3c;
}

/* Responsive: en pantallas pequeñas el texto pasa a una fila completa */
@media (max-width: 575.98px) {
    .config-document-tabs[b-gp1hlm1wuk] {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .config-document-tabs .nav-link[b-gp1hlm1wuk] {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .medio-card[b-gp1hlm1wuk] {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: .75rem;
        padding: 1rem;
    }

    .medio-card__icono[b-gp1hlm1wuk] {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .medio-card__info[b-gp1hlm1wuk] {
        flex: 1 1 calc(100% - 58px);
    }

    .medio-card__toggle[b-gp1hlm1wuk] {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        padding-top: .75rem;
        border-top: 1px solid #edf2f7;
    }
}

/* Default document settings */

.config-default__intro[b-gp1hlm1wuk] {
    margin: 1rem 0 1.5rem;
}

.config-default__intro p[b-gp1hlm1wuk] {
    margin: 0;
    color: #718096;
    font-size: .9rem;
    line-height: 1.5;
}

.config-option[b-gp1hlm1wuk] {
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: .5rem;
    background-color: #fff;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.config-option:hover[b-gp1hlm1wuk] {
    border-color: #cbd5e0;
}

.config-option--active[b-gp1hlm1wuk] {
    border-color: #4caf50;
    box-shadow: 0 1px 5px rgba(76, 175, 80, .15);
}

.config-option__header[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.config-option--active .config-option__header[b-gp1hlm1wuk] {
    background-color: #f3faf3;
}

.config-option__icon[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #edf2f7;
    color: #718096;
    font-size: 1.2rem;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.config-option--active .config-option__icon[b-gp1hlm1wuk] {
    background-color: #4caf50;
    color: #fff;
}

.config-option__heading[b-gp1hlm1wuk] {
    flex: 1 1 auto;
    min-width: 0;
}

.config-option__title[b-gp1hlm1wuk] {
    display: block;
    color: #2d3748;
    font-weight: 700;
    line-height: 1.3;
}

.config-option__heading p[b-gp1hlm1wuk] {
    margin: .25rem 0 0;
    color: #718096;
    font-size: .85rem;
    line-height: 1.4;
}

.config-option__toggle[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    gap: .65rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.config-option__status[b-gp1hlm1wuk] {
    min-width: 48px;
    color: #718096;
    font-size: .75rem;
    font-weight: 600;
    text-align: right;
}

.config-option--active .config-option__status[b-gp1hlm1wuk] {
    color: #388e3c;
}

.config-option__body[b-gp1hlm1wuk] {
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #edf2f7;
    background-color: #fff;
}

.config-option__body--compact[b-gp1hlm1wuk] {
    max-width: 320px;
}

.config-option__label[b-gp1hlm1wuk] {
    display: block;
    margin-bottom: .45rem;
    color: #2d3748;
    font-size: .85rem;
    font-weight: 700;
}

.config-option__textarea[b-gp1hlm1wuk] {
    width: 100%;
    resize: vertical;
}

.config-option__numeric[b-gp1hlm1wuk] {
    width: 150px;
}

.config-option__helper[b-gp1hlm1wuk] {
    display: block;
    margin-top: .4rem;
    color: #718096;
    font-size: .75rem;
}

.itbis-explanation__title[b-gp1hlm1wuk] {
    display: block;
    margin-bottom: .3rem;
    color: #182952;
    font-size: .9rem;
    font-weight: 700;
}

.itbis-explanation__text p[b-gp1hlm1wuk] {
    margin: 0;
    color: #4a5568;
    font-size: .85rem;
    line-height: 1.5;
}

.itbis-example[b-gp1hlm1wuk] {
    margin-top: 1rem;
    padding: .85rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    background-color: #f8fafc;
}

.itbis-example__heading[b-gp1hlm1wuk] {
    margin-bottom: .5rem;
    color: #2d3748;
    font-size: .78rem;
    font-weight: 700;
}

.itbis-example__row[b-gp1hlm1wuk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .3rem 0;
    color: #4a5568;
    font-size: .8rem;
}

.itbis-example__row strong[b-gp1hlm1wuk] {
    color: #2d3748;
    white-space: nowrap;
}

.itbis-example__row--total[b-gp1hlm1wuk] {
    margin-top: .3rem;
    padding-top: .6rem;
    border-top: 1px solid #cbd5e0;
    color: #182952;
    font-weight: 700;
}

.itbis-example__row--total strong[b-gp1hlm1wuk] {
    color: #182952;
}

.itbis-explanation__note[b-gp1hlm1wuk] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin: .85rem 0 0;
    color: #5f6b7a;
    font-size: .75rem;
    line-height: 1.45;
}

.itbis-explanation__note i[b-gp1hlm1wuk] {
    margin-top: .12rem;
    color: #182952;
}

@media (max-width: 575.98px) {
    .config-option__header[b-gp1hlm1wuk] {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: .75rem;
        padding: 1rem;
    }

    .config-option__icon[b-gp1hlm1wuk] {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .config-option__heading[b-gp1hlm1wuk] {
        flex: 1 1 calc(100% - 58px);
    }

    .config-option__toggle[b-gp1hlm1wuk] {
        width: 100%;
        justify-content: flex-end;
        padding-top: .75rem;
        border-top: 1px solid #edf2f7;
    }

    .config-option__body[b-gp1hlm1wuk] {
        padding: 1rem;
    }

    .config-option__body--compact[b-gp1hlm1wuk] {
        max-width: none;
    }

    .config-option__numeric[b-gp1hlm1wuk] {
        width: 100%;
    }

    .itbis-example[b-gp1hlm1wuk] {
        padding: .75rem;
    }

    .itbis-example__row[b-gp1hlm1wuk] {
        align-items: flex-start;
    }
}
/* /Pages/Sistema/Configuracion/ConfigNumeroInterno/ConfigNumeroInternoMant.razor.rz.scp.css */
/* Tarjetas de medios de envío (tab "Enviar documento") */

.medio-card[b-cu0sn2b9n1] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: .5rem;
    background-color: #fff;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

    .medio-card:hover[b-cu0sn2b9n1] {
        border-color: #cbd5e0;
    }

.medio-card--activo[b-cu0sn2b9n1] {
    border-color: #4caf50;
    background-color: #f3faf3;
    box-shadow: 0 1px 5px rgba(76, 175, 80, .15);
}

/* Ícono representativo a la izquierda */
.medio-card__icono[b-cu0sn2b9n1] {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #edf2f7;
    color: #718096;
    font-size: 1.25rem;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.medio-card--activo .medio-card__icono[b-cu0sn2b9n1] {
    background-color: #4caf50;
    color: #fff;
}

/* Texto */
.medio-card__info[b-cu0sn2b9n1] {
    flex: 1 1 auto;
    min-width: 0;
}

.medio-card__titulo[b-cu0sn2b9n1] {
    display: block;
    color: #2d3748;
}

.medio-card__desc[b-cu0sn2b9n1] {
    margin: .25rem 0 0;
    font-size: .85rem;
    line-height: 1.35;
    color: #718096;
}

/* Check a la derecha */
.medio-card__check[b-cu0sn2b9n1] {
    flex: 0 0 auto;
    margin-left: auto;
}

/* Responsive: en pantallas pequeñas el texto pasa a una fila completa */
@media (max-width: 575.98px) {
    .medio-card[b-cu0sn2b9n1] {
        flex-wrap: wrap;
    }

    .medio-card__info[b-cu0sn2b9n1] {
        flex: 1 1 100%;
        order: 3;
    }
}
/* /Pages/Sistema/Configuracion/Usuario/UsuarioMant.razor.rz.scp.css */
.az-contact-action[b-hktroosvmx] {
    right: inherit;
    position: relative;
}

    .az-contact-action a[b-hktroosvmx] {
        font-size: 0.8125rem;
        color: #182952;
    }

    .az-contact-action a i[b-hktroosvmx] {
        font-size: 30px;
    }
/* /Pages/Sistema/Facturacion/Facturar.razor.rz.scp.css */


/* Overlay invisible para clic fuera del panel */
#overlay[b-obu0s9huqu] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1045;
}

/* Opciones del panel */
.panel-option[b-obu0s9huqu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

    .panel-option:last-child[b-obu0s9huqu] {
        border-bottom: none;
    }

/* Botón aplicar */
#applyBtn[b-obu0s9huqu] {
    border-radius: 50px;
    transition: all 0.2s;
}

    #applyBtn:hover[b-obu0s9huqu] {
        transform: scale(1.03);
    }

/* Título moderno */
#sidePanel h5[b-obu0s9huqu] {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333;
    letter-spacing: 0.5px;
}

/* Botón flotante */
/* Tamaño fijo (ancho = alto) + centrado con flexbox para garantizar un círculo perfecto
   en cualquier pantalla. No se usa font-size/padding para dimensionarlo porque el ícono SVG
   tiene tamaño fijo: el font-size sólo inflaba la altura (line-height) y dejaba el botón ovalado. */
.btn-flotante[b-obu0s9huqu] {
    position: fixed;
    top: 230px;
    right: 20px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #4340D2;
    /*   #031b4e;*/
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-flotante:hover[b-obu0s9huqu] {
        background-color: #97a3b9;
    }

/* Teléfono (pantallas pequeñas ≤ 576px): mismo círculo, un poco más pequeño */
@media (max-width: 576px) {
    .btn-flotante[b-obu0s9huqu] {
        width: 48px;
        height: 48px;
    }
}

/* Panel lateral */
.panel-lateral[b-obu0s9huqu] {
    position: fixed;
    top: 20px;
    right: -360px; /* escondido al inicio */
    width: 360px;
    height: calc(100% - 40px);
    background-color: #fff;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    border-radius: 10px 0 0 10px;
    padding: 1.5rem;
    transition: right 0.4s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

    .panel-lateral.abierto[b-obu0s9huqu] {
        right: 0; /* se desliza a la vista */
    }

/**********************************************************************************/
/*BTN CIERRE del PANEL*/
/**********************************************************************************/
.btn-cerrar-panel[b-obu0s9huqu] {
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .btn-cerrar-panel:hover[b-obu0s9huqu] {
        background-color: #dc3545; /* rojo elegante */
        color: #fff;
        transform: rotate(90deg);
    }

/**********************************************************************************/
/* WhatsApp del receptor: selector de código de área + número en la misma línea  */
/* (mismo comportamiento que el mantenimiento de clientes)                       */
/**********************************************************************************/
.whatsapp-group[b-obu0s9huqu] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* Selector de país/código: ancho fijo, esquinas izquierdas redondeadas */
.whatsapp-group[b-obu0s9huqu]  .whatsapp-pais {
    flex: 0 0 260px;
    width: 260px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Input del número: ocupa el resto, pegado al selector */
.whatsapp-group[b-obu0s9huqu]  .whatsapp-numero {
    flex: 1 1 auto;
    width: auto;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Texto de ayuda y vista previa del valor que se enviará */
.whatsapp-help[b-obu0s9huqu] {
    color: #5f6b7a;
    display: block;
    font-size: .78rem;
    margin-top: .3rem;
}

.whatsapp-preview[b-obu0s9huqu] {
    color: #5f6b7a;
    display: block;
    font-size: .78rem;
    margin-top: .15rem;
}

.whatsapp-preview strong[b-obu0s9huqu] {
    color: #1f2937;
}

/* En pantallas pequeñas se apila */
@media (max-width: 575.98px) {
    .whatsapp-group[b-obu0s9huqu] {
        flex-wrap: wrap;
    }

    .whatsapp-group[b-obu0s9huqu]  .whatsapp-pais,
    .whatsapp-group[b-obu0s9huqu]  .whatsapp-numero {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        border-radius: .5rem;
    }

    .whatsapp-group[b-obu0s9huqu]  .whatsapp-numero {
        margin-top: .5rem;
    }
}
/* /Pages/Sistema/Inicio.razor.rz.scp.css */
.return-panel-button[b-x6tzv128bw] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #eef0f5;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.18);
    color: #4c5684;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 56px;
    min-width: 238px;
    padding: 12px 18px 12px 20px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.return-panel-button:hover[b-x6tzv128bw] {
    border-color: #dfe4ef;
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.2);
    color: #3f4978;
    transform: translateY(-1px);
}

.return-panel-button:focus[b-x6tzv128bw] {
    box-shadow: 0 0 0 3px rgba(31, 58, 133, 0.16), 0 3px 8px rgba(15, 23, 42, 0.18);
    outline: 0;
}

.return-panel-button-icon[b-x6tzv128bw] {
    align-items: center;
    color: #5f6675;
    display: inline-flex;
    font-size: 18px;
    height: 20px;
    justify-content: center;
    line-height: 1;
    width: 20px;
}

.return-panel-button-action[b-x6tzv128bw] {
    align-items: center;
    background: #1f3a85;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 15px;
    height: 19px;
    justify-content: center;
    line-height: 1;
    margin-left: 3px;
    width: 19px;
}

.return-panel-button-icon i[b-x6tzv128bw],
.return-panel-button-action i[b-x6tzv128bw] {
    line-height: 1;
}
/* /Shared/ErrorLayout.razor.rz.scp.css */
body[b-81p2n8i7zz] {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #494c57;
    text-align: left;
    background-color: #fff;
}

.az-body[b-81p2n8i7zz], .az-dashboard[b-81p2n8i7zz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.az-error-wrapper[b-81p2n8i7zz] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

    .az-error-wrapper .btn[b-81p2n8i7zz], .az-error-wrapper .sp-container button[b-81p2n8i7zz], .sp-container .az-error-wrapper button[b-81p2n8i7zz] {
        border-width: 2px;
        font-weight: 700;
    }

a[b-81p2n8i7zz] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.az-error-wrapper h1[b-81p2n8i7zz] {
    line-height: 1;
    font-size: 150px;
    font-weight: 700;
    color: #212229;
}

.az-error-wrapper h2[b-81p2n8i7zz] {
    font-weight: 500;
    color: #343640;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

.az-error-wrapper h6[b-81p2n8i7zz] {
    margin-bottom: 40px;
    font-size: 14px;
}

h1[b-81p2n8i7zz], .h1[b-81p2n8i7zz] {
    font-size: 2.03125rem;
}

h2[b-81p2n8i7zz], .h2[b-81p2n8i7zz] {
    font-size: 1.625rem;
}

h1[b-81p2n8i7zz], h2[b-81p2n8i7zz], h3[b-81p2n8i7zz], h4[b-81p2n8i7zz], h5[b-81p2n8i7zz], h6[b-81p2n8i7zz], .h1[b-81p2n8i7zz], .h2[b-81p2n8i7zz], .h3[b-81p2n8i7zz], .h4[b-81p2n8i7zz], .h5[b-81p2n8i7zz], .h6[b-81p2n8i7zz] {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1[b-81p2n8i7zz], h2[b-81p2n8i7zz], h3[b-81p2n8i7zz], h4[b-81p2n8i7zz], h5[b-81p2n8i7zz], h6[b-81p2n8i7zz] {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.az-error-wrapper[b-81p2n8i7zz] {
    text-align: center;
}

[class*="btn-outline-"][b-81p2n8i7zz] {
    padding: 0.4rem 1rem;
    line-height: 1.657;
    border-width: 1px;
    background-color: transparent;
}

.btn:not(:disabled):not(.disabled)[b-81p2n8i7zz], .sp-container button:not(:disabled):not(.disabled)[b-81p2n8i7zz] {
    cursor: pointer;
}

.btn[b-81p2n8i7zz], .sp-container button[b-81p2n8i7zz] {
    border-width: 0;
    line-height: 1.538;
    padding: 9px 20px;
    border-radius: 0;
    transition: none;
    min-height: 38px;
}

.btn[b-81p2n8i7zz], .sp-container button[b-81p2n8i7zz] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-top-width: 1px;
    border-right-color: transparent;
    border-right-width: 1px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-left-color: transparent;
    border-left-width: 1px;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-indigo[b-81p2n8i7zz] {
    border-color: #89b837;
    color: #89b837;
}

*[b-81p2n8i7zz], [b-81p2n8i7zz]::before, [b-81p2n8i7zz]::after {
    box-sizing: border-box;
}
/* /Shared/PanelLayout.razor.rz.scp.css */
.panel-shell[b-fiqqzsu0z8] {
    min-height: 100vh;
    background: #ffffff;
}

.panel-header[b-fiqqzsu0z8] {
    align-items: center;
    background: #1a2d58;
    border-bottom: 1px solid #dfe4ec;
    display: flex;
    height: 70px;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 35px;
}

.panel-logo img[b-fiqqzsu0z8] {
    width: auto;
    height: 100px;
    max-height: none;
    object-fit: contain;
}

.panel-logout[b-fiqqzsu0z8] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    font-size: 34px;
    justify-content: center;
    padding: 0;
}
/* /Shared/SitioExternoLayout.razor.rz.scp.css */
#blazor-error-ui[b-lzropvcz43] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lzropvcz43] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
