/* Buton renkleri - Logo rengi (#2d515e) kullanılıyor, siyah kaldırıldı */

/* Bootstrap butonları için override */
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #2d515e !important;
  border-color: #2d515e !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #1f3a45 !important;
  border-color: #1f3a45 !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #2d515e !important;
  color: #2d515e !important;
  background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #2d515e !important;
  border-color: #2d515e !important;
  color: #fff !important;
}

/* Tab aktif durumu */
.nav-tabs .nav-link.active {
  background-color: #2d515e !important;
  border-color: #2d515e #2d515e #2d515e !important;
  color: #fff !important;
}

/* Dark butonlar */
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #2d515e !important;
  border-color: #2d515e !important;
  color: #fff !important;
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #1f3a45 !important;
  border-color: #1f3a45 !important;
  color: #fff !important;
}

.btn-outline-dark {
  border-color: #2d515e !important;
  color: #2d515e !important;
  background-color: transparent !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  background-color: #2d515e !important;
  border-color: #2d515e !important;
  color: #fff !important;
}

