@font-face {
  font-family: "lateef";
  font-weight: 500;
  src: url(../fonts/lateef-medium.ttf);
}
@font-face {
  font-family: "Hacen";
  font-family: 400;
  src: url(../fonts/Hacen\ Newspaper\ Regular.ttf);
}
.svg-map svg {
  display: block;
  width: 100%;
  height: 100%;
}
.svg-map .point {
  cursor: pointer;
}
.svg-map .description {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1700px) and (min-width: 1250px) {
  .svg-map .description .location-description {
    max-height: 400px;
    overflow-y: auto;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1249px) and (min-width: 1024px) {
  .svg-map .description .location-description {
    max-height: 250px;
    overflow-y: auto;
    padding-left: 0.5rem;
  }
}
.svg-map .description .location-description {
  padding-right: 5.875rem;
}
.svg-map .description .location-description .intel {
  padding-right: 2.625rem;
}
.svg-map .description .location-description::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.svg-map .description .location-description::-webkit-scrollbar-thumb {
  background: #FF3E3E;
}
@media screen and (max-width: 1023px) {
  .svg-map .description {
    max-height: unset;
    overflow-y: unset;
  }
}
.svg-map .description header {
  margin-top: 0;
  display: flex;
  column-gap: 2.75rem;
}
.svg-map .description header p {
  display: flex;
  column-gap: 1.5rem;
}
.svg-map .description header .cursor {
  max-width: 1.5rem;
  min-width: 1.5rem;
  display: flex;
}
.svg-map .description header .cursor img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.svg-map .description .rectangle {
  min-width: 3.125rem;
  max-width: 3.125rem;
  min-height: 13.25rem;
  max-height: 13.25rem;
  background-color: #008ACE;
}
.svg-map .description h2 {
  margin-top: 1.75rem;
}
.svg-map .description h3 {
  display: flex;
  align-items: baseline;
  column-gap: 1.375rem;
}
.svg-map .description h3 .location {
  min-width: 1.25rem;
  max-width: 1.25rem;
}
.svg-map .description h3 .location img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.svg-map .location-description a.url {
  padding-right: 2.625rem;
  color: #FF3E3E;
  text-decoration: underline;
  display: flex;
  column-gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .svg-map .location-description a.url {
    padding-right: unset;
  }
}
.svg-map .location-description a.url .img-url {
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
}
.svg-map .location-description a.url .img-url img {
  display: block;
  object-fit: contain;
  width: 100%;
}
.svg-map .popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
}
.svg-map .popup a.url {
  padding-right: none;
}
.svg-map .popup #svg-map-description-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 80%;
  overflow-y: auto;
  background-color: white;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .svg-map .popup #svg-map-description-mobile {
    width: calc(100% - 30px);
  }
}
.svg-map .popup h3 {
  display: flex;
  column-gap: 1.375rem;
  align-items: baseline;
}
.svg-map .popup h3 .location {
  max-width: 1.25rem;
  min-width: 1.25rem;
  display: flex;
}
.svg-map .popup h3 .location svg {
  display: block;
  width: 100%;
}

body.rtl .svg-map .description h2,
body.rtl .svg-map .description h3,
body.rtl .svg-map .description h5 {
  font-family: "Hacen";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}
body.rtl .svg-map .description h2 {
  font-size: 2.5rem !important;
}
body.rtl .svg-map .description h3 {
  font-size: 1.7rem !important;
}
body.rtl .svg-map .description h5 {
  font-size: 1.5rem !important;
}
body.rtl .svg-map .description p,
body.rtl .svg-map .description li,
body.rtl .svg-map .description a {
  font-family: "lateef";
  font-weight: 500;
}
body.rtl .svg-map .description header p {
  font-weight: 600;
  font-size: 1.5rem !important;
}
body.rtl .svg-map .description .location-description p,
body.rtl .svg-map .description .location-description li,
body.rtl .svg-map .description .location-description a {
  font-size: 1.375rem;
}
body.rtl .svg-map .description .location-description a.url {
  font-size: 1.375rem;
  font-weight: 700;
}
body.rtl .svg-map .popup h2,
body.rtl .svg-map .popup h3,
body.rtl .svg-map .popup h5 {
  font-family: "Hacen";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}
body.rtl .svg-map .popup h2 {
  font-size: 2.5rem !important;
}
body.rtl .svg-map .popup h3 {
  font-size: 1.7rem !important;
}
body.rtl .svg-map .popup h5 {
  font-size: 1.5rem !important;
}
body.rtl .svg-map .popup p,
body.rtl .svg-map .popup li,
body.rtl .svg-map .popup a {
  font-family: "lateef";
  font-weight: 500;
}
body.rtl .svg-map .popup header p {
  font-weight: 600;
  font-size: 1.5rem !important;
}
body.rtl .svg-map .popup .location-description p,
body.rtl .svg-map .popup .location-description li,
body.rtl .svg-map .popup .location-description a {
  font-size: 1.375rem;
}
@media screen and (max-width: 1023px) {
  body.rtl .svg-map .popup .location-description p,
  body.rtl .svg-map .popup .location-description li,
  body.rtl .svg-map .popup .location-description a {
    font-size: 1.5rem;
  }
}
body.rtl .svg-map .popup .location-description a.url {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  body.rtl .svg-map .popup .location-description a.url {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=app.css.map */
