/* /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__check[b-gp1hlm1wuk] {
    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-gp1hlm1wuk] {
        flex-wrap: wrap;
    }

    .medio-card__info[b-gp1hlm1wuk] {
        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;
    }
}
/* /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/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;
    }
