html, body, #map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#map [data-is_blocked=Y] {
  opacity: 0.7;
}
#map .leaflet-control-attribution {
  padding: 0;
  margin: 0 10px 10px 0;
  height: 4rem;
  background: transparent;
}
#map .leaflet-control-attribution .map-attr-maistra {
  height: 4rem;
  opacity: 0.7;
}
#map .leaflet-popup-content-wrapper {
  overflow: hidden;
  padding: 0;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  padding: 0;
  width: 225px !important;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content .object-popup-picture img {
  width: 100%;
  max-height: 500px;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content .object-popup-table {
  padding: 10px;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content .object-popup-table table {
  width: 100%;
}
#map .leaflet-draw-toolbar a.ctrl_text {
  height: initial !important;
  width: initial !important;
  user-select: none;
}
#map .leaflet-draw-toolbar a.ctrl_icon {
  height: 2rem !important;
  width: 2rem !important;
  user-select: none;
}

#hotel_cal_container .datepicker {
  top: 5px;
  transition: opacity 0.125s ease-in;
}
#hotel_cal_container .datepicker.loading-objects {
  opacity: 0.5;
}
#hotel_cal_container .datepicker.loading-objects * {
  color: #e8ebf4 !important;
}
#hotel_cal_container .datepicker__month-name {
  text-align: center;
}

#rent_modal_el {
  z-index: 1000;
}

/*# sourceMappingURL=main.css.map */
