body {
    background: #f3f5f9;
    color: #243043;
}

.brand-title {
    color: #ffffff;
    letter-spacing: .08em;
    font-size: 1.06rem;
    font-weight: 700;
}

.nav-header,
.dlabnav,
.header,
.footer {
    z-index: 11;
}

.nav-control {
    cursor: pointer;
}

#main-wrapper.menu-toggle .dlabnav {
    left: -17.5rem;
}

#main-wrapper.menu-toggle .content-body,
#main-wrapper.menu-toggle .footer,
#main-wrapper.menu-toggle .header {
    margin-left: 0;
}

.atenea-sidebar-footer {
    padding: 1rem;
    margin-top: 1rem;
}

#menu .menu-title {
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .65;
    padding: 1rem 1.2rem .4rem;
}

#menu > li > a i {
    margin-right: .5rem;
}

#menu li.mm-active > a,
#menu li a.mm-active,
#menu li a:hover {
    background: rgba(255, 255, 255, 0.16);
    border-radius: .75rem;
}

#menu li.mm-active > a .nav-text {
    font-weight: 600;
}

[data-container="wide"] .container-fluid {
    max-width: 1440px;
}

.content-body .container-fluid {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
}

.atenea-auth-body {
    background: linear-gradient(135deg, #4D44B5 0%, #302b79 100%);
}

.atenea-auth-card {
    box-shadow: 0 24px 64px rgba(13, 20, 44, 0.2);
}

.btn-xs {
    padding: .25rem .6rem;
    font-size: .75rem;
}

.nav-header .brand-logo {
    display: flex;
    align-items: center;
}

.atenea-card,
.atenea-kpi-card {
    border: 1px solid #e4e8f1;
    box-shadow: 0 4px 16px rgba(19, 34, 68, 0.05);
    border-radius: 1rem;
}

.atenea-kpi-card .card-body {
    padding: 1rem 1.1rem;
}

.atenea-kpi-card h3 {
    font-size: 1.7rem;
    margin-bottom: 0;
}

.atenea-table thead th {
    color: #5a667a;
    font-size: .77rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 1px solid #e7ebf2;
}

.atenea-table tbody td {
    vertical-align: middle;
}

.card .card-header {
    border-bottom: 1px solid #e8edf5;
    padding: .9rem 1.1rem;
    background: #f8faff;
}

.alert {
    border-radius: .8rem;
    border-width: 1px;
}

.atenea-alert {
    border-left-width: 4px;
}

.atenea-header-action {
    min-width: 2.1rem;
}

.atenea-action-count {
    margin-left: .3rem;
    font-weight: 600;
}

.atenea-profile-pill {
    border-radius: 999px;
    padding: .5rem .8rem;
}

.form-control,
.form-select {
    border-color: #d8deea;
    border-radius: .65rem;
}

.badge.light {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: .01em;
}
