body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.svg-container {
    fill: #fff2f9;
    margin-left: -90px;
    position: absolute;
    z-index: 2;
}
.header {
  /* background-color: #63073b; */
  /*background-color: #720744;*/
  color: white;
  padding: 2px;
  display: flex;
  justify-content: space-between;
 /* height: 120px;*/
}

.panels {
  display: flex;
  flex: 1;
  /*height: 100vh; */
  position: relative;
  max-height: 100vh;
  width: auto;
  overflow-y: auto;
}

.dashboard-left-panel {
  flex: 1;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* border: solid;
  border-color: transparent black transparent transparent; */
  box-shadow: 4px 2px 2px 0px #00000040;
  flex-direction: column;
  width: 100px;
  overflow-y: scroll;
  height: 87%;
  position: fixed;
  top: 65;
  left: 0;
  z-index: 10;
}

.dashboard-right-panel {
  flex: 15;
  height: 100%;
  width: 95%;
  margin-left: 110px;
}

.dashboard-right-panel-sdgIndex {
  flex: 15;
  height: 100%;
  width: 95%;
}

.sdg-icons-holder {
  display: flex;
  justify-content: center;
  text-align: center;
}

.sdg-icons-holder:hover {
  background: #9e9c9c80;
  /* border: solid;
  border-color: solid black transparent transparent; */
  border-width: 2px;
  border-radius: 1px;
}

.selected-goal {
  background: #38383880;
  border: solid;
  border-color: transparent black transparent transparent;
  border-width: 1px;
  border-radius: 1px;
}

.sdg-icons-url {
  display: flex;
  justify-content: center;
  margin: 0%;
}

.sdg-icons {
  width: 75%;
  margin: 10px 2px 5px 2px;
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-image {
  width: 75px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  /* mix-blend-mode: multiply; */
}

.header-image-right {
  width: 150px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.11999999731779099px;
  color: white;
}

.navigation {
  display: flex;
  margin-left: 50px;
  margin-top: 4vh;
  justify-content: center;
  text-align: center;
}

.my-nav {
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 800;
  /* margin: 2px; */
  cursor: pointer;
  padding: 2.5%;
  width: 18rem;
  align-items: center;
}

/*.active {
  border: solid;
  border-color: #38383880;
  padding-bottom: 1.1rem;
  background: #ffffff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: #63073b;
}*/

.dropdown-container {
  background-color: white;
  padding: 0.2%;
  position: sticky;
  top: 0;
  z-index: 10;
}

.sidebar-collapse {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  z-index: 100;
  box-shadow: 4px 4px 4px 0px #00000040;
  background-color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sidebar-collapse img {
  width: 25vw;
  height: auto;
  border-radius: 50%;
  margin: auto;
}

.mobile-header {
  background-color: #720744;
  color: white;
  padding: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8vh;
}

.mobile-header-title {
  display: flex;
  font-size: 3vw;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  letter-spacing: -0.11999999731779099px;
  color: white;
  position: relative;
}

.mobile-sidebar-collapse {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
  z-index: 200;
  box-shadow: 4px 4px 4px 0px #00000040;
  background-color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mobile-sidebar-collapse img {
  width: 25vw;
  height: auto;
  border-radius: 50%;
  margin: auto;
}

.mobile-sidebar {
  flex: 1;
  /* display: flex; */
  position: fixed;
  justify-content: center;
  align-items: center;
  /* border: solid;
  border-color: transparent black transparent transparent; */
  box-shadow: 2px 1px 1px 0px #00000040;
  flex-direction: column;
  width: 50px;
  overflow-y: scroll;
  height: 85%;
  z-index: 100;
  background-color: white;
}

.mobile-dashboard-right-panel {
  /* width: 95%; */
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-dropdown {
  flex: 1;
  /* display: flex; */
  position: fixed;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 1px 1px 0px #00000040;
  flex-direction: column;
  z-index: 100;
  background-color: #720744;
  right: 0;
}

.mobile-dropdown-item {
  color: white;
  margin: 10px;
  padding: 10px;
}

.mobile-dropdown-item-active {
  padding: 10px;
  background: #ffffff;
  color: #63073b;
  border-radius: 3%;
}

.mobile-dashboard-footer-container {
  background-color: #720744;
  /* height: 200px; */
  /* padding: 20px 120px 0px 90px; */
  width: auto;
}

.dashboard-footer-container {
  background-color: #720744;
  height: 250px;
  padding: 20px 120px 0px 90px;
  width: auto;
}

.mobile-dashboard-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-dashboard-footer-subsection {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}

.dashboard-footer {
  display: flex;
  justify-content: space-between;
}

.mobile-dashboard-footer-title {
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 2px;
}

.dashboard-footer-title {
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.mobile-quick-links-panel {
  /* background-color: red; */
  display: flex;
  text-decoration: underline;
  text-align: center;
}

.mobile-dashboard-footer-link {
  font-family: Inter;
  font-size: 9px;
}

.dashboard-footer-link {
  font-family: Inter;
  font-size: 14px;
}

.mobile-dashboard-image-ctara {
  height: 50px;
  width: 70px;
  margin-top: 10px;
  /* padding-top: 0.75rem; */
  padding-bottom: 0.75rem;
}

.mobile-dashboard-image-wfp {
  height: 50px;
  width: 80px;
}

.dashboard-image-ctara {
  height: auto;
  width: 70px;
  margin-top: 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.dashboard-image-wfp {
  height: 80px;
  width: 160px;
}

#scroll-container {
  margin: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.mobile-scroll-text {
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-align: center;

  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 30s linear infinite;
  -webkit-animation: my-animation 30s linear infinite;
  animation: my-animation 30s linear infinite;
}

.scroll-text {
  color: white;
  font-weight: 600;
  font-size: 20px;

  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 30s linear infinite;
  -webkit-animation: my-animation 30s linear infinite;
  animation: my-animation 30s linear infinite;
}

@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {
  .header {
    background-color: #720744;
    color: white;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    height: 40px;
  }

  .header-image {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    /* mix-blend-mode: multiply; */
  }

  .header-title {
    display: none;
  }

  .logo {
    display: flex;
    flex-direction: column;
  }

  .sdg-logo {
    width: 90%;
    height: auto;
  }

  .panels {
    display: flex;
    flex: 1;
    /*height: 100vh; */
    position: relative;
    max-height: none;
    max-width: 100vw;
    overflow-y: auto;
  }

  .graph-title {
    font-size: 0.75rem !important;
  }
}