.map-circle {
  background: #145c9a6e;
  border: 2px solid #145c9a;
  height: 33px;
  width: 33px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.map-circle.type-2 {
  background: #9a14146e;
  border: 2px solid #9a1414;
  width: 25px !important;
  height: 25px !important;
}

.z13 .map-circle {}

.z14 .map-circle {
  height: 45px;
  width: 45px;
}

.z15 .map-circle {
  height: 56px;
  width: 56px;
}

.z16 .map-circle {
  height: 108px;
  width: 108px;
}

.z17 .map-circle {
  height: 226px;
  width: 226px;
}

.z18 .map-circle {
  height: 460px;
  width: 460px;
}

.color-information {
  font-size: 12px;
  display: flex;
  margin-bottom: 8px;
}

.color-information .circle {
  background: #ddd;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
}

.color-information .color-sell .circle {
  background: #2c79bc;
}

.color-information .color-rent .circle {
  background: #9a1414;
}

.color-information .color-row:first-child {
  margin-right: 15px;
}

.leaflet-popup-content-wrapper {
  border-radius: 5px;
}

.leaflet-popup-content-wrapper img {
  width: 100%;
  height: auto;
}

.leaflet-popup-content {
  margin: -1px;
}

.map-info-wrapper {
  padding: 7px 15px 8px;
}

.map-title {
  font-size: 14px;
  border-bottom: 1px solid #eef3f6;
  padding-bottom: 9px;
  margin-bottom: 11px;
}

span.map-price {
  color: #fb5252;
}

.leaflet-control-zoom a {
  text-decoration: none !important;
}

.map-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

span.map-info-right-room {
  color: #8593a9;
}

span.map-info-right-room span {
  margin-left: 7px;
}

span.map-info-right-room span i {
  font-size: 12px;
}

.map-link a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

span.map-size sup {
  font-size: 11px;
  position: relative;
  top: -4px;
}

.map-img {
  position: relative;
}

.map-id {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  padding: 4px 15px 0px 15px;
  border-radius: 0px 3px 0 0;
}

@media (max-width: 1050px) {
  #leaflet-map-view-objects-on-map-page-1 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -24px;
  }
}

.map-all .form-item-sort-by {
  display: none;
}

.first-filter-group-map {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.first-filter-group-map .SumoSelect {
  width: 100%;
}

.map-buttons,
.desctop-view-map-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-buttons {
  margin-top: 15px;
}

.desctop-view-map-buttons .reset-filter {
  margin-right: 25px;
}

.map-buttons i {
  margin-right: 10px;
}

div#edit-actions {
  padding-top: 0;
}

.all-map .second-filter-group {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  display: grid;
  width: 100%;
}

.show-filter-map {
  color: #efa600;
}

.map-all form {
  margin-bottom: 19px;
}

@media (max-width: 830px) {
  .all-map .second-filter-group {
    grid-template-columns: 1fr 1fr;
  }

  .first-filter-group-map {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 655px) {

  .map-all .second-filter-group>.form-size-square,
  .map-all .second-filter-group>.form-price {
    grid-template-columns: 1fr;
  }
}

.map-popup-loading {
  padding: 8px 10px;
  font-size: 14px;
}