body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.table td, .table th {
  vertical-align: middle;
}
.modal-content {
  border-radius: 0.6rem;
}

/* подсказочная мелочь для иконок сортировки */
th .sort-icon {
  font-size: 0.85rem;
  color: #333;
}
th.sorted-asc, th.sorted-desc {
  background-color: rgba(0,0,0,0.02);
}
.table-warning td { font-weight: 600; }

.flatpickr-calendar {
  border-radius: 10px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
}
.flatpickr-time.dual-time {
  border-top: 1px solid #ddd;
  padding-top: 5px;
}
.flatpickr-time.end-time {
  border-top: none;
  margin-top: 5px;
}