.aim-main-wrapper{
  display: unset !important;
  width: 100%;
}

.maps-wrapper {
  justify-content: space-around;
  align-items: center;
  min-height: auto;
  display: flex;
}
.map-wrapper {
  flex: 1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width:100%;
  height: 100%;
  display: flex;
}
.iran-map-wrapper , .iran-map-wrapper svg{
  width: 100%;
}
@media (max-width:992px) {
  .maps-wrapper{
    display: block !important;
  }
  .map-wrapper svg {
    width: 100%;
  }
  .iran-map-wrapper,.iran-provinces-map-wrapper{
    width: 100%;
  }
  .iran-map-wrapper>svg,.iran-provinces-map-wrapper>svg{
    height: auto !important;
  }
}
.iran-provinces-map-wrapper {
  overflow: hidden;
  position: relative;
}
.iran-map-wrapper path,
.iran-map-wrapper polygon,
.iran-map-wrapper polyline{
  cursor: pointer;
}
.iran-map-wrapper path:focus,
.iran-map-wrapper polygon:focus,
.iran-map-wrapper polyline:focus {
  outline: none !important;
}
.iran-map-wrapper svg>path,
.iran-map-wrapper svg>polygon,
.iran-map-wrapper svg>polyline{
  cursor: pointer;
}
.iran-map-wrapper svg>path[data-type=none],
.iran-map-wrapper svg>polygon[data-type=none],
.iran-map-wrapper svg>polyline[data-type=none]{
  cursor: default !important;
}
.iran-provinces-map-wrapper path,
.iran-provinces-map-wrapper polygon:not(.aip-ney),
.iran-provinces-map-wrapper polyline {
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s;
}
.iran-provinces-map-wrapper path[data-type=none],
.iran-provinces-map-wrapper polygon[data-type=none],
.iran-provinces-map-wrapper polyline[data-type=none]{
  cursor:default !important;
}
.iran-provinces-map-wrapper g:not(.aim-khr) path {
  stroke: none !important;
  fill: inherit !important;
}

.iran-provinces-map-wrapper g:not(.aim-khr),
.iran-provinces-map-wrapper text,
.iran-provinces-map-wrapper rect {
  pointer-events: none !important;
  font-family: inherit !important;
  font-weight: 700;
}

.react-map-water {
  cursor: default !important;
}

.react-map-badge {
  overflow: hidden;
  min-width: 95px;
  text-align: right;
  border-radius: 4px;
  font-family: inherit;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.react-map-badge h2 {
  margin: 0;
  padding: 7px;
  font-size: 12px;
  background-color: #e6e6e6;
}

.react-map-badge h3 {
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.react-map-badge h3 span {
  flex: 1;
  direction: rtl;
}
.tippy-box{
  font-family: inherit !important;
}
.iran-provinces-map-wrapper #azsh_c>g:first-child{
  display: none !important;
}
.cities-content-wrapper{
  padding : 10px;
}
.aim-ajax-loader{
  display: block;
  margin : 0 auto;
}