/**
 * Tenant primaryColor (DB) — Bootstrap + home5 kalıntıları.
 * home5.css'ten sonra yüklenir; --theme-primary html inline style ile beslenir.
 */

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus {
  background-color: var(--theme-primary-hover) !important;
  border-color: var(--theme-primary-hover) !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  background-color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  opacity: 0.65;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
}

a:hover,
a:focus {
  color: var(--theme-primary-hover);
}

.text-danger.theme-accent,
.theme-link-primary {
  color: var(--theme-primary);
}

.theme-link-primary:hover,
.theme-link-primary:focus {
  color: var(--theme-primary-hover);
}
