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

#tooltip:empty {
  display: none;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgb(138, 138, 138); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(162, 189, 63);
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(162, 189, 63, 0.5); 
}

input {
  color: #000000 !important;
}

.mapboxgl-ctrl-geocoder {
  border-radius: 1rem !important;
  width: 100% !important;
  min-width: auto !important;
  max-width: none !important;
}

.mapboxgl-ctrl-geocoder--input{
  outline: none !important;
}