.leaflet-container {
  background: #1e1c18 !important;
}
.text-amber-500 {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aft{
  margin-top: 15px;
  font-size: 12px;
}
html * /* override x.xhtml.ru style */ 
{
  scrollbar-width: thin;
  scrollbar-color: #4c4c4c #928269;
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #a87c4c;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  border: 3px solid #a87c4c;
}