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

#tooltip:empty {
  display: none;
}

.mapboxgl-popup-close-button {
  color: #EC644C;
  font-weight: bold;
  font-size: x-large;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(102, 178, 255);
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff; 
}

input {
  color: #000000 !important;
}
*:disabled {
  border: 0;
  color: #ffffff;
}