<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./shared/variables.css);
@import url(./bootstrap-icons/bootstrap-icons.min.css);
/* @import url(./burgerMenu.css); */

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

body * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  --main-color: #1b8354;
  --main-color-dark: #074d31;
  --alt-color: #6d428f;
  /* --alt-color: #7c2390; */
}

.sidebar {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(25px);
}

.page-title,
.section-title {
  position: relative;
}
.page-title::before,
.section-title::before {
  content: "";
  background-color: var(--main-color);
  height: 7px;
  position: absolute;
  bottom: -10px;
  width: 30%;
  min-width: 60px;
  max-width: 100%;
}

html[dir="rtl"] .page-title::before,
html[dir="rtl"] .section-title::before {
  right: 0;
  left: unset;
}
html[dir="ltr"] .page-title::before,
html[dir="ltr"] .section-title::before {
  left: 0;
  right: unset;
}

.section-title-nigative {
  color: #fff;
}

.section-title-nigative::before {
  background-color: #fff !important;
}

/* html[dir="rtl"] .page-title.text-end {
  width: fit-content;
}

html[dir="ltr"] .page-title.text-end::before {
  right: 0;
  left: unset;
} */

.text-primary {
  color: var(--main-color) !important;
}

.custom-container .main-text {
  text-align: center;
}

/* reset */
.btn-outline-secondary {
  color: var(--text-default);
  border-color: var(--border-neutral-primary);
}

.btn-outline-secondary:hover {
  background-color: var(--button-background-primary-default);
  border-color: var(--border-primary);
  color: var(--text-default);
}

.btn-outline-secondary:hover * {
  color: var(--text-oncolor-primary);
}

.block-24 {
  width: 24px;
  height: 24px;
}

.block-28 {
  width: 28px;
  height: 28px;
}

.block-32 {
  width: 32px;
  height: 32px;
}

.block-36 {
  width: 36px;
  height: 36px;
}

.block-40 {
  width: 40px;
  height: 40px;
}

.block-40 {
  width: 42px;
  height: 42px;
}

.block-44 {
  width: 44px;
  height: 44px;
}

.block-46 {
  width: 46px;
  height: 46px;
}

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

.block-52 {
  width: 52px;
  height: 52px;
}

.width-fit-content {
  width: fit-content;
}
.top--25 {
  position: relative;
  top: -25px;
}

.hidden {
  display: none !important;
}

.btn {
  border-radius: var(--radius-sm);
  position: relative;
}

.btn-outline-default {
  background-color: #fff;
  border: 1px solid #d2d6db;
}

.btn-outline-default:hover,
.btn-outline-default:focus {
  background-color: #d2d6db;
}

.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p,
div {
  /* text-align: justify; */
  /* line-height: 1.6; */
  line-height: 1.8;
}

section &gt; div {
  padding: 20px 0;
}

.swiper {
  direction: ltr;
}

input[type="radio"] {
  box-shadow: none !important;
  border: 1px solid var(--main-color) !important;
  width: 22px;
  height: 22px;
}

input[type="radio"]:checked {
  background-color: var(--main-color);
}

.rtl .form-check {
  display: flex;
  align-items: center;
  gap: 28px;
  width: fit-content;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.rtl .swiper .swiper-slide {
  direction: rtl;
}

.bi-arrow-right {
  transition: transform 0.3s;
}

.rtl .bi-arrow-right::before,
.rtl .btn-outline-success .bi-chevron-right::before {
  transform: rotate(180deg);
}

/*.rtl .bi-arrow-left::before {
    transform: rotate(180deg);
}
*/
/* framework */
.bg-gray-1 {
  background-color: #eee !important;
}

.bg-gray {
  background-color: #f3f4f6;
}

.w-90 {
  width: 90%;
}

.main-p {
  padding: 16px;
}

.main-rounded {
  border-radius: 16px;
}

img.main-rounded {
  border-radius: 8px;
}

.main-br {
  border-bottom: 2px solid var(--main-color);
}

.pointer-event {
  cursor: pointer;
}

.rounded-full {
  border-radius: 50%;
}

.main-bg {
  background-color: var(--main-color) !important;
}

.main-bg-dark {
  background-color: var(--main-color-dark) !important;
}

.main-text {
  color: var(--main-color) !important;
}

.alt-bg {
  background-color: var(--alt-color) !important;
}

.alt-text {
  color: var(--alt-color) !important;
}

.bg-white {
  background-color: white !important;
}

.w-fit {
  width: fit-content !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.custom-container {
  width: 75%;
  margin-inline: auto;
}

.rotate-180 {
  transform: rotateY(180deg);
}

.no-arrow::after {
  display: none !important;
}

.text-truncate-1,
.text-truncate-2,
.text-truncate-3,
.text-truncate-4,
.text-truncate-5,
.text-truncate-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-1 {
  -webkit-line-clamp: 1;
}

.text-truncate-2 {
  -webkit-line-clamp: 2;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
}

.text-truncate-4 {
  -webkit-line-clamp: 4;
}

.text-truncate-5 {
  -webkit-line-clamp: 5;
}

.text-truncate-6 {
  -webkit-line-clamp: 6;
}

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

/*header nav i {
        color: var(--main-color);
    }*/

/* navbar-brand */
nav.navbar form button.tarfeeh {
  width: 162px;
}

nav.navbar form .input-group {
  width: 117px;
  border: 2px solid transparent;
  transition: 0.3s;
}

nav.navbar form .input-group .input-group-text {
  cursor: text;
}

.navbar-brand a .logo,
.navbar-brand a .h_2030 {
  height: 58px;
}

.navbar-brand a:first-child {
  border-right: 1px solid #c5c5c5;
}

.rtl .navbar-brand a:first-child {
  border-right: 0px;
  /* border-left: 1px solid #c5c5c5; */
}

nav.navbar {
  padding: 0;
}

nav.navbar .nav-item &gt; a {
  height: 70px;
  line-height: 60px;
  position: relative;
  font-weight: 500;
}

nav.navbar .nav-item &gt; a:before,
nav.navbar .nav-item &gt; a {
  transition: background-color 0.5s;
}

nav.navbar .nav-item &gt; a:hover {
  background-color: rgb(233, 233, 233) !important;
}

nav.navbar .nav-item &gt; a:hover::before {
  content: "";
  background-color: gray;
  position: absolute;
  width: 80%;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 6px;
}

nav.navbar .nav-item.dropdown {
  position: relative;
}

nav.navbar .nav-item.dropdown ul {
  position: absolute;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
  background-color: white;
  min-width: 200px;
  width: auto;
}

nav.navbar .nav-item.dropdown:hover ul {
  opacity: 1;
  z-index: 10;
  max-height: 500px;
}

/* sidebar */
aside {
  position: fixed;
  width: 50%;
  min-height: 100vh;
  top: 0;
  z-index: 10000;
  background-color: white;
  right: -100%;
  transition: 0.3s;
}

aside.show {
  right: 0;
}

aside li.nav-item {
  border-bottom: 1px solid rgb(210, 210, 210);
}

aside li:hover {
  background-color: rgb(235, 235, 235);
  border-radius: 6px;
}

aside .dropdown.active {
  padding-bottom: 10px;
}

aside .dropdown {
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 35px, 0 35px);
  transition: 0.3s;
}

aside .dropdown + li {
  margin-top: -100px;
  border-top: 1px solid rgb(210, 210, 210);
  transition: 0.3s;
}

aside .dropdown.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

aside .dropdown.active + li {
  margin-top: 0px;
}

aside .dropdown ul {
  background-color: white;
  width: 90%;
  margin: auto;
  list-style: none;
  border-radius: 6px;
}

aside .dropdown ul li {
  padding: 10px;
}

/* Overlay */
.overlay {
  width: 100%;
  height: 100%;
  background-color: #00000042;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 60;
  transition: 0.3s;
  display: none;
}

.overlay.show {
  display: block;
}

/* main line */
.main-line {
  background-color: var(--main-color);
  width: 90px;
  height: 7px;
}

/* custom breadcrumb  */
.breadcrumb-list {
  display: flex;
  list-style: none;
  gap: 8px;
}

.breadcrumb-list .breadcrumb-item a {
  text-decoration: none;
  color: black;
}

.breadcrumb-list .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-list .breadcrumb-separator,
.breadcrumb-list .breadcrumb-item.active {
  color: gray;
}

/* badge */
.badge {
  display: inline-block;
  font-weight: 600;
  padding: 3px 6px;
  border: 1px solid transparent;
  min-width: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.badge.badge-default {
  color: #1c1c1d;
  border: 1px solid gray;
}

.badge.badge-primary {
  background-color: #2195f330;
  color: rgb(39, 39, 208);
  border: 1px solid blue;
}

.badge.badge-success {
  background-color: #63dd1721;
  color: green;
  border: 1px solid green;
}

/* pagination  */
.pagination .page-link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: black;
}

.page-item.disabled .page-link {
  background-color: transparent;
}

.pagination .page-item.disabled span {
  border: 1px solid black;
  border-radius: 6px;
  background-color: white;
}

.pagination .page-item.active .page-link {
  color: black;
  border-bottom: 3px solid var(--main-color);
  background-color: transparent;
}

.rtl .pagination .bi-chevron-right {
  transform: rotateY(180deg);
  display: block;
}

.rtl .pagination .bi-chevron-left {
  transform: rotateY(180deg);
  display: block;
}

/* custom hero for every page */
.hero {
  position: relative;
  height: 245px;
}

.hero img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hero img + h2 {
  z-index: 8;
  position: absolute;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  font-weight: bold;
}

.rtl .hero img + h2 {
  left: unset;
  right: 5%;
}

/* tell us */

/* footer */
footer {
  background-color: var(--main-color-dark);
}

footer h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .social li,
footer .acceptability li {
  border: 1px solid rgba(0, 135, 72, 0.659);
}

footer .logos img {
  width: 70px;
  object-fit: contain;
}

footer .logos img:nth-child(3) {
  width: 150px;
}

footer a.link:hover {
  text-decoration: underline !important;
  color: var(--link-oncolor-hovered) !important;
}

footer .link-hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  padding-right: 5px;
}

.navi &gt; div {
  opacity: 0.7;
  transition: 250ms all ease-in-out;
}

.navi &gt; div:hover {
  opacity: 1;
}

.white-bg {
  background-color: #fff;
}

section.main-bg h3,
section.main-bg p.w-sm-100 {
  color: #fff;
}

section.main-bg .main-line {
  background-color: #fff;
}

/* --- Tags --- */

.tag {
  display: flex;
  padding: 4px 8px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 8px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}

.tag-default {
  color: #161616;
  background-color: #f9fafb;
}

.tag-success-outline {
  color: #085d3a;
  background-color: #ecfdf3;
  border-color: #abefc6;
}

.tag-success-outline i {
  color: #1b8354;
}

.tag-info-outline {
  color: #1849a9;
  background-color: #eff8ff;
  border-color: #b2ddff;
}

.tag-info-outline i {
  color: #1849a9;
}

.tag-warning-outline {
  color: #93370d;
  background-color: #fffaeb;
  border-color: #fedf89;
}

.tag-warning-outline i {
  color: #93370d;
}

.tag-danger-outline {
  color: #912018;
  background-color: #fef3f2;
  border-color: #fecdca;
}

.tag-danger-outline i {
  color: #912018;
}

.news .col-md-6 {
  max-width: 48% !important;
}

.news .col-lg-4 {
  max-width: 32% !important;
}

.mega-events img {
  max-height: 250px;
  background-color: #f4f4f4;
}

html[lang="ar"] .logo_2030_footer {
  border-right: 1px #ffffff8f solid;
  padding-right: 10px;
}

html[lang="en"] .logo_2030_footer {
  border-left: 1px #ffffff8f solid;
  padding-left: 10px;
}

.copyrights {
  font-size: 0.85rem;
}

.megaSlide &gt; div,
.mega-events .swiper-slide &gt; div {
  /* min-height: 440px; */
  /* padding-bottom: 40px !important; */
  flex: 0 0 100%;
}

/* .news-swiper .swiper-slide &gt; div {
  min-height: 630px;
} */

.card-item,
.initiative .box &gt; div {
  position: relative;
}

/* .all-press .card-item {
  min-height: 490px !important;
} */

.swiper-slide &gt; div {
  /* padding-bottom: 40px !important; */
}

.megaSlide &gt; div a.btn,
.swiper-slide &gt; div a.btn,
.card-item a.btn,
.initiative .box &gt; div a.btn {
  /* position: absolute;
  bottom: 20px;
  padding: 0.375rem 0.75rem; */
}
.featured .swiper-slide &gt; div a.btn {
  /*bottom: 40px;*/
}

.filter-group {
  max-height: 39px;
}

.text-primary-paragraph {
  color: var(--text-primary-paragraph);
  line-height: 1.8;
}

.text-small {
  font-size: 0.8rem;
}

.navigators .btn {
  background-color: #f4f4f4;
  border-radius: 999px;
}

.navigators .btn:hover {
  background-color: var(--main-color);
  color: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  max-height: auto;
}
/*----------------------------------------------------------------*/

@media (max-width: 1440px) {
  .container {
    max-width: 95%;
  }

  .mega-events .navigation-btn.prev {
    left: -33px !important;
    right: unset;
  }

  .mega-events .navigation-btn.next {
    right: -33px !important;
    left: unset;
  }

  .sa_map {
    zoom: 0.72;
  }

  /* .Featured-News-Controls {
    width: 62% !important;
  } */
}

/* media screens */
@media (max-width: 992px) {
  header .icons span {
    display: none;
  }

  nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav {
    display: none !important;
  }

  .navbar-nav + form {
    display: none !important;
  }
}

/* phone screen */
@media (max-width: 400px) {
  .custom-container {
    width: 98%;
  }

  aside {
    width: 100%;
  }
}

/**/
.controls {
  direction: ltr;
}

.dropdown-item {
  text-align: justify;
}
.main-rounded.card-item,
.main-rounded.card-item {
  min-height: 100%;
}

.header-70 {
  width: 70%;
}

@media print {
  .no-print,
  .hero,
  .breadcrumb-list,
  footer,
  header,
  .mega-events,
  .suggested-news {
    display: none !important;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}

.breadcrumb-list {
  padding-bottom: 1.5rem;
}

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

.align-lang-text {
  text-align: left;
}
.rtl .align-lang-text {
  text-align: right;
}
.mega-events .navigation-btn.prev.swiper-button-disabled,
.mega-events .navigation-btn.next.swiper-button-disabled {
  /* display: none; */
  opacity: 0.5;
  cursor: not-allowed;
}

.text-light-breadcrumb li,
.text-light-breadcrumb a {
  color: #f8f9fa !important;
}
.text-light-breadcrumb .container {
  padding-left: 0px;
  padding-right: 0px;
}
.search-list-container {
  scroll-margin-top: 144px;
}
.bold-text {
  font-weight: bold;
}

.langBtn {
  transition: 250ms all ease-in-out;
}

.langBtn:hover {
  background-color: #1b8354;
  color: #fff !important;
}

.langBtn:hover svg {
  filter: invert(1);
}

.zoomBtn,
.socilaLink {
  transition: 250ms all ease-in-out;
}

.zoomBtn:hover {
  background-color: #1b8354;
}

.socilaLink:hover i {
  color: #1b8354;
}

.zoomBtn:hover i {
  filter: invert(1);
}

.all-initiative:hover,
#exportBtn:hover,
#filterByYear:hover {
  background-color: #074d31;
  color: #fff;
  border: 1px solid #fff;
}
.share span img {
  padding: 8px;
  border-radius: 4px;
  transition: 250ms all ease-in-out;
}
.share span img:hover {
  background-color: #ffffff;
}

.digital-stamp-card {
  padding: 0px 32px;
  background: #f3f4f6;
}

@media (max-width: 768px) {
  .digital-stamp-card {
    padding: 8px 16px;
  }
}

.digital-stamp-card .digital-stamp-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .digital-stamp-card .digital-stamp-header {
    flex-wrap: wrap;
  }
}

.digital-stamp-card .digital-stamp-header h6 {
  color: #161616;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
  cursor: pointer;
}

@media (max-width: 768px) {
  .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    flex: 100%;
    margin-right: 33px;
  }
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
  color: #1b8354;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
  transition: 0.3s;
}

.digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
  transform: rotate(180deg);
}

.digital-stamp-card .accordion-button:not(.collapsed)::after {
  filter: grayscale(1) contrast(2);
}
.digital-stamp-card .accordion .accordion-button {
  width: fit-content;
  background-color: transparent;
  box-shadow: none !important;
}

.digital-stamp-card .digital-stamp-body {
  padding-top: 40px;
  padding-bottom: 32px;
  /* display: none; */
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container {
  margin-bottom: 32px;
  display: flex;
  gap: 32px;
}

@media (max-width: 768px) {
  .digital-stamp-card .digital-stamp-body .digital-stamp-container {
    flex-direction: column;
  }
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
  margin-bottom: 12px;
  color: #161616;
  font-size: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
  color: #1b8354;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
  color: #384250;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box {
  padding: 8px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box p {
  color: #161616;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box a {
  color: #1b8354;
  font-size: 16px;
  text-decoration: underline;
}

/* html[dir="rtl"] .mega-events .swiper-pagination {
  display: flex;
  flex-direction: row-reverse;
} */

/* .mega-events-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
} */

html[dir="rtl"] .mega-events-controls {
  flex-direction: row-reverse;
}

#results_panel {
  display: flex;
  /* gap: 20px; */
  align-items: stretch;
}

.card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  flex: 1;
}

.dropdown-menu {
  z-index: 1 !important;
}
@media (max-width: 768px) {
  [dir="ltr"] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 0px;
    margin-left: 0px;
  }

  [dir="ltr"] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card::after {
    margin-right: unset;
    margin-left: unset;
  }
}

/* @import url("./resposive.css"); */
</pre></body></html>