body { background: #edf2f9; }
.gestor-navbar { background: #0b1727; }
.gestor-navbar .nav-link.disabled { opacity: .5; }
.gestor-navbar .nav-link.active { color: #fff; }

.gestor-kpi .card-body { padding: 1rem 1.25rem; }
.gestor-kpi .valor { font-size: 1.6rem; font-weight: 700; line-height: 1.1; }
.gestor-kpi .rotulo { font-size: .72rem; text-transform: uppercase; letter-spacing: .02em; color: #748194; }

table thead th { font-size: .72rem; text-transform: uppercase; letter-spacing: .02em; color: #748194; }

/* Tela de login */
.gestor-login { min-height: 100vh; background: #0b1727; }
