/* Ranking de telemetria - custom styles (estilo hub-importacao-sian) */
.table-primary th { background-color: #009CDF !important; }
.table-campanhas { font-size: 0.85rem; }
.table-campanhas th, .table-campanhas td { padding: 0.35rem 0.5rem; }
/* Tabelas de ranking/motoristas (detalhe de campanha e congelamento) */
.table-ranking { font-size: 0.8rem; }
.table-ranking th, .table-ranking td { padding: 0.3rem 0.4rem; }
.btn-outline-primary { border-color: #009CDF; color: #009CDF; }
.btn-outline-primary:hover { background-color: #009CDF; color: white; }

/* ========================================
   PÁGINA DE LOGIN (igual hub-importacao-sian)
   ======================================== */
body.login-page {
    background: linear-gradient(135deg, #009CDF 0%, #49C0E8 100%);
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
}
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}
.login-header {
    background: linear-gradient(135deg, #009CDF 0%, #49C0E8 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}
.login-body {
    padding: 2rem;
}
.btn-azure {
    background-color: #0078d4;
    border-color: #0078d4;
    color: white;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.btn-azure:hover {
    background-color: #106ebe;
    border-color: #106ebe;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 120, 212, 0.3);
}
.login-page .logo {
    max-width: 120px;
    margin-bottom: 1rem;
}
.loading {
    display: none;
}
.loading.show {
    display: inline-block !important;
}
.rodape-info {
    font-size: 0.6rem !important;
}
.rodape-info p {
    font-size: 0.6rem !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
}
.circle-separator {
    font-size: 0.3rem;
    opacity: 0.5;
}
@media (max-width: 768px) {
    .login-card {
        margin: 1rem;
        max-width: none;
    }
}
