/* Modern blue skin overrides */

/* Primary color */
.btn-primary, .bg-primary, .badge-primary, .label-primary, .alert-primary { 
    background-color: #096cf7 !important;
    border-color: #096cf7 !important; 
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: #055bd9 !important; border-color: #055bd9 !important; }
.btn-outline-primary { color: #096cf7 !important; border-color: #096cf7 !important; }
.btn-outline-primary:hover { background-color: #096cf7 !important; color: #fff !important; border-color: #096cf7 !important; }
.btn-link { color: #096cf7 !important; }
.text-primary { color: #096cf7 !important; }
.border-primary { border-color: #096cf7 !important; }
.bg-gradient-primary { background: linear-gradient(-225deg, rgba(9,108,247,0.7) 35%, rgba(236,50,87,0.7) 100%) !important; }
.page-link:hover { color: #096cf7 !important; }
.page-item.active .page-link { background-color: #096cf7 !important; border-color: #096cf7 !important; }
.nav-link:hover, .nav-link:focus { color: #096cf7 !important; }
.nav-link { color: #096cf7 !important; }

/* FullCalendar event color fallback */
:root {
  --fc-event-text-color: #096cf7;
  --fc-event-bg-color: #096cf7;
  --fc-event-border-color: #096cf7;
}

/* Small utility changes */
.bg-primary-light { background-color: rgba(9,108,247,0.08) !important; }
.bg-primary-transparent { background-color: rgba(9,108,247,0.08) !important; }

/* Override plugin-specific colors when necessary */
.owl-controls .owl-page.active { border-color: #096cf7 !important; }
.owl-nav button { color: #096cf7 !important; }
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active { color: #096cf7 !important; }
.counter-icon, .notifyimg { background: #096cf7 !important; }
.progress-bar { background-color: #096cf7 !important; }

/* CHARTS overrides */
.chart-color-primary { color: #096cf7 !important; }

/* Footer/links */
.footer-main a:hover, .footer-links a:hover { color: #096cf7 !important; }
