/* Custom styles for Programa Ciência Cidadã Sapezal */

[x-cloak] {
  display: none !important;
}

#mapa-corujando {
  height: 600px;
  width: 100%;
  border-radius: 1.25rem;
  z-index: 10;
}

/* Custom scrollbar for better UI experience */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #F6FAF7;
}

::-webkit-scrollbar-thumb {
  background: #AFE5BC;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #298F65;
}
