/* Kurumsal Renkler - Website */
:root {
  --color-main: #17c653;
  --color-primary: #17c653;
  --color-secondary: #2f2459;
  --color-blue4: #17c653;
  --color-blue5: #17c653;
  --color-blue6: #2f2459;
  --color-blue7: #17c653;
  --color-lightBlue: #17c653;
  --color-darkBlue: #2f2459;
  --color-darkBlue2: #2f2459;
  --color-green: #17c653;
  --color-main-grad: linear-gradient(to right, #2f2459 0%, #17c653 100%);
}

/* Ana renkler */
.color-main {
  color: #17c653 !important;
}

.color-primary {
  color: #17c653 !important;
}

.color-secondary {
  color: #2f2459 !important;
}

.color-blue4 {
  color: #17c653 !important;
}

.color-blue5 {
  color: #17c653 !important;
}

.color-blue6 {
  color: #2f2459 !important;
}

.color-blue7 {
  color: #17c653 !important;
}

.color-lightBlue {
  color: #17c653 !important;
}

.color-darkBlue {
  color: #2f2459 !important;
}

.color-darkBlue2 {
  color: #2f2459 !important;
}

.color-green {
  color: #17c653 !important;
}

/* Background renkleri */
.bg-main {
  background-color: #17c653 !important;
}

.bg-primary {
  background-color: #17c653 !important;
}

.bg-secondary {
  background-color: #2f2459 !important;
}

.bg-blue4 {
  background-color: #17c653 !important;
}

.bg-blue5 {
  background-color: #17c653 !important;
}

.bg-blue6 {
  background-color: #2f2459 !important;
}

.bg-blue7 {
  background-color: #17c653 !important;
}

.bg-lightBlue {
  background-color: #17c653 !important;
}

.bg-darkBlue {
  background-color: #2f2459 !important;
}

.bg-darkBlue2 {
  background-color: #2f2459 !important;
}

.bg-green {
  background-color: #17c653 !important;
}

/* Gradient arka planlar */
.bg-main-grad {
  background: linear-gradient(to right, #2f2459 0%, #17c653 100%) !important;
}

/* Border renkleri */
.border-main {
  border-color: #17c653 !important;
}

.border-primary {
  border-color: #17c653 !important;
}

.border-secondary {
  border-color: #2f2459 !important;
}

.border-blue4 {
  border-color: #17c653 !important;
}

.border-blue5 {
  border-color: #17c653 !important;
}

.border-blue6 {
  border-color: #2f2459 !important;
}

.border-blue7 {
  border-color: #17c653 !important;
}

.border-lightBlue {
  border-color: #17c653 !important;
}

.border-darkBlue {
  border-color: #2f2459 !important;
}

.border-darkBlue2 {
  border-color: #2f2459 !important;
}

.border-green {
  border-color: #17c653 !important;
}

/* Buton renkleri */
.btn-main {
  background-color: #17c653 !important;
  border-color: #17c653 !important;
  color: white !important;
}

.btn-main:hover {
  background-color: #2f2459 !important;
  border-color: #2f2459 !important;
  color: white !important;
}

.btn-primary {
  background-color: #17c653 !important;
  border-color: #17c653 !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #2f2459 !important;
  border-color: #2f2459 !important;
  color: white !important;
}

.btn-secondary {
  background-color: #2f2459 !important;
  border-color: #2f2459 !important;
  color: white !important;
}

.btn-secondary:hover {
  background-color: #17c653 !important;
  border-color: #17c653 !important;
  color: white !important;
}

/* Link renkleri */
a {
  color: #17c653 !important;
}

a:hover {
  color: #2f2459 !important;
}

/* Navbar renkleri */
.navbar-brand {
  color: #17c653 !important;
}

.nav-link {
  color: #2f2459 !important;
}

.nav-link:hover {
  color: #17c653 !important;
}

/* Card renkleri */
.card-header {
  background-color: #2f2459 !important;
  color: white !important;
}

/* Form elemanları */
.form-control:focus {
  border-color: #17c653 !important;
  box-shadow: 0 0 0 0.2rem rgba(23, 198, 83, 0.25) !important;
}

/* Tablo renkleri */
.table-primary {
  background-color: rgba(23, 198, 83, 0.1) !important;
}

/* Badge renkleri */
.badge-primary {
  background-color: #17c653 !important;
}

.badge-secondary {
  background-color: #2f2459 !important;
}

/* Progress bar */
.progress-bar {
  background-color: #17c653 !important;
}

/* Alert renkleri */
.alert-primary {
  background-color: rgba(23, 198, 83, 0.1) !important;
  border-color: #17c653 !important;
  color: #2f2459 !important;
}

/* Footer renkleri */
.footer {
  background-color: #2f2459 !important;
  color: white !important;
}

/* Hover efektleri */
.hover-blue4:hover {
  color: #17c653 !important;
}

.hover-blue5:hover {
  color: #17c653 !important;
}

.hover-blue6:hover {
  color: #2f2459 !important;
}

.hover-blue7:hover {
  color: #17c653 !important;
}

/* Text renkleri */
.text-main {
  color: #17c653 !important;
}

.text-primary {
  color: #17c653 !important;
}

.text-secondary {
  color: #2f2459 !important;
}

.text-blue4 {
  color: #17c653 !important;
}

.text-blue5 {
  color: #17c653 !important;
}

.text-blue6 {
  color: #2f2459 !important;
}

.text-blue7 {
  color: #17c653 !important;
}

.text-lightBlue {
  color: #17c653 !important;
}

.text-darkBlue {
  color: #2f2459 !important;
}

.text-darkBlue2 {
  color: #2f2459 !important;
}

.text-green {
  color: #17c653 !important;
}
