/* CDRDB Theme - Red Brand Color */

/* Override Bootstrap primary colors with red */
.btn-primary {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.btn-outline-primary {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* Links */
a {
    color: #dc3545;
}

a:hover {
    color: #c82333;
}

/* Badges */
.badge-primary,
.bg-primary {
    background-color: #dc3545 !important;
}

/* Borders */
.border-primary {
    border-color: #dc3545 !important;
}

/* Text */
.text-primary {
    color: #dc3545 !important;
}

/* Navs */
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
    background-color: #dc3545 !important;
}

.nav-link {
    color: #dc3545;
}

.nav-link:hover, 
.nav-link:focus {
    color: #c82333;
}

/* Pagination */
.page-item.active .page-link {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.page-link {
    color: #dc3545;
}

.page-link:hover {
    color: #c82333;
}

/* List groups */
.list-group-item.active {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* Progress bars */
.progress-bar {
    background-color: #dc3545;
}

/* Forms */
.form-check-input:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/* Custom classes */
.sidebar .nav-link.active {
    background-color: #dc3545 !important;
}

.stat-card .stat-icon {
    color: #dc3545 !important;
}

.feature-card .feature-icon {
    color: #dc3545 !important;
} 