.content-header {
    padding: 8px 0.5rem;
}

.admin-dashboard-title {
    font-weight: 600;
}

.admin-small-box {
    border-radius: 5px;
    min-height: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.admin-small-box .inner p {
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.admin-small-box .small-box-footer {
    border-radius: 0 0 5px 5px;
    font-size: 0;
}

.admin-small-box .small-box-footer i {
    font-size: 2.6rem;
}

.admin-small-box .icon i {
    font-size: 3.6rem;
    opacity: 0.18;
}

.admin-small-box.bg-teal {
    background: #20c997;
    color: #fff;
}

.admin-small-box.bg-indigo {
    background: #6610f2;
    color: #fff;
}

.admin-small-box.bg-pink {
    background: #e83e8c;
    color: #fff;
}

.admin-small-box:hover .small-box-footer,
.admin-small-box:focus .small-box-footer {
    opacity: 0.92;
}

.admin-dashboard-quick-actions .list-group-item {
    border-left: 0;
    border-right: 0;
}

/* Sidebar admin: texto e íconos en blanco cuando no están activos */
.admin-theme .main-sidebar .brand-text,
.admin-theme .main-sidebar .nav-sidebar .nav-link,
.admin-theme .main-sidebar .nav-sidebar .nav-link p,
.admin-theme .main-sidebar .nav-sidebar .nav-link .nav-icon,
.admin-theme .main-sidebar .nav-sidebar .nav-link .right {
    color: #fff !important;
}

.admin-theme .main-sidebar .nav-sidebar .nav-link:hover,
.admin-theme .main-sidebar .nav-sidebar .nav-link:hover p,
.admin-theme .main-sidebar .nav-sidebar .nav-link:hover .nav-icon,
.admin-theme .main-sidebar .nav-sidebar .nav-link:hover .right {
    color: #fff !important;
}
