.cb-brand {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 70px;
}
.cb-brand:hover { color: #fff !important; }
.cb-page-title { margin-bottom: 20px; }
.cb-inline-form { display: inline-block; margin: 0; }
.cb-actions { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.cb-stat-icon { width: 42px; height: 42px; }
.table td, .table th { vertical-align: middle; }
.form-control-sm { min-width: 80px; }
@media (max-width: 991.98px) {
    .cb-brand { line-height: 50px; font-size: 18px; }
}
