.sidebar-item a,
.sidebar-nav ul .sidebar-item .sidebar-link,
.sidebar-nav ul .sidebar-item .sidebar-link span {
  opacity: 1 !important;
  color: #fff;
  font-family: "Kalimati";
}

.sidebar-item a:hover {
  background: #00994b;
  font-family: "Kalimati";
}

.bg-inverse {
  background-color: #197600 !important;
  font-family: "Kalimati";
}

.btn-primary {
  background-color: #0f8b00;
  border-color: #0f8b00;
  font-family: "Kalimati";
}

.btn-warning {
  background-color: #0f8b00;
  border-color: #0f8b00;
  color: #fff;
  font-family: "Kalimati";
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0;
}

.table thead th {
  font-size: 12px !important;
  text-align: center;
  vertical-align: middle;
  /* font-family: "Kalimati"; */
}

.table tbody th,
.table tbody td {
  font-size: 11px !important;
  /* font-family: "Kalimati"; */
}
.form-control,
.select2-container {
  border: 1px solid #aaa !important;
  padding: 5px !important;
  /* font-family: "Kalimati"; */
}

form label {
  font-weight: bold;
  /* font-family: "Kalimati"; */
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.hidden {
  display: none;
}

.report-table tr td,
.report-table tr th {
  padding: 2px !important;
}

#print-area p,
#print-area tr,
#print-area .row,
#print-area h1,
#print-area h2 {
  page-break-inside: avoid !important;
  break-inside: avoid !important;
}

#print-area {
  /* width: 210mm; */
  background-color: white !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  /* Remove any fixed height; let the content define it */
  height: auto !important;
}

/* Card Container styling */
.coord-group-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0px;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.coord-group-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

/* Accent borders for distinct sections */
.coord-group-card.primary-accent {
  border-top: 1px solid #0284c7;
  background-color: #ffe2e2;
}

.coord-group-card.secondary-accent {
  border-top: 1px solid #f59e0b;
  background-color: #ffebc7;
}

/* Header and Title Styles */
.coord-group-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
}

.coord-group-icon {
  font-size: 1rem;
  margin-right: 12px;
  background-color: transparent;
  padding: 6px 10px;
}

.coord-group-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  letter-spacing: 0.3px;
}

/* Subtle fixes for interior form elements inside the cards */
.coord-group-card label {
  font-weight: 500;
  color: #475569;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.coord-group-card .form-control {
  border-color: #cbd5e1;
  border-radius: 6px;
}

.coord-group-card .form-control:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15);
}

.coord-group-card small.text-muted {
  display: block;
  margin-top: 5px;
  font-size: 0.78rem;
  color: #64748b !important;
}
