﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Dashboard1 renk temaları - İş Emri Durumu */
.status-plana {
    background-color: #fff3cd !important; /* Sarı */
}

.status-uretim {
    background-color: #d1f7f5 !important; /* Turkuaz */
}

.status-paket {
    background-color: #cfe2ff !important; /* Mavi */
}

.status-sevkiyat {
    background-color: #d1e7dd !important; /* Açık yeşil */
}

.status-sevkedildi {
    background-color: #a8dfac !important; /* Koyu yeşil */
}

.sla-uygun {
    background-color: #d4edda !important; /* Yeşil */
}

.sla-gecikmeli {
    background-color: #f8d7da !important; /* Kırmızı */
}