.websima-map {
  width: 100%;
  height: 100%;
}

.websima-map .mapp-logo {
  width: 60px;
  height: 25px;
  margin-bottom: -0.5rem;
}
.websima-map-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  height: 38px;
}
.websima-google-map {
  background-image: url("../images/google-map.svg");
  transition: background-color 0.2s ease;
}
.websima-neshan-map {
  background-image: url("../images/neshan.svg");
  transition: background-color 0.2s ease;
}
.websima-wase-map {
  background-image: url("../images/w.svg");
  transition: background-color 0.2s ease;
}
