/* Color Theme - Default (Color 1) */
/* This file sets the primary/secondary color variables for the Cuba admin theme */
:root {
  --theme-deafult: #4361ee;
  --theme-secondary: #6c757d;
}

body {
  --theme-deafult: #4361ee;
  --theme-secondary: #6c757d;
}

.bg-primary,
.badge-primary {
  background-color: #4361ee !important;
}

a {
  color: #4361ee;
}

.btn-primary {
  background-color: #4361ee !important;
  border-color: #4361ee !important;
}

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

.text-primary {
  color: #4361ee !important;
}

.border-primary {
  border-color: #4361ee !important;
}

.nav-link.active,
.sidebar-title.active {
  color: #4361ee !important;
}

.page-item.active .page-link {
  background-color: #4361ee;
  border-color: #4361ee;
}

.page-link {
  color: #4361ee;
}
