[data-bs-theme=dark] {
  /* --bs-body-bg: hsl(250, 20%, 12%) !important; */
  --bs-body-bg: hsl(250, 20%, 15%) !important;
  --bs-body-bg-rgb: 31, 31, 46 !important;
  --tms-landing-divider-bg: hsl(250, 20.22%, 16.17%);
  /* --tms-card-header-bg-rgb: 57, 53, 80; */
  --tms-card-header-bg-rgb: 123, 189, 255;
  /* Dark mode */
  /* --bs-body-bg: #1b1e22 !important;  */
  .card-header-bg-tms {
    background-color: rgb(var(--tms-card-header-bg-rgb), 0.03);
  }
}
