body {
  background-color: var(--color-ui-background) !important;
  min-height: 100dvh;
  color: var(--color-text-primary);
}

main {
  padding-top: var(--header-height) !important;
  min-height: 100vh !important;
}

.hl-color {
  color: var(--highlight-color);
}

#notifications {
  z-index: 2000;
}

@media all and (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}

@media all and (min-width: 992px) {
  .w-lg-auto {
      width: auto !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}