html,
body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px fff;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}

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

#map {
  height: 100vh;
  width: 100%;
}

.search-bar {
  width: 90%;
  margin: 10px auto;
}

.info-card {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 1000;
}

.control-panel {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80%;
  overflow-y: auto;
}

.leaflet-container {
  font: inherit;
}

.search-bar {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 50%;
}

.bg-pink {
  background-color: #e91e63 !important;
}

.btn-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.btn-left {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
