@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;500;700;900&family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
/* 006747 */
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}
/* Main Menu */
#headerMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background-color: transparent;
  z-index: 99;
}
.hamburger-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  background: #006747;
  color: #fff;
  z-index: 999;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #fff;
}
.hamburger-icon:hover {
  background: #fff;
  color: #006747;
  border: solid 1px #006747;
}
.menu-overlay {
  position: fixed;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: left 0.5s;
  z-index: 99;
}
.menu-items {
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: 700;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  width: 350px;
}
.menu-items a {
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.3s;
  color: #006747;
  padding: 5px 20px;
  border: solid 1px rgba(255, 255, 255, 0);
}
.menu-items a:hover {
  color: #fff;
  background-color: #006747;
  border-radius: 5px;
  border: solid 1px #fff;
}
/* background Art */
#backgroundArt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.dark-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 103, 71, 0.45);
  z-index: 0;
}
.dark-overlay-brand {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/pageMask_01White.png");
  background-size: cover;
  background-position: left;
  mix-blend-mode: overlay;
  z-index: 0;
}
/* User Link */
#userLink {
  position: fixed;
  top: 10px;
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  padding: 5px;
  color: #006747;
  border-radius: 5px;
  border: solid 1px #006747;
}
#userLink:hover {
  color: #fff;
  background-color: #006747;
  border: solid 1px #fff;
}
#userLink a {
  width: 100%;
  height: 100%;
  font-weight: 500;
  padding: 5px;
  color: #006747;
  text-decoration: none;
}
#userLink a:hover {
  color: #fff;
}
.userLink-solo {
  right: 50px;
}
.userLink-grp {
  right: 90px;
}
.dropdown-content {
  display: none;
  position: absolute;
  /*right: 90px;*/
  top: 45px; /* Adjust as needed */
  z-index: 999;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #006747;
}
.dropdown-content a {
  color: #006747;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #fff;
  background-color: #006747;
}
/* Custom Popups */
.custom-popup-on {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006747;
  z-index: 1;
}
.custom-popup-on-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.custom-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  width: 300px;
  border: solid 2px #006747;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.custom-popup-content input {
  width: 90%;
  margin-bottom: 10px;
  height: 28px;
  border-radius: 7px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
}
#customMessgeTitle {
  text-align: center;
  color: #006747;
  font-size: 24px;
  font-weight: 700;
}
#customMessge {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
#confirmMessage {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}
.custom-popup-content h2 {
  text-align: center;
  color: #006747;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
.custom-popup-content button {
  text-align: center;
  background-color: #006747;
  padding: 5px 40px;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  border-radius: 10px;
  border: solid 2px #fff;
  cursor: pointer;
  font-size: 16px;
}
.custom-popup-content button:hover {
  background-color: #fff;
  color: #006747;
  border-radius: 12px;
  border: solid 2px #006747;
}
#confirmYesBtn {
  margin-right: 20px
}
#confirmNoBtn {
  margin-left: 20px;
}
.custom-popup-content.error {
  background-color: #ffcccc;
}
.custom-popup-content button {
  margin-top: 10px;
}
.custom-popup-content-header {
  background-color: #006747;
  position: fixed;
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0px 0px;
}
.custom-popup-content-header img {
  width: auto;
  height: 100%;
}
/*header Logo*/
.headerLogo-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url("../images/saudi_header_background.webp");
  background-size: cover;
  background-position: top;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px #fff;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
}
.headerLogo-container img {
  max-height: 95%;
  max-width: 85%;
  vertical-align: middle;
}
/* main content */
.main-content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.main-content-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1024px; 
  height: 200px;
  border-radius: 10px;
  font-family: 'Outfit', sans-serif;
  background: rgba(255, 255, 255, 1.0);
}
.main-content-header {
  background-image: url('../images/saudi_header_background_darkened.webp');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 36px;
  top: 0;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  padding-top: 5px;
}
.main-content-header-title {
  font-family: 'VT323', monospace;
  font-weight: 100;
  font-size: 32px;
  color: #fff;
}
.main-content-box-90 {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  height: 90%;
}
.main-content-box-100 {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
.main-content-box-content {
  position: relative;
  width: 100%;
  margin: auto;
}
.main-content-box-content-padding {
  padding-left: 10px;
  padding-right: 10px;
}
/* footer */
footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  z-index: 99;
  margin: 0;
  height: 40px;
}
.footer-index {
  height: 100%;
  background-color: rgba(0, 103, 71, 0.25);
}
.footer-index p {
  font-weight: 300;
  color: #fff;
}
.footer-index a {
  font-weight: 300;
  color: #fff;
}
.footer-black {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.footer-black p {
  font-weight: 300;
  color: #000;
}
.footer-black p a {
  font-weight: 300;
  color: #000;
}
/* Spinner */
#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* LocalTemp */
#localTemp {
  position: fixed;
  top: 10px;
  z-index: 999;
}
.localTemp-solo {
  right: 10px;
}
.localTemp-grp {
  right: 50px;
}
#localTemp button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #fff;
  padding: 5px;
  color: #006747;
  border-radius: 5px;
  border: solid 1px #006747;
}
#localTemp button:hover {
  background-color: #006747;
  color: #fff;
  border: solid 1px #fff;
}
.localMessgeTitle {
  font-family: 'Cairo', sans-serif;
  font-size: 32px;
  font-weight: 700;
  direction: rtl;
}
.localMessge {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  direction: rtl;
}
/* Misc */
.margin-bottom-30 {
  margin-bottom: 30px;
}
/* Resposive */
@media (max-width: 768px) {
  /* */
  .main-content-container {
    width: 95%;
    max-width: 95%;
  }
  .main-content-header-title {
    font-size: 24px;
    color: #fff;
  }
  .main-content-header {
    height: 28px;
  }
  /* */
  .custom-popup-content {
    width: 100%;
    height: auto;
  }
  .dark-overlay-brand {
    background-image: url("../images/pageMask_01MobileWhite.png");
  }
}
@media (orientation: landscape) and (max-width: 1080px) {
  .main-content-container {
    width: 95%;
    max-width: 95%;
  }
  .main-content-header-title {
    font-size: 24px;
    color: #fff;
  }
  .main-content-header {
    height: 28px;
  }
}