/* Custom Styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
}

.sidebar .nav-link {
  padding: 10px 15px;
  margin: 5px 0;
  border-radius: 5px;
  transition: all 0.3s;
}

.sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.card {
  border: none;
  border-radius: 10px;
}

.card-header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.btn {
  border-radius: 5px;
}

.table {
  background-color: white;
}

.opacity-50 {
  opacity: 0.5;
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
}
