body {
  min-height: 100vh;
}

.report-grid {
  max-height: none;
  overflow: visible;
}

.report-item {
  cursor: pointer;
  transition: all 0.18s ease;
}

.report-item:hover {
  transform: translateY(-1px);
}

.report-item.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  filter: grayscale(18%);
  background-color: #f8f9fa;
}

.report-item.disabled:hover {
  transform: none;
  box-shadow: none;
}

.cedis-list {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  max-height: none;
  overflow: visible;
}

.report-item.disabled .card-body {
  opacity: 0.85;
}


.cedis-list .form-check {
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cedis-list .form-check .form-check-label {
  word-break: break-word;
}


.cedis-card {
  cursor: pointer;
  user-select: none;
  min-height: 54px;
  padding: 0.55rem 0.65rem !important;
}

.cedis-card:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.2);
}

.cedis-card .small {
  font-size: 0.79rem;
  line-height: 1.2;
}


.date-input-group .input-group-text {
  background: #f0f5ff;
  border-color: #cfe0ff;
}

.date-input-group .form-control,
.date-input-group .form-control {
  background: #ffffff;
}

.datepicker-dropdown {
  border: 1px solid #d6e5ff;
  border-radius: 0.9rem;
  box-shadow: 0 14px 32px rgba(28, 52, 92, 0.18);
  padding: 0.35rem;
}

.datepicker-dropdown:before,
.datepicker-dropdown:after {
  display: none;
}

.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0.5rem;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.highlighted.active {
  background: #198754;
  background-image: none;
  border-color: #198754;
}

.datepicker table tr td.day:hover,
.datepicker table tr td span:hover {
  background: #edf4ff;
}

.result-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.result-card {
  width: min(460px, 100%);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
}

.success-check {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  border-radius: 999px;
  background: #198754;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.floating-continue {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1040;
}

#confirmModal .btn-close {
  display: none !important;
}
