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

.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;
}

.my-label::before {
  display: none;
}

.my-label {
  background: unset;
  color     : orange;
  border    : unset;
  font-size : 20px;
  opacity   : 0.7 !important;
  box-shadow: unset;
}


.my-label-children::before {
  display: none;
}

.my-label-children {
  background: #000000ca;
  color     : #fff;
  border    : unset;
  border-radius: 4px;
  padding: 1px 3px;
  font-size : 12px;
  opacity   : 0.7 !important;
  box-shadow: unset;
}
.map-left-search-icon {
  position: absolute;
  left    : 15px;
  z-index : 1000;
  bottom: 15px;   
  width   : calc(100vw - 600px);
}
.map-search-icon-item  {
  text-align   : center;
  cursor       : pointer;
  display      : flex;
  margin-right : 10px;
  margin-bottom: 10px;
  background   : #fff;
  align-items  : center;
  padding      : 5px 8px;
  box-shadow   : 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 20px;
  display      : inline-flex;
}

.map-search-icon-item:hover {
  background: #e2edff;
}

.map-search-icon-item img {
  background   : #fff;
  width        : 20px;
  max-height   : 20px;
  object-fit   : cover;
  border-radius: 50%;
  margin       : auto;
  object-fit   : contain;
}

.map-search-icon-item.active>.text {
  color: red;
}

.map-search-icon-item>.text {
  font-size     : 13px;
  line-height   : 13px;
  letter-spacing: 0.07px;
  color         : #000;
  margin-bottom : 0;
  font-weight   : 600;
  margin-left   : 5px;
}
/* -----------------Responsive-------------------------- */

@media only screen and (min-width: 1024px) {
  .hidden-pc {
      display: none !important;
  }
}

/* Tablet  */
@media only screen and (min-width:740px) and (max-width: 1023px) {

  .hidden-tablet,
  .hidden-m-t {
      display: none !important;
  }

  .hidden-t {
      display: none !important;
  }

  .text-c-m-t {
      text-align: center;
  }

  .mt-20-res {
      margin-top: 20px;
  }

  .mt-30-res {
      margin-top: 30px;
  }
}

/* Mobile  */
@media only screen and (max-width: 739px) {

  .hidden-mobile,
  .hidden-m-t {
      display: none !important;
  }

  .text-c-m-t {
      text-align: center;
  }

  .mt-20-res {
      margin-top: 20px;
  }

  .mt-30-res {
      margin-top: 30px;
  }

  .hidden-m {
      display: none !important;
  }

}