:root,
[data-bs-theme=light] {
  --bs-primary: #2c5cc5;
  --bs-font-sans-serif: "Gotham", sans-serif;
  --bs-link-color-rgb: 44, 92, 197;
}

.text-muted {
  color: #5b6f8c !important;
}

.min-h-0 {
  min-height: 0 !important;
}
.min-h-1 {
  min-height: 0.25rem !important;
}
.min-h-2 {
  min-height: 0.5rem !important;
}
.min-h-3 {
  min-height: 0.75rem !important;
}
.min-h-4 {
  min-height: 1rem !important;
}
.min-h-5 {
  min-height: 1.25rem !important;
}
.min-h-6 {
  min-height: 1.5rem !important;
}
.min-h-7 {
  min-height: 1.75rem !important;
}
.min-h-8 {
  min-height: 2rem !important;
}
.min-h-9 {
  min-height: 2.25rem !important;
}
.min-h-10 {
  min-height: 2.5rem !important;
}
.min-h-11 {
  min-height: 3rem !important;
}
.min-h-12 {
  min-height: 3.5rem !important;
}
.min-h-13 {
  min-height: 4rem !important;
}
.min-h-14 {
  min-height: 4.5rem !important;
}
.min-h-15 {
  min-height: 5rem !important;
}
.min-h-16 {
  min-height: 6rem !important;
}
.min-h-17 {
  min-height: 7rem !important;
}
.min-h-18 {
  min-height: 8rem !important;
}
.min-h-19 {
  min-height: 9rem !important;
}
.min-h-20 {
  min-height: 10rem !important;
}
.min-h-21 {
  min-height: 12.5rem !important;
}
.min-h-22 {
  min-height: 15rem !important;
}
.min-h-23 {
  min-height: 17.5rem !important;
}
.min-h-24 {
  min-height: 20rem !important;
}
