/* ===== Tiles Highlight Colors ===== */

/* Services Block */
.bg-color-blue {
    background-color: #007bff !important;   /* নীল */
}

/* Domains Block */
.bg-color-green {
    background-color: #28a745 !important;   /* সবুজ */
}

/* Tickets Block */
.bg-color-red {
    background-color: #dc3545 !important;   /* লাল */
}

/* Invoices Block */
.bg-color-gold {
    background-color: #ffc107 !important;   /* সোনালি */
}

/* যদি নতুন কালার লাগাতে চাও */
.bg-color-purple {
    background-color: #6f42c1 !important;   /* বেগুনি */
}

.bg-color-teal {
    background-color: #20c997 !important;   /* টিল সবুজ */
}


/* ===== Card Accent Colors ===== */

/* Blue Accent */
.card-accent-blue {
    border-top: 3px solid #007bff !important;
}

/* Green Accent */
.card-accent-green {
    border-top: 3px solid #28a745 !important;
}

/* Red Accent */
.card-accent-red {
    border-top: 3px solid #dc3545 !important;
}

/* Gold Accent */
.card-accent-gold {
    border-top: 3px solid #ffc107 !important;
}

/* Extra Accent Colors */
.card-accent-purple {
    border-top: 3px solid #6f42c1 !important;
}

.card-accent-teal {
    border-top: 3px solid #20c997 !important;
}

/* ===== Optional: Card Body Background ===== */
.card-body.bg-lightblue {
    background-color: #e9f5ff !important;
}

.card-body.bg-lightgreen {
    background-color: #eaffea !important;
}

.card-body.bg-lightred {
    background-color: #ffeaea !important;
}

.card-body.bg-lightgold {
    background-color: #fff8e5 !important;
}
