@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap');

/** common css **/

body {
  font-family: 'Comfortaa', cursive;
  background-color: transparent;
}

.heading-bx h2 {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.main-bx ul,
.main-bx ol {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

/** Landing page **/
.slider.multiple-items .slider-img img {
  width: 100%;
  height: 100vh;
}

.landing-page .bg-landing {
  width: 100%;
  height: 100vh;
}

.landing-page {
  position: relative;
}

.logo-heading h1 {
  font-size: 51px;
  margin-top: 10px;
  color: #fff;
}

.btn-unfd p img {
  margin-left: 20px;
  width: 80px;
}

.btn-unfd p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.landing-page .btn.btn-button {
  color: #000;
  border: 2px solid #fff;
  padding: 2px 30px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 900;
  margin: auto;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 50px;
}

.landing-page .btn.btn-button img {
  margin-left: 10px;
  width: 40px;
}

.landing-content {
  text-align: center;
  padding: 50px 0;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  justify-content: space-between;
  background: #0003;
}

.logo-heading img {
  width: 100px;
  height: 100px;
  margin: 0 10px;
}

/** Home Page **/
.odslogosection {
  padding: 20px;
  text-align: left;
  border-top: 2px solid #dcf2dc80;
  width: 100%;
}

.odslogosection img {
  display: inline-block;
  width: auto;
  height: 45px;
  vertical-align: middle;
}

.odslogosection span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 9px;
}

#body.active .sidenav {
  max-width: 100px;
  min-width: 100px;
}

#body.active .right-side-bx {
  padding-left: 120px;
}

.right-side-bx {
  width: 100%;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 315px
}

/*** Menu ***/
ul.menu-list {
  height: 70vh;
  overflow-y: auto;
}

ul.menu-list li {
  padding: 0 20px 10px;
}

ul.menu-list li a {
  padding-bottom: 0;
  text-align: left;
}

ul.menu-list li a.active {
  border-bottom: 2px solid #fff;
}

span#slide-btn {
  position: absolute;
  right: 0px;
  top: 0;
  content: "";
  z-index: 9999;
}

span#slide-btn strong i {
  color: #fff;
  background: #eb1c2d;
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#body.active span#slide-btn strong i {
  rotate: 180deg;
}

#body.active ul.menu-list li a span {
  display: none;
}


.left-menu-bx {
  margin-top: 20px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: relative;
  /*position: fixed;
  z-index: 1;
  top: 20;
  left: 15;*/
  background-color: #eb1c2d;
  /*  overflow-x: hidden;
*/
  transition: 0.5s;
  padding-top: 0px;
  height: 95vh;
  text-align: center;
  position: fixed;
  top: 20px;
  left: 15px;
  min-width: 275px;
  max-width: 275px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-logo img {
  width: 100%;
}

.menu-logo {
  background: #fff;
  padding: 20px 20px !important;
  display: block;
  margin-bottom: 20px;
}


ul.menu-list {
  height: 60vh;
  overflow-y: auto;
}

.sidenav a {
  padding: 12px 8px 12px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.heading-bx h2 a {
  color: #eb1c2d;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/*** slider ***/
.main-bx {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0;
  background-image: url(../img/Jektis.jpg);
}

.slider-img img {
  width: 100%;
}

.pad-bx-bg {
  padding: 30px;
  background: #fff;
  margin-top: 20px;
}

.slider-bx.pad-bx-bg.mb-3 {
  margin-top: -20px;
}

.slider-bx .slick-dots li button::before {
  font-size: 42px !important;
  color: #32b24c !important;
}

.slider-bx .slick-dots {
  bottom: -35px;
}

.btn.btn-button {
  color: #000;
  border: 2px solid #000;
  padding: 2px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
}

.btn.btn-button img {
  margin-left: 10px;
  width: 40px;
}


/*** Publications  ***/

.publications-bx-innr {
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 6px #ddd;
  text-align: center;
  border-radius: 50px 0 0 0;
}

.publications-bx-innr .pub-img {
  width: 100%;
  margin-top: -90px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 0 50px 0 0;
  height: 400px;
  object-fit: contain;
}

.publications-main {
  padding-top: 80px;
}

.btn-bx.text-center .btn {
  margin: auto;
}

.about-h-content p {
  text-align: justify;
}

/*** Footer ***/

.footer-bg-black {
  background: #1681b3;
  padding: 30px 30px 20px;
  color: #fff;
}

.undp-bx {
  margin-top: 40px;
  margin-bottom: 10px;
}

.undp-bx h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
}

.undp-bx img {
  width: 70px;
  margin-left: 10px;
}

.footer-data h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.f-logo-bx>img {
  width: 80px;
}

.footer-data ul li {
  margin: 2px 0;
}

.footer-data ul li a {
  text-decoration: none;
  color: #fff;
  padding: 2px 0;
  display: block;
  font-size: 14px;
}

.bg-white-copy-bx {
  padding: 50px 30px 20px;
  background: #fff;
}

.bg-white-copy-bx .copyright-bx p {
  margin-bottom: 0;
  font-size: 14px;
}

.social-icon ul {
  display: flex;
  justify-content: end;
}

.social-icon ul li {
  margin: 0 10px;
}

.social-icon ul li a {
  color: #000;
}

.social-icon ul li a i {
  font-size: 18px;
}

.top-btn span {
  display: block;
  margin-bottom: 5px;
}

.top-btn {
  background: #11516f;
  border-radius: 5px;
  padding: 8px 20px;
  display: grid;
  width: fit-content;
  margin: auto;
  margin-top: -80px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.top-btn:hover {
  color: #fff;
}

.top-btn span i {
  color: #fff;
  font-size: 23px;
}

.undp-bx {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.dfa-bx {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.dfa-bx h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px;
}

.dfa-bx img {
  width: 50px;
  margin-left: 10px;
}


/** about page  **/
.about-data-img.rght-data img {
  width: 100%;
  height: auto;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.rght-data {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.lft-data {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.about-data h3 {
  color: #eb1c2d;
  font-size: 22px;
}

.about-data p {
  text-align: justify;
}

.lft-data img {
  border-radius: 0 85px 0 0;
}

.rght-data img {
  border-radius: 85px 0 0 0;
}

/** Banner **/

.small-bnr {
  background: #fff;
  padding: 30px 30px 10px;
  text-align: center;
  margin-top: -20px;
}

.small-bnr .breadcrumb {
  justify-content: center;
}

.bnr-title h2 {
  background: #eb1c2d;
  width: max-content;
  padding: 10px 20px;
  font-size: 26px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #fff;
  z-index: 9;
  position: relative;
}

.bnr-title {
  position: relative;
}

.bnr-title:after {
  position: absolute;
  background: #777;
  height: 1px;
  width: 100%;
  content: "";
  top: 25px;
  left: 0;
  z-index: 1;
}

.small-bnr .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.small-bnr li.breadcrumb-item i {
  margin-left: 8px;
  color: #eb1c2d;
}

.small-bnr li.breadcrumb-item a {
  color: #000;
}

li.breadcrumb-item.active {
  color: #000;
}


/** Dfa Visulizer **/

.how-d-work {
  padding: 40px 0;
}

ul.work-list {
  display: flex;
  width: 100%;
}

ul.work-list li {
  width: 24%;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

ul.work-list li:first-child {
  padding-left: 0;
}

ul.work-list li:last-child {
  padding-right: 0;
}

ul.work-list li:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #acacac;
  content: "";
}

ul.work-list li:last-child:after {
  display: none;
}

ul.work-list li .work-box h2 {
  font-size: 22px;
  font-weight: 600;
  color: #eb1c2d;
}

ul.work-list li .work-box img {
  padding: 20px 0;
}

ul.work-list li .work-box p {
  font-size: 12px;
}

ul.work-list li .round-bx i {
  padding: 17px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 14;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.rb-1 i {
  background: #eb1c2d;
}

.rb-2 i {
  background: #eb1c2d;
}

.rb-3 i {
  background: #eb1c2d;
}

.rb-4 i {
  background: #eb1c2d;
}

ul.work-list li .round-bx {
  padding: 22px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -23px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 14;
  border: 2px solid #acacac;
}

ul.work-list li .round-bx:after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  right: -3px;
  background: #fff;
  padding: 10px;
  width: 50px;
  height: 10px;
}

.head-bx h2 a {
  text-decoration: none;
  color: #436436;
}


.data-count-inn {
  padding: 20px;
  border: 1px solid #c9c8c8;
  box-shadow: 0 2px 5px #ddd;
  border-radius: 10px;
  background: #eb1c2d;
  display: block;
}

.data-count-inn .counter {
  animation-duration: 1s;
  animation-delay: 0s;
  font-weight: 900;
}

.data-count-inn h1 {
  font-weight: 600;
  color: #ffda33;
}

.data-count-inn h3 {
  font-size: 16px;
  color: #fff;
}

.data-count-inn .col-md-3 {
  text-align: center;
  border-right: 1px solid #ddd;
}

.data-count-inn .col-md-3:last-child {
  border: none;
}

.data-count-main {
  padding: 30px 0 0px;
}

@media (max-width: 991px) {
  .col-md-3 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }

  .col-md-3:last-child {
    border-bottom: 0px dashed black;
  }
}

ul.c-bx {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

ul.c-bx li {
  text-align: center;
}


/** Animation **/
.about-style .item {
  border-bottom: 545px solid #FFDA33;
  border-right: 663px solid transparent;
  position: absolute;
  top: 0;
  left: -160px;
  content: "";
  z-index: 1;
  width: 600px;
  height: 100%;
  transform: skew(33deg) !important;
  background: #FFDA33;
  animation-duration: 2s;
}

.about-styles .item {
  border-bottom: 815px solid #FFDA33;
  border-right: 603px solid transparent;
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  z-index: 1;
  animation-duration: 2s;
  height: 100%;
  width: 231px;
}

.about-h-sec.about-styles.sdg-bx .item {
  border-bottom: 815px solid #8cf5ab;
  border-right: 703px solid transparent;
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  z-index: 1;
  animation-duration: 2s;
  height: 100%;
  width: 231px;
}

.latest-publication-bx .item {
  border-bottom: 545px solid #B4F8C8;
  border-left: 663px solid transparent;
  position: absolute;
  top: 0;
  right: -250px;
  content: "";
  z-index: 1;
  width: 800px;
  height: 100%;
  transform: skew(-33deg) !important;
  background: #B4F8C8;
  animation-duration: 2s;
}

.latest-publication-bx.sdg-left {
  overflow: hidden;
  background: #B4F8C8;
}

.latest-publication-bx.sdg-left .item {
  border-bottom: 545px solid #63F28E;
  border-left: 663px solid transparent;
  position: absolute;
  top: 0;
  right: -250px;
  content: "";
  z-index: 1;
  width: 800px;
  height: 100%;
  /*transform: skew(-33deg) !important;*/
  background: #63F28E;
  animation-duration: 2s;
}

/** metadata **/

.Tableau-content {
  padding: 30px 20px;
  background: #f7f7f9;
  margin: 30px 0;
  box-shadow: 0 0 10px #c4c4c1;
  border-radius: 5px;
}

.Tableau-content h3 a {
  font-size: 14px;
  float: right;
  text-decoration: none;
  color: #436436;
}

.Tableau-content p {
  margin-bottom: 0;
  text-align: justify;
}

.DonnÃƒÂ©es-bx {
  padding: 40px 0 30px;
}

ul.librarylist-type {
  margin-top: 20px;
}

ul.librarylist-type li p {
  margin-bottom: 2px;
}

ul.librarylist-type li p strong {
  margin-right: 10px;
  color: #000;
}

.Voir-btn a {
  color: #d30831;
  font-weight: 700;
  text-decoration: none;
}

.pagination {
  text-align: center;
}

.pagination ul.pager__items {
  display: flex;
  margin: auto;
  justify-content: center;
  justify-content: center;
  margin-top: 40px;
}

.head-bx p {
  text-align: justify;
}

.librarylist-data-inn p {
  text-align: justify;
}

.about-contnt p {
  text-align: justify;
}

.pagination ul.pager__items li.pager__item {
  display: inline-block;
}

.pagination ul.pager__items li.pager__item.is-active a {
  color: #fff;
  background-color: #436436;
  border: 1px solid transparent;
}

.pagination ul.pager__items li.pager__item a {
  color: #6c757d;
  padding: 8px 14px;
  text-decoration: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.librarylist-data-main {
  padding: 30px 0 30px;
}

ul.sharing-list {
  display: flex;
  padding-top: 20px;
}

ul.sharing-list li p span img {
  width: 20px;
  margin-left: 9px;
}

ul.sharing-list li p {
  color: #436436;
  margin-bottom: 0;
}

ul.sharing-list li {
  margin-right: 20px;
  position: relative;
}

ul.sharing-list li:after {
  position: absolute;
  top: 2px;
  right: -10px;
  height: 20px;
  width: 3px;
  background: #436436;
  content: "";
}

ul.sharing-list li:last-child:after {
  display: none;
}


ul.classification-radio {
  display: flex;
  padding-top: 15px;
}

ul.classification-radio li {
  margin-right: 20px;
}

.icon-input {
  margin-bottom: 10px;
  position: relative;
}

.icon-input__text-field {
  width: 100%;
  padding: 5px 30px 5px 5px;
}

.icon-input__icon {
  color: black;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.icon-input__text-field:focus+.icon-input__icon {
  color: #FF8400;
}

.apply-btn.text-right {
  text-align: right;
}

.about-h-sec.about-style {
  background: #f6edcb;
}

.wsmenucontainer.bg-green .wsmainfull {
  background: #436436;
}

.or-bx {
  text-align: center;
  margin: auto;
  display: flex;
  background: #eb1c2d;
  padding: 17px;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  height: 50px;
  line-height: 1;
  margin-top: -20px;
  margin-bottom: -20px;
  position: relative;
  width: 50px;
  justify-content: center;
}

.portal-in-data img {
  transition: all .3s ease-in-out;
}

.portal-in-data:hover img {
  transform: scale(1.05);
}

.sml-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  content: "";
}

.Tableau-content:hover {
  box-shadow: 0 0 10px #a3a3a0;
  transition-duration: .5s;
}

.librarylist-data:hover {
  box-shadow: 0 2px 9px #b1aeae;
  transition-duration: .5s;
}


/** library  **/

.form-group {
  margin-bottom: 15px;
}

.librarylist-type li {
  width: 50%;
  float: left;
  margin: 5px 0
}

.librarylist-type li p {
  font-size: 15px;
  color: #000;
}

.librarylist-type li p strong {
  margin-right: 10px;
  color: #000;
  font-weight: 700;
}

.lib-content-bx {
  display: flex;
}

.lib-img {
  width: 20%;
  margin-right: 20px;
}

.lib-img img {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 15px 15px 0 15px;
}

.lib-data {
  width: 79%;
}

.btn-bx.clearboth {
  clear: both;
  display: flex;
}

.detail-bx .lib-img {
  margin-top: -50px;
  position: relative;
}

.detail-bx .lib-img span {
  position: absolute;
  top: -3px;
  right: -18px;
}

.detail-bx .lib-img span a {
  display: block;
}

.detail-bx .lib-img span a i {
  background: #eb1c2d;
  color: #fff;
  padding: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sub-btn-bx .btn span {
  margin-left: 5px;
  padding-right: 5px
}

.sub-btn-bx .btn {
  padding: 5px 20px;
}

.submit-social {
  padding-top: 5px;
  display: flex;
  clear: both;
  align-items: center;
}

.sub-btn-bx .btn span i {
  font-size: 18px;
}

.social-bx ul {
  display: flex;
}

.social-bx {
  margin-left: 40px;
}

.social-bx ul li a {
  padding: 10px;
  border: 2px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.social-bx ul li {
  margin: 0 5px;
}


/** contact **/

.address-bx {
  border: 1px solid #969090;
  padding: 20px;
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.address-bx h3 {
  font-size: 18px;
}

.address-bx h3 span {
  color: #777;
  font-weight: 400;
}

.address-office p {
  margin-bottom: 8px;
  font-size: 14px;
}

.address-inner h5 {
  font-size: 15px;
}

.address-inner p {
  font-size: 14px;
  margin-bottom: 8px;
}

.address-inner p a {
  position: relative;
  color: #000;
}

.address-inner p a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: #eb1c2d;
}

.address-bx-1 {
  margin-top: 20px;
}

.address-inner h5 {
  margin-left: 15px;
  margin-top: 12px;
  position: relative;
}

.address-inner h5:after {
  position: absolute;
  left: -15px;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #eb1c2d;
  content: "";
  border-radius: 50%;
}

.contact-form {
  background: #fafafb;
  padding: 20px;
  margin: 20px 20px 0;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

ul.menu-list li a.is-active {
  border-bottom: 2px solid #fff;
}

.btn.btn-button span img {
  height: auto;
}

.f-logo-bx img {
  height: auto;
}

.pagehits_counter {
  margin-top: 20px !important;
}

.work-box img {
  height: auto;
}

/* login page css */

.login-userpage {
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.loginRight .js-form-item input {
  height: 40px;
  width: 100%;
}

.loginRight div#edit-name--description {
  font-size: 12px;
}

.loginRight .js-form-item {
  margin-bottom: 20px;
}

.loginRight div#edit-pass--description {
  font-size: 12px;
}

.loginRight h3 {
  text-align: center;
}

.loginRight input#edit-submit {
  color: #000;
  border: 2px solid #000;
  padding: 8px 50px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
  background: transparent;
  border-radius: 4px;
  margin: auto;
}

/* contact page css     */

.contact-form .js-form-item input {
  width: 100%;
  height: 42px;
  padding: 2px 8px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.contact-form .js-form-item textarea {
  border: 1px solid #ddd;
  padding: 7px;
  width: 100%;
  border-radius: 4px;
}

.contact-form .form-submit {
  color: #000;
  border: 2px solid #000;
  padding: 13px 60px 13px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  margin: auto;
}

.contact-form div#edit-actions {
  position: relative;
  width: max-content;
  margin: auto
}

.contact-form div#edit-actions:after {
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-rating legend span {
  font-size: 18px;
}

.contact-form-rating .form-group {
  text-align: center;
}

.contact-form-rating .webform-confirmation {
  text-align: center;
}

.contact-form div#edit-actions--3 {
  position: relative;
  width: max-content;
  margin: auto;
}

.contact-form div#edit-actions--2:after {
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form div#edit-actions--3:after {
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metapagebreadcrumb .breadcrumb-item .black-text:after {
  content: "\f061";
  font-family: 'FontAwesome';
  right: 0px;
  position: absolute;
  font-weight: 700;
  color: #32b24c;
}

.metapagebreadcrumb .black-text {
  position: relative;
  padding-right: 20px;
}

.lib-content-bx.pad-bx-bg.mb-3 {
  border-radius: 20px;
}

/* SDG Detail Page css */

.middleSection {
  min-height: calc(100vh - 155px);
  padding: 10px 20px 50px 10px !important;
}

.wheelBxInner svg {
  height: 385px;
}

.sdgdetailspagee .sdg-Content {
  top: -48px !important;
  left: 0px !important;
}

.headingPrimary.aos-init.aos-animate {
  font-size: 30px;
  font-weight: 500;
  padding: 50px 0 20px;
}

/* Metadata detail page styling after development */

.border-non-bx {
  border: 2px solid #32b24c;
  margin-bottom: 40px;
  padding: 20px;
}

.border-non-bx h3 {
  width: 85%;
  float: left;
}

.border-non-bx h3 {
  display: flex;
  justify-content: space-between;
}

.border-non-bx h3 {
  position: relative;
  padding-bottom: 10px;
}

.border-non-bx h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  content: "";
  height: 2px;
  width: 100px;
}

#metadata_icons {
  width: 15%;
}

ul.list-button {
  display: flex;
  list-style: none;
}

ul.list-button li {
  margin: 0 5px;
}

ul.list-button li a {
  background: #287df2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}

ul.list-button li a i {
  font-size: 16px;
  color: #fff;
}

#metadata_icons .share {
  position: relative;
}

ul.list-button li a {
  background: #287df2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}

.socialmedia {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  transform-origin: top;
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.5s;
}

ul.list-button li a i {
  font-size: 16px;
  color: #fff;
}

ul.list-button li a {
  background: #32b24c;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}

.socialmedia.active {
  transform: perspective(1000px) rotateX(0deg);
}

ul.crimnal-list {
  padding: 0 !important;
  list-style: none;
  padding-top: 30px !important;
}

.nodataavailablebox {
  display: flex;
  justify-content: center;
}

.list-data {
  clear: both;
  margin-top: 20px;
}

.publications-content .btn.btn-button {
  color: #000;
  border: 2px solid #000;
  padding: 6px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
  margin: auto;
}

.publications-content .btn.btn-button span i {
  font-size: 22px;
  margin-left: 5px;
  display: flex;
}

.search-bx .input-group.customSearchBtn.icon-input input {
  height: 40px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #9b9696;
  border-radius: 0;
}

.search-bx .input-group.customSearchBtn.icon-input .input-group-append .btn {
  height: 40px;
  background: transparent;
  border: none;
  position: relative;
}

.search-bx .input-group.customSearchBtn.icon-input .input-group-append .btn:after {
  content: "\f002";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-button {
  color: #000;
  border: 2px solid #000;
  padding: 6px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
}

.btn.btn-button span i {
  font-size: 22px;
  margin-left: 5px;
  display: flex;
}

.pagehitshomefooter div#counter ul li {
  font-size: 14px;
}

.standert-data-bx.Tableau-content h5 {
  font-size: 24px;
  margin-bottom: 20px;
}

.menu-smliconlogo {
  display: none;
}

.path-node.page-node-type-page.active .menu-mainnav-logo {
  display: none;
}

.path-node.page-node-type-page.active .menu-smliconlogo {
  display: block;
}

.standert-data-bx.Tableau-content .radiobx {
  align-items: center;
}

.standert-data-bx.Tableau-content .btn.btn-button {
  color: #000;
  border: 2px solid #000;
  padding: 6px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 0 auto;
  font-size: 14px;
  justify-content: end;
}

.standert-data-bx.Tableau-content h5 {
  font-size: 24px;
  margin-bottom: 10px;
}

.classification-radio li .form-check .form-check-input:checked {
  background-color: #eb1c2d;
  border-color: #eb1c2d;
}

.library-listingform .js-form-item input#edit-keys {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #989595;
  margin-bottom: 30px;
  position: relative;
}


.library-main.pad-bx-bg.mb-3 {
  display: grid;
}

.library-main .js-form-item select {
  width: 40%;
  float: left;
  margin: 10px;
}

.library-listingform input#edit-submit-library {
  color: #000;
  border: 2px solid #000;
  padding: 8px 54px 8px 20px !important;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: auto;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  margin-top: 37px;
}

.library-listingform div#edit-actions:after {
  content: "\f061";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.library-listingform div#edit-actions {
  position: relative;
}

.social-bx .social-iconlist-bx svg {
  width: 45px;
  padding: 6px;
}

.social-bx .social-iconlist-bx svg path {
  fill: #000 !important;
}

.social-bx .addtoany_list.a2a_kit_size_32 a>span {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 40px;
  background-color: transparent !important;
  border: 2px solid #000000;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  height: 40px;
}

.mediaContainer .addtoany_list.a2a_kit_size_32 a>span {
  border: none;
}


.library-listingform .js-form-item input#edit-keys--2 {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #989595;
  margin-bottom: 30px;
  position: relative;
}

.library-listingform input#edit-submit-library--2 {
  color: #000;
  border: 2px solid #000;
  padding: 8px 54px 8px 20px !important;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: auto;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  margin-top: 37px;
}

.library-listingform div#edit-actions--2:after {
  content: "\f061";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.library-listingform div#edit-actions--2 {
  position: relative;
}

.heading-bx-pnf-bx {
  display: flex;
  justify-content: center;
}

.pagenotfound-button {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

body.active img.menu-mainnav-logo {
  display: none;
}

body.active img.menu-smliconlogo {
  display: block;
}

.about-data-img.lft-data {
  padding-right: 0;
}

.about-data-img.rght-data {
  padding-left: 0;
}

.lib-data p {
  text-align: justify;
}

.i4ewOd-pzNkMb-haAclf {
  display: none;
}

.contact-form .js-form-item input {
  color: #777;
}

.tunisie-admin-login a {
  color: #fff;
  font-size: 10px;
  border: 1px solid #fff;
  padding: 6px 19px;
  border-radius: 3px;
}

.tunisie-admin-login {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tunisie-admin-login a i {
  margin-right: 4px;
}

.loginleftsidet {
  padding: 20px;
  border-image: linear-gradient(#dad9d8, #4d9f0c) 30;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}

.loginleftsidet {
  padding: 20px;
}

.loginleftsidet h3 {
  text-align: center;
}

.loginleftsidet p {
  text-align: justify;
}

.loginRight {
  padding: 20px;
}

.loginRight #edit-captcha-response--description {
  font-size: 12px;
}

.loginRight .text-center {
  font-size: 28px;
}

.loginleftsidet {
  height: 100%;
  display: flex;
  align-items: center;
}

.sdgdetailspagee .bottom-desc {
  margin: auto;
}

fieldset#edit-ratings--wrapper legend {
  width: 20%;
}

fieldset#edit-ratings--wrapper legend span {
  font-size: 18px;
}

fieldset#edit-ratings--wrapper {
  display: flex;
}

/* scrollbar */

ul.menu-list::-webkit-scrollbar {
  width: 4px;
}

ul.menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgb(255 255 255);
  border-radius: 10px;

}

ul.menu-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgb(255 255 255);
  background: #ffffffa1;
}

/* scrollbar */

article .row.mt-40.bottom-desc.aos-init.aos-animate p {
  padding: 0;
}

section.about-page-bx.pad-bx-bg.mb-3.middleSection.sdgDetail.sdgdetailspagee {
  padding: 20px !important;
}

.contact-form-rating.contact-form .webform-scale-options {
  float: left;
  margin-right: 60px;
}


/* monitoring-dashboard page */


.panelHeader .pull-left h1 {
  margin: 0 !important;
  background: transparent;
  width: calc(100% - 0px);
  text-align: left;
  position: relative;
  padding: 0;
  color: #32b24c;
  left: initial;
  font-size: 26px;
  padding-bottom: 20px;
}

.legentIndicators ul {
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  display: flex;
}

.legentIndicators ul li {
  margin: 7px 5px;
  display: flex;
  align-items: center;
}

.legentIndicators ul li .circle {
  width: 15px !important;
  height: 15px !important;
  margin-right: 4px;
  border-radius: 50px;
}

.legentIndicators ul li .value {
  font-size: 13px;
  font-weight: 600;
}

div#viz-1 span.select2.select2-container.select2-container--default {
  width: 310px !important;
}

.col-md-12.dashboardVisualisations.vizone {
  padding: 0;
}


.dfa-card .dfa-card-body .dfa-table tbody tr:nth-child(1) {
  background: #32b24c4d !important;
}

.dfa-card .dfa-card-body .dfa-table tbody tr:nth-child(2) {
  background: #32b24c8f !important;
}

.dfa-card .dfa-card-body .dfa-table tbody tr:nth-child(3) {
  background: #66cefabd !important;
}

div#viz-2 .dfa-viz-bootstrap .dfa-card-body .dfa-table tbody tr th,
.dfa-viz-bootstrap .dfa-card-body .dfa-table tbody tr td {
  color: #000000;
  border-right: 1px solid #32b24c78 !important;
  padding: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #868383;
}

div#viz-2 .dfa-viz-bootstrap .dfa-card-body .dfa-table thead tr {
  background: transparent !important;
  border-bottom: 1px solid #000;
}

/* div#viz-2 .dfa-viz-bootstrap .dfa-card-body .dfa-table thead tr th {
    color: #323232;
    border-right: 1px solid #cecece !important;
    width: 82px !important;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
} */

.panelHeader .pull-left h1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eb1c2d;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}

#viz-1 .dfa-text-center {
  overflow-y: auto;
  max-height: 432px;
}

.undp-bx img {
  width: 50px;
  height: auto;
}

.languageswitcher .links {
  display: flex;
  justify-content: left;
}

.languageswitcher .language-link {
  font-size: 14px !important;
  line-height: 5px;
  position: relative;
}

.languageswitcher {
  padding-left: 10px;
}


.panelHeader .pull-left h1 {
  margin: 0 !important;
  background: transparent;
  width: calc(100% - 0px);
  text-align: left;
  position: relative;
  padding: 0;
  color: #eb1c2d;
  left: initial;
  font-size: 22px;
  padding-bottom: 20px;
}


div#viz-2 .dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc {
  height: 26px;
  position: static;
  width: 26px !important;
}

div#viz-2 .dfa-viz-bootstrap .dfa-card-header .dfa-acrdn-progress-perc .single-chart svg {
  left: 0;
  top: auto;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
}

div#viz-2 .dfa-viz-bootstrap .dfa-card-header {
  display: flex;
  align-items: center;
  padding: 7px !important;
}

div#viz-2 .dfa-viz-bootstrap .dfa-acrdn-h5 {
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding: 0 0 0 5px;
  position: relative;
  align-items: center;
  margin: 0 !important;
  box-sizing: border-box;
  width: calc(100% - 26px);
}


div#viz-2 .dfa-viz-bootstrap .dfa-btn-link {
  height: 24px;
  order: 1;
  text-align: left;
  left: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
  color: #424242 !important;
}

div#viz-2 .dfa-viz-bootstrap .dfa-btn-link font {
  width: 100%;
  height: 24px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#viz-2 .dfa-viz-bootstrap .dfa-acrdn-h5 i.dfa-icon-circle-down,
div#viz-2 .dfa-viz-bootstrap .dfa-acrdn-h5 i.dfa-icon-circle-right {
  order: 2;
  top: auto;
  width: 18px;
  color: #242424 !important;
  font-size: 18px;
  position: relative;
  margin: 0 0 0 9px;
  border-radius: 25px;
  left: auto !important;
}

.dfa-viz-bootstrap.col-md-12 {
  margin-bottom: 0 !important;
}


.dfa-viz-bootstrap .dfa-card-body table {
  margin: auto;
  width: auto;
}

.dashboardVisualisations.vizone .panelBx {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 21px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
  padding-top: 15px;
}

div#viz-4 .dfa-info-3col-heading {
  background-color: #32b24c;
}

div#viz-5 .dfa-info-3col-heading {
  background-color: #32b24c;
}

.dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
  width: 33.3%;
  border-right: 1px solid;
}

div#viz-6 .panelBody.pieChart.lagends.pillarviz {
  width: 50%;
  float: left;
}

div#viz-6 .panelBody.pieChart.lagends.fundingviz {
  width: 50%;
  float: left;
}

div#viz-6 .panelBody.pieChart.lagends.secondlastvizz {
  width: 50%;
  float: left;
}

div#viz-6 .panelBody.pieChart.lagends.lastviz {
  width: 50%;
  float: left;
}

.panelBody.pieChart.lagends {
  padding: 0;
  text-align: left;
}

.innerHead {
  font-weight: 600;
  font-size: 20px;
  color: #0a5219;
  margin: 0px 0 12px 20px;
  padding: 0px 20px 10px 0;
  border-bottom: 3px solid #bde6cc;
  border-color: #32b24c;
  display: inline-block;
  position: relative;
  background: #fff;
  text-align: left;
}

.innerHead:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #32b24c;
  right: -5px;
  bottom: -7px;
  transform: rotate(45deg);
}

.dfa-card .dfa-card-body .dfa-table tbody tr:nth-child(3) {
  background: #f8f234 !important;
}


div#viz-1 .dfa-viz-bootstrap .dfa-dropdown {
  margin: 0px;
}

div#viz-3 .dfa-viz-bootstrap .dfa-dropdown .dfa-cstm-drpdwn {
  display: inline-block;
  position: relative;
  width: calc(100% / 2);
}

div#viz-2 ul.dfa-legends {
  display: none;
}

div#viz-6 g.highcharts-legend {
  display: none;
}

.jamDashboardDescription p {
  font-size: 12px;
  margin-top: 10px;
}

#viz-2 .dfa-viz-bootstrap .highcharts-container {
  width: 100% !important;
  height: 140px !important;
}

#viz-2 .dfa-p-0.dfa-accordion-section {
  width: 50%;
}

#viz-2 .dfa-row.dfa-accordion-row {
  width: 100%;
}

div#viz-2 g.highcharts-legend {
  display: none;
}

#viz-2 .dfa-row.dfa-accordion-row {
  width: 100%;
  align-items: end;
  height: 270px;
  overflow: hidden;
  padding-bottom: 110px;
  margin-top: -90px;
}

#viz-2 .dfa-viz-bootstrap .dfa-card-body table {
  padding-bottom: 30px !important;
  display: block;
}

.aboutus-main .about-us-data-bx {
  padding: 10px 0;
}

.aboutus-main .abou-list li {
  display: flex;
}

.aboutus-main .abou-list li span {
  margin-right: 7px;
}

.aboutus-main .abou-list li span i {
  color: #2c80f3;
  font-size: 12px;
}

.aboutus-data-bx {
  position: relative;
  z-index: 9;
  padding: 10px 0;
}

.portal-in-data {
  text-align: center;
  padding: 20px;
}

.portal-in-data img {
  width: 100px;
  margin-bottom: 20px;
  height: auto;
}

.aboutus-main {
  padding: 50px 0 20px;
}

.about-h-sec.about-styles .head-bx h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

#body.active .sidenav .odslogosection span {
  display: none;
}

div#viz-6 .panelBx.fullView .collapseViz {
  cursor: pointer;
  display: flex !important;
  position: absolute;
  right: -20px;
  top: 76%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #23579e;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
}

div#viz-6 .collapseViz img {
  width: 18px;
  height: auto;
}

div#viz-6 .collapseViz .tooltipText {
  font-size: 11px;
  position: absolute;
  top: -45px;
  white-space: pre;
  color: #fff;
  background: rgb(60, 60, 60);
  padding: 2px 10px 0 10px;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 0.2s;
  pointer-events: none;
}

.collapseViz .tooltipText:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgb(60, 60, 60);
}

div#viz-6 .readMore {
  text-align: center;
  padding: 0 0 35px 0;
  display: block;
}

div#viz-6 .readMore a {
  background: #eb1c2d;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  text-decoration: none;
  /* background-image: linear-gradient(280deg, #32b24c, #87f19c); */
}

.odslogosection p {
  display: flex;
  align-items: center;
  margin: 0;
}

#viz-1 .dfa-text-center .partition_wrapper:first-child {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}

/* maintenance page */
.maintanancepagetunisie {
  text-align: center;
  padding: 150px;
}

.maintanancepagetunisie .maintanimg img {
  width: 400px;
  height: auto;
}

.maintanancepagetunisie .maintanimg h2 {
  font-size: 24px;
  padding-top: 25px;
}

/* div#viz-7 .panelBody.pieChart.lagends {
    height: 600px;
}


div#viz-7 .dfa-viz-bootstrap .dfa-p-0 {
    padding: 0 !important;
    height: 439px;
} */


div#viz-6 .panelBody.fullView .dfa-chart-wrapper {
  max-height: 100%;
}

div#viz-6 .dfa-chart-wrapper {
  overflow-y: hidden;
  max-height: 289px;
}

div#viz-6 .panelBody.pieChart.lagends {
  position: relative;
}

div#viz-6 .collapseViz {
  cursor: pointer;
  display: flex !important;
  position: absolute;
  right: -20px;
  bottom: 20%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #32b24c;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
}

div#viz-6 .panelBody.fullView .readMore {
  display: none !important;
}

div#viz-6 .panelBody .collapseViz {
  display: none !important;
}

div#viz-6 .panelBody.fullView .collapseViz {
  display: flex !important;
}

#viz-2 .dfa-p-0.dfa-accordion-section .dfa-accordion-chart rect.highcharts-point {
  width: 50px;
  margin: auto !important;
  transform: translate(24px, 10px);
}

/*monitoring tool Csss*/

.monitoring-main {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.monitoring-main .dropdown-menu {
  transform: translate3d(5px, 200px, 0px) !important;
  transform: -webkit-translate3d(5px, 200px, 0px) !important;
}

.monitoring-main .servicesBox .circleBox {
  width: 135px;
  height: 135px;
  line-height: 150px;
  color: #fff;
  background: #eee;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.monitoring-main .servicesBox .circleBox span[class^="icon-"] {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.monitoring-main .servicesBox .circleBox .icon-user-management {
  font-size: 4rem !important;
}

.monitoring-main .servicesBox .circleBox+span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 30px;
  display: block;
}

.monitoring-main .lightGreen .circleBox {
  background: #8dc63f;
}

.monitoring-main .lightGreen .circleBox+span {
  color: #8dc63f;
}

.monitoring-main .lightBlue .circleBox {
  background: #44c8f5;
}

.monitoring-main .lightBlue .circleBox+span {
  color: #44c8f5;
}

.monitoring-main .darkBlue .circleBox {
  background: #006cb7;
}

.monitoring-main .darkBlue .circleBox+span {
  color: #006cb7;
}


/*Hover Effects of CircleBoxes*/
.monitoring-main .gird-20 a:hover .lightOrange .circleBox {
  background: #fff;
  border: 1px solid #ffc20e;
  color: #ffc20e;
}

.monitoring-main .gird-20 a:hover .lightOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox {
  background: #fff;
  border: 1px solid #f58220;
  color: #f58220;
}

.monitoring-main .gird-20 a:hover .darkOrange .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox {
  background: #fff;
  border: 1px solid #8dc63f;
  color: #8dc63f;
}

.monitoring-main .gird-20 a:hover .lightGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox {
  background: #fff;
  border: 1px solid #44c8f5;
  color: #44c8f5;
}

.monitoring-main .gird-20 a:hover .lightBlue .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox {
  background: #fff;
  border: 1px solid #00a76d;
  color: #00a76d;
}

.monitoring-main .gird-20 a:hover .darkGreen .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox {
  background: #fff;
  border: 1px solid #ee3d96;
  color: #ee3d96;
}

.monitoring-main .gird-20 a:hover .magenta .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox {
  background: #fff;
  border: 1px solid #b18b4e;
  color: #b18b4e;
}

.monitoring-main .gird-20 a:hover .wheat .circleBox+span {
  color: #5091d4;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox {
  background: #fff;
  border: 1px solid #006cb7;
  color: #006cb7;
}

.monitoring-main .gird-20 a:hover .darkBlue .circleBox+span {
  color: #5091d4;
}


.monitoring-main .dropdown-menu {
  border: none;
  border-top: 1px solid #ccc;
  width: 380px;
  padding: 0;
  position: relative !important;
  top: -200px !important;
  margin-bottom: 60px;
  border-radius: 0;
}

.monitoring-main .dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #ddd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -15px;
}

.monitoring-main .dropdown-menu:after {
  content: "";
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  left: 10px;
  top: -14px;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
}

.monitoring-main .dropdown-menu a:hover {
  color: #658fca;
}

.monitoring-main .dropdown-menu a:before {
  content: ">";
  margin-right: 8px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 10px;
  position: relative;
  top: 1px;
}

/*Color Changes of Dropdowns*/
/*1st circle business*/
.monitoring-main .dropdown-menu.business {
  border-top: 1px solid #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.business a {
  border-bottom: 1px solid #8dc63f;
}

.monitoring-main .dropdown-menu.business a:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business a:hover:before {
  color: #8dc63f;
}

.monitoring-main .dropdown-menu.business:before {
  border-bottom: 15px solid #8dc63f;
}

/*2nd circle data*/
.monitoring-main .dropdown-menu.data {
  border-top: 1px solid #44c8f5;
  left: inherit !important;
  right: 0;
}

.monitoring-main .dropdown-menu.data:before {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data:after {
  left: inherit;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.monitoring-main .dropdown-menu.data a {
  border-bottom: 1px solid #44c8f5;
}

.monitoring-main .dropdown-menu.data a:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data a:hover:before {
  color: #44c8f5;
}

.monitoring-main .dropdown-menu.data:before {
  border-bottom: 15px solid #44c8f5;
}

.middleSection.monitoring-main {
  width: 80%;
  margin: 0 auto;
  min-height: 350px;
  text-align: center;
}

.middleSection.monitoring-main .gird-20 {
  width: 33%;
}

.gird-20 {
  width: 20%;
  float: left;
  padding: 0px 15px;
}


div#viz-5 g.highcharts-series-group rect.highcharts-point.highcharts-color-0 {
  width: 64px;
  margin: auto !important;
  transform: translate(38px, 10px);
}

div#viz-5 g.highcharts-series-group rect.highcharts-point.highcharts-color-1 {
  width: 44px;
  margin: auto !important;
  transform: translate(23px, 10px);
}

.tableuseradmin table.cols-5 {
  width: 100%;
}

.tableuseradmin table.cols-5 thead tr {
  background: #32b24c;
}

.tableuseradmin table.cols-5 thead tr th {
  background: #32b24c;
  color: #fff;
  padding: 10px;
}

.tableuseradmin table.cols-5 tbody tr td {
  padding: 10px;
  border: 1px solid #ddd;
}

.tableuseradmin table.cols-5 tbody tr:nth-child(even) {
  background: #f9f9f9;
}

section.tableuseradmin table {
  width: 100%;
}

.securedashmalawi span.dropdownSubmenu {
  display: grid;
  float: left;
  width: 50%;
}

.monitoring-main .dropdown-menu a {
  width: 50%;
}

.securedashmalawi ul.dropdownMenu li a {
  font-size: 9px !important;
  display: flex;
}

.securedashmalawi span.dropdownSubmenu a {
  width: 100% !important;
  color: #8dc63f !important;
}

.securedashmalawi div#block-monapidatabosblock .searchContainer a {
  color: #8dc63f;
}

.securedashmalawi div#block-monapidataseedatablock .searchContainer a {
  color: #44c8f5;
}

.securedashmalawi {
  padding-bottom: 0;
}

.securedashmalawi {
  min-height: 260px !important;
}

.securedashmalawi ul.dropdownMenu li a {
  padding-left: 20px !important;
}

.middleSection.monitoring-main .searchContainer {
  max-height: 200px;
  overflow: auto;
  margin-top: 7px;
}

.middleSection.monitoring-main ul.dropdownMenu {
  list-style: none;
  display: contents;
}

.middleSection.monitoring-main {
  margin-top: 50px;
  display: flex;
}

.tableuseradmin .form-text {
  width: 100%;
  height: 45px;
  margin: 0 !important;
  padding: 10px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
}

.tableuseradmin .form-select {
  margin-top: 20px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 20px;
}

.tableuseradmin .views-exposed-form #edit-submit-user-administration {
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  padding: 11px 40px;
  background-color: #32b24c;
  border: 1px solid #32b24c;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tableuseradmin .views-exposed-form div#edit-actions {
  display: contents;
}


/* metadata search box css */

.search-bx .input-group.customSearchBtn .input-group-append .btn {
  height: 40px;
  background: transparent;
  border: none;
  position: relative;
}

.search-bx .input-group.customSearchBtn .input-group-append .btn:after {
  content: "\f002";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-family: "FontAwesome";
  background: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bx .input-group.customSearchBtn input {
  height: 40px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #9b9696;
  border-radius: 0;
}

.globalusercreate-button a {
  background-color: #32b24c !important;
  border: #32b24c !important;
}

.globaluserregister-form .js-form-item label {
  width: 14%;
}

.globaluserregister-form .js-form-item {
  margin-bottom: 10px
}

.globaluserregister-form .js-form-item input[type=email] {
  width: 85%;
  height: 40px;
  margin-bottom: 5px;
}

.globaluserregister-form .js-form-item input[type=text] {
  width: 85%;
  height: 40px;
  margin-bottom: 5px;
}

.globaluserregister-form .js-form-item input[type=password] {
  width: 85%;
  height: 40px;
  margin-bottom: 5px;
}

.globaluserregister-form div#edit-mail--description {
  font-size: 12px;
  margin-left: 14.5%;
}

.globaluserregister-form div#edit-name--description {
  font-size: 12px;
  margin-left: 14.5%;
}

.globaluserregister-form .js-form-item.js-form-type-radio label {
  width: auto;
}

.globaluserregister-form .form-actions input#edit-submit {
  color: #000;
  border: 2px solid #000;
  padding: 13px 20px 13px 20px;
  display: flex;
  width: max-content;
  align-items: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  margin: auto;
}

.globaluserregister-form .password-strength__meter {
  height: 0.75em;
  margin-top: 0.5em;
  background-color: lightgray;
  margin-bottom: 10px;
}

div#viz-8 .dfa-text-center .sdg_appendix {
  display: none !important;
}

div#viz-8 .dfa-text-center div#\33 WMapDisclaimer .disclaimer {
  display: none;
}

div#viz-8 .DFA-filter .resetBar {
  font-weight: bold;
  margin: 15px;
  position: absolute !important;
  left: -5px;
  top: -13px !important;
}


.DFA-tooltipCont:nth-child(2) {
  width: 50%;
  float: left;
}

.DFA-tooltipCont:nth-child(3) {
  width: 50%;
  float: left;
}

.DFA-tooltipCont label.attr {
  color: #000;
  font-weight: 700;
}

.DFA-tooltipCont label.attrval {
  color: #777;
}

.DFA-tooltipCont {
  padding: 0 20px;
}

.DFA-map .leaflet-popup-pane .leaflet-popup-content {
  margin: 0px !important;
  width: 500px !important;
}

div#viz-7 .panelBx .dfa-text-center {
  height: 650px !important;
}

.DFA-filter>.filterGroup {
  width: 33.33% !important;
  padding: 10px 10px !important;
}

div#viz-8 .DFA-filter {
  display: block !important;
}

.DFA-tooltipCont {
  padding: 0 20px;
  display: flex;
}

div#viz-8 .panelBx .choices__list--dropdown .choices__list {
  text-align: left;
}


div#viz-5 .dfa-info-3col-heading {
  background-color: #F49D1A;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left {
  border-right: 1px solid #d9880f;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section {
  border: 1px solid #d9880f;
  margin-top: 8px;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right {
  width: 33.3%;
  border-right: none;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p {
  color: #f49d1a;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-right p {
  text-align: left;
  color: #f49d1a;
}

div#viz-5 g.highcharts-series-group .highcharts-series-0 rect {
  width: 64px;
  margin: auto !important;
  transform: translate(38px, 10px);
}

div#viz-5 g.highcharts-series-group .highcharts-series-1 rect {
  width: 44px !important;
  margin: auto !important;
  transform: translate(23px, 10px);
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-3col-grid-left p::first-letter {
  font-size: 0px !important;
}

div#viz-5 .dfa-info-3col-heading {
  color: #fff;
}

/* sticky menu in monitoring page */
.stickyBar {
  z-index: 99999;
  width: 100%;
  display: flex;
  height: 60px;
  align-items: center;
  margin-bottom: 10px;
  transition: ease-in 0.5s;
  background-image: none;
  top: -100px;
  left: 0;
}

.stickyBar .nav li {
  margin-right: 40px;
  font-size: 20px;
}

.stickyBar .nav li a {
  color: #000000;
  position: relative;
  padding-bottom: 6px;
  text-decoration: none;
  font-weight: 500;
}

.animation {
  transition: ease-in 0.4s;
  transition-delay: 0.2s;
  top: 0px;
}

.sticky {
  position: fixed;
  background-color: #eb1c2d;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  transition: ease-in 0.5s;
  /* background-image: linear-gradient(2deg, #32b24c, #11541f); */
}

.stickyBar.sticky.animation ul.nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.stickyBar .nav {
  justify-content: center;
  display: flex;
  width: 100%;
}

div#viz-5 .dfa-viz-bootstrap .dfa-info-3col-section .dfa-info-3col-circle {
  background: #fcfcfc;
  border: 1px solid #d9880f;
}

.DFA-filter .resetBar a {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  top: 40px;
}

div#viz-8 .DFA-filter .resetBar {
  top: -9px !important;
}


#viz-2 .dfa-row.dfa-accordion-row {
  margin: 0;
  padding: 0;
  height: auto;
  align-items: center;
}

#viz-2 .dfa-p-0.dfa-accordion-section {
  box-sizing: border-box;
  padding: 0 10px !important;
}

/* .dfa-viz-bootstrap .dfa-card-body table {
    margin: 0;
    width: 100%;
    padding: 0 !important;
} */

.dfa-viz-bootstrap .dfa-card-body {
  padding: 5px 10px !important;
  margin: 0 !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-table thead tr th {
  text-align: center;
  width: 100% !important;
  min-width: 80px !important;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.dfa-viz-bootstrap .dfa-card-body .dfa-table tbody tr td:first-child {
  text-align: left;
}

.dfa-viz-bootstrap .dfa-accordion-chart {
  margin: 0 !important;
}


.dfa-viz-bootstrap .dfa-card-body table {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

div#viz-2 .dfa-viz-bootstrap .dfa-card-body .dfa-table thead tr th {
  text-align: center;
  width: 100% !important;
  min-width: 65px !important;
}

div#viz-8 .DFA-filter {
  flex-wrap: wrap;
  margin: 0 0 20px;
  display: flex !important;
}

div#viz-8 .DFA-filter .resetBar {
  display: block;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  bottom: auto !important;
  padding: 20px !important;
  margin: 0 0 10px !important;
  position: relative !important;
}

/* .DFA-filter > .resetBar > a {
    width: 100px;
    height: 40px;
    padding: 10px;
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #32b24c;
} */

/* .DFA-filter > .filterGroup {
  flex: inherit;
    margin: 0 15px 15px;
    border: 1px solid #ccc;
  width: calc(33.33% - 30px) !important
} */

/* .DFA-filter > .filterGroup:last-child {
    border-right: 1px solid #ccc;
} */

.DFA-tooltipCont label.attr {
  margin-right: 5px;
}

div#viz-8 .DFA-filter .resetBar {
  display: block;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  bottom: auto !important;
  padding: 15px !important;
  margin: 0 !important;
  position: relative !important;
}

.DFA-filter>.resetBar>a {
  width: 100px;
  height: 40px;
  padding: 10px;
  display: block;
  color: #ffffff !important;
  font-size: 16px !important;
  text-align: center;
  background: #eb1c2d;
  line-height: 18px;
  text-decoration: none !important;
}

.DFA-filter>.filterGroup {
  flex: inherit !important;
  margin: 0 15px 15px;
  border: 1px solid #ccc;
  width: calc(33.33% - 30px) !important;
}

.DFA-filter>.filterGroup:last-child {
  border-right: 1px solid #ccc !important;
}


.head-bx h2 {
  font-size: 27px;
}

.head-meta-description h2 {
  font-size: 27px;
}

/* rtl direction  */
[dir="rtl"] #mySidenav {
  right: 0;
}

[dir="rtl"] .right-side-bx {
  padding-left: 0;
  padding-right: 280px;
}

[dir="rtl"] ul.menu-list li a {
  text-align: right;
}

[dir='rtl'] .slick-slide {
  float: left;
}

[dir='rtl'] .about-data.lft-data {
  padding-left: 40px;
}

[dir='rtl'] .lft-data {
  padding-right: 0px;
}

[dir='rtl'] .rght-data {
  padding-left: 0;
}

[dir='rtl'] .about-data.rght-data {
  padding-right: 40px;
}

[dir='rtl'] .sdg-Content {
  left: 0;
}

[dir='rtl'] ul.work-list li .round-bx {
  left: -23px;
}

[dir='rtl'] ul.work-list li:after {
  left: 0;
}

[dir='rtl'] ul.work-list li .round-bx i {
  transform: rotate(180deg);
}

[dir="rtl"] ul.work-list li .round-bx {
  left: -21px;
  right: auto;
}

[dir="rtl"] ul.work-list li:first-child {
  padding-left: 20px;
}

[dir="rtl"] ul.work-list li .round-bx i {
  transform: rotate(180deg);
}

[dir="rtl"] ul.work-list li::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .lib-img {
  margin-right: auto;
  margin-left: 20px;
}

[dir="rtl"] .address-inner h5:after {
  right: -15px;
  top: 4px;
  left: auto;
}

[dir="rtl"] ul.menu-list li {
  padding: 0 14px 10px;
}

[dir="rtl"] .contact-form div#edit-actions:after {
  left: 29px;
  right: auto;
}

[dir="rtl"] .contact-form .form-submit {
  padding: 13px 20px 13px 60px;
}

[dir="rtl"] .contact-form div#edit-actions--3:after {
  left: 29px;
  right: auto;
}

[dir="rtl"] .contact-form-rating.contact-form .webform-scale-options {
  margin-right: auto;
  margin-left: 60px;
}

[dir="rtl"] #body.active .right-side-bx {
  padding-left: 10px;
  padding-right: 110px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  direction: ltr;
}

.languageswitcher .links li:nth-child(2) {
  display: none;
}

.pager ul.pager__items {
    margin-bottom: 19px !important;
}