html, body, #root {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #101010;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 188, 212, 0.5); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(255,255,255,0.7); 
}

  
/* Larger than mobile */
@media (max-width: 550px) {
  ::-webkit-scrollbar {
    width: 1px;
  } 
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  ::-webkit-scrollbar {
    width: 12px;
  }   
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

.recharts-layer-recharts-line-dots {
  visibility: hidden !important;
}

.recharts-dot {
  visibility: hidden !important;
}
