#notistack-snackbar {
  display: flex;
  flex-direction: row;
}

#notistack-snackbar svg {
  display: none !important;
}

html,
body,
#root {
  height: 100dvh;
  width: 100vw;
  margin: 0px;
  padding: 0px;
  background-color: #121212;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-display: swap;
  overscroll-behavior: none;
}

.hideScroll::-webkit-scrollbar {
  display: none;
}

.hideScroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: none;
}
