/* Estilos propios del Sistema de Logística Portuaria */

body {
    background-color: #f4f6f9;
}

.navbar-brand i {
    margin-right: 6px;
}

.stat-card {
    color: #fff;
    border-radius: 10px;
    border: none;
}

.card {
    border-radius: 10px;
    border: 1px solid #e6e9ee;
}

.table thead th {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #6c757d;
    border-bottom-width: 1px;
}

.sidebar {
    min-height: 100vh;
    background: #1a2540;
}

.sidebar .nav-link {
    color: rgba(255,255,255,.75);
    font-size: .92rem;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-radius: 6px;
}
