body {
  background: #f4f4f4;
  background-color: #f4f4f4;
}

#app {
  width: 100%;
  height: 100%;
}

/* Scrollbar for Firefox */
:root {
  scrollbar-color: #182A50 transparent;
  scrollbar-width: thin;
}
.overflow-auto,
.overflow-y-auto {
  scrollbar-width: thin;
}

/* Scrollbar */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #182A50;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#blazor-error-ui {
  display: none;
}
