.dark-primary-color {
  background: #00796B;
}

.default-primary-color {
  background: #009688;
}

.light-primary-color {
  background: #B2DFDB;
}

.text-primary-color {
  color: #FFFFFF;
}

.primary-text-color {
  color: #212121;
}

.secondary-text-color {
  color: #757575;
}

.divider-color {
  border-color: #BDBDBD;
}

#map_holdicass #descriptionMap {
  font-family: "vazir", serif !important;
  padding: 6px 8px;
  background: #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#map_holdicass .marker-address .marker-pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #000;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

#map_holdicass .marker-address svg {
  position: absolute;
  width: 22px;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: 8px auto;
  text-align: center;
  color: #eee;
}
