@font-face {
  font-family: ds;
  src: url(../fonts/ds/ds.eot);
  src: url(../fonts/ds/ds.eot#iefix) format("embedded-opentype"),
    url(/themes/custom/momrah-theme/fonts/ds/ds.ttf) format("truetype"),
    url(/themes/custom/momrah-theme/fonts/ds/ds.woff) format("woff"),
    url(/themes/custom/momrah-theme/fonts/ds/ds.svg#ds) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-display: swap;
  font-family: IBM;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/IBM/IBMPlexSansArabic-Light.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IBM;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/IBM/IBMPlexSansArabic-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IBM;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/IBM/IBMPlexSansArabic-Medium.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IBM;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/IBM/IBMPlexSansArabic-SemiBold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: IBM;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/IBM/IBMPlexSansArabic-Bold.ttf) format("truetype");
}

body {
  font-family: IBM, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  line-height: 24px;
}

.ltr {
  direction: ltr;
}

.fw-500 {
  font-weight: 500;
}

header {
  left: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

header #search-input {
  width: 100px;
  transition: width 0.3s ease;
}

header #search-input:focus {
  width: 200px;
}

section.home-hero {
  background: var(--background-sa-flag);
  background: linear-gradient(
    230deg,
    var(--background-primary) 0,
    var(--background-sa-flag) 100%
  );
  height: 491px;
  position: relative;
}

.home-hero {
  background: linear-gradient(
      rgba(9, 42, 30, 0.8) 100%,
      rgba(9, 42, 30, 0.85) 100%
    ),
    url("../assets/images/bg.jpg") !important;
  background-position: center;
}

section.home-hero p,
section.home-hero span {
  color: var(--bs-white);
  font-size: 20px;
}
section.home-hero h1 {
  color: var(--bs-white);
  font-size: 3.75rem;
  font-weight: 600;
}

#survey {
  background: #f9fafb url("../assets/images/s-background.png") no-repeat bottom
    center;
  background-size: cover;
}

.slick-dots {
  position: relative;
  bottom: -15px;
  right: 0;
  left: 0;
  text-align: center;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  background: #fff;
  color: #fff;
  border: solid 1px var(--bs-primary);
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}

.slick-dots li button {
  color: transparent;
  border: none;
  background: none;
}

.slick-dots li button:before {
  color: transparent;
  border: none;
  background: none;
}

.slick-dots li.slick-active {
  background-color: var(--bs-primary);
  border: solid 1px var(--bs-primary);
  position: relative;
}

.slick-slide img.icon {
  display: unset;
}

.ministy-word {
  position: relative;
}

.ministy-word::before {
  content: "”";
  font-size: 8rem;
  position: absolute;
  top: 0;
  right: -15px;
  /*color: var(--bs-primary);*/
  color: #14573a;
}

[dir="ltr"] .ministy-word::before {
  content: "“";
  top: 0;
  right: auto;
  left: -15px;
}

.ministy-word::after {
  content: "“";
  font-size: 8rem;
  position: absolute;
  bottom: -70px;
  left: 0;
  /*color: var(--bs-primary);*/
  color: #14573a;
}

[dir="ltr"] .ministy-word::after {
  content: "”";
  right: -15px;
  left: auto;
}

ul.nav-bordered {
  border-bottom: solid 1px #d6d9e0;
  margin-bottom: 2rem !important;
}
ul.nav-bordered .nav-link {
  color: #1d1d1f;
  border: 0 !important;
  background: transparent !important;
}
ul.nav-bordered .nav-link.active,
ul.nav-bordered .nav-link:hover,
ul.nav-bordered .nav-link:focus {
  border: 0 !important;
  background: none !important;
  outline: none !important;
  color: rgba(var(--bs-primary-rgb));
  border-bottom: solid 4px rgba(var(--bs-primary-rgb)) !important;
  font-weight: bold;
}

.circle-i {
  background-color: var(--background-brand-light);
  border-radius: 100%;
  color: var(--icon-success);
  display: block;
  font-size: var(--display-sm--regular);
  height: 56px;
  line-height: 1.9;
  width: 56px;
  text-align: center;
}

.circle-48 {
  background-color: var(--background-brand-light);
  border-radius: 100%;
  color: var(--icon-success);
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
}

.circle-32 {
  border-radius: 100%;
  color: var(--icon-success);
  display: block;
  font-size: var(--display-xs--regular);
  height: 32px;
  line-height: 1.9;
  width: 32px;
  text-align: center;
}

.lh-40 {
  line-height: 40px;
}

.lh-48 {
  line-height: 48px;
}

.lh-60 {
  line-height: 60px;
}

.slick-arrow {
  border: 0;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  position: absolute;
  bottom: -60px;
  font-size: 0;
  background-color: var(--bs-primary);
  color: #fff;
}

.slick-arrow:active,
.slick-arrow:hover {
  background-color: #f9fafb;
}

.slick-prev {
  left: calc(50% - 60px);
}

.slick-prev::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-size: 1rem;
  font-weight: 900;
}

.slick-next {
  right: calc(50% - 60px);
}

.slick-next::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 1rem;
  font-weight: 900;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  color: #000000 !important;
}

.partners-swiper .slick-arrow {
  border: 0;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: calc(50% - 15px);
  font-size: 0;
  background-color: var(--bs-light);
  color: var(--bs-dark);
}

.partners-swiper .slick-arrow:active,
.partners-swiper .slick-arrow:hover {
  background-color: #f9fafb;
}

.partners-swiper .slick-prev {
  left: -50px;
}

.partners-swiper .slick-prev::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-size: 1rem;
  font-weight: 900;
}

.partners-swiper .slick-next {
  right: -50px;
}

.partners-swiper .slick-next::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 1rem;
  font-weight: 900;
}

.partners-swiper .slick-prev:hover::before,
.partners-swiper .slick-next:hover::before {
  color: #000000 !important;
}

#apps .app-image {
  margin-bottom: -1rem;
  margin-left: -2rem;
}

.bg-light-green {
  background-color: var(--colors-primary-sa-flag-25);
}

.page-sidebar .list-group-item {
  font-weight: bold;
  color: var(--bs-gray-600);
  border: none;
  padding-inline-start: 1rem;
}
.page-sidebar .list-group-item.active {
  background-color: transparent;
  color: var(--bs-gray-900);
  border: none;
  border-right: solid 5px var(--bs-primary);
  padding: 1rem 0;
  padding-inline-start: 1rem;
  margin-bottom: 0.5rem;
}

footer {
  background-color: #074d31;
  color: #fff !important;
}

footer a,
footer h5,
footer p {
  color: #fff !important;
}

.view-filters:not(.execluded) input[type="text"] {
  background-image: url("../assets/images/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) center !important;
  padding-inline-start: 2.5rem !important;
  margin: 0 !important;
}

.view-filters:not(.custom) .form-item input.form-text,
.view-filters:not(.custom) .form-item input.form-date {
  display: block;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-dark);
  background-color: #fff;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #9da4ae;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
}

.form-control:hover,
.form-control.active,
.form-select:hover,
.form-select.active {
  border-color: var(--bs-gray-950) !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-bottom-color: var(--bs-gray-950) !important;
  border-bottom-width: 0.125rem !important;
}

.inner-page-container .inner-page-content {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: initial;
  border-radius: 0;
  padding: 0;
}

.inner-page-container .inner-page-content .view-news .pager {
  background: transparent;
  margin-top: 2rem;
}

.pager {
  margin-top: 1.25rem;
}

.pager .pager__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.pager .pager__items .pager__item {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.5rem;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.pager .pager__items .pager__item.pager__item--ellipsis {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #161616;
}

.pager .pager__items .pager__item::after {
  width: 1.5rem;
  height: 0.1875rem;
  border-radius: 624.9375rem;
  background: var(--bs-primary);
}

.pager .pager__items .pager__item a {
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  min-width: 1.5rem;
  text-align: center;
}

.pager .pager__items .pager__item.is-active::after,
.pager .pager__items .pager__item:hover::after {
  content: "";
}

.pager .pager__items .pager__item.pager__item--ellipsis::after {
  display: none;
}

.pager .pager__items .pager__item.is-active a,
.pager .pager__items .pager__item:hover a {
  color: #161616;
}

body.momra .view-filters .dropdown-menu {
  padding: 1rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #d2d6db;
  background: #fff;
}

.view-filters:not(.custom) .form-item.form-wrapper,
.view-filters:not(.custom) .form-item .form-checkboxes .form-checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch !important;
}

.view-filters:not(.custom) .form-item .form-check-input {
  margin: 0;
}

.view-filters:not(.custom) .form-type-select {
  min-width: 220px;
}

.view-filters:not(.custom) .form-wrapper {
  min-width: 200px;
}

.view-filters:not(.custom) .form-wrapper legend {
  margin-bottom: 0.2rem;
  font-size: 0.875rem;
}

.view-filters:not(.custom) .form-radios {
  display: flex;
}

.view-filters:not(.custom) .form-radios .form-type-radio {
  display: flex;
  margin-bottom: 0;
  margin-top: 0.6rem;
}

.view-filters:not(.custom) input.form-radio {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0.4rem;
  padding: 0;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.view-filters:not(.custom) .form-actions {
  margin: 0;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}

.view-filters:not(.custom) .dropdown-menu .filtration-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  max-height: 30rem;
  overflow: auto;
  margin-bottom: 1rem;
}

.view-filters:not(.custom) .dropdown-menu .filtration-container .fieldgroup {
  border-bottom: 1px solid #d2d6db;
  padding-bottom: 0.75rem;
}

.view-filters:not(.custom)
  .dropdown-menu
  .filtration-container
  .fieldgroup:last-child {
  border: 0;
}

.view-filters:not(.custom) .dropdown-menu .form-radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch !important;
}

.view-filters:not(.custom) .dropdown-menu .form-radios input.form-radio {
  margin: 0;
  display: none;
}

.view-filters:not(.custom)
  .dropdown-menu
  .form-radios
  input.form-radio:checked {
  filter: grayscale(10);
}

.view-filters:not(.custom) .dropdown-menu .form-radios label {
  cursor: pointer;
  width: 100%;
}

.view-filters:not(.custom)
  .dropdown-menu
  .form-radios
  input.form-radio:checked
  + label {
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.view-filters:not(.custom)
  .dropdown-menu
  .form-radios
  input.form-radio:checked
  + label::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

.view-filters:not(.custom) .dropdown-menu .form-actions {
  display: flex !important;
}

.view-filters .dropdown-menu .fieldset-wrapper {
  width: 100%;
}

.view-filters:not(.custom) .search-sort .form-item-sort-bef-combine {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch !important;
  min-width: 200px;
}

.view-filters:not(.custom)
  .dropdown-menu
  .form-radios
  input.form-radio:checked {
  filter: grayscale(10);
}

.view-filters:not(.custom) .form-item label {
  display: block;
  margin-bottom: 0;
  color: #1f2a37;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55556rem;
}

.view-filters:not(.execluded) .form-item {
  margin: 0 !important;
}

.form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

.pager .pager__items .pager__item.pager__item--first a span,
.pager .pager__items .pager__item.pager__item--previous a span,
.pager .pager__items .pager__item.pager__item--next a span,
.pager .pager__items .pager__item.pager__item--last a span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pager .pager__items .pager__item.pager__item--first a::before,
.pager .pager__items .pager__item.pager__item--previous a::before,
.pager .pager__items .pager__item.pager__item--next a::before,
.pager .pager__items .pager__item.pager__item--last a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.32813rem 0.51563rem;
  font-family: ds;
  content: "\eb16";
  font-size: 1.25rem;
}

.pager .pager__items .pager__item.pager__item--next a::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

.pager .pager__items .pager__item.pager__item--last a::before {
  content: "\f100";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

[dir="ltr"] .pager .pager__items .pager__item.pager__item--next a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

[dir="ltr"] .pager .pager__items .pager__item.pager__item--last a::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
}

#header {
  position: relative;
  z-index: 99999;
  width: 100%;
  background-color: var(--bs-white);
  border-top: 1px solid #d2d6db;
  border-bottom: 1px solid #d2d6db;
  transition: background-color 0.5s ease;
}
#header.inverted {
  position: fixed;
}
#header > .container > .row .columns {
  align-items: center;
}
#header .site-branding__logo {
  display: block;
}
#header .site-branding__logo img {
  margin-left: 1rem;
  height: 50px;
}
[dir="ltr"] #header .site-branding__logo img {
  margin-left: 0;
  margin-right: 1rem;
}
#header ul.menu {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
#header .dropdown-menu ul.menu {
  display: block;
}
#header .dropdown-menu > ul.menu {
  display: block;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  max-width: 1320px;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto !important;
  margin-right: auto !important;
}
#header a {
  text-decoration: none;
}
#header .btn-link {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  #header .columns {
    flex-flow: column;
    align-items: flex-end !important;
    padding: 1rem;
    position: relative;
  }
  #header .navbar-toggler {
    position: absolute;
    top: 1.3rem;
    border: 0;
  }
  #header ul.menu {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 1rem;
    padding: 1rem 0;
  }
}
#header .header-mobile-container {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header .region-header-left .block {
  vertical-align: middle;
}
#header svg.ext {
  width: 27px;
  height: 24px;
  padding-right: 0.2em;
  fill: var(--bs-primary);
  font-weight: 900;
  border: none;
}
#header svg.ext path {
  stroke-width: 0px !important;
}
#header .header-left {
  margin-right: auto;
}
[dir="ltr"] #header .header-left {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #header {
    position: static;
  }
}
#header .menu,
#header .menu-item,
#header .links {
  margin: 0;
  padding: 0;
}
#header #navbarSupportedContent .contextual-region {
  position: static;
}
#header #navbarSupportedContent .block-content > ul li {
  list-style-type: none;
}
#header .menu-item-first > a {
  color: var(--bs-dark);
  position: relative;
  font-size: 1rem;
  height: auto;
}
@media (max-width: 991.98px) {
  #header .menu-item-first {
    display: block;
    width: 100%;
  }
  #header .menu-item-first > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
}
#header .menu-item-first > a:before {
  content: "";
  display: none;
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 5rem;
  background-color: #9da4ae;
  bottom: -1px;
  right: 3%;
  left: 3%;
  margin: 0 auto;
}
#header .menu-item-first > a.show::before {
  background-color: #1f2a37;
}
#header .menu-item-first > a.show::before,
#header .menu-item-first > a:hover::before {
  display: block;
}
#header .menu-item-first > a.show {
  background-color: #e5e7eb;
}
#header .menu-item-first > a:hover {
  background-color: #f3f4f6;
}
#header .menu-item-first.menu-item--expanded {
  position: static;
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child
  a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 40px;
  border-radius: 0.25rem;
  padding: 15px;
  color: var(--bs-white);
  line-height: 1.5rem;
  background: var(--bs-primary);
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child
  a::after {
  font-family: ds;
  content: "\eb1b" !important;
  color: var(--bs-white);
  font-weight: 500;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
[dir="ltr"]
  #header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child
  a::after {
  content: "\eb1a" !important;
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child
  a:hover {
  color: var(--bs-white);
  background: var(--bs-primary-dark);
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-2
  > .dropdown-menu
  > .menu
  > li:last-child
  a::before {
  display: none;
}
#header .menu-item-first.menu-item--expanded > .dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: 0;
  margin-top: 1px;
  --bs-dropdown-padding-y: 1.5rem;
}
@media (max-width: 991.98px) {
  #header .menu-item-first.menu-item--expanded > .dropdown-menu {
    position: static;
    padding: 0;
    height: auto;
    max-height: initial;
  }
}
#header .menu-item-first.menu-item--expanded > .dropdown-menu > .menu > li {
  display: inline-block;
  vertical-align: top;
  margin-inline-end: 1rem;
  width: calc(100% / 4 - 1.5rem);
}
#header
  .menu-item-first.menu-item--expanded.menu-count-2
  > .dropdown-menu
  > .menu
  > li {
  width: calc(100% / 5 - 1.5rem);
}
@media (max-width: 1200px) {
  #header
    .menu-item-first.menu-item--expanded.menu-count-2
    > .dropdown-menu
    > .menu
    > li {
    width: calc(100% / 4 - 1.5rem);
  }
}
@media (max-width: 991.98px) {
  #header .menu-item-first.menu-item--expanded > .dropdown-menu > .menu > li,
  #header
    .menu-item-first.menu-item--expanded.menu-count-3
    > .dropdown-menu
    > .menu
    > li {
    margin: 0;
    width: 100%;
  }
}
#header
  .menu-item-first.menu-item--expanded
  > .dropdown-menu
  > .menu
  > li
  > span {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--bs-primary);
  line-height: 1.75rem;
  display: block;
  cursor: default;
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-1
  > .dropdown-menu
  > .menu
  > li
  > span {
  display: none;
}
#header #block-balady-account-menu .block-content ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
#header #block-balady-account-menu .block-content ul li a {
  color: #fff !important;
}
.inverted#header #block-balady-account-menu .block-content ul li a {
  color: #10615f;
}
@media (min-width: 992px) {
  #header .menu-item-first > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0.719rem;
    border-radius: 0.35rem 0.35rem 0 0;
    height: 71px;
  }
  #header .dropdown-toggle::after {
    margin-top: 5px;
    border: 0 !important;
    font-family: ds;
    content: "\eb1c" !important;
    font-size: 16px;
    color: var(--bs-dark);
    font-weight: 400;
  }
  .inverted#header .dropdown-toggle.show::after {
    color: var(--bs-primary);
  }
}
#header .menu-item-first.menu-count-5 .dropdown-menu .menu-item a,
#header .menu-item-first.menu-count-6 .dropdown-menu .menu-item a {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--bs-link-color);
  line-height: 1.5;
  display: block;
  cursor: pointer;
}
#header .menu-item-first.menu-count-5 .dropdown-menu .menu-item a::before,
#header .menu-item-first.menu-count-6 .dropdown-menu .menu-item a::before {
  content: "\eabb";
  font-family: ds;
  margin-inline-end: 5px;
  margin-top: 5px;
  font-size: 1rem;
  transform: rotate(45deg);
}
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-5
  > .dropdown-menu,
#header
  .menu-item-first.menu-item--expanded.menu-level-0.menu-count-6
  > .dropdown-menu {
  min-height: 150px;
  padding-left: 42px;
}
#header
  #navbarSupportedContent
  .block-content
  .menu-level-1.menu-count-2.menu-item--expanded
  > a {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--bs-primary-darken);
  line-height: 1.5;
  display: block;
}
#header
  #navbarSupportedContent
  .block-content
  .menu-level-1.menu-count-2.menu-item--expanded
  > a::after {
  content: "\eabb";
  font-family: ds;
  color: #10615f;
  speak: never;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: sub;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header
  .menu-item-first.menu-item--expanded
  > .dropdown-menu
  > .menu
  > li
  > .menu
  li {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-primary);
  padding: 0.5rem 0;
  line-height: 1.5rem;
  transition: 0.2s all linear;
  list-style-type: disc;
  margin-inline-start: 1rem;
}
#header
  .menu-item-first.menu-item--expanded
  > .dropdown-menu
  > .menu
  > li
  > .menu
  li
  a,
#header .menu-item-first.menu-item--expanded > .dropdown-menu > .menu > li > a {
  transition: 0.2s all linear;
  color: var(--bs-black);
}
#header
  .menu-item-first.menu-item--expanded
  > .dropdown-menu
  > .menu
  > li
  > .menu
  li
  a:hover,
#header
  .menu-item-first.menu-item--expanded
  > .dropdown-menu
  > .menu
  > li
  > a:hover {
  color: #1f2a37;
  border-radius: 0.5rem;
  background: #f3f4f6;
  padding: 0.5rem;
  text-decoration: underline !important;
}
#header .menu-item-first.menu-count-5 .dropdown-menu .menu-item a,
#header .menu-item-first.menu-count-6 .dropdown-menu .menu-item a {
  margin-bottom: 0px !important;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  transition: 0.2s all linear;
}
#header .menu-item-first.menu-count-5 .dropdown-menu .menu-item:hover a,
#header .menu-item-first.menu-count-6 .dropdown-menu .menu-item:hover a {
  color: var(--bs-primary);
  margin-right: 2px;
}
[dir="ltr"]
  #header
  .menu-item-first.menu-count-5
  .dropdown-menu
  .menu-item:hover
  a,
[dir="ltr"]
  #header
  .menu-item-first.menu-count-6
  .dropdown-menu
  .menu-item:hover
  a {
  margin-right: 0px;
  margin-left: 2px;
}
#header
  #navbarSupportedContent
  .block-content
  .menu-level-1.menu-count-2.menu-item--expanded
  > a::before {
  display: none;
}
@media print {
  .user-logged-in #header {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  #header.inverted {
    position: fixed;
  }
  #header.inverted #navbarSupportedContent {
    max-height: calc(100vh - 20rem);
    overflow-y: auto;
  }
}
#header .header-left .region.region-header-left {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#header .header-left .region-header-left li {
  list-style: none;
  display: block;
}
#header
  .header-left
  .region-header-left
  a:not(.balady-app, .btn-adv-search, .btn-sug),
#header
  .header-left
  .region-header-left
  .btn:not(.balady-app, .btn-adv-search, .btn-sug) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  position: relative;
  color: var(--bs-dark) !important;
  font-size: 1rem;
  border: 0 !important;
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 0 0.719rem;
  height: 71px;
}
#header .header-left .region-header-left .balady-app {
  margin-inline-end: 0.719rem;
}
#header .header-left svg.ext {
  display: none;
}
@media (max-width: 991.98px) {
  #header .header-left .region.region-header-left {
    align-items: flex-end;
    justify-content: space-between;
    background: transparent;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    gap: 1rem 0.719rem;
  }
  #header
    .header-left
    .region-header-left
    a:not(.balady-app, .btn-adv-search, .btn-sug),
  #header
    .header-left
    .region-header-left
    .btn:not(.balady-app, .btn-adv-search, .btn-sug) {
    height: auto;
    padding: 0;
  }
  #header .header-left .region-header-left .btn.balady-app {
    width: 100%;
    flex: 0 0 100%;
  }
}
#header .header-left .region-header-left a i,
#header .header-left .region-header-left .btn i {
  color: var(--bs-dark);
  font-size: 1.25rem;
  margin-inline-end: 0.25rem;
}
#header
  .header-left
  .region-header-left
  a:not(.balady-app, .btn-adv-search, .btn-sug):hover,
#header
  .header-left
  .region-header-left
  .btn:not(.balady-app, .btn-adv-search, .btn-sug):hover {
  background-color: #f3f4f6;
}
#header
  .header-left
  .region-header-left
  a:not(.balady-app, .btn-adv-search, .btn-sug)::after,
#header
  .header-left
  .region-header-left
  .btn:not(.balady-app, .btn-adv-search, .btn-sug)::after {
  content: "";
  display: none;
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 5rem;
  background-color: #9da4ae;
  bottom: -1px;
  right: 3%;
  left: 3%;
  margin: 0 auto;
}
#header
  .header-left
  .region-header-left
  a:not(.balady-app, .btn-adv-search, .btn-sug):hover::after,
#header
  .header-left
  .region-header-left
  .btn:not(.balady-app, .btn-adv-search, .btn-sug):hover::after {
  display: block;
}
[dir="ltr"] #header .languageswitcher .en {
  display: none;
}
[dir="rtl"] #header .languageswitcher .ar {
  display: none;
}
#header .languageswitcher ul li a.language-link::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-inline-end: 0.25rem;
  background: url("../assets/images/icons/icon-language.svg") no-repeat center;
}
#header .header-left .region-header-left .user-login-sso .dashboard::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-inline-end: 0.25rem;
  background: url("../assets/images/icons/icon-dashboard.svg") no-repeat center;
}

@media (min-width: 992.1px) {
  .items .slick-slide > div {
    width: 290px;
  }

  .carousal-all .slick-slide > div {
    width: 304px;
  }
}

.modal.modal-search {
  top: 5.35rem;
  right: 5px;
}
.modal.modal-search .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 18.25rem !important;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-right: 0;
  margin-left: 0;
}
.modal.modal-search .modal-content {
  border: 0;
  border-radius: 0 0 1rem 1rem;
  padding: 0 5rem;
  background: #fff;
}
@media (max-width: 991.8px) {
  .modal.modal-search .modal-content {
    padding: 0 1rem;
  }
  .modal.modal-search {
    top: 0.85rem;
    right: 0;
  }
}
@media (max-width: 576px) {
  .modal.modal-search .modal-content {
    padding: 0;
  }
  .modal-dialog {
    margin: 0;
  }
  .modal.modal-search {
    top: 1.75rem;
  }
}
.modal.modal-search .modal-header {
  justify-content: flex-end;
  border: 0;
}
.modal.modal-search .modal-header .btn-close {
  opacity: 1;
}
.modal.modal-search .modal-header .btn-close:hover {
  border-radius: 0.25rem;
  background-color: #f3f4f6;
}
.modal-search-content {
  padding: 2rem 0rem;
}
.modal.modal-search .view-filters .search-sort,
.modal.modal-search .view-filters .search-popup {
  display: none;
}
.modal.modal-search .view-filters,
.modal.modal-search .view-filters .search-box {
  width: 100%;
  margin: 0;
}
.modal.modal-search .search-api-form {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.modal.modal-search .search-api-form {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.modal.modal-search .views-element-container {
  flex: 1 0 0;
}
.suggestions-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}
.modal.modal-search .text-suggestions {
  color: var(--bs-primary);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.modal.modal-search .btn-sug {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.modal.modal-search .search-api-form .custom-exposed-form input[type="submit"] {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}

.modal.modal-search .view-filters .search-sort,
.modal.modal-search .view-filters .search-popup,
.modal.modal-search .search-api-form .custom-exposed-form .form-item label {
  display: none;
}

.modal.modal-search .search-api-form .custom-exposed-form {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}

.modal.modal-search
  .search-api-form
  .custom-exposed-form
  input[type="submit"]:hover {
  background-color: var(--bs-primary-dark);
  border: 1px solid var(--bs-primary-dark);
}

.headerLeft button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  position: relative;
  color: var(--bs-dark) !important;
  font-size: 1rem;
  border: 0 !important;
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 0 0.719rem;
  height: 71px;
  font-weight: bold;
}

.headerLeft button:hover {
  background-color: #f3f4f6;
}

.headerLeft button::after {
  content: "";
  display: none;
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 5rem;
  background-color: #9da4ae;
  bottom: -1px;
  right: 3%;
  left: 3%;
  margin: 0 auto;
}

.headerLeft button:hover::after {
  display: block;
}

.headerSearch {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  position: relative;
  color: var(--bs-dark) !important;
  font-size: 1rem;
  border: 0 !important;
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 0 0.719rem;
  height: 71px;
}

.headerSearch::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-inline-end: 0.25rem;
  background: url("../assets/images/icons/icon-search.svg") no-repeat center;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f9fafb !important;
}

.external-link {
  color: #1b8354;
  padding-left: 1.5rem;
  position: relative;
}

.external-link::after {
  content: "";
  background: url("../assets/images/icons/external-link.svg");
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
}

.border-info-75 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), 0.7) !important;
}

.bg-info-10 {
  background-color: rgba(var(--bs-info-rgb), 0.1) !important;
}

.bg-info-05 {
  background-color: rgba(var(--bs-info-rgb), 0.05) !important;
}

.fc .fc-button-primary {
  background: transparent !important;
  border: 0 !important;
  color: #161616;
}
.fc-scrollgrid-sync-table th,
.fc-theme-standard th .fc-scrollgrid-sync-inner {
  padding: 1rem !important;
  background-color: #f9fafb !important;
  text-align: right;
  font-weight: bold;
}
.fc-theme-standard th .fc-scrollgrid-sync-inner a {
  color: #384250;
}

.fc-scrollgrid-sync-table > tbody > tr:nth-of-type(odd) > * {
  background-color: #fff !important;
}

.fc-scrollgrid-sync-table > thead,
.fc-scrollgrid-sync-table > tbody > tr:nth-of-type(even) > * {
  background-color: #f9fafb !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #d2d6db;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row;
}

.fc .fc-daygrid-day-top a {
  color: #384250;
  font-size: 1rem;
}

.fc .fc-toolbar.fc-header-toolbar {
  direction: ltr;
  position: relative;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
  position: absolute;
  right: 4rem;
  display: none;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child {
  direction: rtl;
  width: 210px;
  text-align: right;
  right: 0;
  position: absolute;
}

.fc-toolbar-chunk:last-child .fc-button-group {
  justify-content: space-between !important;
  width: 220px;
}

.fc-toolbar-chunk:last-child .fc-button-group > .fc-button {
  flex: unset;
}

.fc-today-button {
  display: none !important;
}

.fc .fc-toolbar-title {
  position: relative;
  right: 62px;
}

.btn-default {
  background-color: #f3f4f6;
}

.min-height-700 {
  min-height: 1400px;
}

/* Header */
.menu-item--expanded {
  list-style: none !important;
}

.region.region-nav-branding {
  min-width: auto !important;
}

ul[data-block="nav_additional"] {
  list-style: none;
}

ul[data-block="nav_additional"] li a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  position: relative;
  color: var(--bs-dark) !important;
  font-size: 1rem;
  border: 0 !important;
  border-radius: 0.35rem 0.35rem 0 0;
  padding: 0 0.719rem;
  height: 71px;
  font-weight: bold;
  position: relative;
  padding-right: 2.4rem !important;
}

ul[data-block="nav_additional"] li a:hover {
  background-color: #f3f4f6;
}

ul[data-block="nav_additional"] li a::before {
  content: "";
  background: url("../assets/images/icons/language.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10ox;
  right: 10px;
}

ul[data-block="nav_additional"] li a::after {
  content: "";
  display: none;
  position: absolute;
  width: 94%;
  height: 6px;
  border-radius: 5rem;
  background-color: #9da4ae;
  bottom: -1px;
  right: 3%;
  left: 3%;
  margin: 0 auto;
}

ul[data-block="nav_additional"] li a:hover::after {
  display: block;
}

.tags .item-list ul {
  list-style: none;
}

.tags .item-list ul li {
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  padding: 0.5rem !important;
  list-style: none;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  margin: 0;
  margin-left: 0.2rem;
}

.headerLeft .search-advanced-fields {
  display: flex;
  width: 100%;
}

.headerLeft .search-advanced-fields .form-type-search {
  flex-grow: 1 !important;
}

.headerLeft .search-advanced-fields .form-type-search input[type="search"] {
  background-image: url("../assets/images/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) center !important;
  padding-inline-start: 2.5rem !important;
  margin: 0 !important;
}
[lang="en"]
  .headerLeft
  .search-advanced-fields
  .form-type-search
  input[type="search"] {
  background-position: 11px center !important;
}
.headerLeft .search-advanced-fields .form-actions {
  margin-inline-start: 1rem;
}

[dir="rtl"] .open-data-table .buttons .btn {
  margin-left: 0.3rem;
}

[dir="ltr"] .open-data-table .buttons .btn {
  margin-right: 0.3rem;
}

.webform-submission-form label {
  font-weight: bold;
}

.webform-submission-form label.js-form-required.form-required {
  position: relative;
  padding: 0 0.6rem;
}

.webform-submission-form .form-required::after {
  position: absolute;
  right: 0;
  margin: 0;
}
/* ------------------------------ */
.title_section {
  padding: 1.3rem 0;
  margin-bottom: 2rem;
}
/* -------------------------------------------- */
.dropdown .dropdown-menu {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.dropdown .dropdown-menu ul {
  list-style-type: none;
  --bs-link-color: black;
}
.dropdown .dropdown-menu ul li {
  margin-bottom: 0.5rem;
}
.dropdown .dropdown-menu label {
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d2d6db;
}
.dropdown .dropdown-menu .form-item {
  margin: 0;
}
.dropdown .dropdown-menu .form-control {
  border: 0;
  padding: 0;
}
/* ------------------------ */
.breadcrumb > .breadcrumb-item:last-child {
  color: var(--bs-primary);
}
/* ------------------------ */
.feedback__region {
  margin-top: 1rem;
  border-top: 3px solid var(--bs-primary);
}
.region-feedback-region {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.region-feedback-region > :last-child {
  margin-top: 1.5rem;
}
.region-feedback-region .webform-submission-survey-form {
  flex: 1 1 auto;
  margin-inline-start: -1.5rem;
}
.region-feedback-region
  .webform-submission-survey-form
  #edit-webform-survy-question--wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.region-feedback-region
  .webform-submission-survey-form
  #edit-webform-survy-question--wrapper
  > * {
  flex: 0 1 auto;
  width: auto;
}
.region-feedback-region
  .webform-submission-survey-form
  #edit-webform-survy-question
  .webform-options-display-buttons-label.option {
  width: fit-content !important;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-width: 1px;
  font-weight: normal;
  cursor: pointer;
}
.region-feedback-region
  .webform-submission-survey-form
  #edit-webform-survy-question
  input:checked
  + .webform-options-display-buttons-label.option {
  background-color: var(--bs-primary);
  color: #fff;
}
/* ------------------------- */
.path-node.page-node-type-events .title_section {
  padding: 7rem 0;
}

.path-node.page-node-type-events .events-left-card {
  top: -20rem !important;
}
.path-node.page-node-type-events .page__title_section {
  max-width: 800px;
}
/* ------------------------ */
.path-node.page-node-type-e-services .title_section {
  padding: 7rem 0;
}

.path-node.page-node-type-e-services .services-left-card {
  top: -20rem !important;
}
.path-node.page-node-type-e-services .page__title_section {
  max-width: 800px;
}
/* ------------------------- */
.services_img_container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.services_img_container img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.services_heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  min-height: 5rem;
}
.news_heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  min-height: 6rem;
}
.home_news_card {
  min-height: 520px;
}
.home_news_card .default-image-wrapper {
  height: 222px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}
.home_news_card .default-image-wrapper .default-image {
  display: block;
  height: 20%;
  object-fit: contain;
}

.home_services_card {
  min-height: 330px;
}
/* ------muneer--------------- */
.muneer-trigger-button-box {
  bottom: 90px !important;
}
html {
  --muneer-font-family: "Rubik", -apple-system, BlinkMacSystemFont, avenir next,
    avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial,
    sans-serif;
  --muneer-font-family-rtl: "Sourse Sans Pro", -apple-system, BlinkMacSystemFont,
    avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
    segoe ui, arial, sans-serif;
  --muneer-bg: #fff;
  --muneer-bg-dark: #16191b;
  --muneer-text: #333;
  --muneer-text-dark: #deeffd;
  --muneer-color: rgb(124 188 67) !important;
  --muneer-color-dark: rgb(59 119 97) !important;
  --muneer-color-accent: rgba(87, 206, 251, 1) !important;
  --muneer-color-transparent: #edf5f8;
  --muneer-color-transparent-dark: rgba(86, 106, 126, 0.1) !important;
  --muneer-border-radius: 20px;
  --muneer-animate: 0.6s;
  --muneer-overlay: rgb(118 182 70 / 20%) !important;
  --muneer-btn-margin: 10px;
  --muneer-btn-padding: 20px;
  --muneer-btn-radius: 50px;
  --muneer-btn-color: #fff;
  --muneer-btn-color-hover: rgb(124 188 67) !important;
  --muneer-btn-bg: #69c21e !important;
  --muneer-btn-bg-hover: #fff;
  --muneer-btn-size: 24px;
  --muneer-btn-delay: 0s;
  --muneer-keyboard-light-bg: #ececec;
  --muneer-keyboard-light-key-bg: #fff;
  --muneer-keyboard-light-key: #111;
  --muneer-keyboard-dark-bg: #000000cc;
  --muneer-keyboard-dark-key-bg: rgba(0, 0, 0, 0.5) !important;
  --muneer-keyboard-dark-key: #fff;
  --muneer-text-magnifier-bg-color: #333;
  --muneer-text-magnifier-color: #fff;
  --muneer-text-magnifier-font-size: 36px;
  --muneer-highlight-titles-style: solid;
  --muneer-highlight-titles-color: #97d760 !important;
  --muneer-highlight-titles-width: 2px;
  --muneer-highlight-titles-offset: 2px;
  --muneer-highlight-links-style: solid;
  --muneer-highlight-links-color: #97d760 !important;
  --muneer-highlight-links-width: 2px;
  --muneer-highlight-links-offset: 2px;
  --muneer-reading-guide-width: 500px;
  --muneer-reading-guide-height: 17px;
  --muneer-reading-guide-radius: 10px;
  --muneer-reading-guide-bg: #97d760 !important;
  --muneer-reading-guide-border-width: 7px;
  --muneer-reading-guide-border-color: #000;
  --muneer-reading-guide-arrow: 10px;
  --muneer-reading-guide-arrow-margin: -10px;
  --muneer-reading-mask: rgba(0, 0, 0, 0.7) !important;
  --muneer-highlight-hover-style: solid;
  --muneer-highlight-hover-color: #97d760 !important;
  --muneer-highlight-hover-width: 2px;
  --muneer-highlight-hover-offset: 2px;
  --muneer-highlight-focus-style: solid;
  --muneer-highlight-focus-color: #97d760 !important;
  --muneer-highlight-focus-width: 2px;
  --muneer-highlight-focus-offset: 2px;
  --muneer-tts-bg: rgb(105 155 65) !important;
  --muneer-tts-color: rgba(255, 255, 255, 1);
}
html {
  --muneer-font-family: "Rubik", -apple-system, BlinkMacSystemFont, avenir next,
    avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial,
    sans-serif;
  --muneer-font-family-rtl: "Sourse Sans Pro", -apple-system, BlinkMacSystemFont,
    avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto,
    segoe ui, arial, sans-serif;
  --muneer-bg: #fff;
  --muneer-bg-dark: #16191b;
  --muneer-text: #333;
  --muneer-text-dark: #deeffd;
  --muneer-color: rgb(124 188 67) !important;
  --muneer-color-dark: rgb(59 119 97) !important;
  --muneer-color-accent: rgba(87, 206, 251, 1) !important;
  --muneer-color-transparent: #edf5f8;
  --muneer-color-transparent-dark: rgba(86, 106, 126, 0.1) !important;
  --muneer-border-radius: 20px;
  --muneer-animate: 0.6s;
  --muneer-overlay: rgb(118 182 70 / 20%) !important;
  --muneer-btn-margin: 10px;
  --muneer-btn-padding: 20px;
  --muneer-btn-radius: 50px;
  --muneer-btn-color: #fff;
  --muneer-btn-color-hover: rgb(124 188 67) !important;
  --muneer-btn-bg: #69c21e !important;
  --muneer-btn-bg-hover: #fff;
  --muneer-btn-size: 24px;
  --muneer-btn-delay: 0s;
  --muneer-keyboard-light-bg: #ececec;
  --muneer-keyboard-light-key-bg: #fff;
  --muneer-keyboard-light-key: #111;
  --muneer-keyboard-dark-bg: #000000cc;
  --muneer-keyboard-dark-key-bg: rgba(0, 0, 0, 0.5) !important;
  --muneer-keyboard-dark-key: #fff;
  --muneer-text-magnifier-bg-color: #333;
  --muneer-text-magnifier-color: #fff;
  --muneer-text-magnifier-font-size: 36px;
  --muneer-highlight-titles-style: solid;
  --muneer-highlight-titles-color: #97d760 !important;
  --muneer-highlight-titles-width: 2px;
  --muneer-highlight-titles-offset: 2px;
  --muneer-highlight-links-style: solid;
  --muneer-highlight-links-color: #97d760 !important;
  --muneer-highlight-links-width: 2px;
  --muneer-highlight-links-offset: 2px;
  --muneer-reading-guide-width: 500px;
  --muneer-reading-guide-height: 17px;
  --muneer-reading-guide-radius: 10px;
  --muneer-reading-guide-bg: #97d760 !important;
  --muneer-reading-guide-border-width: 7px;
  --muneer-reading-guide-border-color: #000;
  --muneer-reading-guide-arrow: 10px;
  --muneer-reading-guide-arrow-margin: -10px;
  --muneer-reading-mask: rgba(0, 0, 0, 0.7) !important;
  --muneer-highlight-hover-style: solid;
  --muneer-highlight-hover-color: #97d760 !important;
  --muneer-highlight-hover-width: 2px;
  --muneer-highlight-hover-offset: 2px;
  --muneer-highlight-focus-style: solid;
  --muneer-highlight-focus-color: #97d760 !important;
  --muneer-highlight-focus-width: 2px;
  --muneer-highlight-focus-offset: 2px;
  --muneer-tts-bg: rgb(105 155 65) !important;
  --muneer-tts-color: rgba(255, 255, 255, 1);
}
#header .navbar {
  z-index: 450 !important;
  --bs-navbar-padding-y: 0;
  padding-top: 0.5rem;
}
/* ------------------------ */
.top-header-left .btn.muneer-trigger-btn {
  font-family: IMBPlexSansArabic, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.top-header-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
}
.top-header-left .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  max-height: 2rem;
  padding: 0 0.719rem;
  gap: 0.25rem;
  border: 0;
  border-radius: 0.25rem;
}
.top-header-left .btn.show,
.top-header-left .btn:hover {
  background: #e5e7eb;
}
/* .top-header-left .btn.versions_tool span {
  display: none;
} */
.top-header-left .btn.versions_tool div#DeafServicePlace {
  cursor: pointer;
  width: auto;
  height: auto;
  position: relative;
  bottom: unset;
  background: transparent;
  padding-bottom: 0;
  border-radius: 0 !important;
  left: unset;
  z-index: 999;
}
.top-header-left .btn.versions_tool #DeafTranslate,
.top-header-left .btn.versions_tool #TranslateStop {
  color: var(--bs-btn-color) !important;
  margin: 0 !important;
}
.top-header-left .btn.versions_tool #DeafTranslate img,
.top-header-left .btn.versions_tool #TranslateStop img {
  display: none;
}
.top-header-left .btn.show span,
.top-header-left .btn:hover span,
.top-header-left .btn.versions_tool:hover #DeafTranslate {
  text-decoration: underline;
}
.top-header-left .dropdown-menu {
  min-width: 9rem;
  border-radius: 0.5rem;
  border: 0;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.top-header-left .dropdown-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 0.5rem;
  color: #1f2a37;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}
/* .top-header-left .dropdown-item svg {
  flex-shrink: 0 ;
} */
@media (max-width: 576px) {
  .top-header-left .btn {
    padding: 0 0.25rem;
    gap: 0.125rem;
    font-size: 0.875rem;
  }
  .top-header-left {
    width: 100%;
    justify-content: space-between;
  }
}
/* ----------------- */
/* .partners_section .swiper-slide {
  width: 85px;
  height: 85px;
  box-sizing: border-box;
} */
.partners_section .swiper-slide {
  height: 110px;
  display: flex;
}
.partners_section .img_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* --------------- */
.our-statistics .stateNumber img {
  display: block;
  width: 50%;
  height: 50%;
  object-fit: contain;
  margin: auto;
}
.our-statistics .stateNumber {
  flex-basis: 0;
}
/* --------------- */
.ui-widget.ui-widget-content {
  right: 1rem;
  max-width: unset !important;
  max-height: 300px !important;
  overflow: auto;
  width: auto !important;
  left: auto !important;
  box-shadow: 0px 6px 8px rgba(16, 24, 40, 0.08);
  font-family: var(--bs-body-font-family);
}
ul[data-sa-theme="basic"]
  .ui-autocomplete-container
  > div.ui-autocomplete-field-group {
  background-color: var(--bs-primary);
  color: #fff;
}
.ui-autocomplete-container > .ui-menu-item {
  text-align: right;
}
[lang="en"] .ui-autocomplete-container > .ui-menu-item {
  text-align: left;
}
ul[data-sa-theme="basic"]
  .ui-autocomplete-container
  > .ui-menu-item.ui-state-focus,
ul[data-sa-theme="basic"] .ui-autocomplete-container > .ui-menu-item:hover {
  background: #f3f4f6;
  border-top-color: #f3f4f6;
  color: black;
}
ul[data-sa-theme="basic"]
  .ui-autocomplete-container
  > li.ui-menu-item.ui-state-focus
  .ui-autocomplete-fields
  > *,
ul[data-sa-theme="basic"]
  .ui-autocomplete-container
  > li.ui-menu-item:hover
  .ui-autocomplete-fields
  > * {
  color: black;
}

.w-200 {
  width: 200px;
}
#apps .card {
  overflow: unset !important;
}

.regulation a {
  color: unset !important;
}

.fs-2rem {
  font-size: 2rem;
}

.w-48 {
  width: 48px;
  height: 48px;
}

.lh-48 {
  line-height: 36px !important;
  font-size: 1.5rem;
  font-weight: 400;
}

.card {
  --bs-card-cap-bg: rgba(249, 250, 251, 1);
  --bs-card-border-color: rgba(210, 214, 219, 1);
}

.card-header {
  font-size: 20px;
  color: #384250;
  font-weight: 500;
}

.branch-card .branch-card-title {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.branch-card .branch-card-body {
  min-height: 20px;
  display: flex;
  align-items: center;
}

.w-42 {
  width: 42px;
  height: 42px;
  line-height: 38px;
}

/* ------------------------- */
.webform-submission-contact-minister-form .form-actions {
  display: block !important;
}
/* -------------------- */
.related_news .card-image {
  width: 100%;
  height: 220px;
  background-color: #fafafa;
}
input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  z-index: -1;
}
/* --------------- */
.page-node-type-initiatives {
  .title_section {
    padding: 5rem 0;
  }
  .initiatives_tags {
    position: relative;
    top: -12.5rem;
  }
}
@media (max-width: 991.98px) {
  .region-nav-branding {
    margin-inline-start: 3.5rem !important;
  }
}

#klaro .klaro[lang="ar"] .cookie-notice h2 {
  text-align: right !important;
}
#klaro .klaro[lang="ar"] .cookie-notice p {
  text-align: right !important;
}
.klaro {
  --light1: #000;
  --klaro-button-bg: var(--bs-primary);
  --klaro-button-border: var(--bs-primary);
  --klaro-button-text-color-hover: #fff;
  --klaro-button-border-hover: var(--bs-primary-darken);
  --klaro-button-bg-hover: var(--bs-primary-darken);
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  width: 100%;
  max-width: 100%;
  bottom: 0;
  right: 0;
}
.klaro .cookie-notice a {
  display: block;
  margin-top: 0.5rem;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-buttons {
  width: 100%;
  display: grid !important;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cm-btn {
  width: 100%;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-decline {
  --klaro-button-bg: #fff;
  --klaro-button-border: #000;
  --klaro-button-text-color: #000;
  --klaro-button-text-color-hover: #000;
  --klaro-button-border-hover: 1px solid #000;
  --klaro-button-bg-hover: #fff;
  border-width: 1px;
  border-style: solid;
  order:2;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body{
  padding: 1rem 2rem;
}
.klaro-close{
  top: 10px;
  right: 20px;
}
[lang="ar"] .klaro-close{
  left:20px;
  right:auto;
}