.marker.circle:hover {
    transform: scale(1.02);
}

.marker.circle {
    transition: transform 0.3s ease;
    transform-origin: center !important;
}

#infoBox {
  background: #efb962;
  padding: 20px !important;
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 0 50px 50px 0;
  font-family: 'Albert Sans', sans-serif;
  color: #1a1a1a;
  width: 100%;
  max-width: 420px;
  /*padding: 20px 180px 10px 20px;*/
}

.dbt-city-tab {
  margin-bottom: 12px;
}

button.dbt-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: bold !important;
  font-size: 22px !important;
  padding: 10px !important;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
}

button.dbt-toggle:hover{
	background: none !important;
	color: #000 !important;
}

.dbt-panel {
  padding: 10px 0;
}

.dbt-panel i.fas {
    color: #efebdf;
    width: 22px;
}

.dbt-location {
  margin-bottom: 16px;
  padding: 20px;
  font-family: 'Albert Sans';
  border-bottom: 1px solid;
}

.dbt-title {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 20px;
  padding-left: 25px;
  text-transform: capitalize;
}

.dbt-title-arrow {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.dbt-line {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.dbt-services {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 12px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 45px;
}

.dbt-services li::before {
  content: '\25CF';
  color: #cce7f5;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.dbt-link a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

/* Custom scrollbar for #infoBox */
#infoBox::-webkit-scrollbar {
  width: 6px;
  padding-right: 50px;
  padding-left: 50px;
}

#infoBox::-webkit-scrollbar-track {
  background: transparent;
}

#infoBox::-webkit-scrollbar-thumb {
  background-color: #efebdf;
  border-radius: 3px;
}

#infoBox {
  scrollbar-width: thin;            /* Firefox */
  scrollbar-color: transparent transparent;
}