.elementor-9972 .elementor-element.elementor-element-cf1497d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9972 .elementor-element.elementor-element-3f20b25{text-align:center;}.elementor-9972 .elementor-element.elementor-element-34791b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9972 .elementor-element.elementor-element-1287113{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9972 .elementor-element.elementor-element-cf1497d{--content-width:1600px;}.elementor-9972 .elementor-element.elementor-element-34791b5{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-1287113 *//* =========================
   CONTENEDOR BOTONES
========================= */
.bitxo-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

/* =========================
   BOTONES
========================= */
.bitxo-btn {
    background-color: rgba(58,42,20,1) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 18px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.bitxo-btn:hover {
    background-color: #8a5527 !important;
    transform: translateY(-1px);
}

.bitxo-btn:focus,
.bitxo-btn:focus-visible,
.bitxo-btn:active {
    background-color: rgba(58,42,20,1) !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* =========================
   TOTAL REGISTROS
========================= */
.bitxo-count {
    text-align: right;
    margin-bottom: 14px;
    font-size: 15px;
}

.bitxo-count strong {
    color: rgba(58,42,20,1);
    font-size: 22px;
}

/* =========================
   BUSCADORES
========================= */
.bitxo-search {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

#searchNombre,
#searchEmail,
#searchEvento {
    border-radius: 14px;
    border: 1px solid #ddd;
    padding: 12px 14px;
    font-size: 14px;
    min-width: 220px;
    flex: 1;
    background: #f7efe6;
    color: rgba(58,42,20,1);
    transition: all 0.25s ease;
}

/* PLACEHOLDER */

#searchNombre::placeholder,
#searchEmail::placeholder,
#searchEvento::placeholder{
    color:#a07a52;
}

/* FOCUS */

#searchNombre:focus,
#searchEmail:focus,
#searchEvento:focus {
    border-color: rgba(58,42,20,0.25);
    background:#fff8f0;
    box-shadow: 0 0 0 3px rgba(190,120,50,0.12);
    outline: none;
}

/* =========================
   TABLA
========================= */
.bitxo-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
}

/* =========================
   CABECERA
========================= */
.bitxo-table th {
    background-color: rgba(58,42,20,1);
    color: white;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

/* =========================
   CELDAS
========================= */
.bitxo-table td {
    padding: 16px;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid #eadfce;
    color: rgba(58,42,20,1);
}

/* =========================
   FILAS
========================= */

.bitxo-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.bitxo-table tbody tr:nth-child(even) {
    background-color: #f8f1e8;
}

/* =========================
   HOVER
========================= */

.bitxo-table tbody tr:hover {
    background-color: #efe2d3;
}

/* =========================
   CHECKBOXES
========================= */

.bitxo-table input[type="checkbox"]{
    accent-color: rgba(58,42,20,1);
    transform: scale(1);
    cursor:pointer;
}

/* =========================
   COLUMNAS
========================= */

.col-nombre{
    min-width:220px;
    font-weight:600;
}

.col-email{
    min-width:260px;
}

.col-evento{
    min-width:340px;
    line-height:1.5;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .bitxo-search{
        flex-direction:column;
    }

    .bitxo-table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
    }

    .bitxo-table td{
        min-width:180px;
    }
}/* End custom CSS */