/* Only for Dark Mode */
.dark .bg-blue-50 {
    background-color: rgb(12, 64, 132) !important;
}

.dark .bg-green-50 {
    background-color: rgb(12, 64, 132) !important;
}

/* CCPG Modal Dark Mode Colors */
.dark .ccpg-modal-btn {
    background: #606675 !important;
}

.dark .ccpg-note-box {
    background: #00172f !important;
}

.dark .ccpg-modal-card {
    background: #162d43 !important;
}

.dark .ccpg-modal {
    background: #4b1818 !important; /* আপনি চাইলে এখানে #00172f-ও ব্যবহার করতে পারেন */
}

.dark #ccpg_loading_msg {
    display: none !important;
    background: #1e293b !important;
}
/* Custom Dark Mode Styles */
.dark .review-summary {
    background: linear-gradient(135deg, #41587d, #1e293b) !important;
}
.dark .mtg-item {
    background: #411010 !important;
}

.dark .mtg-title {
    background: #2c2c2c !important;
}

.dark .ag-bg {
    
    background: #1e293b !important;
}