/* ULTIMATE WHITE TEXT - DO NOT OVERRIDE */
* {
    color: #ffffff !important;
}
body, html, div, span, p, h1, h2, h3, h4, h5, h6, label, a, li, td, th, small, strong, em, button, input, select, textarea, option, .card, .modal, .alert, .badge, .navbar, .nav-link, .dropdown-item, .dashboard-card, .stat-box, .referral-box {
    color: #ffffff !important;
}
a {
    color: #00d4aa !important;
}
a:hover {
    color: #ffffff !important;
}
input, select, textarea, .form-control, .form-select {
    background-color: #1a2332 !important;
    color: #ffffff !important;
    border: 1px solid #2a3650 !important;
}
input::placeholder, textarea::placeholder {
    color: #b0c4de !important;
}
option {
    background-color: #1a2332 !important;
    color: #ffffff !important;
}
.btn {
    color: #ffffff !important;
}
.table, .table td, .table th {
    color: #ffffff !important;
}
.modal-content {
    background-color: #131a26 !important;
}
.text-muted {
    color: #b0c4de !important;
}
.progress-bar-energy {
    background-color: #00d4aa !important;
}
.reward-badge {
    color: #000 !important; /* Badges may need dark text for contrast */
}
.badge {
    color: #fff !important;
}
.bg-warning .badge, .bg-info .badge {
    color: #000 !important;
}
