#root,
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}

noscript {
  width: 100%;
  height: 100%;
  background-color: #212529;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fade-in-out {
  animation: fade-in 0.3s ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

.MuiMenu-paper {
  transition-duration: 212ms, 127ms !important;
}
