@charset "UTF-8";
@font-face {
  font-family: "Poppins-light";
  src: url(../fonts/Poppins/Poppins-Light.ttf) format("woff2");
}
@font-face {
  font-family: "Poppins-regular";
  src: url(../fonts/Poppins/Poppins-Regular.ttf) format("woff2");
}
@font-face {
  font-family: "Poppins-medium";
  src: url(../fonts/Poppins/Poppins-Medium.ttf) format("woff2");
}
@font-face {
  font-family: "Poppins-bold";
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf) format("woff2");
}
::-moz-selection {
  background-color: #c19a00;
  color: #000;
}
::selection {
  background-color: #c19a00;
  color: #000;
}

:root {
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root * {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
:root a {
  font-weight: 500;
  color: #f2c200;
  text-decoration: none;
  transition: all 0.5s;
}
:root a span {
  color: #c19a00;
  transition: all 0.5s;
}
:root a:hover {
  color: #ffd735;
  text-shadow: 0 0 7px #ffd735, 0 0 3px #ffd735;
}
:root a:hover span {
  color: #f2c200;
}
:root html,
:root body {
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  overflow: hidden !important;
  align-items: start;
  font-family: "Poppins-medium";
  color: #fefefe;
  text-shadow: 0 1px 0 #000;
}

#Bahaasoft {
  min-width: 320px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Bahaasoft .app-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c19a00;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  z-index: 999 !important;
  font-family: "Poppins-bold";
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
#Bahaasoft .app-header .app-btn {
  position: absolute;
  z-index: 100 !important;
  inset-inline-start: 0.75rem;
  inset-block-start: 0.125rem;
  width: 2.25rem;
  height: 2rem;
  display: block;
  border-radius: 0.24rem;
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../imgs/menu2.svg);
}
#Bahaasoft .app-header .app-title {
  z-index: 99 !important;
  font-size: 1.5rem;
  text-align: center;
  text-shadow: 1px 1px 0 black;
  width: 100%;
}
#Bahaasoft #search-panel {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
#Bahaasoft #search-panel input {
  width: 100%;
  font-size: 15px;
}
#Bahaasoft #search-panel input:focus {
  outline: 2px solid #c19a00;
}
#Bahaasoft #app-content {
  position: relative !important;
  width: 100vw;
  height: calc(100% - 7rem);
  margin: 0 !important;
  padding: 1rem;
  overflow: hidden;
  z-index: 10;
  transition: all 0.5s;
}

.footer {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 4rem;
  line-height: 1.15rem;
  inset-block-end: 0;
  font-size: 14px;
  background: #c19a00;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
}
.footer a {
  font-family: "Poppins-bold";
  color: #fff;
}
.footer a:hover {
  color: #000;
  text-shadow: 0 1px 0 #000;
}

#side-menu {
  width: 20rem;
  height: calc(100vh - 4.25rem - 4px);
  position: absolute;
  z-index: 11;
  inset-block-start: calc(2.25rem + 4px);
  inset-block-end: 2rem;
  inset-inline-start: -21rem;
  background-color: #121212;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#side-menu.shown {
  inset-inline-start: 0;
}
#side-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#side-menu ul li {
  font-size: 1.2rem;
  display: flex;
  width: 100%;
  padding: 0.75rem 2rem;
  color: #fff;
  transition: all 0.5s;
  background-size: 20px 20px; /* set the size of your image */
  background-position: 0.2rem 0.95rem; /* set the position of your image */
  background-repeat: no-repeat;
}
#side-menu ul li.home {
  background-image: url(../imgs/home.svg);
}
#side-menu ul li.app-settings {
  background-image: url(../imgs/settings.svg);
}
#side-menu ul li.profile {
  background-image: url(../imgs/profile.svg);
}
#side-menu ul li.about {
  background-image: url(../imgs/about.svg);
}
#side-menu ul li.disclaimer {
  border-block-start: 1px solid #ddd;
  background-image: url(../imgs/legal-lawyer.svg);
}
#side-menu ul li:hover {
  background-color: beige;
  color: #000;
}
#side-menu #side-copyright {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  padding-block-start: 0.5rem;
  border-block-start: 1px dashed #ddd;
}
#side-menu #side-copyright div,
#side-menu #side-copyright a {
  padding: 0.15rem 0;
  display: block;
}
#side-menu #side-copyright a {
  text-decoration: none;
  color: #c19a00;
  padding-inline: 2rem;
}
#side-menu.ar {
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
}
#side-menu.ar ul li {
  font-size: 1.5rem;
  border-color: #242424;
  background-position: calc(100% - 0.2rem) 1.33rem !important;
}
#side-menu.ar #side-copyright {
  border-color: #242424;
}

.section-header {
  width: 100%;
  text-align: center;
  color: darkviolet;
  font-size: 1rem;
  padding-block: 0.5rem;
  border-bottom: 1px dashed darkviolet;
}

.page {
  width: 100%;
  z-index: 12;
  height: calc(100vh - 4.25rem - 4px);
  inset-block-start: calc(2.25rem + 4px);
  inset-block-end: 2rem;
  inset-inline-start: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.5s;
}
.page.shown {
  inset-inline-start: 0 !important;
}
.page .page-header {
  height: 2.5rem;
  width: 100%;
  border-bottom: 1px dashed darkviolet;
  text-align: center;
}
.page .page-body {
  width: 50%;
  height: calc(100vh - 4.25rem - 2rem - 4px);
  overflow-x: hidden;
  overflow-y: auto;
  background: black;
}
.page .page-body .app-info {
  width: 75%;
  padding-inline: 1rem;
}
.page .page-body .app-info .flex.column {
  margin-block: 2rem;
}
.page .page-body b {
  width: 120px;
  color: darkviolet;
}
.page .page-body a {
  color: darkviolet;
}

.msgbox-container {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100vh;
  padding: 0;
  inset-block-start: 0;
  background-color: rgba(221, 221, 221, 0);
  display: flex;
  justify-content: center;
}
.msgbox-container .bg-cover {
  position: absolute;
  width: 100%;
  inset-block-start: 33px;
  height: calc(100vh - 2.5rem - 2rem);
  padding: 1.5rem 0.25rem;
  background-color: rgba(221, 221, 221, 0.75);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
}
.msgbox-container .bg-cover .msgbox {
  position: relative;
  width: calc(100% - 0.5rem);
  max-width: 480px;
  min-height: 100px;
  height: -moz-fit-content;
  height: fit-content;
  background: #fdfdfd;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  color: #000;
}
.msgbox-container .bg-cover .msgbox .title {
  width: 100%;
  height: 2.5rem;
  line-height: 2.65rem;
  font-size: 13px;
  padding-inline-start: 1rem;
  border-bottom: 1px solid #ddd;
}
.msgbox-container .bg-cover .msgbox .body {
  width: 100%;
  min-height: 80px;
  padding: 0.5rem;
}
.msgbox-container .bg-cover .msgbox .body .icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  background-size: 64px;
}
.msgbox-container .bg-cover .msgbox .body .icon.alert {
  background-image: url(../imgs/alert.svg);
}
.msgbox-container .bg-cover .msgbox .body .icon.error {
  background-image: url(../imgs/error.svg);
}
.msgbox-container .bg-cover .msgbox .body .icon.success {
  background-image: url(../imgs/success.svg);
}
.msgbox-container .bg-cover .msgbox .body .message {
  width: calc(100% - 4rem);
  font-size: 12.5px;
  border-inline-start: 1px solid #ddd;
  line-height: 1.5;
}
.msgbox-container .bg-cover .msgbox .footer {
  background: transparent;
}
.msgbox-container .bg-cover .msgbox .footer .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 48px;
  border: 1px solid #777;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
  margin-block: 0.5rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 25;
  background: #242424;
}
.loader .spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top: 8px solid #c19a00; /* Spinner color */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@media (max-width: 1024px) {
  .flex:not(.wrap) {
    flex-direction: column !important; /* Change to column layout on small screens */
    align-items: center !important; /* Center align items in the column layout */
  }
  .flex:not(.wrap) b {
    margin-block: 1rem 0.5rem;
  }
  .page .page-body {
    width: 80%;
  }
  .page .page-body .app-info .flex.column {
    margin-block: 1rem;
  }
  .page .page-body .app-info b {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .page .page-body {
    width: 100%;
  }
  .page .page-body .app-info {
    width: 100%;
  }
  .page .page-body b {
    text-align: center !important;
    padding: 0 !important;
  }
}
.fill-vertically {
  height: 4rem;
}

.text-shadow {
  text-shadow: 0 1px 0 #000;
}

.text-white {
  color: white;
}

.text-light {
  color: #eee;
}

.fs-huge {
  font-size: 3rem;
}

.fs-bigger {
  font-size: 2.75rem;
}

.fs-big {
  font-size: 2.5rem;
}

.fs-good {
  font-size: 2.25rem;
}

.fs-enough {
  font-size: 1.5rem;
}

.fs-medium {
  font-size: 1.25rem;
}

.fs-normal {
  font-size: 1rem;
}

.fs-small {
  font-size: 0.75rem;
}

.fs-normal {
  font-size: 1rem;
}

.comfy {
  letter-spacing: 0.75px;
}

.comfy-x {
  letter-spacing: 0.9px;
}

.comfy-xx {
  letter-spacing: 1px;
}

.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.column {
  flex-direction: column;
}
.flex.align-start {
  align-items: start;
}
.flex.align-center {
  align-items: center;
}
.flex.align-end {
  align-items: end;
}
.flex.align-stretch {
  align-items: stretch;
}
.flex.justify-start {
  justify-content: start;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: end;
}
.flex.justify-stretch {
  justify-content: stretch;
}
.flex.wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.flex.no-wrap {
  flex-wrap: nowrap;
}
.flex .flex-img {
  flex-shrink: 0;
}

p {
  margin-block: 1rem;
}

.mt-h {
  margin-block-start: 0.5rem;
}

.mt-f {
  margin-block-start: 1rem;
}

.me-h {
  margin-inline-end: 0.5rem;
}

.me-f {
  margin-inline-end: 1rem;
}

.mb-h {
  margin-block-end: 0.5rem;
}

.mb-f {
  margin-block-end: 1rem;
}

.ms-h {
  margin-inline-start: 0.5rem;
}

.ms-f {
  margin-inline-start: 1rem;
}

.mx-h {
  margin-inline: 0.5rem;
}

.mx-f {
  margin-inline: 1rem;
}

.my-h {
  margin-block: 0.5rem;
}

.my-f {
  margin-block: 1rem;
}

.m-h {
  margin: 0.5rem;
}

.m-f {
  margin: 1rem;
}

.mx-auto {
  margin: 0 auto !important;
}

.pt-h {
  padding-block-start: 0.5rem;
}

.pt-f {
  padding-block-start: 1rem;
}

.pe-h {
  padding-inline-end: 0.5rem;
}

.pe-f {
  padding-inline-end: 1rem;
}

.pb-h {
  padding-block-end: 0.5rem;
}

.pb-f {
  padding-block-end: 1rem;
}

.ps-h {
  padding-inline-start: 0.5rem;
}

.ps-f {
  padding-inline-start: 1rem;
}

.px-h {
  padding-inline: 0.5rem;
}

.px-f {
  padding-inline: 1rem;
}

.py-h {
  padding-block: 0.5rem;
}

.py-f {
  padding-block: 1rem;
}

.p-h {
  padding: 0.5rem;
}

.p-f {
  padding: 1rem;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.bg-img {
  background-size: 24px 24px; /* set the size of your image */
  background-position: center; /* set the position of your image */
  background-repeat: no-repeat;
}

.btn {
  padding: 0.25rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.5s;
}
.btn.close {
  position: absolute;
  z-index: 21;
  inset-inline-end: 0;
  inset-block-start: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../imgs/close.svg);
}
.btn.current {
  background-color: #c19a00;
}
.btn.radius {
  border-radius: 0.25rem;
}
.btn:hover {
  background-color: #c19a00;
  color: white;
}

.border {
  border: 1px solid #c19a00;
}

.radius {
  border-radius: 0.5rem;
}

.d-none {
  display: none !important;
}

.opacity-0 {
  opacity: 0;
}

.action-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.w-0 {
  width: 0;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-0 {
  height: 0;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-end {
  text-align: end;
}

.hyphen {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.lh-1 {
  line-height: 1.25;
}

.lh-2 {
  line-height: 1.5;
}

.lh-3 {
  line-height: 1.75;
}

.bold {
  font-weight: 600;
  font-family: "Poppins-bold";
}

b {
  font-family: "Poppins-bold";
}

.under {
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
}

.over {
  -webkit-text-decoration: wavy overline lime;
          text-decoration: wavy overline lime;
}

.line {
  text-decoration: line-through;
}

.plain {
  text-decoration: none;
}

.text-nowrap {
  text-wrap: nowrap;
}

.digital {
  font-family: monospace, Courier, "Courier New";
}

.underover {
  -webkit-text-decoration: dashed underline overline;
          text-decoration: dashed underline overline;
}

.thick {
  -webkit-text-decoration: solid underline purple 4px;
          text-decoration: solid underline purple 4px;
}

.blink {
  text-decoration: blink;
}

select {
  height: 38px;
  padding-inline: 1rem;
  background: #202020;
  font-size: 1.15rem;
}

[data-enabled=false] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

/* Container for the toggle switch */
.toggle-switch {
  position: relative !important;
  width: 60px;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  text-align: start;
  /* Hide the default checkbox */
  /* The slider (inner part) */
  /* The circle (switch part) */
  /* The switch circle */
  /* Move the switch when the checkbox is checked */
}
.toggle-switch .toggle-switch-checkbox {
  display: none;
}
.toggle-switch .toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 20px;
}
.toggle-switch .toggle-switch-inner {
  display: block;
  width: 200%;
  margin-inline-start: -100%;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch .toggle-switch-inner:before,
.toggle-switch .toggle-switch-inner:after {
  display: block;
  float: inline-start;
  width: 50%;
  height: 24px;
  padding: 0;
  padding-inline: 10px;
  line-height: 24px;
  font-size: 0.75rem;
  font-family: Trebuchet, Arial, sans-serif;
  box-sizing: border-box;
}
.toggle-switch .toggle-switch-inner:before {
  content: "On";
  background-color: #c19a00;
  color: white;
}
.toggle-switch .toggle-switch-inner:after {
  content: "Off";
  background-color: #222;
  color: #777;
  text-align: end;
}
.toggle-switch .toggle-switch-switch {
  display: block;
  width: 22px;
  margin: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  border: 2px solid #ddd;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-inline-start: 0;
}
.toggle-switch .toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  inset-inline-start: 2rem;
}

.slider-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 10rem;
  height: 2rem;
}
.slider-container .slider {
  width: 100%;
  height: 2rem;
}
.slider-container .slider-label {
  margin-inline-start: 0.5rem;
}

.tab {
  position: relative;
  display: flex;
  flex-direction: column;
}
.tab .tab-header {
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #555;
  border-bottom: none;
  background-color: #242424;
  z-index: 2 !important;
  overflow: hidden;
}
.tab .tab-header .tab-item {
  width: 50%;
  max-width: 10rem;
  line-height: 2.5rem;
  padding-block: 1rem;
}
.tab .tab-header .tab-item:last-child {
  border-inline-start: 1px solid #555;
}
.tab .tab-header .tab-item.selected {
  background: #000;
}
.tab .tab-body {
  z-index: 1;
  padding: 1rem;
  margin-block-start: -1px;
  border: 1px solid #555;
  background: #000;
}

.settings {
  position: absolute;
  z-index: 100;
  inset-block: 2rem;
  inset-inline-start: 101%;
  width: 100%;
  height: 100%;
  background: #222;
  transition: all 0.5s;
}
.settings.shown {
  inset-inline-start: 0;
}
.settings .title {
  font-size: 1.25rem;
  font-family: "Poppins-bold";
  margin-block-end: 1rem;
  text-align: center;
}
.settings .body {
  width: 100%;
}
.settings .body .option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  border-block-end: 1px solid #444;
}
.settings .body .option .switch-title {
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
.settings .body .text-container {
  margin: 20px;
}
.settings.ar .option,
.settings.ar select {
  font-size: 1.25rem;
}

.ar {
  direction: rtl;
}
.ar * {
  direction: rtl;
}
.ar .toggle-switch .toggle-switch-inner:before,
.ar .toggle-switch .toggle-switch-inner:after {
  font-size: 1rem;
  padding-inline-end: 14px;
}
.ar .toggle-switch .toggle-switch-inner:before {
  content: "نعم";
}
.ar .toggle-switch .toggle-switch-inner:after {
  content: "لا";
  text-align: end !important;
}/*# sourceMappingURL=style.css.map */