body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: #f8fafc; color: #0f172a; }
.app-container { max-width: 500px; margin: 0 auto; padding: 20px 12px; }
.brand-header { text-align: center; margin-bottom: 20px; }
.brand-header h1 { font-size: 1.7rem; font-weight: 700; letter-spacing: -1px; margin: 0; }
.filter-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 14px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01); margin-bottom: 16px; }
.form-select { border-radius: 10px; border: 1px solid #cbd5e1; padding: 8px 12px; font-size: 0.9rem; color: #334155; background-color: #f8fafc; }
.form-select:focus { border-color: #0f172a; box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08); background-color: #ffffff; }

.match-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px; margin-bottom: 12px; }
.match-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; font-weight: 600; color: #64748b; margin-bottom: 14px; }
.tag-group { background: #f1f5f9; color: #334155; padding: 4px 8px; border-radius: 6px; }

.match-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.match-row:last-of-type { margin-bottom: 0; }

.team-identity { display: flex; align-items: center; gap: 12px; max-width: 75%; cursor: pointer; padding: 4px; border-radius: 8px; transition: background 0.2s; }
.team-identity:hover { background: #f1f5f9; }
.team-logo { width: 32px; height: 32px; object-fit: contain; background: #ffffff; border-radius: 8px; padding: 1px; border: 1px solid #e2e8f0; }
.team-name { font-weight: 600; font-size: 0.95rem; color: #1e293b; }

.team-score { font-weight: 700; font-size: 1.15rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; width: 42px; height: 36px; display: flex; align-items: center; justify-content: center; }

.match-footer { border-top: 1px solid #f1f5f9; margin-top: 12px; padding-top: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; color: #94a3b8; }
.status-badge { font-size: 0.7rem; font-weight: 600; padding: 3px 8px; border-radius: 20px; }
.status-scheduled { background: #fef3c7; color: #d97706; }
.status-finished { background: #dcfce7; color: #16a34a; }
.status-live { background: #fee2e2; color: #dc2626; }

/* Estilos del Modal Limpio */
.modal-content { border-radius: 24px; border: none; }
.modal-header { border-bottom: 1px solid #f1f5f9; padding: 20px 24px; }
.nav-pills .nav-link { border-radius: 10px; color: #64748b; font-size: 0.85rem; font-weight: 600; padding: 8px 16px; }
.nav-pills .nav-link.active { background-color: #0f172a; color: #ffffff; }
.modal-body { max-height: 55vh; overflow-y: auto; padding: 20px 24px; }

.modal-match-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.modal-match-item:last-child { border-bottom: none; }

.team-name {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    display: inline-flex;
    align-items: center;
}

.team-scoreboard-sub {
    font-size: 0.72rem;         /* Tamaño ultra reducido tipo subíndice */
    color: #64748b;             /* Gris Slate atenuado para que sea secundario */
    font-weight: 500;           /* Peso medio para alta legibilidad en pantallas pequeñas */
    margin-left: 6px;           /* Separación sutil del nombre principal */
    background-color: #f1f5f9;  /* Un fondo gris pálido muy suave (opcional, como el de tu mockup) */
    padding: 2px 6px;           /* Espaciado interno tipo píldora compacta */
    border-radius: 4px;         /* Bordes ligeramente suavizados */
    vertical-align: middle;
}

/* =========================================
   FONDO ANIMADO (KEN BURNS + FADE)
========================================= */
#bg-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; 
    overflow: hidden;
    background-color: #f8fafc; 
}

.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 3s ease-in-out; 
    transform: scale(1.05); 
}

.bg-slide.active {
    opacity: 0.38; 
    animation: panBg 25s linear infinite alternate; 
}

@keyframes panBg {
    0%   { transform: scale(1.05) translate(0, 0); }
    100% { transform: scale(1.12) translate(-6%, -6%); }
}

body {
    background-color: transparent !important;
}

.interfaz-footer {
    display: flex;
    flex-direction: column !important; 
    align-items: center;
    justify-content: center;
    gap: 12px; 
    margin-top: 50px;
    padding-bottom: 20px;
    width: 100%; 
}

.header-principal {
    display: flex;
    flex-direction: column;
    align-items: center; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    width: max-content; 
}

.titulo-trophy {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a; 
    margin: 0;
    line-height: 1;
    letter-spacing: -0.5px;
}

.texto-repvideo {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280; 
    margin-top: 2px;
    margin-right: 2px; 
    letter-spacing: 0.3px;
}

.subtitulo-resultados {
    font-size: 15px;
    font-weight: bold;
    font-weight: 1200;
    color: #6b7280; 
    margin: 0;
    margin-top: 12px; 
    letter-spacing: 0.5px;
}

.footer-logo {
    width: 90px; 
    max-width: 90%; 
    height: auto;
}

.interfaz-footer a {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease-in-out;
}

.interfaz-footer a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.btn-compartir {
    background-color: #ef4444; 
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3); 
    transition: transform 0.2s, background-color 0.2s;
    width: 100%; 
    max-width: 300px; 
}

.btn-compartir:hover {
    background-color: #dc2626;
    transform: translateY(-2px);
}

.btn-compartir:active {
    transform: translateY(0);
}

/* ==========================================================================
   RECTIFICACIONES ADICIONALES PARA STANDING, RENDIMIENTO Y PESTAÑAS
   ========================================================================== */

/* Anulación de opacidades y degradados sucios de Bootstrap */
.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: transparent !important;
    background-image: none !important;
    --bs-table-bg-type: transparent !important;
    color: #334155 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #f8fafc !important; 
    background-image: none !important;
    --bs-table-bg-type: transparent !important;
    color: #334155 !important;
}

/* Forzado de alta prioridad cebra para el equipo consultado */
.table-striped > tbody > tr.fila-equipo-actual > * {
    background-color: #e2e8f0 !important; 
    background-image: none !important;
    --bs-table-bg-type: transparent !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* Contenedor de pestañas redondeado tipo iOS */
.modal-tabs-container {
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
    display: flex;
    gap: 4px;
    margin: 12px 0 16px 0;
}

.modal-tab-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.modal-tab-btn.active {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

/* Ficha de rendimiento compacta y corporativa */
.rendimiento-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px;
    width: 100%;
}

.rendimiento-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #e2e8f0;
    overflow: hidden;
}

.rendimiento-item:last-child {
    border-right: none;
}

.rendimiento-label {
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.3px;
}

.rendimiento-val {
    font-size: 0.72rem;
    font-weight: 600;
    color: #0f172a;
    margin-top: 1px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Píldoras del Streak (Últimos 3 juegos) */
.badge-streak {
    width: 15px;
    height: 15px;
    font-size: 0.6rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: white;
}
.badge-streak.win  { background-color: #16a34a; }
.badge-streak.loss { background-color: #dc2626; }
.badge-streak.tie  { background-color: #64748b; }
/* ==========================================
   ESTILOS DEL HEADER GLASSMORPHISM (BANNERS) - RECALIBRADO
   ========================================== */
.header-glass-slider {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 10px auto 20px auto;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /* Base de vidrio premium con contraste estable */
    background: rgba(255, 255, 255, 0.35); 
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.7);

    /* Resplandor de pantalla de luz multicapa */
    box-shadow: 
        0 0 15px rgba(255, 255, 255, 0.9),  
        0 0 45px rgba(255, 255, 255, 0.6),  
        inset 0 0 20px rgba(255, 255, 255, 0.3);

    animation: pulsoPantalla 8s infinite;
}

.glass-banner {
    position: absolute;
    width: 100%;
    padding: 0 15px; /* Protección para que el texto no toque los bordes del cel */
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out; 
    pointer-events: none;

    /* Alineación vertical interna perfecta */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.glass-banner.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 🛑 RESET DE MÁRGENES: Liquidamos el espaciado por defecto de H1 y H2 */
.promo-text {
    font-size: 12px; /* Ajuste sutil para garantizar una sola línea limpia */
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 3px 0 !important; 
    padding: 0 !important;
    line-height: 1.2;
}

.promo-highlight {
    font-size: 19px;
    color: #0f172a;
    font-weight: 800;
    margin: 0 !important; 
    padding: 0 !important;
    line-height: 1.2;
}

/* Efecto de respiración viva de la luz */
@keyframes pulsoPantalla {
    0%, 100% {
        box-shadow: 
            0 0 15px rgba(255, 255, 255, 0.9),
            0 0 45px rgba(255, 255, 255, 0.6),
            inset 0 0 20px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 
            0 0 22px rgba(255, 255, 255, 1.0), 
            0 0 60px rgba(255, 255, 255, 0.8), 
            inset 0 0 25px rgba(255, 255, 255, 0.4);
    }
}

/* Contenedor simétrico de 2 filtros por renglón */
.filters-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Forza exactamente 2 por fila */
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Animación de destello sutil en rojo para el siguiente paso */
@keyframes redGlowPulse {
    0% { box-shadow: 0 0 4px rgba(188, 0, 17, 0.2); border-color: rgba(188, 0, 17, 0.4); }
    50% { box-shadow: 0 0 12px rgba(188, 0, 17, 0.6); border-color: rgba(188, 0, 17, 0.9); }
    100% { box-shadow: 0 0 4px rgba(188, 0, 17, 0.2); border-color: rgba(188, 0, 17, 0.4); }
}

.glow-next {
    animation: redGlowPulse 2s infinite ease-in-out;
    border: 1.5px solid #bc0011 !important;
    background-color: rgba(188, 0, 17, 0.01) !important;
}

@media (max-width: 768px) {
    .filters-grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2x2 en celulares para mantener orden */
        gap: 10px;
    }
}
/* =====================================================================
    🎛️ 1. CONFIGURACIÓN GLOBAL, FILTROS Y HEADER (TROPHY)
   ===================================================================== */
[data-bs-theme="dark"] body {
    background-color: #0f172a !important; /* Capa profunda azul noche detrás del fondo */
}

[data-bs-theme="dark"] .app-container {
    color: #f8fafc;
}

[data-bs-theme="dark"] .glass-banner {
    background: rgba(30, 41, 59, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
}

/* 🌟 CORRECCIÓN DE CONTRASTE DEL BANNER PRINCIPAL 🌟 */
[data-bs-theme="dark"] .titulo-trophy {
    color: #ffffff !important;       /* Rescata el texto principal "TROPHY" en blanco brillante */
}

[data-bs-theme="dark"] .texto-repvideo {
    color: #cbd5e1 !important;       /* "By RepVideo" pasa a un tono plata de alta lectura */
}

[data-bs-theme="dark"] .subtitulo-resultados {
    color: #94a3b8 !important;       /* "RESULTADOS OFICIALES" en gris claro nítido */
}

[data-bs-theme="dark"] .text-muted, 
[data-bs-theme="dark"] .small.fw-medium {
    color: #94a3b8 !important;
}

[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .custom-filter-select {
    color: #f1f5f9 !important;
    background-color: #1e293b !important;
    border-color: #475569 !important;
}

/* =====================================================================
    🏈 2. LAS CARDS DE LOS PARTIDOS (CON CONTORNO BLANCO)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos > div,
[data-bs-theme="dark"] .card {
    background-color: rgba(15, 23, 42, 0.9) !important;  /* Fondo oscuro nítido */
    border: 1.5px solid #ffffff !important;               /* Contorno blanco de la tarjeta */
    border-radius: 12px !important;                       /* Esquinas redondeadas */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
    color: #ffffff !important;
}

[data-bs-theme="dark"] #wrapper-partidos strong {
    color: #ffffff !important;
}

/* Forzar nombres de equipos y textos a blanco puro */
[data-bs-theme="dark"] #wrapper-partidos div,
[data-bs-theme="dark"] #wrapper-partidos strong {
    color: #ffffff !important;
}

/* =====================================================================
    ❌ 3. TEXTOS INTERNOS: NOMBRES Y SEDES (SIN BORDES NI CUADROS)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos .row,
[data-bs-theme="dark"] #wrapper-partidos .col,
[data-bs-theme="dark"] #wrapper-partidos [class*="col-"],
[data-bs-theme="dark"] #wrapper-partidos div[class*="nombre"],
[data-bs-theme="dark"] #wrapper-partidos div[class*="rival"],
[data-bs-theme="dark"] #wrapper-partidos small,
[data-bs-theme="dark"] #wrapper-partidos i,
[data-bs-theme="dark"] #wrapper-partidos [class*="sede"],
[data-bs-theme="dark"] #wrapper-partidos div:has(small),
[data-bs-theme="dark"] #wrapper-partidos span:not(.badge):not([class*="jugado"]):not([class*="status"]):not([class*="grupo"]):not([class*="categoria"]) {
    border: none !important;
    border-color: transparent !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

/* =====================================================================
    🔢 4. LOS SCORES (FONDO NEGRO, CONTORNO BLANCO, NÚMERO BLANCO)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos input,
[data-bs-theme="dark"] #wrapper-partidos .score-box,
[data-bs-theme="dark"] #wrapper-partidos div[class*="score"],
[data-bs-theme="dark"] #wrapper-partidos div[class*="marcador"] {
    background-color: #000000 !important;   /* Fondo negro absoluto */
    color: #ffffff !important;               /* Números en blanco brillante */
    border: 1.5px solid #ffffff !important;  /* Contorno blanco de la caja */
    border-radius: 8px !important;           /* Bordes de la caja */
    font-size: 1.25rem !important;
    font-weight: bold !important;
}

/* =====================================================================
    🏷️ 5. LOS ÓVALOS / PILLS (GRUPO Y CATEGORÍA SUPERIORES)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos .badge,
[data-bs-theme="dark"] #wrapper-partidos div[class*="grupo"],
[data-bs-theme="dark"] #wrapper-partidos div[class*="categoria"] {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important; /* Contorno blanco fino */
    border-radius: 20px !important;
    color: #ffffff !important;
    padding: 2px 10px !important;
    font-size: 0.75rem !important;
}

/* =====================================================================
    🟢 6. BOTÓN DE ESTADO "JUGADO" (MANTIENE VERDE IDENTITY)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos .badge-success,
[data-bs-theme="dark"] #wrapper-partidos [class*="jugado"],
[data-bs-theme="dark"] #wrapper-partidos [class*="status"] {
    color: #10b981 !important;
    background-color: rgba(16, 185, 129, 0.15) !important;
    border: 1px solid rgba(16, 185, 129, 0.5) !important;
    border-radius: 20px !important;
}

/* =====================================================================
    🖼️ 7. OPTIMIZACIÓN DE LOGOTIPOS (PADDING DELGADO ESTILIZADO)
   ===================================================================== */
[data-bs-theme="dark"] #wrapper-partidos img,
[data-bs-theme="dark"] #calendarModal img,
[data-bs-theme="dark"] .modal-header img,
[data-bs-theme="dark"] img[src*="logo"],
[data-bs-theme="dark"] .modal-body img {
    background-color: #ffffff !important;       
    padding: 1px !important;                    /* Reduce la franja blanca a solo 2px */
    border: 1px solid rgba(255, 255, 255, 0.6) !important; 
    border-radius: 6px !important;              
    box-shadow: 0 2px 4px rgba(0,0,0,0.4) !important;
}

/* =====================================================================
    🏛️ 8. EL MODAL ESTADÍSTICO Y SU ENTORNO DE LUCES
   ===================================================================== */
[data-bs-theme="dark"] .modal-content {
    background-color: #1e293b !important;   /* Gris pizarra elegante */
    border: 1.5px solid #ffffff !important;  /* Contorno blanco */
    color: #ffffff !important;
}

[data-bs-theme="dark"] #calendarModal .modal-title,
[data-bs-theme="dark"] #calendarModal h5,
[data-bs-theme="dark"] #calendarModal h2,
[data-bs-theme="dark"] #calendarModal .subtitulo-resultados {
    color: #ffffff !important;
}

/* Cajas de rendimiento integradas (Tablero Negro Sólido) */
[data-bs-theme="dark"] .rendimiento-container {
    background-color: #000000 !important;       
    border: 1.5px solid #ffffff !important;      
    border-radius: 10px !important;              
    padding: 12px 6px !important;
    box-shadow: none !important;
}

[data-bs-theme="dark"] .rendimiento-item {
    background-color: transparent !important;   
    background: transparent !important;
    border: none !important;                     
    color: #ffffff !important;
}

/* Línea divisoria vertical muy tenue entre columnas de rendimiento */
[data-bs-theme="dark"] .rendimiento-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

[data-bs-theme="dark"] .rendimiento-label {
    color: #94a3b8 !important;                  
}
[data-bs-theme="dark"] .rendimiento-val {
    color: #ffffff !important;                  
}

/* Botonera de Pestañas (Tabs) */
[data-bs-theme="dark"] .modal-tabs-container {
    background-color: #000000 !important;   
    border: 1.5px solid #ffffff !important;  
    border-radius: 30px !important;         
    padding: 3px !important;
    overflow: hidden;
}

[data-bs-theme="dark"] .modal-tab-btn {
    background-color: transparent !important;
    border: none !important;                 
    color: #94a3b8 !important;              
    border-radius: 25px !important;
    transition: all 0.2s ease;
}

[data-bs-theme="dark"] .modal-tab-btn:hover {
    color: #ffffff !important;               
}

[data-bs-theme="dark"] .modal-tab-btn.active {
    background-color: #ffffff !important;   
    color: #000000 !important;              
    font-weight: bold !important;
}

/* Cuerpo del modal (Partidos internos de la pestaña Calendario) */
[data-bs-theme="dark"] #modal-schedule-body,
[data-bs-theme="dark"] #modal-schedule-body div,
[data-bs-theme="dark"] #modal-schedule-body span,
[data-bs-theme="dark"] #modal-schedule-body small,
[data-bs-theme="dark"] #modal-schedule-body strong {
    color: #ffffff !important;
}

[data-bs-theme="dark"] #modal-schedule-body div:not([class*="score"]):not([class*="marcador"]):not([class*="table"]) {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* =====================================================================
    📊 9. TABLA DE STANDING (POSICIONES SIN BLOQUES BLANCOS)
   ===================================================================== */
[data-bs-theme="dark"] #modal-schedule-body table.table {
    background-color: transparent !important;
    color: #ffffff !important;
    border-collapse: collapse !important;
}

[data-bs-theme="dark"] #modal-schedule-body table.table th {
    color: #94a3b8 !important;               
    border-bottom: 2px solid #475569 !important;
    background-color: transparent !important;
}

[data-bs-theme="dark"] #modal-schedule-body table.table td {
    color: #ffffff !important;               
    border-bottom: 1px solid #334155 !important;
    background-color: transparent !important; 
}

/* Zebra Striping oscuro sutil */
[data-bs-theme="dark"] #modal-schedule-body table.table tr:nth-of-type(odd) td {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

[data-bs-theme="dark"] #modal-schedule-body table.table tr:nth-of-type(even) td {
    background-color: transparent !important;
}

/* Fila del equipo seleccionado en la tabla */
[data-bs-theme="dark"] #modal-schedule-body table.table tr[class*="active"] td,
[data-bs-theme="dark"] #modal-schedule-body table.table tr[style*="background"] td,
[data-bs-theme="dark"] #modal-schedule-body table.table tr.table-active td {
    background-color: #334155 !important;   
    color: #ffffff !important;               
    font-weight: bold !important;            
}