﻿.admin-ajax-loading {
    position: relative;
    min-height: 120px;
}
.admin-ajax-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 10;
}
.admin-ajax-loading::before {
    content: attr(data-loading-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    color: #6c757d;
    font-size: 14px;
}
.admin-locale-switch .btn {
    padding: 0.2rem 0.5rem;
    font-size: 12px;
}
.admin-locale-switch .btn.active {
    font-weight: 700;
    text-decoration: underline;
}
.content-header h1 {
    font-size: 1.5rem;
    font-weight: 600;
}
.admin-page-actions .btn {
    margin-left: 0.25rem;
}
.nav-sidebar .nav-link p .badge {
    font-size: 10px;
}
.nav-sidebar > .nav-header {
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c2c7d0;
    padding-top: 0.75rem;
}
.small-box .inner h3 {
    font-size: 1.75rem;
}
.list-group-item {
    border-left: 0;
    border-right: 0;
}
.btn-group.flex-wrap .btn {
    margin-bottom: 0.25rem;
}
