/* ============================================================ Estilos navBarTop */
#wallet {
    font-size: 1.5em;
    font-family: Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.active-menu {
    color: #215cac !important;
}

.active-submenu {
    color: white;
    background-color: #2c7be5 !important;
}

.active-submenu:hover {
    color: white !important;
    font-weight: 600 !important;
    background-color: rgba(44, 123, 229, 0.8) !important;
}

/* ============================================================ Estilos pagina correos */
.perfil-container {
    display: flex;
    width: 100%;
}

.perfil-container.hidden {
    display: none;
}

/* ============================================================ Estilos paginacion para la tienda */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.pagination button {
    margin: 0 2px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #007bff;
}

.pagination button:disabled {
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ddd;
    color: #6c757d;
}

.pagination button:hover:not(:disabled) {
    background-color: #007bff;
    color: #fff;
}

.pagination .pagination-dots {
    border: none;
    background-color: transparent;
    color: #6c757d;
    cursor: default;
    font-size: 18px;
}

.pagination .pagination-dots:hover {
    color: #007bff;
}

.pagination .active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pagination .active:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* ============================================================ Estilos para tablas */
#tblCorreos {
    width: 100% !important;
}

#tblCorreos th,
#tblCorreos td {
    white-space: nowrap;
    width: auto;
}

/* ============================================================ Estilos para SweetAlert */
.swal2-confirm {
    margin-left: 0.5rem !important;
}