.MuiFormHelperText-root {
  margin-left: 0;
}
.MuiDrawer-paper {
  background-color: transparent !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #3b98e5 #dfe9eb;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3b98e5;
  height: 100px;
}

::-ms-reveal {
  display: none;
}

.MuiInputBase-root {
  background-color: #fff;
}

.width-fit-content {
  width: fit-content;
}
