/* ═══════════════════════════════════════════
   TNODUS — Design System  (unified 5+8)
   ═══════════════════════════════════════════ */

:root {
    --sidebar-width: 240px;
    --sidebar-collapsed-width: 56px;
    --topbar-height: 52px;
    --sidebar-bg: #0d1f35;
    --sidebar-hover: rgba(255,255,255,0.05);
    --sidebar-active: #1d71a4;
    --sidebar-text: #7a9ab5;
    --sidebar-text-hover: #c8dce8;
    --sidebar-border: rgba(255,255,255,0.07);
    --topbar-bg: #253a50;
    --topbar-border: rgba(255,255,255,0.08);
    --content-bg: #f0f4f8;
    --card-bg: #ffffff;
    --card-border: #d5e0ea;
    --brand-primary: #1d71a4;
    --brand-orange: #ef5e05;
    --text-dark: #1a2f45;
    --text-muted-custom: #7a9ab5;
}

/* ─── BODY ─── */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--content-bg);
    margin: 0;
}

/* ─── LOGIN ─── */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d1f35 0%, #1d71a4 100%);
}
.login-card {
    width: 100%;
    max-width: 420px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.login-card .card-body { padding: 2.5rem; }
.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}
.login-logo img.login-icon { height: 40px; width: auto; }
.login-logo img.login-wordmark { height: 26px; width: auto; }
.btn-tnodus {
    background: var(--brand-primary);
    color: #fff;
    border: none;
}
.btn-tnodus:hover { background: #185d8a; color: #fff; }

/* ─── SIDEBAR ─── */
.sidebar {
    position: fixed;
    top: 0; left: 0;
    width: var(--sidebar-width);
    height: 100vh;
    height: 100dvh;
    background: var(--sidebar-bg);
    z-index: 1040;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.25s ease, transform 0.3s ease;
}

/* Brand area */
.sidebar-brand {
    height: var(--topbar-height);
    display: flex;
    align-items: center;
    padding: 0 0.625rem 0 0.875rem;
    border-bottom: 1px solid var(--sidebar-border);
    flex-shrink: 0;
    gap: 0.375rem;
}
.brand-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.brand-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    transition: max-width 0.2s ease, opacity 0.15s ease;
    max-width: 28px;
}
.brand-logotext {
    height: 30px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    flex-shrink: 1;
    transition: max-width 0.25s ease, opacity 0.2s ease;
    overflow: hidden;
}
/* Fallback si no carga logo */
.brand-fallback {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    transition: max-width 0.25s ease, opacity 0.2s ease;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
}
.brand-fallback span { color: var(--brand-orange); }

/* Collapse toggle */
.sidebar-collapse-btn {
    width: 28px; height: 28px;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: #3a5570;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    font-size: 0.75rem;
    padding: 0;
}
.sidebar-collapse-btn:hover {
    background: rgba(255,255,255,0.08);
    color: var(--sidebar-text);
}

/* Nav */
.sidebar-nav {
    padding: 0.4rem 0;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}
.sidebar-nav::-webkit-scrollbar { width: 3px; }
.sidebar-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 2px; }

.sidebar-section {
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #3a5570;
    padding: 0.9rem 1rem 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.2s ease, max-height 0.25s ease;
    max-height: 40px;
}
.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 1rem;
    color: var(--sidebar-text);
    text-decoration: none;
    font-size: 0.825rem;
    transition: color 0.15s ease, background 0.15s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.sidebar-link:hover {
    color: #f5a06a;
    background: rgba(239,94,5,0.13);
}
.sidebar-link.active {
    color: #fff;
    background: var(--sidebar-active);
}
.sidebar-link i {
    width: 18px;
    text-align: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.sidebar-link .link-text {
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.25s ease, opacity 0.2s ease;
    max-width: 180px;
}
.sidebar-link .link-badge {
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 0.58rem;
    padding: 1px 5px;
    border-radius: 10px;
    background: var(--brand-orange);
    color: #fff;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

/* User panel */
.sidebar-user {
    padding: 0.5rem 0.875rem;
    border-top: 1px solid var(--sidebar-border);
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    gap: 0.625rem;
    overflow: hidden;
    min-width: 0;
}
.sidebar-user-avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--brand-orange);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: center;
    cursor: default;
}
.sidebar-user-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    transition: max-width 0.25s ease, opacity 0.2s ease;
    max-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.05rem;
}
.sidebar-user-name {
    color: #e2eaf2;
    font-size: 0.775rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-user-role {
    color: var(--sidebar-text);
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-user-empresa {
    color: #4a7fa8;
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-user-logout {
    color: #7a9ab5;
    font-size: 1rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.2s ease, max-width 0.25s ease;
    max-width: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0 2px;
    border-radius: 4px;
}
.sidebar-user-logout:hover { color: #fc8181; background: rgba(252,129,129,0.08); }

/* ─── COLLAPSED STATE (toggle manual) ─── */
@media (min-width: 992px) {
    body.sidebar-collapsed .sidebar { width: var(--sidebar-collapsed-width); }
    body.sidebar-collapsed .main-content { margin-left: var(--sidebar-collapsed-width); }

    /* Brand: expandido = logo, colapsado = icono */
    .sidebar .brand-icon { max-width: 0; opacity: 0; overflow: hidden; }
    .sidebar .brand-link { justify-content: flex-start; padding-left: 1rem; }

    /* Colapsado: botón absoluto para que el icono se centre libremente */
    body.sidebar-collapsed .sidebar .sidebar-brand {
        padding: 0;
        position: relative;
    }
    body.sidebar-collapsed .sidebar .sidebar-collapse-btn {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        min-width: 18px;
        font-size: 0.6rem;
    }
    body.sidebar-collapsed .sidebar .brand-link {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        overflow: visible;
    }
    body.sidebar-collapsed .sidebar .brand-icon    { max-width: 28px; opacity: 1; overflow: visible; }
    body.sidebar-collapsed .sidebar .brand-logotext,
    body.sidebar-collapsed .sidebar .brand-fallback { max-width: 0; opacity: 0; pointer-events: none; }

    /* Secciones: separador cuando está colapsado */
    body.sidebar-collapsed .sidebar .sidebar-section {
        pointer-events: none;
        color: transparent;
        position: relative;
        opacity: 1;
    }
    body.sidebar-collapsed .sidebar .sidebar-section::after {
        content: '';
        position: absolute;
        left: 0.75rem;
        right: 0.75rem;
        top: 50%;
        height: 1px;
        background: rgba(255,255,255,0.08);
    }
    body.sidebar-collapsed .sidebar .sidebar-link .link-text { max-width: 0; opacity: 0; }
    body.sidebar-collapsed .sidebar .sidebar-link .link-badge { opacity: 0; }
    body.sidebar-collapsed .sidebar .sidebar-user-info  { max-width: 0; opacity: 0; }
    body.sidebar-collapsed .sidebar .sidebar-user-logout { max-width: 0; opacity: 0; }
    body.sidebar-collapsed .sidebar .sidebar-link { justify-content: center; padding-left: 0; padding-right: 0; }
    body.sidebar-collapsed .sidebar .sidebar-link i { width: auto; }
}

/* ─── SIDEBAR OVERLAY ─── */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1035;
}
.sidebar-overlay.show { display: block; }

/* ─── MAIN CONTENT ─── */
.main-content {
    margin-left: var(--sidebar-width);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.25s ease;
}

/* ─── TOP HEADER ─── */
.top-header {
    height: var(--topbar-height);
    background: var(--topbar-bg);
    border-bottom: 1px solid var(--topbar-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    position: sticky;
    top: 0;
    z-index: 1030;
    flex-shrink: 0;
}
.top-header-left { display: flex; align-items: center; gap: 0.75rem; }
.top-header-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #e2eaf2;
}
.top-header-title .sep { color: #4a7fa8; font-weight: 400; margin: 0 0.25rem; }
.top-header-title .sub { color: #6a9ab8; font-weight: 400; font-size: 0.8rem; }
/* Forzar texto claro para cualquier h5/h6 o clase Bootstrap dentro del top-header oscuro */
.top-header h1, .top-header h2, .top-header h3,
.top-header h4, .top-header h5, .top-header h6 { color: #e2eaf2 !important; margin: 0; }
.top-header .text-dark  { color: #e2eaf2 !important; }
.top-header .text-muted { color: #6a9ab8 !important; }
.top-header .fw-semibold, .top-header .fw-bold { color: #e2eaf2; }
.top-header-actions { display: flex; align-items: center; gap: 0.5rem; }
.th-btn {
    width: 32px; height: 32px;
    border-radius: 7px;
    background: rgba(255,255,255,0.07);
    border: none;
    color: #c8dce8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0;
}
.th-btn:hover { background: rgba(255,255,255,0.13); color: #fff; }
.th-btn.primary { background: var(--brand-primary); color: #fff; }
.th-btn.primary:hover { background: #185d8a; }
.th-badge {
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(239,94,5,0.15);
    color: #ff9060;
    border: 0.5px solid rgba(239,94,5,0.3);
    font-weight: 500;
}
.th-hamburger {
    background: transparent;
    border: none;
    color: #c8dce8;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* ─── TOP HEADER: botones Bootstrap adaptados al fondo oscuro ─── */
/* Hamburger mobile */
.top-header .btn-link { color: #c8dce8 !important; }
.top-header .btn-link:hover { color: #fff !important; }

/* Botón primario de acción (crear/nuevo) — naranja corporativo */
.top-header .btn-success,
.top-header .btn-outline-success {
    background: var(--brand-orange);
    border-color: var(--brand-orange);
    color: #fff;
}
.top-header .btn-success:hover,
.top-header .btn-success:focus,
.top-header .btn-outline-success:hover {
    background: #c94e04;
    border-color: #c94e04;
    color: #fff;
}

/* Botón acción secundaria — azul corporativo */
.top-header .btn-outline-primary {
    border-color: rgba(29,113,164,0.55);
    color: #7ab5d4;
    background: transparent;
}
.top-header .btn-outline-primary:hover,
.top-header .btn-outline-primary:focus {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #fff;
}

/* Botón volver / neutro */
.top-header .btn-outline-secondary {
    border-color: rgba(255,255,255,0.2);
    color: #c8dce8;
    background: transparent;
}
.top-header .btn-outline-secondary:hover,
.top-header .btn-outline-secondary:focus {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}

/* Botón peligro / admin */
.top-header .btn-outline-danger {
    border-color: rgba(220,53,69,0.45);
    color: #f87171;
    background: transparent;
}
.top-header .btn-outline-danger:hover {
    background: rgba(220,53,69,0.15);
    border-color: rgba(220,53,69,0.65);
    color: #fca5a5;
}

/* Botón oscuro (historial, etc.) */
.top-header .btn-outline-dark {
    border-color: rgba(255,255,255,0.2);
    color: #c8dce8;
    background: transparent;
}
.top-header .btn-outline-dark:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
}

/* Tamaño uniforme para todos los btn-sm en top-header */
.top-header .btn-sm {
    font-size: 0.78rem;
    padding: 0.28rem 0.65rem;
    border-radius: 6px;
}

/* Mobile: top-header envuelve en 2 filas si hay muchos botones */
@media (max-width: 575.98px) {
    .top-header {
        height: auto;
        min-height: var(--topbar-height);
        flex-wrap: wrap;
        align-items: center;
        padding: 0.4rem 0.875rem;
        gap: 0.4rem;
    }
    .top-header > div:first-child { flex: 1; min-width: 0; }
    .top-header .btn-sm {
        font-size: 0.72rem;
        padding: 0.22rem 0.5rem;
    }
    /* En mobile muy estrecho, ocultar texto y dejar solo iconos para botones secundarios */
    .top-header .btn-sm .d-none-xs { display: none !important; }
}

/* ─── PAGE CONTENT ─── */
.page-content {
    padding: 1.25rem;
    flex: 1;
}

/* ─── KPI CARDS ─── */
.kpi-card {
    background: var(--card-bg);
    border: 0.5px solid var(--card-border);
    border-left: 3px solid var(--brand-primary);
    border-radius: 8px;
    padding: 0.875rem 1rem;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.kpi-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(29,113,164,0.12);
}
.kpi-card.kpi-warn {
    border-left-color: var(--brand-orange);
    background: #fffaf7;
}
.kpi-card .kpi-label {
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--brand-primary);
    margin-bottom: 0.25rem;
}
.kpi-card.kpi-warn .kpi-label { color: #b84800; }
.kpi-card .kpi-value {
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1;
    color: var(--text-dark);
}
.kpi-card.kpi-warn .kpi-value { color: var(--brand-orange); }
.kpi-card .kpi-sub {
    font-size: 0.7rem;
    color: var(--text-muted-custom);
    margin-top: 0.2rem;
}

/* ─── DASH CARDS (charts / tables) ─── */
.dash-card {
    background: var(--card-bg);
    border: 0.5px solid var(--card-border);
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.dash-card-header {
    padding: 0.7rem 1rem;
    border-bottom: 0.5px solid var(--card-border);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}
.dash-card-header i { color: var(--brand-primary); font-size: 0.95rem; }
.dash-card-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.dash-card-body.align-start { align-items: flex-start; justify-content: flex-start; }

/* ─── WIDGET WRAPPERS (sortable) ─── */
.dash-widget-wrap { transition: opacity 0.2s; }
.dash-widget-wrap.widget-hidden { display: none !important; }

/* Edit/drag mode */
.dash-editing .kpi-card,
.dash-editing .dash-card {
    outline: 2px dashed var(--brand-primary);
    outline-offset: 3px;
    cursor: grab;
}
.dash-editing .kpi-card:active,
.dash-editing .dash-card:active { cursor: grabbing; }
.sortable-ghost { opacity: 0.25; }
.sortable-drag .kpi-card,
.sortable-drag .dash-card { box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* ─── CONFIG OFFCANVAS ─── */
.offcanvas-tnodus .offcanvas-header {
    background: var(--topbar-bg);
    color: #e2eaf2;
    border-bottom: 1px solid var(--topbar-border);
}
.offcanvas-tnodus .offcanvas-header .btn-close { filter: invert(1) brightness(0.7); }
.offcanvas-tnodus .offcanvas-title { font-size: 0.875rem; font-weight: 600; }

.config-list { list-style: none; padding: 0; margin: 0; }
.config-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.25rem;
    border-bottom: 0.5px solid #e8f0f6;
}
.config-item:last-child { border-bottom: none; }
.config-handle {
    cursor: grab;
    color: #b0c8d8;
    line-height: 1;
    padding: 2px 4px;
}
.config-handle:active { cursor: grabbing; }
.config-name { flex: 1; font-size: 0.8rem; color: var(--text-dark); }
.config-item.sortable-ghost { opacity: 0.3; background: #edf4fb; border-radius: 4px; }

/* ─── TABLES & BADGES (inherited) ─── */
.badge { font-size: 0.7rem; font-weight: 500; }
.table { font-size: 0.84rem; }
.table thead th {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6a9ab8;
    border-top: none;
}
.table-hover tbody tr:hover { background: #f4f8fb; }

/* ─── STAT CARD (legacy compat) ─── */
.stat-card { border: none; border-radius: 10px; }
.stat-card .stat-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
}

/* ─── FORMS / INPUTS ─── */
.form-control:focus, .form-select:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 0.2rem rgba(29,113,164,0.2);
}
.btn-primary {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}
.btn-primary:hover, .btn-primary:focus {
    background: #185d8a;
    border-color: #185d8a;
}

/* ─── SCROLLBAR GLOBAL ─── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #c8d8e4; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #a8bece; }

/* ─── BOTÓN COLAPSO visible en desktop ─── */
@media (min-width: 992px) {
    .sidebar-collapse-btn { display: flex !important; }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 991.98px) {
    .sidebar {
        transform: translateX(-100%);
        width: var(--sidebar-width) !important;
    }
    .sidebar.show { transform: translateX(0); }
    .main-content { margin-left: 0 !important; }
    .sidebar-collapse-btn { display: none !important; }
    /* En mobile: solo mostrar logotext, ocultar icono */
    .sidebar .brand-icon { display: none !important; }
    .sidebar .brand-logotext,
    .sidebar .brand-fallback { max-width: 160px !important; opacity: 1 !important; }
    /* Undo collapse on mobile — always show full sidebar when shown */
    body.sidebar-collapsed .sidebar { width: var(--sidebar-width) !important; }
    body.sidebar-collapsed .brand-logotext,
    body.sidebar-collapsed .brand-fallback { max-width: 160px; opacity: 1; }
    body.sidebar-collapsed .sidebar-section { opacity: 1; pointer-events: auto; }
    body.sidebar-collapsed .sidebar-link .link-text { max-width: 180px; opacity: 1; }
    body.sidebar-collapsed .sidebar-link .link-badge { opacity: 1; }
    body.sidebar-collapsed .sidebar-link { justify-content: flex-start; padding: 0.55rem 1rem; }
    body.sidebar-collapsed .sidebar-link i { width: 18px; }
    body.sidebar-collapsed .sidebar-user-info { max-width: 150px; opacity: 1; }
    body.sidebar-collapsed .sidebar-user-logout { max-width: 28px; opacity: 1; }
}

/* ─── MOBILE PEQUEÑO (<576px) ─── */
@media (max-width: 575.98px) {
    /* Título dashboard: nombre empresa en segunda fila */
    .top-header-title {
        display: flex;
        flex-direction: column;
        gap: 0;
        line-height: 1.2;
    }
    .top-header-title .sep { display: none; }
    .top-header-title .sub { font-size: 0.68rem; }

    /* Tablas: scroll horizontal contenido, columnas no forzadas */
    .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .table { min-width: 0; }
    /* Reducir padding de celdas en mobile */
    .table td, .table th { padding: 0.4rem 0.5rem; font-size: 0.78rem; }

    /* Cards con padding reducido */
    .page-content { padding: 0.75rem; }
    .kpi-card { padding: 0.625rem 0.75rem; }
}

/* ─── BOTONES btn-success GLOBALES → naranja corporativo ─── */
/* Aplica en modales, tarjetas, y cualquier lugar fuera del top-header */
.btn-success {
    background-color: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    color: #fff !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #c94e04 !important;
    border-color: #c94e04 !important;
    color: #fff !important;
}
.btn-outline-success {
    border-color: var(--brand-orange) !important;
    color: var(--brand-orange) !important;
}
.btn-outline-success:hover, .btn-outline-success:focus {
    background-color: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    color: #fff !important;
}
