@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'jn';
  src: url('../fonts/jannaltregular.eot');
}
@font-face {
  font-family: 'jn';
  src: url(//:) format('no404'), url('../fonts/jannaltregular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: url("../images/payment-pattern.svg") no-repeat #f9fcfa;
  background-size: cover;
  font-family: "jn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  direction: rtl;
  text-align: right;
}
.h-100 {
  height: 100vh !important;
}
.preloader {
  width: 100%;
  height: 100px;
  top: 85px;
  position: relative;
  z-index: 99999;
  background: transparent;
  right: 0;
  left: 0;
  z-index: 99;
}
.loader, .loader-figure {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader {
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
}
.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../images/logo.svg) no-repeat;
  width: 200px;
  height: 85px;
  background-size: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.loader-logo img {
  width: 200px;
  margin: auto;
}
.loader-figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #f9f9f9;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader-label {
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 2em 0 0 50%;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5em;
  color: #006f42;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 600;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container::after, .container::before {
  display: table;
  content: " ";
}
.container::after {
  clear: both;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  border-radius: 12px;
    margin-top: 1rem;
  padding: 1.5rem !important;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.alert-danger {
  display: flex;
  align-items: center;
  justify-content: space-between;
    flex-wrap: wrap;
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #721c24;
    line-height: 2;
    font-size: 14px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  width: 100%;
}
.alert-danger li span{
    font-weight: 700;
    font-size: 16px;
}
.maintenance_txt {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-top: 150px;
  width: 100%;
  white-space: normal;
  padding: 0 5px;
}
.maintenance_txt span {
  font-size: 50px;
}
.error_link {
  color: #07706d !important;
    font-weight: 700;
  background: #fff;
    border: 1px solid #07706d;
  padding: 10px;
  width: auto;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-align: center;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
}
.error_link:hover {
  color: #fff !important;
  background: #07706d;
}
footer.footer.footer-inner {
    background: #fff;
    padding: 1.5rem 0;
    color: #333;
    font-size: 14px;
    padding-right: 0;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer.footer.footer-inner .footer-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
footer.footer.footer-inner .footer-cont .side-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
footer.footer.footer-inner a {
    margin: 0;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-left: 2rem;
}
.footer-logo img {
    margin: 0;
    height: 40px;
    vertical-align: middle;
    border-style: none;
}
@-webkit-keyframes loader-figure {
  0% {
    height: 2em;
    width: 2em;
    background-color: #1976d2
  }
  29% {
    background-color: #1976d2
  }
  30% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1
  }
  to {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 2em;
    width: 2em;
    background-color: #1976d2
  }
  29% {
    background-color: #1976d2
  }
  30% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1
  }
  to {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent
  }
}
@keyframes loader-figure {
  0% {
    height: 2em;
    width: 2em;
    background-color: #ffffff;
  }
  29% {
    background-color: #fff;
  }
  30% {
    height: 5em;
    width: 5em;
    background-color: transparent;
    border-width: 3em;
    opacity: 1;
  }
  to {
    height: 5.5em;
    width: 5.5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-figure-check {
  0% {
    height: 2em;
    width: 2em;
    border: 10px solid #85bd48;
  }
  50% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
    border: 40px solid #fff;
  }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
    border: 80px solid #07706d;
  }
}
@-moz-keyframes loader-figure-check {
  0% {
    height: 2em;
    width: 2em;
    border: 10px solid #85bd48;
  }
  50% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
    border: 40px solid #fff;
  }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
    border: 80px solid #07706d;
  }
}
@keyframes loader-figure-check {
  0% {
    height: 2em;
    width: 2em;
    border: 10px solid #85bd48;
  }
  50% {
    height: 4em;
    width: 4em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
    border: 40px solid #fff;
  }
  100% {
    height: 5em;
    width: 5em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
    border: 80px solid #07706d;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25
  }
  30% {
    opacity: 1
  }
  to {
    opacity: 0.25
  }
}
@-moz-keyframes loader-label {
  0% {
    opacity: 0.25
  }
  30% {
    opacity: 1
  }
  to {
    opacity: 0.25
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25
  }
  30% {
    opacity: 1
  }
  to {
    opacity: 0.25
  }
}