.province-schematic-img {
  width: 100%;
}

.modal#schematic_map .schematic-map-box svg {
  margin: auto;
  height: auto;
}
.modal#schematic_map .schematic-map-box svg #iran path {
  cursor: pointer;
  fill: #d1d1d1;
}
.modal#schematic_map .schematic-map-box svg #iran path:hover {
  fill: #ff5630;
}
.modal#schematic_map .schematic-map-box svg #iran .map-selected {
  fill: #ff5630;
}
.modal#schematic_map .schematic-map-box svg .border path,
.modal#schematic_map .schematic-map-box svg .island path {
  fill: #fff;
}
.modal#schematic_map .schematic-map-box svg .sea path,
.modal#schematic_map .schematic-map-box svg .lake path {
  fill: #6caed8;
}
.modal#schematic_map .schematic-map-box .tooltiptextmap {
  display: none;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 13px;
  line-height: 26px;
  border-radius: 2px;
  position: absolute;
  opacity: 0.8;
}
