#map-microzones,
#map-venduti {
  min-height: 550px;
  width: 100%;
  z-index: 1 !important;
}
.mapAlert-noZones {
  display: none;
  width: 70%;
  position: relative;
  top:10px;
  cursor: pointer;
  color: #fff;
  background-color: #ed5565 !important;
  border-bottom: 3px solid #da4453 !important;
  z-index: 998;
  text-align: center;
  padding: 1px 5px;
  margin: 0 auto;
  border-radius: 5px;
}
.mapAlert-noZones h5 {
  margin-bottom: 2px;
  font-weight: 600;
}
.mapAlert-noZones p {
  font-size: 13px;
  font-weight: 500;
}
.map-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  z-index: 1000;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border-radius: 0px;
}
.popupMicro-content h5 {
  margin: 0 0 5px 0;
  font-weight: 600px;
}
.popupMicro-content p {
  margin: 0 0 10px 0;
}
.popupMicro-content button {
  margin: 0;
}
.microzone-buttons {
  margin-bottom: 5px;
}
.microzone-buttons .right-div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.microzone-buttons button {
  margin: 0 3px;
  max-width: 180px;
}
.leaflet-popup-content-wrapper {
  min-width: 270px;
}
.volta-grey-text {
  color: grey;
}
.property-back-icon {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.volta-mt-0 {
  margin-top: 0;
}
.volta-mb-10 {
  margin-bottom: 10px;
}
.volta-mb-5 {
  margin-bottom: 5px;
}
.edit-pen-icon {
  content: url('/wp-content/themes/volta/assets/icons/pen.svg');
  width: 22px;
  height: 22px;
  margin-bottom: 0px;
  margin-top: 1rem;
  cursor: pointer;
}
.volta-input-field {
  padding: 1em !important;
  background-color: var(--volta-form-grey);
  font-size: 12px;
  line-height: 18px;
  color: var(--volta-primary) !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
}
.ui-pnotify-container.alert-warning {
  background: #ff9500ba;
  border: 2px solid orange;
  border-radius: 5px;
}
.ui-pnotify-container.alert-error,
.ui-pnotify-container.alert-danger {
  background: #ff0000ba;
  border: 2px solid red;
  border-radius: 5px;
}
.ui-pnotify-container.alert-success {
  background: #19ff009e;
  border: 2px solid #05e305;
  border-radius: 5px;
}
.ui-pnotify-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  color: #000 !important;
}
.volta-property-details-container {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#volta-create-new-property-title {
  font: var(--volta-subtitle-font);
  margin-top: unset;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.microzone-buttons {
  position: absolute;
  z-index: 200;
  right: 5px;
  top: 5px;
  width: 65%;
}
.btn-style-sm {
  min-height: 40px;
  cursor: pointer;
}
#editMicros-btn-container,
#newMicros-btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.popup-default > .alert-warning {
  text-align: center;
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  box-shadow: 1px 1px 20px #000;
}
.checkConfirmNotify .ui-pnotify-text h5,
.checkConfirmNotify .ui-pnotify-text {
  color: #000 !important;
}
.bg-dark {
  background-color: var(--volta-gray);
  color: #fff !important;
}
.bg-lightgray {
  background-color: lightgray;
  color: #000;
}