:root {
  --bs-primary: #6EA8FE;
  --bs-primary-rgb: 110, 168, 254;
  --bs-link-color: #6EA8FE;
  --bs-link-hover-color: #5397fc;
}

.bg-light {
	background: #2B3035 !important;
}

.bg-white {
	background: #212529 !important;
}

.text-dark {
	color: #B4B7B8 !important;
}

nav .nav-link.active,
h1,h2,h3,h4,h5,h6 {
	color: #6EA8FE !important;
}

.fc-theme-standard td, .fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
	border-color: #212529;
}


/** loading overlay **/
#loadingOverlay {
  background: rgba(0,0,0,0.5) !important;
}

/* Zusätzliche Sicherheit für direkte Klassen */
.btn-primary {
  --bs-btn-bg: #6EA8FE;
  --bs-btn-border-color: #6EA8FE;
  --bs-btn-hover-bg: #5397fc;
  --bs-btn-hover-border-color: #5397fc;
  --bs-btn-active-bg: #4286f8;
  --bs-btn-active-border-color: #4286f8;
  --bs-btn-disabled-bg: #6EA8FE;
  --bs-btn-disabled-border-color: #6EA8FE;
  border-color: #6EA8FE;
  background-color: #6EA8FE;
}

.btn-outline-primary {
  color: #6EA8FE;
  border-color: #6EA8FE;
}
.btn-outline-primary:hover {
  background-color: #6EA8FE;
  border-color: #6EA8FE;
  color: #fff;
}
.text-shopify {
  color: #89C129;
}


.pagination {
  --bs-pagination-active-bg: #6EA8FE;
  --bs-pagination-active-border-color: #6EA8FE;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(110, 168, 254, 0.5);
}
