.bg-logo{
    background-repeat: no-repeat;
    height: max-content;
    background-color: red;
    background-size: cover;
    background-image: url(/logo/app_logo.png);
}
/* ==========================
   ADMIN DASHBOARD STYLES
========================== */

body {
    background-color: #f5f7fb;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ==========================
   CARDS
========================== */

.card {
    border-radius: 12px;
    transition: all 0.25s ease;
    background: #ffffff;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.card-body {
    padding: 1.25rem;
}

/* ==========================
   STAT CARDS
========================== */

.card-body i {
    stroke-width: 2;
}

.card-body h5 {
    font-size: 1.6rem;
    margin-bottom: 2px;
}

.card-body small {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* ==========================
   COLORS (Bootstrap friendly)
========================== */

.text-primary { color: #4e73df !important; }
.text-success { color: #1cc88a !important; }
.text-warning { color: #f6c23e !important; }
.text-info    { color: #36b9cc !important; }
.text-danger  { color: #e74a3b !important; }

/* ==========================
   CHARTS
========================== */

.card-header {
    background: transparent;
    border-bottom: 1px solid #eef0f4;
    font-size: 0.95rem;
    padding: 0.9rem 1.25rem;
}

canvas {
    max-height: 300px;
}

/* ==========================
   GRID SPACING
========================== */

.row.g-3 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.row.g-4 > * {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 768px) {
    .card-body h5 {
        font-size: 1.4rem;
    }
}

/* ==========================
   UTILITIES
========================== */

.shadow-sm {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
}

.fw-semibold {
    font-weight: 600;
}
.role-user 
{
    color: white !important;
    background-color: green !important;
}
body {
    font-family: 'Poppins', sans-serif;
}
table tr th 
{
    text-transform: uppercase;
}
table 
{
    font-size: 13px;
}