﻿html {
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  height: 100%;
}
header {
  background-color: #fff;
  box-shadow: 0 0 5px #808080;
  position: fixed;
  width: 100vw;
  height: 50px;
  z-index: 999;
}
header .header-wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
  padding: 10px;
  display: flex;
}
header .en-logo {
  line-height: 30px;
  margin-right: auto;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
header .logo {
  display: flex;
  flex: 1;
}
header .logo .flag {
  height: 30px;
  width: 40px;
  overflow: hidden;
  margin-left: 10px;
}
header .logo img {
  width: 60px;
  height: 30px;
  float: left;
}
header .logo h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.wrapper {
  height: calc(100vh - 50px);
  position: relative;
  top: 50px;
}
.wrapper img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
.share-site {
  position: fixed;
  background-color: #03783b;
  width: 84px;
  color: #fff;
  height: 72px;
  text-align: center;
  z-index: 999;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
  border-radius: 100%;
  left: 15px;
  bottom: 15px;
  box-shadow: 0 0 5px #f0f0f0;
  cursor: pointer;
  font-weight: 600;
}
.share-site i {
  display: block;
  font-size: 22px;
}
.leaflet-left {
  position: fixed;
  top: 100px;
}
.viewport {
  width: 100vw !important;
}
.pdf i {
  font-size: 24px;
  line-height: 30px;
  color: #d82427;
}
i.fas.fa-circle-notch.fa-spin {
  font-size: 26px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.loading {
  width: 160px !important;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}
h2.website-link {
  position: fixed;
  background-color: #fff;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  font-size: 17px;
  padding: 0 15px;
}