.leaflet-popup {
  opacity: 0.8 !important;
  min-width: 300px;
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

#mapIdKinhTe .leaflet-popup,
#mapIdNguoi .leaflet-popup,
#mapIdThienTaiAtlas .leaflet-popup {
  min-width: unset;
}

#mapIdKinhTe .leaflet-popup-content,
#mapIdNguoi .leaflet-popup-content,
#mapIdThienTaiAtlas .leaflet-popup-content {
  width: auto;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.station-popup-info {
  text-decoration: none;
  list-style: none;
  padding-left: 0 !important;
}

.grid_result {
  height: 370px;
  overflow: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent !important;
  scrollbar-width: thin !important;
}

.item-event {
  border-bottom: 0.5px solid #e3e3e3;
  padding-right: 10px;
  transition: background-color 0.2s linear;
  cursor: pointer;
  padding: 5px 0;
  padding-right: 0px;
  padding-right: 5px;
}

.item-event:first-child {
  border-top: 0.5px solid #e3e3e3;
}

.item-event img {
  margin-top: 15px;
  width: 60%;
  max-width: 36px;
}

.item-event .title-disaster {
  font-size: 12px;
  color: #000;
}
