h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/******************* Subpages header ******************/
.app-toolbar.toolbar-sp {
  padding-bottom: 3rem !important;    
  padding-top: 3rem !important;
}

/******************* LANDING HEADER *********************/

@media (min-width: 1280px) {
  
  body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .main-logo.theme-dark-show {
    display: block !important;
  }
  body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .main-logo.theme-light-show {
    display: none !important;
  }

  body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .app-header {
    z-index: 3;
    background: transparent;
    position: relative;
  }
  /* navigation menu stay light on light for landing page menu */
  html[data-bs-theme="light"] body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .app-header .menu-title-gray-900 .menu-item .menu-link .menu-title {
    color: var(--bs-text-gray-100);
  }
  html[data-bs-theme="light"] body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .app-header .menu-state-primary .menu-item.here > .menu-link .menu-title {
    color: var(--bs-primary);
  }
  body.path-frontpage:not([data-kt-sticky-app-header-sticky="on"]) .app-header .app-navbar i.bi {
    color: var(--bs-text-gray-500);
  }
  .hero {
    position: relative;
    padding-top: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -90px;
  }
}


/* .hero { overflow: hidden ;} */
[data-kt-app-header-sticky=on] .hero {
    margin-top: 0;
}
.hero.overlay:before {
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: linear-gradient(to bottom, #111d1d 0%, rgba(23, 45, 53, 0) 65%), linear-gradient(to top, #111d1d 0%, #111d1d 3%, rgba(23, 45, 53, 0) 40%); */
  background-image: linear-gradient(to bottom,#121315 0%,rgba(23, 45, 53, 0) 65%),linear-gradient(to top, #121315 0%, #121315 3%, rgba(23, 45, 53, 0) 40%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 1;
}
/* Video */
.hero video.video-fluid {
  position: absolute;
  right: 0;
  top: -1px;
  /* min-width: 100%;
  max-height: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.search-index {
  color: var(--bs-black) !important;
}
.input-group-search input,
.input-group-search input#GlobalSearch,
.input-group-search input#catalogSearch {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border: 0px !important;
	color: var(--bs-text-dark);
}
.input-group-search input:focus {
	color: var(--bs-text-dark);
}
.input-group-search .input-group-text {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
	border: 0px !important;
}
[dir='rtl'] .input-group-search input, 
[dir='rtl'] .input-group-search input#GlobalSearch,
[dir='rtl'] .input-group-search input#catalogSearch {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
[dir='rtl'] .input-group-search .input-group-text {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#searchResults, #catalogSearchResults {
  background-color: #273040;
  border-top-left-radius: 10.5px;
  border-bottom-left-radius: 10.5px;
  top: 45px;
}


/* Landing curve hero */
.landing-curve.landing-dark-color.landing-dark-color-hero {
  color: #131315 !important;
}

@media (max-width: 1024px) {
  .hero {
    padding-top: 60px;
  }
  .hero video.video-fluid {
    /* top: 60px; */
  }
}
@media (max-width: 576px) {
  .app-header img.h-40px {
    height: 30px !important;
  }
}

/********************* Main Menu *****************/
.w-15 {
    width: 15%;
}
.w-40 {
    width: 40%;
}
.w-24px {
  width: 24px;
}
.h-24px {
  height: 24px;
}
.menu-state-bg .col-xl-3 {
  align-content: center;
}
.w-48 {
  width: 48%;
}

@media (min-width: 992px) {
  .mw-lg-auto {
    max-width: none !important;
  }
}

.mw-90 {
    width: 90% !important;
}

.w-20 {
  width: 20% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
/******************** ROWS COL CUSTOM *********************/
@media (min-width: 1024px) {
  .row-cols-lg-7 > * {
      flex: 0 0 auto;
      width: 14.28571%;
  }
  .row-cols-lg-8 > * {
      flex: 0 0 auto;
      width: 12.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .row-cols-md-7 > * {
      flex: 0 0 auto;
      width: 14.28571%;
  }
  .row-cols-md-8 > * {
      flex: 0 0 auto;
      width: 12.5%;
  }  
}

.row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.28571%;
}
.row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
}

/******************** COUNTRIES FLAGS *********************/

.countrieslist {
  flex-wrap: wrap;
  align-items: stretch !important;
  justify-content: center !important;
}
.countrieslist.countrieslist-small {
  justify-content: start !important;
}
.countrieslist a {
  transition: 0.3s;
}
.countrieslist .countriesnames {
  color: var(--bs-gray-900);
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
.landing-dark-bg .countrieslist .countriesnames {
  color: var(--bs-white);
}

.countrieslist > div {
  width: 12%;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.25 !important;
}
.countrieslist.countrieslist-small > div {
  width: 7%;
}
.countrieslist a img {
  width: 60%;
  height: auto;
  margin-bottom: 0.75rem;
}
.countrieslist a:hover {
  transform: translateY(-3px);
}
.countrieslist a:hover .countriesnames {
  color: var(--bs-primary) !important;
}
@media (max-width: 991.98px) {
  .countrieslist .countriesnames {
    font-size: 0.9em;
  }
  .countrieslist.countrieslist-small > div {
    width: 9%;
  }
}
@media (max-width: 767.98px) {  
  .countrieslist > div {
    width: 15%;
    margin-bottom: 2.5rem;
  }
  .countrieslist.countrieslist-small > div {
    width: 12%;
  }
  .countrieslist .countriesnames {
    font-size: 0.85em;
  }
  .countrieslist.countrieslist-small .countriesnames {
    font-size: 0.75em;
  }
}
@media (max-width: 575.98px) {
  .countrieslist .countriesnames {
    font-size: 0.75em;
  }
  .countrieslist a img {
    width: 60%;
    height: auto;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 540px) {
  .countrieslist > div {
    width: 20%;
    margin-bottom: 2rem;
  }
  .countrieslist.countrieslist-small > div {
    width: 16%;
  }
}
@media (max-width: 400px) {
  .countrieslist > div, .countrieslist.countrieslist-small > div {
    width: 25%;
    margin-bottom: 1.5rem;
  }
}
/* Thematic Overviews OPTION 1*/
.theme-box {
  position: relative;
  transition: all 0.35s;
  min-height: 135px;
  background-color: var(--bs-primary);
  padding: 20px;
}
.theme-box:hover {
  background-color: var(--bs-primary-active);
}



/*********** LANDING PAGE Thematic Overviews ************/
.themes-overview.card {
  height: 100%;
  min-height: 150px;
  transition: 0.3s;
}
.themes-overview.card:hover {
  border: 1px solid var(--bs-indigo);
  transform: translateY(-4px);
}
.themes-overview.card img {
  height: 1.2rem;
  margin-bottom: 1rem;
  opacity: 0.2;
}
.themes-overview.card .card-body {
  padding: 1rem;
}
.themes-overview.card .card-body p {
  color: var(--bs-gray-700);
}
.card.themes-overview::before {
  content: "\f35d";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  right: 7px;
  top: 1rem;
  color: var(--bs-secondary);
  transition: 0.3s;
}
.card.themes-overview:hover::before {
  color: var(--bs-indigo);
}

/* Thematic Overviews */
.themes-overview-block2 .themes-overview.card img {
  opacity: 1;
}
.themes-overview-block2 .themes-overview.card {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: none !important;
}
.themes-overview-block2 .themes-overview.card img {
  margin-bottom: 0rem;
}
.themes-overview-block2 .themes-overview.card .card-body {
  margin-bottom: 1rem;
}
.themes-overview-block2 .card.themes-overview::before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  bottom: -45px !important;
  right: -45px !important;
  height: 95px !important;
  width: 95px !important;
  top: unset;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-out;
}

[dir='rtl'] .themes-overview-block2 .card.themes-overview::before {
  left: -45px !important;
  right: auto !important;
}
.themes-overview-block2 .card.themes-overview.themes-overview-primary::before {
  background: var(--bs-primary);
  box-shadow: 0px 0px 0px 20px rgba(var(--bs-primary-rgb), 15%);
}
.themes-overview-block2 .card.themes-overview.themes-overview-success::before {
  background: var(--bs-success);
  box-shadow: 0px 0px 0px 20px rgba(var(--bs-success-rgb), 15%);
}
.themes-overview-block2 .card.themes-overview.themes-overview-purple::before {
  background: var(--bs-purple);
  box-shadow: 0px 0px 0px 20px rgba(146, 81, 172, 15%);
}
.themes-overview-block2 .card.themes-overview.themes-overview-warning::before {
  background: var(--bs-warning);
  box-shadow: 0px 0px 0px 20px rgba(var(--bs-warning-rgb), 15%);
}
.themes-overview-block2 .card.themes-overview.themes-overview-danger::before {
  background: var(--bs-danger);
  box-shadow: 0px 0px 0px 20px rgba(var(--bs-danger-rgb), 15%);
}
.themes-overview-block2 .card.themes-overview:hover::before {
  transform: scale(14);
}
.themes-overview-block2 .themes-overview.card:hover {
  border: none !important;
  transform: translateY(-4px);
}
.themes-overview-block2 .themes-overview.card:hover .card-body img.hover-filter {
  transition: all 0.4s ease-out;
  filter: brightness(0) invert(1);
}
.themes-overview-block2 .themes-overview.card:hover .card-body h3,
.themes-overview-block2 .themes-overview.card:hover .card-body .card-text,
.themes-overview-block2 .themes-overview.card:hover .card-body .corner-icon {
  transition: all 0.3s ease-out;
  color: #fff;
}
.themes-overview-block2 .corner-icon {
  position: absolute;
  width: 23px;
  bottom: 0px;
  right: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
[dir='rtl'] .themes-overview-block2 .corner-icon {
  right: auto !important;
  left: 12px !important;
}
.themes-overview-block2 .themes-overview.card:hover .card-body .corner-icon {
  transform: scale(1.2);
}
.themes-overview h3 {
  text-transform: uppercase;
   transition: 0.3s all;
}
.themes-overview .datasets {
  color: var(--bs-gray-800);
  transition: 0.3s all;
}
.themes-overview.card:hover .datasets {
  color: var(--bs-white);
}
@media (max-width: 1280px) {
  .themes-overview h3 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 576px) {
  .themes-overview.card {
    min-height: 120px;
  }
}



/****************** Landing page SDGs Tracking tool ************/
.sdg-col {
  position: relative;
  transition: all 0.35s;
  width: 15.8%;
  margin-right: 1.04%;
  margin-bottom: 10px;
}
.sdg-col {
  width: 15.8%;
  margin-right: 1.04%;
  margin-bottom: 10px;
}
[dir="rtl"] .sdg-col {
    margin-left: 1.04%;
    margin-right: unset;
}
.sdg-col:nth-child(6n + 6) {
  margin-right: 0%;
}
[dir="rtl"] .sdg-col:nth-child(6n + 6) {
  margin-left: 0%;
  margin-right: unset;
}
@media (max-width: 570.98px) {
  .sdg-col {
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 10px;
  }
  .sdg-col:nth-child(6n + 6) {
    margin-right: 1.5%;
  }
  .sdg-col:nth-child(5n + 5) {
    margin-right: 0%;
  }

  [dir="rtl"] .sdg-col {
    margin-right: unset !important;
    margin-left: 1.5%;
  }
  [dir="rtl"] .sdg-col:nth-child(6n + 6) {
    margin-right: unset !important;
    margin-left: 1.5%;
  }
  [dir="rtl"] .sdg-col:nth-child(5n + 5) {
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (max-width: 1199.98px) {
  .sdg-col {
    margin-bottom: 6px;
  }
}
.sdg-col::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.35s;
}
.sdg-col:hover::before {
  z-index: 0;
  box-shadow: inset 0 0 0 50vw rgb(31 86 83 / 67%);
}

.sgd-index {
  position: relative;
}
.sgd-index .sdg-col:hover::before {
  box-shadow: none;
}

.sgd-index .sdg-col .sdg-data {
  position: absolute;
  padding: 12px;
  width: 100%;
  height: 100%;
  transition: all .5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sgd-index .sdg-col:hover .sdg-data {
  opacity: 1;
}

.sgd-index .sdg-col .arrow {
  position: absolute;
  right: 12px;
  bottom: 7px;
}
.sdg-data {
  position: relative;
}

.sdg-data:after {
  font-family: bootstrap-icons !important;
  content: "\f285";
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: .75rem;
  color: var(--bs-white);
}
[dir='rtl'] .sdg-data:after {
  right: auto;
  left: 8px;
  content: "\f284";
}
@media (max-width: 1280px) {
  .sgd-index .sdg-col .arrow {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sgd-index .sdg-col .sdg-data {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .sgd-index .sdg-col .sdg-data {
    padding: 4px;
    font-size: 7px;
  }
  .sgd-index .sdg-col .sdg-data img {
    height: 12px !important;
    width: 12px !important;
  }
}
/* SDG COLORS */
.sgd-index .sdg-col.sdg-1 .sdg-data {
  background-color: #ea1d2d;
}
.sgd-index .sdg-col.sdg-2 .sdg-data {
  background-color: #d19f2a;
}
.sgd-index .sdg-col.sdg-3 .sdg-data {
  background-color: #2d9a47;
}
.sgd-index .sdg-col.sdg-4 .sdg-data {
  background-color: #c22033;
}
.sgd-index .sdg-col.sdg-5 .sdg-data {
  background-color: #ef412a;
}
.sgd-index .sdg-col.sdg-6 .sdg-data {
  background-color: #26bde2;
}
.sgd-index .sdg-col.sdg-7 .sdg-data {
  background-color: #fdb714;
}
.sgd-index .sdg-col.sdg-8 .sdg-data {
  background-color: #8f1838;
}
.sgd-index .sdg-col.sdg-9 .sdg-data {
  background-color: #f36e24;
}
.sgd-index .sdg-col.sdg-10 .sdg-data {
  background-color: #e01a83;
}
.sgd-index .sdg-col.sdg-11 .sdg-data {
  background-color: #f99d25;
}
.sgd-index .sdg-col.sdg-12 .sdg-data {
  background-color: #cd8b2a;
}
.sgd-index .sdg-col.sdg-13 .sdg-data {
  background-color: #48773c;
}
.sgd-index .sdg-col.sdg-14 .sdg-data {
  background-color: #007dbb;
}
.sgd-index .sdg-col.sdg-15 .sdg-data {
  background-color: #3fae49;
}
.sgd-index .sdg-col.sdg-16 .sdg-data {
  background-color: #00558a;
}
.sgd-index .sdg-col.sdg-17 .sdg-data {
  background-color: #1b3668;
}

/****************** Landing Page Latest Publications *****************/

.latest-publications .tabs .nav.nav-pills {
  max-height: 340px;
  position: relative;
}
.latest-publications .tabs .nav .nav-link .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}
[dir="rtl"] .latest-publications .tabs .nav .nav-link .img {
  margin-left: 20px;
  margin-right: 0;
}
.latest-publications .tabs .nav .nav-link .text span,
.latest-publications .tabs .nav .nav-link.active .text h3 {
  color: var(--bs-white) !important;
}
.latest-publications.tabs .nav .nav-link .img img {
  border-radius: 0%;
}
.latest-publications .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.latest-publications .slick-prev,
.latest-publications .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  bottom: -9%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.latest-publications .slick-prev:before,
.latest-publications .slick-next:before {
  opacity: 1;
  color: var(--bs-gray-900);
}
.latest-publications .slick-next {
  right: 0px;
  transform: rotate(90deg);
}
.latest-publications .slick-prev {
  left: unset;
  right: 25px;
  transform: rotate(90deg);
}
.latest-publications .slick-next:before {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  font-display: block;
}
.latest-publications .slick-prev:before {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  font-display: block;
}


/* resources  vertical slider */

/* Overview */
.overview-img-bg,
.overview-img-bg .img-wrap {
  position: relative;
}
.overview-img-bg:after {
  position: absolute;
  content: "";
  background-color: #0f0f11;
  height: 300px;
  bottom: -30px;
  width: 100%;
  margin-left: -30px;
  z-index: -1;
}


/**********  Footer ***************/
#footer .menu-item .menu-link {
	padding: 0.5rem 0.25rem;
	font-size: 0.85rem !important;
}
@media (max-width: 767.98px) {
  #footer .menu-item .menu-link {
    padding: 0.25rem;
    font-size: 0.75rem !important;
  }
}

.landing-dark-separator {
  border-top: 1px solid #2c3f5b;
}
.bg-footer {
  background-color: #1c1d22 !important;
}
.partner-col {
  display: flex;
  justify-content: center;
  width: 19%;
}
.partner-col img {
  height: 45px;
}
@media (max-width: 1199.98px) {
  .partner-col img {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .partner-col img {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .partner-col img {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .partner-col {
    width: 19%;
  }
  .partner-col img {
    height: 35px;
  }
}
@media (max-width: 449.98px) {
  .partner-col {
    width: 18%;
  }
  .partner-col img {
    height: 24px;
  }
}


/* HERO SECTION PARTNERS LOGOS */
.hero-partner-col {
  display: flex;
  justify-content: start;
  width: 20%;
}
.hero-partner-col img {
  height: 35px;
}
@media (max-width: 1199.98px) {
  .hero-partner-col img {
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .hero-partner-col img {
    height: 35px;
  }
}
@media (max-width: 767.98px) {
  .hero-partner-col img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .hero-partner-col img {
    height: 30px;
  }
}
@media (max-width: 449.98px) {
  .hero-partner-col img {
    height: 25px;
  }
}






/****************** RESOURCES PAGE ******************/
.resources-list .img,
.resource-details .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.resources-list .img {
  margin-right: 20px;
}
[dir='rtl'] .resources-list .img {
  margin-right: 0;
  margin-left: 20px;
}
.resource-box {
  transition: 0.3s all;
  background-color: #273040 !important;
  border-color: #273040 !important;
}
.resource-box:hover {
  border-color: var(--bs-gray-300) !important;
}
.resource-box:hover .resource-title {
  border-color: var(--bs-primary) !important;
}
.resource-box:hover .resource-title-dataset {
  color: var(--bs-primary) !important;
}

html[data-bs-theme="light"] .resource-box {
  background-color: white !important;
  border-color: var(--bs-gray-100) !important;
}
html[data-bs-theme="light"] .resource-box:hover {
  border-color: var(--bs-gray-300) !important;
}
.resource-title-dataset {
  word-break: break-all;
}

/* CARD BOX */
.card-box {
  transition: 0.3s all;
  border-color: var(--bs-light) !important;
}
.card-box:hover {
  border-color: var(--bs-gray-300) !important;
}


/* RESOURCE DETAILS PAGE */
.resource-details .img {
  width: auto !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

.resource-box a.btn-expand-hover {
  transition: all .3s !important;
}

.resource-box a.btn-expand-hover:hover {
  transform: scale(1.1);
}

/* Datacatalog Dataset page */
.dc-dataset .fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

    .dc-dataset .fullScreen .closeBtn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: none;
        border: none;
        color: #000;
        cursor: pointer;
        z-index: 10000000;
    }

.dc-dataset .closeBtnFullScreen {
    display: none;
}

.dc-dataset .fullScreen > .closeBtnFullScreen {
    display: inline-block;
}

[data-bs-theme="dark"] .dc-dataset .fullScreen {
    background: #171717;
}

[data-bs-theme="light"] .dc-dataset .fullScreen {
    background: white;
}

.btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,
.btn.btn-active-primary.show.dropdown-toggle:after,
.show > .btn.btn-active-primary.dropdown-toggle:after {
  color: var(--bs-white) !important;
}
html[data-bs-theme="light"] .btn.btn-active-primary:hover:not(.btn-active).dropdown-toggle:after,
html[data-bs-theme="light"] .btn.btn-active-primary.show.dropdown-toggle:after,
html[data-bs-theme="light"] .show > .btn.btn-active-primary.dropdown-toggle:after {
  color: var(--bs-dark) !important;
}
.datatable_ds_custom.table-responsive > div.dt-container > div.row {
  margin-top: 15px;
}
.datatable_ds_custom.table-responsive .dt-toolbar select{
  display: none;
}

.btn-active-primary.active {
  background-color: var(--bs-primary) !important;
}

.data-catalog-themes > a {
  display: flex;
  margin-bottom: 2.5rem;
}


.mobile-impact-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile-impact-data > div {
  max-width: 23%;
}

.data-catalog-themes {
  display: flex;
  flex-direction: column;
}
.data-catalog-themes {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.pagination-position {
  position: absolute;
  bottom: -20px;
}
.data-catalog-themes > a {
  background-color: #273040;
  padding: 1rem;
  border-radius: 0.75rem;
  position: relative;
  border: 1px solid #273040;
  margin-bottom: 0 !important;
}
html[data-bs-theme="light"] .data-catalog-themes > a {
  background-color: var(--bs-white);
  border-color: var(--bs-white);
}
.data-catalog-themes > a:after {
  font-family: bootstrap-icons !important;
  content: "\f285";
  position: absolute;
  right: 12px;
  top: 35%;
  transition: all .5s;
}
[dir='rtl'] .data-catalog-themes > a:after {
  content: "\f284";
  right: auto;
  left: 12px;
}

.data-catalog-themes > a:hover {
  border-color: var(--bs-gray-300) !important;
}

.data-catalog-themes > a:hover:after {
  transform: translate3d(6px,0,0);
}
[dir='rtl'] .data-catalog-themes > a:hover:after {
  transform: translate3d(-6px,0,0);
}

.data-catalog-themes > a .fs-2 {
  font-size: 1.25rem !important;
}

@media (max-width: 730px) {
  #DataCatalog {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #DataCatalog .nav-link {
    text-wrap: nowrap;
  }
}



@media (max-width: 730px) {

  .mobile-impact-data > div  {
    min-width: 34%;
    max-width: 49%;
  }
}

@media (max-width: 540px) {
  .mobile-impact-data > div {
    width: 49%;
  }
}

/***************** DATA PORTAL MAIN COUNTRY TABS ****************/
.w-80{
  width: 80%;
}
#country_tabs .menu-sub {
  flex-wrap: wrap;
}
#country_tabs .accordion-body-custom{
  padding: 1rem 0;
}
#country_tabs .menu-item {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
[dir = 'rtl'] #country_tabs .menu-item {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@media (max-width: 1279.98px) {
  #country_tabs .menu-item {
    width: 100% !important;
  }
}
#country_tabs .menu-item .menu-link {
	display: flex;
  align-items: center;
  justify-content: start;
	position: relative;
	padding: 0;
  margin-bottom: 0.75rem;
  width: fit-content;
}
#country_tabs .menu-link.menu-link-sdg {
	display: flex;
  align-items: start;
	padding: 0.25rem 1.5rem 0.25rem 0rem;
  flex-basis: auto;
  transition: all .5s;
} 
.row-sdgs .menu-link{
  align-items: start !important;
}
#country_tabs .menu-link.menu-link-sdg .menu-title{
  /* font-size: 0.75rem !important; */
  line-height: 1.25;
} 
[dir = 'rtl'] #country_tabs .menu-link.menu-link-sdg {
	padding: 0.25rem 0rem 0.25rem 1.5rem;
}
#country_tabs .menu-link.menu-link-sdg span.sdg_num {
  text-decoration: none !important;
  color: #b1b1b1;
}
#country_tabs .menu-link.menu-link-sdg:hover span {
  text-decoration: underline;
}
#country_tabs .menu-item .menu-link:hover span.sdg_num {
  text-decoration: none !important;
}
#country_tabs .menu-sub .container {
	border-left: 1px solid #7DC3C5;
  flex-grow: 1;
}
.menu-item.menu-accordion.sdgs .menu-link{
  align-items: start !important;
}
#country_tabs .menu-link svg, #countries_tabs_menu .menu-link svg{
  flex-shrink: 0;
}
/* #country_tabs .menu-item .menu-link::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -2px;
	height: 1px;
	left: 0;
	width: 100%;
	background: #fff;
	transform-origin: right center;
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-moz-transition: -moz-transform .25s cubic-bezier(.37,.31,.2,.85);
	-o-transition: -o-transform .25s cubic-bezier(.37,.31,.2,.85);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.37,.31,.2,.85);
	transition: transform .25s cubic-bezier(.37,.31,.2,.85);
}
#country_tabs .menu-item .menu-link:hover::after {
	transform-origin: left center;
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
} */
#country_tabs .menu-item .menu-link span {
  transition: all .5s;
  text-decoration: none;
}
#country_tabs .menu-item .menu-link:hover span {
  text-decoration: underline;
}
#country_tabs .menu-item .menu-link:hover span:has(.sdg_num) {
  text-decoration: none !important;
}


/***************** Datacatalog Computing Dashboard TABS ****************/

.tabs-primary .nav-link {
  color: var(--bs-primary);
  border-bottom: 0;
}

.tabs-primary .nav-link.active {
  background-color: var(--bs-gray-900) !important;
}
.tabs-primary ul {
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .tabs-primary ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}




/* SVG ICON */
.svg-icon.svg-icon-1 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
  color: #fff;
}

/* SELECT 2 */
.select2-container .select2-selection--single {
  height: auto;
}
.select2-dropdown {
  background-color: var(--bs-body-bg);
}
.select2-container--bootstrap5
  .select2-dropdown
  .select2-results
  > .select2-results__options {
  max-height: 450px;
  overflow-y: auto;
}
.select2 .select2-selection--multiple ul li{
  background-color: var(--bs-app-toolbar-bg);
  color: var(--bs-white);
  font-weight: normal;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-flex;
  padding: 4px 8px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /* vertical-align: bottom;
  white-space: nowrap; */
  flex-wrap: nowrap;
  min-width: 200px;
  width: auto;
  min-width: max-content;
  height: fit-content;
  font-size: 0.875rem;
}

.select2 .select2-selection{
  border-color: var(--bs-gray-300);
}

/* .select2-container--open .select2-selection{
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.select2.select2-container--focus.select2-container--open .select2-selection.select2-selection--single{
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
} */

.select2-results__option{
  padding: 6px 6px 6px 22px;
}

.select2-container .select2-dropdown{
  border-color: var(--bs-gray-300);
  border-radius: 10px
}

.select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: var(--bs-text-gray-300);
}
.select2-results .select2-results__option.select2-results__option--highlighted:first-child {
  border-radius: 10px 10px 0 0;
}
.select2-results .select2-results__option.select2-results__option--highlighted:last-child {
  border-radius: 0 0 10px 10px;
}


.select2-results .select2-results__options li.select2-results__option--selected {
  background-color: var(--bs-app-toolbar-bg);
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='white' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
  background-size: 0.8rem;
  background-position: center right 1.25rem;
  background-repeat: no-repeat;
}
[dir = 'rtl'] .select2-results .select2-results__options li.select2-results__option--selected {
  background-position: center left 1.25rem;
}
.select2 .select2-selection--multiple ul.select2-selection__rendered{
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding-bottom: 2px;
  padding-left: 13px;
  padding-right: 13px;
}

.select2 .select2-selection--multiple ul li + li {
  margin-left: 8px;
}
[dir='rtl'] .select2 .select2-selection--multiple ul li + li {
  margin-right: 8px;
  margin-left: unset !important;
}
.select2-container .select2-selection--multiple{
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  /* background-image: none; */
  min-height: 47px;
}
.select2-container .select2-selection--multiple.form-select-sm {
  min-height: 38px;
}
.select2 .select2-selection--multiple.form-select-sm .select2-search__field,
.select2 .select2-selection--multiple.form-select-sm .select2-search__field:focus-visible {
  margin-top: 4px;
}
.select2 .select2-selection--multiple ul li button{
  border: 0;
  background: transparent;
  order: 1;
  color: var(--bs-white);
  padding-left: 14px;
}
.select2-selection--multiple {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: start;
}
.select2 .select2-selection--multiple .select2-search__field, .select2 .select2-selection--multiple .select2-search__field:focus-visible {
  background-color: transparent;
  border: 0 !important;
  outline: none !important;
  margin-top: 8px;
  margin-right: -24px;
  padding-left: 14px;
}
[dir='rtl'] .select2 .select2-selection--multiple .select2-search__field, [dir='rtl'] .select2 .select2-selection--multiple .select2-search__field:focus-visible {
  margin-left: -24px;
  margin-right: unset !important;
  padding-right: 14px;
  height: 20px;
}
[dir='rtl'] .select2 .select2-selection--multiple ul li button {
  padding-right: 14px;
  padding-left: unset;
}

.select2.select2-container--disabled {
  opacity: 0.6;
}
.form-floating > label {
  line-height: 1.75;
  color: var(--bs-gray-700) !important;
}
/* CARD */
.card.active {
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
}
.card.active span, .card.active small,
.card.active .fa-info-circle {
  color: #fff !important;
}

.card .xsmall-sufex {
  font-size: x-small;
}

.info-small {
  position: absolute;
  top: 0;
  right: 5px;
}

/* TABLES */
.table-space-5 th, .table-space-5 td {
  border-width: 5px;
  border-color: transparent !important;
}

/* Breadcrumb */
.breadcrumb-truncate {
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* SDG CARDS */
.sdg-page .sdg-col {
  transition: 0.3s;
}

.sdg-page .sdg-col img {
  border-radius: 10px;
}
.sdg-page .sdg-col::before {
  border-radius: 10px;
  z-index: 0;
  box-shadow: inset 0 0 0 50vw rgb(31 86 83 / 50%); 
}

.sdg-page .sdg-col.active::before, .sdg-page .sdg-col:hover::before {
  z-index: -1; 
}


/* DASHBOARD 2 API LINK  */
@media (min-width: 1021px) {
  .category-container{
    min-width: 400px;
  }
}

html[data-bs-theme="light"] .card-stripped > .api-link:nth-child(odd),
html[data-bs-theme="light"] .card-stripped > .api-link-2:nth-child(odd) {
  background-color: var(--bs-text-gray-100);
}
html[data-bs-theme="dark"] .card-stripped > .api-link:nth-child(odd),
html[data-bs-theme="dark"] .card-stripped > .api-link-2:nth-child(odd) {
  background-color: #3e3f4b57;
}
html[data-bs-theme="light"] .card-stripped > .api-link:hover,
html[data-bs-theme="light"] .card-stripped > .api-link-2:hover, html[data-bs-theme="light"]  .card-stripped > .api-link-2.active {
  background-color: var(--bs-text-gray-200);
}
html[data-bs-theme="dark"] .card-stripped > .api-link:hover,
html[data-bs-theme="dark"] .card-stripped > .api-link-2:hover, html[data-bs-theme="dark"]  .card-stripped > .api-link-2.active {
  background-color: var(--bs-text-secondary);
}

.api-link-radio {
  border: 1px solid var(--bs-gray-400);
  border-radius: 50%;
  width: 12px;
  min-width: 12px;  
  height: 12px;
  position: relative;
}
.card-stripped > .api-link.active .api-link-radio {
  background-color: var(--bs-white);
  border: 4px solid var(--bs-primary) ;
}

.btn-thematic {
  padding: 10px !important;
  font-size: 15px !important;
  font-weight: 600;
}
.btn-thematic i {
  padding-right: 10px;
}

[dir='rtl'] .btn-thematic i {
  padding-left: 10px;
  padding-right: 0;
}

#indicators_list .loading{
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 2;
  width: 56px;
  height: 56px;
}


table.dataTable thead > tr > th.dt-orderable-asc:hover, 
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover, 
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 0 !important;
  outline-offset: 0;
}

table.dataTable th.dt-type-numeric {
  text-align: start;
}

select#select2_country {
  max-height: 46px;
}
select#select2_country option {
  opacity: 0;
}

#select_country_wrapper label{
  position: absolute;
  z-index: 1;
  padding: 12px 22px;
  margin: 0;
  pointer-events: none;
  color: var(--bs-gray-700);
  font-size: 1.1rem;
  font-weight: 500;
}

/* FOOTER TABS */
.card-footer .accordion-button::after {
  content: none;
}
.card-footer .accordion-button:not(.collapsed),
.card-footer .accordion-button:not(.collapsed):focus:not(.btn-active),
.card-footer .nav-tabs .nav-link.active {
  background-color: var(--bs-primary) !important;
}

.table-metadata .metadata-cell {
  font-size:0.875em;
  text-transform: uppercase !important;
  white-space: nowrap;
  margin-right: 0.5rem !important;
  margin-top: 0.25rem !important;
  color: var(--bs-text-gray-500) !important;
}

/* country comparing holder */
.indicatorValueComparison {
  width: 90px;
}


/* LOGIN/FOROTPASS/REGISTER */
.login-bg:after {
  content: ' ';
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, .85);
}
html[data-bs-theme="dark"] .login-bg:after {
  background-color: rgba(0, 0, 0, .775);
}
.login-bg:before {
  content: ' ';
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(/theme/images/login-bg.jpg);
  background-size: cover;
  background-position: left top;
  z-index: -1;
  opacity: 0.5;
}

/* GEOSPATIAL HEADER */
.geo-header {
  position: relative;
  background-color: transparent !important;
}
.geo-header i.bi  {
  color: #B1B1B1 !important;
}
.geo-header::before {
  content: ' ';
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(/theme/images/geo-header.jpg);
  z-index: -1;
}
.geo-header:after {
  content: ' ';
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, .7);
}
.bg-aside {
  background-color: #2a2b33 !important;
}
.bg-layers {
  background-color: #393a46;
}

/* STICKY NAV */
@media (min-width: 1025px) {
  .sticky-nav {
    position: sticky;
    z-index: 1000;
    top: 70px;
    background-color: var(--bs-body-bg);
    transition: all .5s;
  }

  body[data-kt-scrolltop = 'on'] .sticky-nav {
    box-shadow: var(--bs-app-header-sticky-box-shadow);
  }
}

/* KEY INDICATORS SELECT2 */
.section-menu path, .section-menu a, .section-menu a g {
  fill: var(--bs-gray-400);
  color: var(--bs-gray-900);
}
@media (min-width: 1280px) {
  .section-menu svg, .section-menu svg g {
    width: 35px;
    height: 30px;
  }
}
.section-menu svg, .section-menu svg g {
  width: 28px;
  height: 28px;
  fill: var(--bs-gray-400);
}
/* Smaller tabs */
.section-menu.section-menu-custom svg{
  width: 20px;
  height: 20px;
  display: flex;
  flex-shrink: 0;
}
.section-menu-item.active .section-menu svg path {
  fill: var(--bs-primary);
}
.section-menu .active {
  fill: var(--bs-primary);
}
.section-menu .active {
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary);
}

.section-menu .section-menu-item {
  display: flex;
  padding: 0;
  padding-bottom: 0.5rem;
  /* width: 20%; */
  border: none;
  border-bottom: 1px solid transparent;
  background: transparent;
  text-align: start;
  transition: all .5s;
  margin-bottom: -1px;
}
/* Smaller tabs */
.section-menu.section-menu-custom .section-menu-item {
    align-items: center;
}g
.section-menu .section-menu-item h3, .section-menu .section-menu-item svg path, .section-menu .section-menu-item h3, .section-menu .section-menu-item svg g {
  transition: all .5s;
}
.section-menu .section-menu-item:hover h3, .section-menu .section-menu-item.active h3  {
  color: var(--bs-primary) !important;
}
.section-menu .section-menu-item:hover svg path, .section-menu .section-menu-item.active svg path, .section-menu .section-menu-item:hover svg g, .section-menu .section-menu-item.active svg g {
  fill: var(--bs-primary);
}

.section-menu .select2 {
  width: 100% !important;
}


.select2-svg-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
}
.select2-svg-holder .select2-container--default .select2-selection--single .select2-selection__rendered .subtitle {
  white-space: break-spaces;
}
.section-menu .select2 .select2-selection {
  background-color: var(--bs-body-bg);
  border-radius: .75rem;
  padding: 8px 0 6px !important;
  min-height: 50px !important;
}
.select2-svg-holder .select2-results .select2-results__options li.select2-results__option--selected {
  background-color: var(--bs-primary);
}
.select2-svg-holder .select2-results .select2-results__options li.select2-results__option--selected:first-child {
  border-radius: 10px 10px 0 0;
}
.select2-svg-holder .select2-results .select2-results__options li.select2-results__option--selected:last-child {
  border-radius: 0 0 10px 10px;
}
.select2-svg-holder .select2-results__options li .icon-holder svg, 
.select2-svg-holder .select2-results__options li .icon-holder svg path {
  width: 30px;
  height: 30px;
  fill: var(--bs-gray-900);
  margin: 0 3px;
}

.select2-svg-holder .select2-results__option {
 padding: 8px;
 line-height: 18px;
}
.section-menu .select2 .fs-4, .section-menu .select2 .fs-5 {
  color: var(--bs-primary) !important;
}
.section-menu .select2 li svg path {
  fill: var(--bs-gray-700);
}
.section-menu .select2 svg path {
  fill: var(--bs-primary);
}



.section-menu .select2 .select2-results .select2-results__options li.select2-results__option--selected {
  background-color: var(--bs-primary);
}

.section-menu .select2  .select2-results__option {

}

/* tooltip absolute */
.tooltip-absolute {
  position: absolute;
  right: 10px;
}

/* KEY INDICATORS */
.indicators-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1.25rem !important;
  gap: 1rem;
}

.indicator-value {
  margin: 4px 0;
}

.indicator-value:not(.no-value) {
  display: flex;
  align-items: flex-end;
}

.indicator-value small {
  margin-bottom: 3px;
}

@media (min-width: 1024px) {
  .indicators-holder.indicators_3 .indicator {
    width: calc(33.333% - .666rem);
  }
}
.indicators-holder .indicator {
  cursor: pointer;
  width: calc(50% - .5rem);
}
.indicators-holder .indicator canvas {
  cursor: pointer;
}

.indicators-holder .indicator .echart {
  width: 50%;
}
.indicators-holder.indicators_3 .indicator .echart {
  width: 40%;
}
.indicators-holder .indicator .echart svg {
	cursor: pointer !important;
}
.indicators-holder .indicator img {
  height: fit-content;
  width: 20px;
  margin-right: 1rem;
  margin-top: 2px;
}
[dir='rtl'] .indicators-holder .indicator img {
  margin-right: 0;
  margin-left: 1.25rem;
}
.indicators-holder .indicator-full img,
[id^='compare_analysis'] img {
  height: 26px;
}

/* Disabled indicators card */
.indicators-holder .indicator.disabled{
  pointer-events: none;
  cursor: default;
}
.indicators-holder .indicator.disabled:hover{
  border-color: var(--bs-light) !important;
}
.indicators-holder .indicator.disabled .text-primary.fw-bold.text-uppercase{
  color: var(--bs-gray-500) !important;
}
.indicators-holder .indicator.disabled img:not(.w-20px){
  filter: grayscale(1) !important;
}

.h-360px {
  height: 360px !important;
}

@media (min-width: 768px) {
  .chart-analysis {
    height: calc(100% - 43px); /* ul height 36px + padding 21px - margin top 14px */
  }
  .chart-analysis .tab-pane.active {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .h-md-360px {
    height: 360px !important;
  }
  
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-grow-md-1 {
    flex: 1 !important;
  }
}


.indicators-holder .indicator .echart {
	margin: auto 0;
}

.indicators-compare {
  height: 0;
  transition: all .5s;
}

.indicators-compare.show {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  height: 100%;
  gap: 1rem;
}
.indicators-compare > a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-radius: .75rem;
	/* margin-right: 1rem;
	margin-bottom: 0.5rem; */
	cursor: pointer;
	transition: all .5s;
	color: var(--bs-gray-700);
  /* width: 11.4%; */
}
/* [dir='rtl'] .indicators-compare > a {
  margin-left: 1rem;
  margin-right: 0;
} */
.indicators-compare > a .h5 {
	margin-bottom: 0;
	margin-top: 0.25rem !important;
}

.indicators-compare > a.disabled {
  opacity: .75;
  pointer-events: none;
}


.indicators-compare .active, .indicators-compare > a:hover {
  background-color: var(--bs-gray-200);
}
@media (max-width: 768px) {
  .indicators-compare {
    justify-content: start;
  }
  .indicators-compare > a {
    padding: 5px;
    /* margin-right: .5rem; */
    /* width: 23%;  */
  }

  .indicators-holder .indicator {
    width: 100%;
  }
  .indicators-holder .indicator .echart {
    width: 31%;
  }
}
/* @media (max-width: 649.98px) {
  .indicators-compare > a {
    width: 31%;
  } 
} */
@media (max-width: 499.98px) {
  .indicators-compare > a {
    width: calc(50% - 0.5rem);
  }
}
/* @media (max-width: 375px) {
  .indicators-compare > a {
    width: 50%;
    margin-right: 0;
  }
} */
.nav-tabs .nav-link {
  color: var(--bs-gray-900);
  border: none;
  border-bottom: 3px solid transparent !important;
}

.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary) !important;
}
.nav-tabs #unAgencies-tab.nav-link.active {
  color: #009EDB;
  border-bottom: 3px solid #009EDB !important;
}
.nav-tabs #unAgencies-tab.nav-link:hover {
  color: #009EDB;
}
.nav-tabs.border-0 .nav-link.active, .nav-tabs.border-0 .nav-link {
  border: 0 !important;
}
.nav-tabs .nav-link svg path {
  fill: var(--bs-gray-700);
  transition: all .3s;
}
.nav-tabs .nav-link.active svg path, .nav-tabs .nav-link:hover svg path  {
  fill: var(--bs-primary);
}
.btn-blue, .bg-blue, #kt_drawer_chat_mustashar_1 .bg-primary {
  background-color: #6772E5 !important;
  color: #fff !important;
  transition: all .5s !important;
}
.btn-blue:hover, #kt_drawer_chat_mustashar_1 .bg-primary:hover {
  background-color: #4953c0 !important;
}


/* ORDER */
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.order-13 { order: 13; }
.order-14 { order: 14; }
.order-15 { order: 15; }
.order-16 { order: 16; }
.order-17 { order: 17; }
.order-18 { order: 18; }
.order-19 { order: 19; }
.order-20 { order: 20; }


/* DATA INNOVATION */
@media (min-width: 769px) {
  .data-holder-index .data-holder {
    width: 33%;
    display: flex;
    flex-direction: column;
  }
}

.data-separator {
  height: auto;
  width: 1px;
  background-color: var(--bs-gray-400);
  margin-right: 40px;
}
.data-holder .arrow {
  transition: all .5s;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.data-holder:hover .arrow {
  margin-left: 10px;
}

[dir='rtl'] .data-holder:hover .arrow {
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .data-holder {
    background-color: #273040;
    display: flex;
    margin-bottom: 1rem;
    padding: 1.25rem !important;
    justify-content: space-between;
  }
}

.hover-arrow:after {
  font-family: bootstrap-icons !important;
  content: "\f285";
  display: inline-block;
  margin-left: .375rem;
  transition: transform 0.2s ease;
}
.hover-arrow:hover:after {
  transform: translate3d(6px,0,0);
}
[dir='rtl'] .hover-arrow:after {
  content: "\f284";
  margin-left: 0;
  margin-right: .375rem;
}
[dir='rtl'] .hover-arrow:hover:after {
  transform: translate3d(-6px,0,0);
}
.resource-box.hover-arrow {
  position: relative;
}
.resource-box.hover-arrow:after {
  position: absolute;
  bottom: 7px;
  right: 14px;
}
[dir='rtl'] .resource-box.hover-arrow:after {
  left: 14px;
  right: auto;
}
/* LAYER SLIDER */
.cs-slider {
  width: 60%;
}

.cs-slider.publications-slider {
  width: 15%;
}
.swiper-slide {
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 100% !important;
  left: auto !important;
  right: 0;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--bs-gray-300);
  opacity: 1;
  margin: 0 4px !important;
  border-radius: 50% !important;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: var(--bs-gray-600);
}
.swiper-button-next, .swiper-button-prev {
  height: 12px;
  width: 12px;
  color: var(--bs-gray-900);
  position: relative;
  top: 27px;
}

[dir="rtl"] .swiper-button-prev, 
[dir="rtl"] .swiper-button-next {
  transform: rotate(180deg);
}

html[data-bs-theme="dark"]  .swiper-3d .swiper-slide-shadow {
  background: rgba(255, 255, 255, 0.01);
}

.swiper-slide .arrow {
  margin-left: 0;
  margin-right: 0;
  transition: all .5s;
}

.swiper-slide:hover .arrow {
  margin-right: -10px;
}
[dir="rtl"] .swiper-slide:hover .arrow {
  margin-left: -10px;
  margin-right: 0;
}

/* Language FONTS */
.text-arabic {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
}
.text-english {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

[dir='rtl'] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

@media (max-width: 576px) {
  .cs-slider {
    width: 75%;
  }

}

.cs-slider-2 .swiper-slide {
  box-shadow: none;
  border: 2px solid transparent;
} 

.swiper-button-next:after, .swiper-button-prev:after {
  color: var(--bs-gray-500);
}

/* LOGIN FORM INPUT */
.form-control.login-form {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--bs-gray-400);
}

.form-control.login-form:focus {
  border-color: var(--bs-primary);
}

.form-control.login-form::placeholder {
  font-style: italic;
}

.login-slogan-holder {
  position: relative;
  width: fit-content;
  margin-top: .75rem;
  margin-bottom: 5rem;
}
.login-slogan {
  position: absolute;
  font-size: 1.75rem;
  top: 70%;
  right: -26%;
}
[dir= 'rtl'] .login-slogan {
  right: auto;
  left: -26%;
}

html[data-bs-theme="light"] .login-slogan {
  font-weight: bold;
}
@media (max-width: 576px) {
  .login-slogan {
    right: -100px;
    font-size: 1.25rem;
    font-weight: bold;
  }

  [dir= 'rtl'] .login-slogan {
    right: auto;
    left: -100px;
  }
  .chip-video {
    width: 350px;
    height: 350px;
  }
  .login-slogan-holder img {
    width: 200px;
  }
}

/* PUBLICATIONS PILL */
.publications-pill .nav-link {
  padding: 7px;
  color: var(--bs-gray-900);
}
.publications-pill .nav-link.active {
  background-color: var(--bs-secondary);
}
.publications-pill .nav-link.active .h6 {
  color: #fff;
}
.publications-pill .nav-link img {
  height: 70px;
  margin-top: 1px;
}
.publications-pill .nav-link .text {
  display: flex;
  align-items: center;
}

[dir='rtl'] .publications-pill .slick-prev {
  left: 20px;
  right: unset !important;
}


/* GREEN COLORS */
.bg-green-dark, .hover-green-dark:hover, #kt_drawer_chat_mustashar_2 .bg-primary {
  background-color: #087F95 !important;
}
.bg-green-light, .hover-green-light:hover, #kt_drawer_chat_mustashar_3 .bg-primary {
  background-color: #10BFAE !important;
}

.btn-green-dark {
  border-color: #087F95 !important;
  background-color: #087F95 !important;
  color: #fff !important;
  transition: all .5s !important;
}
.btn-green-light {
  border-color: #10BFAE !important;
  background-color: #10BFAE !important;
  color: #fff !important;
  transition: all .5s !important;
}
.btn-green-dark:hover {
  border-color: #066875 !important;
  background-color: #066875 !important;
}
.btn-blue-light {
  border-color: #009EDB !important;
  background-color: #009EDB !important;
  color: #fff !important;
  transition: all .5s !important;
}
 
.btn-blue-light:hover {
  border-color: #017fb0 !important;
  background-color: #017fb0 !important;
}
 
.btn-green-light:hover {
  border-color: #0DA793 !important;
  background-color: #0DA793 !important;
}

.text-green-light, #kt_drawer_chat_mustashar_3 .text-primary {
  color: #10BFAE !important;
}
.text-green-dark, #kt_drawer_chat_mustashar_2 .text-primary {
  color: #087F95 !important;
}
.text-blue, #kt_drawer_chat_mustashar_1 .text-primary {
  color: #6772E5 !important;
}
[data-bs-theme=light] .mustashar .bg-body {
  background-color: var(--bs-white) !important;
}
.img-overlay:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 48, 64, .66);
}

/* accordion item colors */
.accordion-item {
  transition: all .5s;
}
.accordion-item:first-of-type, .accordion-collapse:nth-child(2) {
  background-color: #232327;
}
.accordion-item:nth-child(2), .accordion-collapse:nth-child(3) {
  background-color: #2A2B33;
}
.accordion-item:nth-child(3), .accordion-collapse:nth-child(4) {
  background-color: #41434E;
}
.accordion-item:nth-child(4) {
  background-color: #555768;
}
.accordion-item:nth-child(5) {
  background-color: #636678;
}
.accordion-item:nth-child(4) .accordion-header .accordion-button::after,
.accordion-item:nth-child(5) .accordion-header .accordion-button::after {
  --bs-accordion-btn-icon: none !important;
}

.accordion-item.active, .accordion-collapse.active {
  background-color: var(--bs-teal-dark) !important;
}
.accordion-item.active button, .accordion-item.active a.accordion-button {
  color: var(--bs-white) !important;
}
.accordion-item:hover {
  background-color: var(--bs-primary) !important;
}

[data-bs-theme=light] .accordion-item.active .accordion-header .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F9F9F9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316A09C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button .submenu-title {
  font-size: 0.95rem !important;
}
[dir='rtl'] .accordion-button .submenu-title {
  font-size: 1rem !important;
}
/* ui-dialog confirm deletion */

.ui-dialog {
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-900);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  color: var(--bs-gray-900);
	font-weight: normal;
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar:before {
  display: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title{
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
  background: transparent;
  border: 0;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon{
  background: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:before{
  font-family: bootstrap-icons !important;
  font-size: 14px;
  content: "\F659";
  color: var(--bs-white);
  display: block;
  text-indent: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:hover:before{
  color: var(--bs-primary);
}

.ui-dialog .ui-dialog-content{
  padding: 0;
  margin-top: 12px;
  color: var(--bs-gray-900);
  font-weight: normal;
}

.ui-dialog .ui-dialog-content .form-actions{
  display: flex;
  align-items: center;
  margin-top: 3.25rem;
}

.ui-dialog .ui-dialog-content .form-actions .dialog-cancel{
  width: auto;
  margin: 0 0.75rem;
} 

.ui-dialog button, .ui-dialog .button {
  padding: calc(0.55rem + 1px) calc(1rem + 1px) !important;
  font-size: 0.875rem;
  border-radius: 0.55rem;
  background-color: var(--bs-gray-700);
  border: 1px solid var(--bs-gray-700);
  color: var(--bs-gray-100);
}

.ui-dialog .form-actions button[type="submit"].btn,
.ui-dialog .form-actions button[type="submit"].btn:hover,
.ui-dialog .form-actions button[type="submit"].btn:active {
  background-color: var(--bs-danger) !important;
  color: var(--bs-white);
  background-image: none;
}

.ui-dialog .ui-dialog-buttonpane{
  display: none;
}

[dir='rtl'] .ui-dialog .ui-dialog-titlebar-close{
  left: .3em;
  right: unset;
}



/* text trim */
.ellipsis-5-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;      /* Limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* INTRO TOUR */
.introjs-tooltipReferenceLayer * {
    font-family: "Montserrat", "Tajawal", sans-serif !important;
}

.introjs-tooltip-title {
  font-weight: 600 !important;
}
[dir='rtl'] .introjs-tooltipReferenceLayer * {
    font-family: "Tajawal", sans-serif !important;
}
[dir='rtl'] .introjs-prevbutton, [dir='rtl'] .introjs-bullets ul li {
    float: right;
}
[dir='rtl'] .introjs-nextbutton {
    float: left;
}
.introjs-tooltip {
  background-color: var(--bs-gray-200) !important;
  color: var(--bs-gray-900);
  max-width: 480px !important;
}
.introjs-arrow.top {
  border-bottom-color: var(--bs-gray-200) !important;
}
.introjs-arrow.bottom, .introjs-arrow.bottom-middle, .introjs-arrow.bottom-right, .introjs-arrow.bottom-left {
  border-top-color: var(--bs-gray-200) !important;
}
.introjs-tooltipbuttons {
  /* border-color: var(--bs-gray-500) !important; */
  border: 0 !important;
}
.introjs-tooltip .introjs-button, .introjs-tooltip .introjs-button:focus, .introjs-tooltip .introjs-button:hover {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
  font-size: 0.875rem;
  padding: calc(0.55rem + 1px) calc(1rem + 1px);
  border-radius: 0.75rem !important;
  text-shadow: none;
}
.introjs-prevbutton {
  background-color: #555768 !important;
  border-color: #555768 !important;
}
.introjs-skipbutton {
  color: var(--bs-gray-900) !important;
  font-weight: 500 !important;
  font-size: 1.5rem !important;
}
[dir='rtl'] .introjs-skipbutton {
  left: 0;
  right: auto;
}
html[data-bs-theme="dark"] .introjs-helperLayer {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(255,255,255, 0.6) 0px 0px 0px 5000px !important;
}
html[data-bs-theme="light"] .introjs-helperLayer {
  box-shadow: rgba(33, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.7) 0px 0px 0px 5000px !important;
}

html[data-bs-theme="dark"] .fa-info-circle.text-secondary {
  color: #8AA9BA !important;
}

/* NEED HELP BUTTUN */
.expand-button {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
  border-radius: 60px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 34px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.expand-button.bg-gray-200 {
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-900);
}
.expand-button:hover {
  max-width: 300px;
  transition: all 0.5s;
}

.expand-button .icon {
  display: flex;
  align-items: center;
}
.expand-button .icon svg {
  width: 34px;
  height: 18px;
}
.expand-button .icon-sm svg {
  height: 15px;
}
.expand-button .text {
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s;
}
.expand-button:hover .text {
  white-space: nowrap;
  padding-left: 15px;
  transition: all .2s;
  font-weight: 500;
}
[dir='rtl'] .expand-button:hover .text {
  padding-left: auto;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .expand-button {
    width: 30px;
    height: 30px;
  }
  .expand-button .icon svg {
    width: 30px;
    height: 16px;
  }
  .expand-button .text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .expand-button.expanded .text {
    white-space: nowrap;
    padding-left: 15px;
    transition: all .2s;
    font-weight: 500;
  }
  [dir='rtl'] .expand-button.expanded .text {
    padding-left: 0;
    padding-right: 15px;
  }
  .expand-button.expanded {
    max-width: 300px;
    transition: all 0.5s;
  }
}

.open-ai-chat-drawer {
  padding: 5px 8px !important;
  font-size: 0.875rem !important;
  border-radius: var(--bs-btn-border-radius) !important;
}

/********************/
/*** SLIKS STYLES ***/
/********************/
/* ================================
   Core Slick Styles (from slick.css)
   ================================ */

/* Slider Container */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

/* List (track wrapper) */
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

/* Track */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

/* Slides */
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Hide Arrows when necessary */
.slick-arrow.slick-hidden { display: none; }


/* ================================
   Theme Styles (from slick-theme.css)
   ================================ */

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

/* Arrow Icons */
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }

.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ================================
   Custom
   ================================ */

.slick-list, .slick-track {
  height: 100%;
}
.slick-next {
  right: -25px;
}
.slick-prev {
  left: -30px;
}
@media (max-width: 1200px) {
  .slick-next {
    right: -12px;
  }
  .slick-prev {
    left: -18px;
  }
}

.slick-next:before {
  font-family: bootstrap-icons !important;
  font-size: 30px;
  content: "\f285";
  color: var(--bs-gray-900);
}
.slick-prev:before {
  font-family: bootstrap-icons !important;
  font-size: 30px;
  content: "\f284";
  color: var(--bs-gray-900);
}
[dir="rtl"] .slick-prev::before {
  content: "\f285";
}
[dir='rtl'] .slick-next:before {
  content: "\f284";
}
[dir='rtl'] .slick-next {
  left: -5px !important;
}
[dir='rtl'] .slick-prev {
  right: -20px !important;
}

@media (max-width: 540px) {
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 0;
  }
  [dir='rtl'] .slick-next {
    left: 10px !important;
  }
  [dir='rtl'] .slick-prev {
    right: 0 !important;
  }
}

.slick-dots {
  display: flex;
  justify-content: end;
}
.slick-dots li {
  margin: 0 0 0 -5px;
}
.slick-dots li button:before {
  color: var(--bs-gray-700);
  font-size: 30px;
}
.slick-dots li.slick-active button:before {
  color: var(--bs-gray-900);
}

.horizontal-slick .slick-prev, .horizontal-slick .slick-next {
  top: 40%;
}

/* custom styles for key indicators dots and arrows */
.slick-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.slick-controls .slick-dots {
  order: 2;
  display: flex !important;
  gap: 6px;
  justify-content: center;
  position: relative;
  bottom: 0;
  width: fit-content !important;
}

.slick-controls .slick-prev, .slick-controls .slick-next {
  order: 1;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  top: 0;
  transform: unset;
}

.slick-controls .slick-prev {
  order: 0;
  left: 0;
}

.slick-controls .slick-next {
  order: 3;
  right: 0;
}

.slick-controls .slick-prev:before,
.slick-controls .slick-next:before {
  font-size: 15px;
}

@media (max-width: 400px) {
  .slick-controls .slick-prev , 
  .slick-controls .slick-next {
    display: none !important;
  }
}

[dir="rtl"] .slick-controls .slick-prev,
[dir="rtl"] .slick-controls .slick-next {
 width: auto;
}


/* STATICS LIST */
.statistics-list {
  height: 330px;
  overflow-y: scroll;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.statistics-list li, .statistics-list li .statistics-title {
  transition: all .3s;
}
.statistics-list a {
  padding: 0.625rem 1rem;
  display: flex;
  justify-content: space-between;
  color: var(--bs-gray-900);
}
.statistics-list li:nth-child(odd) {
  background-color: rgba(var(--bs-gray-200-rgb), 0.3);
}
.statistics-list li:hover {
  background-color: var(--bs-gray-200);
}
.statistics-list li:hover .statistics-title{
  color: var(--bs-primary);
}

/* Modal */
html[data-bs-theme="dark"] .modal-content {
  background-color: #2a2b33;
}
html[data-bs-theme="dark"] .modal-content .btn:hover {
  background-color: transparent !important;
}
@media (max-width: 1023px) {
  .modal-lg, .modal-xl {
    max-width: 90%;
  }
  .modal-dialog {
    margin: var(--bs-modal-margin) 5%;
  }
}
/* echart fix direction */
.echart {
  direction: ltr !important;
}
/* Full screen */
.echart.fs-active {
  padding: 70px 35px;
  background-color: var(--bs-app-bg-color);
  position: relative;
}
.chart_fs_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.5rem;
  cursor: pointer;
  background: transparent;
  border: none;
  color: var(--bs-gray-900);
  z-index: 9999;
}

/* hero-link-arrow */
.hero-link-arrow {
  position: relative;
  width: 100%;
}
.hero-link-arrow::after{
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 14px;
  content: "\f285";
  right: 3px;
  bottom: 2px;
  /* color: #FFF; */
  color: var(--bs-primary);
  transition: transform 0.2s ease;
}
.hero-link-arrow:hover::after {
  transform: translate3d(3px,0,0);
}
[dir='rtl'] .hero-link-arrow::after{
  content: "\f284";
  left: 3px;
  right: unset;
}
[dir='rtl'] .hero-link-arrow:hover::after {
  transform: translate3d(-3px,0,0);
}
@media (max-width: 768px) {
  .hero-link-arrow::after{
    bottom: 1.25rem;
    right: 1.25rem;
  }
  [dir='rtl'] .hero-link-arrow::after{
    left: 1.25rem;
    right: unset;
  }
}



/* switch-button */
.switch-button {
  background: var(--bs-gray-200);
  border-radius: 30px;
  overflow: hidden;
  width: 255px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--bs-gray-900);
  position: relative;
  padding-right: 125px;
  font-weight: 500;
}

.switch-button.disabled {
  pointer-events: none;
}

.switch-button.disabled:before{
  opacity: 0.6;
}


.switch-button:before {
  content: "National";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(125px);
  transition: transform 300ms linear;
}

.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 10px 14px;
  display: block;
  user-select: none;
  pointer-events: none;
  min-width: 125px;
}

.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: var(--bs-primary);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

/* Switch Button Arabic */
[dir='rtl'] .switch-button {
  padding-left: 125px;
  padding-right: unset;
}
[dir='rtl'] .switch-button:before {
  content: "وطني";
  left: 0;
  right: unset;
}
[dir='rtl'] .switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(-125px);
  transition: transform 300ms linear;
}
[dir='rtl'] .switch-button-checkbox + .switch-button-label:before {
  right: 0px;
  left: unset;
}

/* radio input xs */
.form-check.form-check-xs .form-check-input[type=radio]{
  border-radius: 50% !important;
}
/* radio border color */
.form-check-input {
  border: 1px solid var(--bs-gray-700);
}
/* form select */
.form-select {
  color: var(--bs-gray-900);
}
.form-select-sm {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}
/* list keys with radio */
.indicators_list .form-check-label {
  color: var(--bs-gray-900);
}
.indicators_list .form-check-input[disabled] ~ .form-check-label, .indicators_list .form-check-input:disabled ~ .form-check-label {
  font-style: italic;
}
html[data-bs-theme="light"] .list-keys > ul > li:nth-child(odd){
  background-color: var(--bs-text-gray-100);
}
html[data-bs-theme="dark"] .list-keys > ul > li:nth-child(odd){
  background-color: #3e3f4b57;
}
html[data-bs-theme="light"] .list-keys > ul > li:not(:has(ul)):hover, html[data-bs-theme="light"] .list-keys > ul > li> ul > li:hover{
  background-color: var(--bs-text-gray-200);
}
html[data-bs-theme="dark"] .list-keys > ul > li:not(:has(ul)):hover, html[data-bs-theme="dark"] .list-keys > ul > li> ul > li:hover{
  background-color: var(--bs-text-secondary);
}
.list-keys ul.indicators_list, .list-keys ul.indicators_list li.has-nest ul.nest{
  list-style: none;
  padding: 0;
}
.list-keys ul.indicators_list li{
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}
.list-keys ul.indicators_list li.has-nest, .list-keys ul.indicators_list li ul.nest li{
  padding: 0;
}
.list-keys ul.indicators_list li.has-nest div{
  padding: 0.5rem 1.5rem 0.25rem 1.5rem;
}
.list-keys ul.indicators_list li.has-nest div.form-check{
  padding: 0.25rem 1.5rem 0.25rem 4.5rem;
}
[dir='rtl'] .list-keys ul.indicators_list li{
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}
[dir='rtl'] .list-keys ul.indicators_list li.has-nest div.form-check{
  padding: 0.25rem 4.5rem 0.25rem 1.5rem;
}
/* Sweet Alert icon */
.swal2-icon.swal2-warning {
  width: 2.5em;
  height: 2.5em;
  margin: 2em auto 0em;
  border-color: var(--bs-gray-700) !important;
  color: var(--bs-gray-700) !important;
}
.swal2-icon.swal2-warning .swal2-icon-content {
  font-size: 2em !important;
}
@media (max-width: 576px) {
 .swal2-popup {
    width: 22em;
  }
}
/* Radio button checked color */
input[type="radio"] {
  accent-color: #087F95;
}
html[data-bs-theme="dark"] input[type="radio"] {
  accent-color: var(--bs-primary);
}

/* Search result */
#search-result {
  margin-top: 5px;
  background-color: var(--bs-gray-200);
  max-height: 24vh;
  overflow-y: scroll;
  position: absolute;
  width: 99%;
  z-index: 5;
  border-radius: 8px;
  border: 1px var(--bs-gray-200-rgb) solid;
}
#search-result a {
  color: var(--bs-gray-900);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: transparent;
}
#search-result a:hover {
  background-color: var(--bs-primary);
}

/* Main Topic score info */
.mainScoreInfo {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.info2023, .info2020 {
  height: 15px;
  width: 30px;
}
.info2020 {
  background-color: Var(--bs-primary);
}
.info2023 {
  background-color: #087F95;
}
.desc_circle {
  background-color: #8898AA;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
/* Decription Colors */
.very_strong{
  background-color: #00af52 !important;
}
.strong {
  background-color: #8fd14d !important;
}
.developed {
  background-color: #b3c14f !important;
}
.moderate {
  background-color: #fbda63 !important;
}
.basic {
  background-color: #ffbe03 !important;
}
.weak {
  background-color: #fe4c56 !important;
}
.very_weak {
  background-color: #ba0200 !important;
}
.no_score{
  background-color: #FFF !important;
}
tr.very_weak td {
  color: #fff;
}

#section-scoring i.fa-regular.fa-circle{
  border-radius: 50% !important;
}
#section-scoring td, #section-scoring th{
  border: 1px solid var(--bs-border-color) !important;
}

.hover-plum:hover{
  color: #32325d !important;
}

/* Main Topic score info */
.mainScoreInfo {
  width: 48%;
  /* margin: 0 1%; */
  padding: 10px;
  background-color: #ffffff50;
}
@media (max-width: 576px) {
  .mainScoreInfo {
    width: 100%;
    margin: 4px 0;
  }
}
.info2023, .info2020 {
  height: 13px;
  width: 14px;
}
.info2020 {
  background-color: var(--bs-primary);
}
.info2023 {
  background-color: #087F95;
}
.desc_circle {
  background-color: #8898AA;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#table_components .table_holder th, #table_components .table_holder td {
  border: none;
  border-bottom: 1px solid red;
  vertical-align: middle;
}

/* compare scores */
.scores {
  display: flex;
  flex-direction: column;
  width: 49%;
  height: 100%;
  padding: 10px;
}
.scores.score_2023:nth-child(2),
.scores.score_2020:nth-child(2) {
  background-color: var(--bs-gray-200) !important;
}
.scores .flag {
  height: 24px;
}
/* submenu tabs desktop*/
/* menu arrow */
.menu-item .menu-link .menu-arrow:after {
  background-color: var(--bs-gray-900);
}
/* menu item not hoverable */
#country_tabs .menu-item .menu-link.no-hover-link:hover span {
  text-decoration: none !important; 
}
#country_tabs .menu-item .menu-link.no-hover-link:hover {
  text-decoration: none !important; 
  cursor: default; 
}
/* Geo insights countries list */
.geospacial-countries-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.geospacial-countries-list .country {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  width: 4.3478%;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.country img {
  width:65%;
  margin-bottom: 10px;
  transition: 0.3s all;
}
.geospacial-countries-list .country:hover, .geospacial-countries-list .country.active {
  color: var(--bs-primary);
}
.geospacial-countries-list .country.active .name {
  font-weight: bold;
}
.geospacial-countries-list .country.active img{
  padding: 1px;
  border: 1px solid var(--bs-gray-500);
  border-radius: 13px !important;
}
.country:hover {
  transform: translateY(-2px);
}
@media (max-width: 1280.98px) {
  .geospacial-countries-list .country {
    width: 8.3%;
  }
  .country img {
    width: 40%;
  }
}
 @media (max-width: 991.98px) {
  .country img {
    width: 55%;
  }
}
@media (max-width: 670.98px) {
  .geospacial-countries-list .country {
    width: 12.5%;
    margin-bottom: 15px;
  }
}
@media (max-width: 470.98px) {
  .geospacial-countries-list .country {
    width: 16.6%;
  }
  .country img {
    width: 60%;
  }
}

/* Option with value all */
.includesAll .select2-search__field::placeholder, .includesAll .select2-search__field, .includesAll .select2-search__field{
  font-family: "Montserrat" !important;
  font-size: 1rem;
  color: var(--bs-gray-900) !important;
}

/* Arabic :: arrow rotation */
[dir='rtl'] .bi-arrow-up-right::before, [dir='rtl'] .arrow-direction {
    transform: rotate(-90deg);
}

[dir='rtl'] .includesAll .select2-search__field::placeholder, 
[dir='rtl'] .includesAll .select2-search__field,
[dir='rtl'] .includesAll .select2-search__field {
  font-family: "Tajawal" !important;
}
.select2-container.includesAll .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 28px;
  top: 26%;
  font-size: 2rem;
  line-height: 1.25rem;
  color: var(--bs-gray-700);
}

[dir='rtl'] .select2-container.includesAll .select2-selection--multiple .select2-selection__clear {
  right: auto;
  left: 28px;
}

/* Cards holder colors */
.cardsData-holder .col:nth-child(2) .card{
  background-color: #19496B;
}
.cardsData-holder .col:nth-child(3) .card{
  background-color: #087F95;
}






/********** INDICES RANKING **********/
  
  .info_cards_v2 svg {
	  width: 50px;
	  margin-right: 1rem;
  }
  [dir='rtl'] .info_cards_v2 svg {
    margin-left: 1rem;
    margin-right: unset;
  }
  .info_cards_v2 .card svg path, 
  .info_cards_v2 .card svg rect, 
  .info_cards_v2 .card svg circle {
	  fill: var(--bs-white) !important;
	  transition: all .3s;
  }
  
  .info_cards_v2 .card:hover svg path, 
  .info_cards_v2 .card:hover svg rect, 
  .info_cards_v2 .card:hover svg circle {
	  fill: var(--bs-white) !important;
  }  
  
  .info_cards_v2 .card  {
	  cursor: pointer;
	  position: relative;
    color: #fff;
    height: 100%;
  }
  .info_cards_v2 .card .fs-4 {
	  line-height: 1.1;
    color: var(--bs-primary);
  }
  .info_cards_v2 .card a.toolbar-link {
	  position: absolute;
	  z-index: 10;
	  top: 5px;
	  right: 10px;
	  cursor: pointer;
  }
  [dir='rtl'] .info_cards_v2 .card a.toolbar-link {
	  left: 10px;
    right: unset;
  }
  .info_cards_v2 .card a.toolbar-link i {
	  color: #fff;
  }

  /* First 12 cards (1–12, 25–36, 49–60, ...) */
  .info_cards_v2 > div:nth-child(36n+1) .card,
  .info_cards_v2 > div:nth-child(36n+2) .card,
  .info_cards_v2 > div:nth-child(36n+3) .card,
  .info_cards_v2 > div:nth-child(36n+4) .card,
  .info_cards_v2 > div:nth-child(36n+5) .card,
  .info_cards_v2 > div:nth-child(36n+6) .card,
  .info_cards_v2 > div:nth-child(36n+7) .card,
  .info_cards_v2 > div:nth-child(36n+8) .card,
  .info_cards_v2 > div:nth-child(36n+9) .card,
  .info_cards_v2 > div:nth-child(36n+10) .card,
  .info_cards_v2 > div:nth-child(36n+11) .card,
  .info_cards_v2 > div:nth-child(36n+12) .card {
    background-color: #101C3D; 
  }

  /* Second 12 cards (13–24, 37–48, 61–72, ...) */
  .info_cards_v2 > div:nth-child(36n+13) .card,
  .info_cards_v2 > div:nth-child(36n+14) .card,
  .info_cards_v2 > div:nth-child(36n+15) .card,
  .info_cards_v2 > div:nth-child(36n+16) .card,
  .info_cards_v2 > div:nth-child(36n+17) .card,
  .info_cards_v2 > div:nth-child(36n+18) .card,
  .info_cards_v2 > div:nth-child(36n+19) .card,
  .info_cards_v2 > div:nth-child(36n+20) .card,
  .info_cards_v2 > div:nth-child(36n+21) .card,
  .info_cards_v2 > div:nth-child(36n+22) .card,
  .info_cards_v2 > div:nth-child(36n+23) .card,
  .info_cards_v2 > div:nth-child(36n+24) .card {
    background-color: #19395F; 
  }

  /* Third 12 cards (25–36, 49–60, 73–84, ...) */
  .info_cards_v2 > div:nth-child(36n+25) .card,
  .info_cards_v2 > div:nth-child(36n+26) .card,
  .info_cards_v2 > div:nth-child(36n+27) .card,
  .info_cards_v2 > div:nth-child(36n+28) .card,
  .info_cards_v2 > div:nth-child(36n+29) .card,
  .info_cards_v2 > div:nth-child(36n+30) .card,
  .info_cards_v2 > div:nth-child(36n+31) .card,
  .info_cards_v2 > div:nth-child(36n+32) .card,
  .info_cards_v2 > div:nth-child(36n+33) .card,
  .info_cards_v2 > div:nth-child(36n+34) .card,
  .info_cards_v2 > div:nth-child(36n+35) .card,
  .info_cards_v2 > div:nth-child(36n+36) .card {
    background-color: #21414D; 
  }

  
  .kpi_box {
	  display: flex;
	  justify-content: start;
	  flex-wrap: wrap;
	  cursor: pointer;
    gap: 10px;
  }
  .kpi_box > div {
	  position: relative;
	  width: calc(12.5% - 8.75px);
	  padding: 1rem !important;
	  border-radius: var(--bs-border-radius) !important;
	  /* border: 1px dashed var(--bs-danger); */
	  transition: all .3s;
	  color: #fff;
	  line-height: 1.1;
	  display: flex;
	  flex-flow: column;
	  background-color: var(--bs-secondary);
  }
  .kpi_box > div:hover {
	  background-color: var(--bs-secondary-active);
  }
  .kpi_box > div .title {
	  height: 100%;
	  display: flex;
	  align-items: end;
	  font-size: 1.1rem;
  }
  .kpi_box > div .nbrank {
	  color: var(--bs-white)
  }
  .kpi_box > div .score {
	  margin-bottom: 1rem;
	  font-style: italic;
	  opacity: 0.7;
  }
  .kpi_box > div span.small {
	  color: var(--bs-white);
  }
  
  .kpi_box a.toolbar-link {
	  position: absolute;
	  z-index: 10;
	  top: 5px;
	  right: 5px;
	  cursor: pointer;
	  z-index: 1;
  }
   [dir='rtl'] .kpi_box a.toolbar-link {
	  left: 5px;
    right: unset;
  }
  .kpi_box a.toolbar-link i {
	  color: #fff;
  }
  
  
  .kpi_box.kpi_box2 > div {
	  background-color: #0079BD;
  }
  .kpi_box.kpi_box2 > div:hover {
	  background-color: #004d78;
  }
  
  @media (max-width: 1600px){
	  .kpi_box > div {
		  width: calc(16.66% - 8.33px);
	  }
  }
  
  @media (max-width: 1279.98px){
	  .kpi_box > div {
		  width: calc(25% - 7.5px);
	  }
  }
  
  @media (max-width: 991.98px) {
	  .kpi_box > div {
		  width: calc(33.33% - 6.66px);
	  }
  }
  @media (max-width: 575.98px) {
	  .kpi_box > div {
		  width: calc(50% - 5px);
	  }
  }
  
  .kpi_stats {
	  display: flex;
  }
  .kpi_stats > div {
	  background-color: var(--bs-warning);
	  border-radius: var(--bs-border-radius) !important;
	  padding: 0.5rem 1rem;
	  margin: 0 0.5rem 0.5rem 0;
	  min-width: 90px;
  }

  /********** INDICES RANKING END **********/

  /********** FFD buttons **********/
  .btn.btn-blue-dark {
    color: var(--bs-primary-inverse);
    border-color: #19496B;
    background-color: #19496B;
  }
  .btn.btn-blue-dark:focus, .btn.btn-blue-dark:hover, .btn.btn-blue-dark:active {
    color: var(--bs-primary-inverse);
    border-color: #438aba;
    background-color: #438aba !important;
  }
  .btn.btn-blue-soft {
    color: var(--bs-primary-inverse);
    border-color: #087F95;
    background-color: #087F95;
  }
  .btn.btn-blue-soft:focus, .btn.btn-blue-soft:hover, .btn.btn-blue-soft:active {
    color: var(--bs-primary-inverse);
    border-color: #59cbe0bf;
    background-color: #59cbe0bf !important;
  }
  /* Light theme hover */
  html[data-bs-theme="light"] .btn.btn-blue-dark:focus, html[data-bs-theme="light"] .btn.btn-blue-dark:hover, html[data-bs-theme="light"] .btn.btn-blue-dark:active {
    border-color: #113853;
    background-color: #113853 !important;
  }
   html[data-bs-theme="light"] .btn.btn-blue-soft:focus, html[data-bs-theme="light"] .btn.btn-blue-soft:hover, html[data-bs-theme="light"] .btn.btn-blue-soft:active {
    border-color: #02677a;
    background-color: #02677a !important;
  }
  /********** FFD END **********/

  /* disabled icons */
  .addToPDFNotAllowed, .downloadDataNotAllowed {
    cursor: not-allowed !important;
    opacity: 0.3;
  }


/* NEW BACKGROUND COLORS */
.bg-insufficient {
  background-color: #8898AA !important;
}
.bg-in-progress {
  background-color: #FFEF5C;
}
.bg-on-track {
  background-color: #68D658;
}
.bg-off-track {
  background-color: #FF4C61;
}

/* Inverse SVG on arabic */
[dir='rtl'] .inverse-svg {
  transform: scaleX(-1);
}

/* chainlit copilot */
#chainlit-copilot {
  z-index: 100;
}

#kt_header_my_reports_menu > a{
  position: relative;
}

#kt_header_my_reports_menu:not(.has-reports) #reports_counter{
  display: none;
}

#kt_header_my_reports_menu.has-reports #reports_counter{
    position: absolute;
    background-color: var(--bs-danger);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: bold;
    color: var(--bs-white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    bottom: -3px;
}

[dir='rtl'] #kt_header_my_reports_menu.has-reports #reports_counter{
  right: unset;
  left: -7px;
}

/* Components Table RTL Arrows  */
[dir=rtl] .table_components_scroll:last-child i:before {
  content: "";
}
[dir=rtl] .table_components_scroll:first-child i:before {
  content: "";
}


/* Blocks body scroll on all screen sizes */
body[data-kt-drawer=on] {
  overflow: hidden;
}

#indicatorTypeNav.nav-tabs .nav-link.active {
    pointer-events: none;
    cursor: default;
}

#collapse_featuredIndicators{
  transition: none !important;
}

/* Blocks body scroll on all screen sizes */
body[data-kt-drawer=on] {
  overflow: hidden;
}

/* input-group fixes */
.indicators-search {
  position: relative;
}
.indicators-search .input-group-text {
  background: none;
  border: 0;
  position: absolute;
  height: 100%;
  z-index: 10;
}
.indicators-search .form-control {
  padding-right: 45px !important;
  padding-left: 45px !important;
  border-radius: 0.75rem !important;
}
.indicators-search .input-group-text.clear-btn {
  right: 0;
  cursor: pointer;
}
[dir='rtl'] .indicators-search .input-group-text.clear-btn {
  left: 0;
  right: initial;
}

#chartBeneficiaries{
  min-height: 360px;
  height: 100%;
}

@media (min-width: 992px) {
  #chartBeneficiaries{
    min-height: 420px;
  }
}
