@font-face {
  font-family: Harir;
  src: url(./../../fonts/Harir_complete_OTF_Harir.otf);
}

@font-face {
  font-family: Harir-Bold;
  src: url(./../../fonts/Harir_complete_OTF_Harir_Bold.otf);
}

html,
body {
  /* background: #f7f7f7; */
  background: #eae8e3;
  font-family: Harir, "Cairo", sans-serif !important;
  height: 100%;
  margin: 0;
}

#app {
  min-height: calc(100% - 40px);
}

#saudi-flag {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.main {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100%;
}

.wall {
  padding: 10px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

header {
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  header:first-child .row .right-text h1 {
    font-size: 2rem;
  }

  header:first-child .row .left-text h1 {
    font-size: 2rem;
  }
}

header:first-child .row .center-text h1 {
  font-size: 100px;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  color: #578c62;
  -webkit-text-stroke: 4px #578c62;
}

@media only screen and (max-width: 767px) {
  header:first-child .row .center-text h1 {
    font-size: 80px;
  }
}

header * {
  padding: 10px;
}

header .pattern-left {
    position: absolute;
    top: 0;
    left: -90px;
    width: 250px;
}
header .pattern-right {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 250px;
}

.box {
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px 0px 250px/0 0px 15px 250px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.box .top {
  position: relative;
}

.box .top .title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px 2px 15px;
  background: #a1bb7c;
  color: #fff;
  font-size: x-small;
  margin-top: 8px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.58);
}

.box .top .title::before {
  content: "";
  position: absolute;
  border-top: 15px solid #fff;
  border-left: 15px solid #fff;
  left: 0;
  transform: rotate(45deg);
  margin-left: -10px;
}

.box .top .share {
  position: absolute;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  left: 0;
  text-align: left;
  margin-left: 15px;
}

.box .body {
  padding: 0px 10px;
}

.box .footer {
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  color: #a1bb7c;
  padding: 10px;
}
.box .pattern {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 50px;
  opacity: 0.5;
}

.new-message {
  position: fixed;
  z-index: 2;
  bottom: 45px;
  right: 10px;
}

.new-message a {
    height: 60px;
    background: rgb(0 0 0 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 3px solid #dee2e6;
    color: #e9ecef;
    font-size: 50px;
    line-height: 1px;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgb(90 153 212 / 50%);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;
    font-size: revert;
    padding: 0 10px;  
}

.new-message a:hover {
  -webkit-animation: none;
          animation: none;
}
.new-message a {
    background-color: rgb(208, 16, 11); 
    font-size: x-large;
}

.button-dashboard {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  left: 10px;
}

.button-dashboard a {
  width: 60px;
  height: 60px;
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 3px solid #222222;
  color: #fff;
  font-size: 50px;
  line-height: 1px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.button-dashboard a:hover {
  -webkit-animation: none;
          animation: none;
}

.loadMore {
  background: #fff;
  color: #a1bb7c;
  border-color: #a1bb7c;
}

.loadMore:hover,
.loadMore:focus {
  color: #fff;
  background-color: #a1bb7c;
  border-color: #fff;
}

footer {
  background: #fff;
  text-align: center;
  color: #eaeaea;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #a1bb7c;
  padding: 0px 80px;
}

footer div {
  min-height: 40px;
}

footer .copyright {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #fff;
}

footer .social {
  display: flex;
  justify-content: left;
  align-items: center;
}

footer .social * {
  color: #fff;
  margin: 0 3px;
}

.banner {
  margin: 15px;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%, 100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

