.table-filter {
    max-width: 260px;
}

.dt-actions {
    white-space: nowrap;
    width: 92px;
}

.login-box {
    width: min(400px, calc(100vw - 32px));
}

.info-box-number {
    font-size: 1.05rem;
}

.sidebar-brand-icon {
    height: 1.8rem;
    margin-inline-end: .45rem;
    width: 1.8rem;
}

.chart-panel {
    height: 340px;
    position: relative;
}

.user-initials-avatar {
    align-items: center;
    background: #0d6efd;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 700;
    height: 1.75rem;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
    width: 1.75rem;
}

.theme-toggle {
    align-items: center;
    display: inline-flex;
    height: 100%;
}

.theme-menu {
    min-width: 6.25rem;
}

.theme-option {
    align-items: center;
    display: flex;
    gap: .15rem;
}

.theme-option .theme-check {
    display: none;
}

.theme-option.active .theme-check {
    display: inline-block;
}

.theme-option.active,
.theme-option.active:focus,
.theme-option.active:hover {
    background-color: #0d6efd;
    color: #fff;
}

@media (max-width: 575.98px) {
    .card-header .btn,
    .card-header .table-filter {
        width: 100%;
    }
}
