* {
  scrollbar-width: thin;
  scrollbar-color: var(--accent, #e63946) transparent;
}
*::-webkit-scrollbar {
  display: block !important;
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--accent, #e63946);
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #ff5a67;
}
*::-webkit-scrollbar-corner {
  background: transparent;
}

.sidebar,
.mission-sidebar,
#missionList,
.vstab-bar,
.rang-tabs,
.doc-nav,
.verband-tabs,
.fin-tabs,
.leaflet-container,
.leaflet-container *,
[class^="leaflet-"],
[class*=" leaflet-"] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.sidebar::-webkit-scrollbar,
.mission-sidebar::-webkit-scrollbar,
#missionList::-webkit-scrollbar,
.vstab-bar::-webkit-scrollbar,
.rang-tabs::-webkit-scrollbar,
.doc-nav::-webkit-scrollbar,
.verband-tabs::-webkit-scrollbar,
.fin-tabs::-webkit-scrollbar,
.leaflet-container::-webkit-scrollbar,
.leaflet-container *::-webkit-scrollbar,
[class^="leaflet-"]::-webkit-scrollbar,
[class*=" leaflet-"]::-webkit-scrollbar {
  display: none !important;
}
