/* Ajustes generales */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f6f9;
}

/* Topbar */
.topbar {
    background-color: #3498db;
    color: white;
    padding: 12px 24px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Sidebar */
.sidebar {
    background-color: #2c3e50;
    min-height: 100vh;
    width: 240px;
}

.sidebar .nav-link {
    color: white;
    padding: 10px 15px;
    font-size: 0.95rem;
}

.sidebar .nav-link:hover {
    background-color: #1abc9c;
    color: white;
    border-radius: 4px;
}

.sidebar .nav-link.active {
    background-color: #1abc9c;
    font-weight: bold;
}

/* Card naranja */
.card.border-warning {
    border: 1.5px solid #f39c12;
}

.card-header.bg-warning {
    background-color: #f39c12 !important;
    font-weight: bold;
    font-size: 1rem;
}

/* Input fields */
input.form-control {
    font-size: 0.9rem;
}

/* Gauge simulado */
.bg-info {
    background-color: #1abc9c !important;
    font-size: 1rem;
    border-radius: 6px;
}

/* Títulos internos */
h5, h6 {
    font-weight: bold;
}
