@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
}
*:active {
  outline: none;
  border: 0;
}
*:focus {
  outline: none;
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  transition: all 0.3s ease;
}
li:hover {
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

u {
  line-height: 1;
  text-decoration: unset;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
button:active {
  outline: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.row.g-0 {
  --gutter-x: 0;
}

.row {
  --gutter-x: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}

.col {
  flex: 1 0 0%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.container {
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 0 10px;
}
.container-xl {
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 0 10px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.spacing-r {
  padding-right: 60px !important;
}
.spacing-l {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px;
}

.go-top {
  bottom: 15px;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 999;
}
.go-top img {
  width: 35px;
}
.go-top span {
  cursor: pointer;
  float: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 10px;
}

.main-wrapper {
  display: flex;
}

.main-area {
  width: 100%;
  padding-top: 60px;
  transition: 0.6s;
  padding-left: 60px;
  padding-bottom: 35px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 35px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.topbar-area {
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #2e2e2e;
  padding: 10px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.6s;
  background-color: #fff !important;
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #fff;
}
.topbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.topbar-area button {
  cursor: pointer;
}
.topbar-area.active {
  padding-left: 180px;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-inner .top-mid {
  margin-left: auto;
}
.topbar-right {
  display: flex;
  align-items: center;
}
.topbar-right div {
  display: flex;
  align-items: center;
}
.topbar-right div a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #fff;
  margin-right: 15px;
}
.topbar-right button {
  background: transparent;
  padding: 0;
  margin-left: 30px;
}
.topbar-left {
  padding-left: 120px;
}
.topbar-left form {
  width: 194px;
  position: relative;
}
.topbar-left form input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  padding-left: 40px;
  border-radius: 30px;
  border: solid 1px #fff;
  background: transparent;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 0;
  color: #000;
}
.topbar-left form button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  left: 0;
}

.pos-relative {
  position: relative;
}

.main-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.content-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 899;
}

.logo-hypat {
  margin-right: 20px;
}
.logo-rifs img {
  height: 56px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .topbar-inner {
    flex-direction: column;
  }
}
body .sidebar-area {
  width: 60px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  transition: 0.6s;
  overflow-x: hidden;
}
body .sidebar-area .sidebar-inner {
  width: 265px;
  height: 100%;
  padding: 72px 0 25px 0;
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #638e83;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body .sidebar-area .sidebar-inner .hamburger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
body .sidebar-area .sidebar-inner .hamburger:hover {
  cursor: pointer;
}
body .sidebar-area .sidebar-inner .sidebar-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.active > a, body .sidebar-area .sidebar-inner .sidebar-menu ul li:hover > a {
  background-color: #fff;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.active > a svg path.stroke, body .sidebar-area .sidebar-inner .sidebar-menu ul li:hover > a svg path.stroke {
  stroke: #638e83;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.active > a svg path.fill, body .sidebar-area .sidebar-inner .sidebar-menu ul li:hover > a svg path.fill {
  fill: #638e83;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.active > a span, body .sidebar-area .sidebar-inner .sidebar-menu ul li:hover > a span {
  color: #638e83;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.dropdown {
  transition: 0.6s;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.dropdown > a {
  background-image: url(../img/down.svg);
  background-position: 38px center;
  background-repeat: no-repeat;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li.dropdown.active > a, body .sidebar-area .sidebar-inner .sidebar-menu ul li.dropdown:hover > a {
  background-image: url("../img/down-a.svg");
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul {
  padding-left: 0;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.2) !important;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li {
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0.2) !important;
  margin-top: 0;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li.active svg path.stroke, body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li:hover svg path.stroke {
  stroke: #638e83;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li.active svg path.fill, body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li:hover svg path.fill {
  fill: #638e83;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li a {
  padding-left: 13px;
  color: #fff;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li ul li a:hover {
  color: #638e83 !important;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #d5d5d2;
  text-decoration: none;
  padding: 15px 12px;
  display: flex;
  align-items: center;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li a svg {
  width: 20px;
}
body .sidebar-area .sidebar-inner .sidebar-menu ul li a span {
  padding-left: 25px;
  transition: 0.3s;
}
body.sidebar-open .sidebar-area {
  width: 265px;
}
body.sidebar-open .sidebar-area .s-hide {
  opacity: 1;
}
body.sidebar-open .main-wrapper {
  left: 265px;
  width: calc(100% - 265px);
}

.main-wrapper {
  position: relative;
  transition: 0.6s;
  left: 0;
  width: 100%;
}

.s-icon {
  display: flex;
  width: 35px;
}
.s-hide {
  transition: 0.6s;
  opacity: 0;
}

.panel-header {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  box-shadow: 0 2px 20px 0 rgba(88, 184, 203, 0.1);
  background-color: #2e2e2e;
  padding-top: 60px;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff;
  min-height: 100vh;
}
.slideout-open {
  overflow: hidden;
}
.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .s-hide {
  display: block;
  opacity: 1;
  visibility: visible;
}
.slideout-open .slideout-menu {
  display: block;
}

main .mobileMenuOpener {
  display: none;
}

.mobile main .mobileMenuOpener {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 10;
}
.mobile .panel-header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 20px;
}
.mobile .topbar-inner {
  width: 100%;
}
.mobile .dropdown-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  body.sidebar-open .main-wrapper {
    width: 100%;
  }
}
#timeline-slider {
  padding-top: 100px;
}

.timeline-title h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
}

.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.timeline li {
  transition: all 200ms ease-in;
}

.timestamp {
  width: auto;
  margin-bottom: -40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  text-align: center;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #638e83;
  position: relative;
  transition: all 200ms ease-in;
}
.status-2 span {
  top: -260px;
}
.status-3 span {
  top: -390px;
}
.status-4 span {
  top: -520px;
}
.status-5 span {
  top: -650px;
}
.status span {
  top: -130px;
  padding-top: 20px;
}
.status span:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #638e83;
  position: absolute;
  bottom: -40px;
  left: 46%;
  transition: all 200ms ease-in;
}

.single-slide span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  color: #000;
  width: 179px;
  padding: 18px 14px;
  border-radius: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-slide span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 27px;
  flex-grow: 0;
  background-color: #638e83;
  left: 50%;
  bottom: -27px;
  z-index: -1;
}

.swiper-control {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
  padding-top: 210px;
}
.swiper-slide {
  width: 200px;
  text-align: center;
  font-size: 18px;
}
.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-slide-active .status {
  position: relative;
}
.swiper-slide-active .status:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  left: 0;
  border-radius: 50%;
  background-color: #638e83;
  top: -7px;
}

.next-slide {
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #f0f0f1;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 5;
  top: 0;
  background-size: 100%;
  cursor: pointer;
}
.next-slide::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(../img/arrows/slider-right.png);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-size: contain;
}

.prev-slide {
  background-size: 20px 10px;
  right: 75px;
  background-repeat: no-repeat;
  z-index: 5;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #f0f0f1;
  border-radius: 50%;
}

.slider-arrow:hover {
  background-color: #e4e4e4;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal-content {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1140px;
  max-height: 80%;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px 100px;
  overflow: auto;
  z-index: 1;
}
.modal-content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
}
.modal-content h3 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.modal-content form {
  width: 335px;
  max-width: 100%;
}
.modal-content form label {
  margin-top: 10px;
  display: block;
  color: #B3B3B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.57;
  text-transform: capitalize;
}
.modal-content form input {
  border: 1px solid #638E83;
  line-height: 38px;
  padding: 0 15px;
  width: 100%;
  border-radius: 10px;
}
.modal-content form button {
  display: block;
  border-radius: 10px;
  border: solid 1px #638e83;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #638e83;
  text-decoration: none;
  background: #638e83;
  color: #fff;
  margin-top: 30px;
}

.mingcute {
  display: none;
}

.export {
  display: none;
}

.border-shadow {
  height: 1px;
  background: #E9EAF1;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

[aria-labelledby=id-72-title] {
  display: none !important;
  opacity: 0;
}

[aria-label=Legend] {
  margin-left: -15px;
  margin-right: -15px;
}

[aria-label=Chart] + g {
  display: none;
  opacity: 0;
}

#chartdivtree {
  height: 500px;
  margin: -15px;
}

.select-boxes {
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.modal-card-add {
  padding: 50px 30px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1250px;
  height: 100vh;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fcfcff;
  transition: all 0.3s ease-in-out;
}
.modal-card-add.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.modal-card-add-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-card-add form {
  height: 100%;
  overflow: auto;
}
.modal-card-add form .area-data-type .row {
  width: 750px;
  max-width: 100%;
  font-size: 20px;
}
.modal-card-add form .area-data-type .row input {
  width: 35px;
  height: 35px;
}
.modal-card-add h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000;
}
.modal-card-add #chartdiv {
  margin-top: -55px;
}
.modal-card-add .graph-top-right span:first-child {
  margin-left: 0;
}
.modal-card-add .graph-top-right select {
  margin-right: 15px;
}
.modal-card-add .map-inner {
  display: flex;
  align-items: flex-start;
}

.checkbox-area {
  display: flex;
  gap: 10px 50px;
  align-items: center;
  flex-wrap: wrap;
}
.checkbox-area.mt-50 {
  margin-top: 50px;
}
.checkbox-area h3 {
  width: 100%;
}

.single-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-checkbox label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}

.add-new-row {
  cursor: pointer;
}

.chart-top-icon img {
  width: 17px;
  max-width: 17px;
  margin-left: 2px;
}

.single-row {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.single-row-heading {
  padding-left: 10px;
}
.single-row-heading h2 {
  margin-bottom: 10px;
}
.single-row .columns-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single-row .columns-holder .single-card {
  min-height: 274px;
}
.single-row .columns-holder .single-card[draggable=true] {
  min-height: auto;
}
.single-row[data-settings=w-50-50] .single-card {
  flex: 1;
}
.single-row[data-settings=w-30-30-30] .single-card {
  flex: 1;
}
.single-row[data-settings=w-70-30] .single-card:first-child {
  flex: 3;
}
.single-row[data-settings=w-70-30] .single-card:last-child {
  flex: 1;
}
.single-row[data-settings=w-100] .single-card {
  flex: 1;
}

.single-sector {
  height: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.single-sector span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #fff;
}

.single-sector-3 {
  width: 22%;
  height: 136px;
  position: relative;
}
.single-sector-3 span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #fff;
}

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

.sector-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.sector-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #000;
  margin-bottom: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sector-single-bg {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.sector-single-bg span {
  width: 8px;
  height: 8px;
}
.sector-single-bg h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
  margin-left: 5px;
}

.sector-3-bottom {
  display: flex;
  height: -webkit-fill-available;
  position: absolute;
  width: 100%;
}
.sector-3-bottom .bmz {
  background-color: #58c4f2;
  width: 60%;
  border-right: 1px solid #fff;
}
.sector-3-bottom .aa-last {
  background: #515b02;
  width: 40%;
}

.sector-455 {
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
  max-width: 455px;
}

.sector-50 {
  padding-left: 9px;
  padding-right: 9px;
  width: 100%;
  max-width: 50%;
  min-width: none;
}

.row-popup {
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 10;
  max-width: 273px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.row-popup.active {
  opacity: 1;
  visibility: visible;
}
.row-title h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding: 10px 15px;
  background-color: #70a357;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.row-details {
  padding: 0 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-img {
  width: calc(50% - 5px);
  margin-top: 10px;
}
.row-img img {
  width: 100%;
}

@media screen and (max-width: 1249px) {
  .single-row {
    gap: 30px 0;
  }
}
.graphic {
  margin-top: 14px;
}
.graphic h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #000;
  margin-bottom: 6px;
}
.graphic .chart {
  margin-bottom: 24px;
  overflow: hidden;
  width: 0%;
  animation: expand 1.5s ease forwards;
}

.single-graphic + .single-graphic .chart {
  animation-delay: 0.2s;
}

.single-graphic + .single-graphic + .single-graphic .chart {
  animation-delay: 0.4s;
}

.block {
  display: block;
  height: 70px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity, 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block:hover {
  opacity: 0.65;
}

.g-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-icons {
  gap: 1px;
  display: flex;
  align-items: center;
}
.g-icons img {
  width: 20px;
}

.x-axis {
  text-align: center;
  padding: 0.5em 0 2em;
}

.y-axis {
  height: 20px;
  transform: translate(-32px, 170px) rotate(270deg);
  position: absolute;
  left: 0;
}

.my-legend {
  width: calc(100% - 170px);
  padding-right: 20px;
}
.my-legend span {
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  left: 0;
  top: 5.5px;
}
.my-legend li {
  list-style: none;
  position: relative;
}
.my-legend p {
  padding-left: 14px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
}

.chart-type-1 {
  display: flex;
  margin-top: 10px;
  min-height: 170px;
}
.chart-type-1 .my-legend {
  width: calc(100% - 140px);
  padding-right: 20px;
}
.chart-type-1 .mychart {
  width: 115px;
}

.chart-width {
  display: flex;
  align-items: center;
}

#legend-multi {
  max-width: 190px;
}

.chart-type-2 {
  display: flex;
  margin-top: 10px;
}
.chart-type-2 .mychart {
  width: 220px;
}

.chart-buttons {
  margin-bottom: 20px;
  display: flex;
}
.chart-buttons ul {
  display: flex;
  background-color: #f3f6f9;
  border-radius: 30px;
}
.chart-buttons li.active {
  background-color: #638e83;
  color: #fff;
  border-radius: 30px;
}
.chart-buttons li {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding: 0 8px;
  line-height: 21px;
  list-style: none;
}

.widget {
  margin: 0 auto;
  width: 350px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: unset;
}

.header {
  background-color: #29384D;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
}

.circle-1 {
  width: 170px;
  height: 170px;
}

.date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

#chart-stacked {
  height: 70px !important;
}

#chart-stacked-ger,
#chart-stacked,
#chart-stacked-fr {
  height: 70px;
}

.chart-top-icon {
  gap: 8px;
  display: flex;
  align-items: center;
  width: auto;
  margin-top: 5px;
}
.chart-desc-area {
  display: none;
  margin-top: 40px;
}
.chart-type-1 .mychart {
  height: 115px;
}
.chart-type-1 canvas {
  height: 115px;
}
.chart-type-2 .mychart .sector-455.active-type-1 .mychart canvas {
  width: 380px;
  height: 380px;
}
.chart-desc {
  padding-top: 30px;
}
.chart-desc p {
  font-size: 16px;
  line-height: 1.6;
}
.chart-tabs {
  display: flex;
  flex-direction: column;
}
.chart-tabs .mychart {
  display: none;
}
.chart-tabs .mychart.active {
  display: block;
}

@media screen and (max-width: 991px) {
  .chart-top-icon button.draganddrop {
    display: none;
  }
}
.card-add-area {
  position: relative;
}

.single-card {
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 26px;
  transition: width 0.3s, height 0.3s ease;
  min-width: 370px;
  position: relative;
  padding-left: 9px;
  padding-right: 9px;
  flex: 1;
}
.single-card-inner {
  display: flex;
  flex-wrap: wrap;
}
.single-card.card-add {
  border-radius: 10px;
  border: dashed 1px #638e83;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-card.card-add button {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: center;
  color: #638e83;
}
.single-card .chart-wraper .chart-width > div:first-of-type {
  margin-right: 20px;
}
.single-card .chart-top-icon .zoom-out,
.single-card .chart-top-icon .download {
  display: none;
}

.comparison-container .single-card .chart-top-icon .plus {
  display: none;
}

.country-dashboard .single-card .chart-top-icon .minus,
.country-dashboard .single-card .chart-top-icon .draganddrop {
  display: none;
}

.country-dashboard .single-row .columns-holder .single-card {
  flex: 1;
}

.single-card.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1250px;
  z-index: 100;
  padding: 40px 90px;
  z-index: 900;
  height: auto;
  max-height: 90vh;
  overflow-y: scroll;
}
.single-card.active .chart-top-icon img {
  width: 30px;
  max-width: 30px;
}
.single-card.active .chart-top-icon .download,
.single-card.active .chart-top-icon .zoom-out {
  display: block;
}
.single-card.active .chart-top-icon .minus,
.single-card.active .chart-top-icon .zoom,
.single-card.active .chart-top-icon .draganddrop {
  display: none;
}
.single-card.active .sector-title h2 {
  font-size: 22px;
}
.single-card.active .my-legend p {
  font-size: 24px;
  padding-left: 30px;
}
.single-card.active .my-legend span {
  width: 20px;
  height: 20px;
  top: 10px;
}
.single-card.active .chart-desc-area {
  display: block;
}
.single-card.active .multi-chart {
  width: 380px;
  height: 380px;
}
.single-card.active .chart-type-multi {
  justify-content: space-between;
}
.single-card.active #legend-multi {
  max-width: 50%;
}
.single-card.active .chart-type-1 .mychart {
  width: 380px;
  height: 380px;
}

@media screen and (max-width: 1440px) {
  .single-card {
    width: calc(100% - 50px);
    padding: 30px;
  }
  .single-card.active .chart-top-icon img {
    width: 24px;
  }
  .single-card.active .chart-top-icon .mingcute {
    display: block;
    display: block;
  }
  .single-card.active .chart-top-icon .export {
    display: block;
  }
  .single-card.active .chart-top-icon .plus {
    display: none;
  }
  .single-card.active .sector-title h2 {
    font-size: 17px;
  }
  .single-card.active .my-legend p {
    font-size: 16px;
    padding-left: 20px;
  }
  .single-card.active .my-legend span {
    width: 10px;
    height: 10px;
    top: 7.5px;
  }
  .single-card.active .chart-desc-area {
    display: block;
  }
  .single-card.active .multi-chart {
    width: 280px;
    height: 280px;
  }
  .single-card.active .chart-type-multi {
    justify-content: space-between;
  }
  .single-card.active #legend-multi {
    max-width: 50%;
  }
  .single-card.active .chart-type-1 .mychart {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1249px) {
  .single-card {
    min-width: 370px;
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .single-card {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-card.active {
    width: calc(100% - 50px);
    padding: 30px;
  }
  .single-card.active .chart-top-icon img {
    width: 24px;
  }
  .single-card.active .chart-top-icon .mingcute {
    display: block;
    display: block;
  }
  .single-card.active .chart-top-icon .export {
    display: block;
  }
  .single-card.active .chart-top-icon .plus {
    display: none;
  }
  .single-card.active .sector-title h2 {
    font-size: 17px;
  }
  .single-card.active .my-legend p {
    font-size: 16px;
    padding-left: 20px;
  }
  .single-card.active .chart-desc-area {
    display: block;
  }
  .single-card.active .multi-chart {
    width: 200px;
    height: 200px;
  }
  .single-card.active .chart-type-multi {
    justify-content: space-between;
  }
  .single-card.active #legend-multi {
    max-width: 50%;
  }
  .single-card.active .chart-type-1 .mychart {
    width: 200px;
    height: 200px;
  }
}
.country-text {
  margin-top: 40px;
}
.country-text h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
  margin-bottom: 16px;
}
.country-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
.country-text p span {
  font-weight: 500;
}

.graph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 0 27px 0;
}
.graph-top-left img {
  width: 33px;
  margin-right: 8px;
}
.graph-top-left h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
  display: flex;
  align-items: center;
}
.graph-top-left p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
  display: flex;
  align-items: center;
}
.graph-top-right {
  display: flex;
  align-items: center;
}
.graph-top-right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.graph-top-right span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  margin-right: 10px;
  margin-left: 22px;
}
.graph-top-right select {
  border: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  color: #000;
  border-radius: 10px;
  background-color: #f3f6f9;
  padding: 5px 10px;
  cursor: pointer;
}

.single-text-page .main-container h1:not(:last-child),
.single-text-page .main-container h2:not(:last-child),
.single-text-page .main-container h3:not(:last-child),
.single-text-page .main-container h4:not(:last-child),
.single-text-page .main-container h5:not(:last-child),
.single-text-page .main-container h6:not(:last-child),
.single-text-page .main-container p:not(:last-child),
.single-text-page .main-container ul:not(:last-child),
.single-text-page .main-container ul li:not(:last-child),
.single-text-page .main-container ol:not(:last-child),
.single-text-page .main-container ol li:not(:last-child) {
  margin-bottom: 10px;
}
.single-text-page .main-container * + h1,
.single-text-page .main-container * + h2,
.single-text-page .main-container * + h3,
.single-text-page .main-container * + h4,
.single-text-page .main-container * + h5,
.single-text-page .main-container * + h6 {
  margin-top: 30px;
}

@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.blue-bg span {
  background: #4698bd;
}

.yellow-bg span {
  background-color: #b6b701;
}

.blue-strong-bg span {
  background-color: #58c4f2;
}

.mnz-bg span {
  background-color: #bdacbe;
}

.aa-bg span {
  background-color: #515908;
}

.green-bg span {
  background-color: #377993;
}

.black-bg span {
  background-color: #515b02;
}

.gray-bg span {
  background-color: #cbc9ca;
}

.purple-bg span {
  background-color: #b576b1;
}

.flex-unset {
  flex-direction: column;
}

.multi-chart {
  width: 200px;
}

.chart-type-multi {
  margin-top: 30px;
}

.map-area {
  position: relative;
  margin: 100px 0;
}
.map-area h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

#chartdiv {
  max-width: 740px;
  margin-left: auto;
  width: 100%;
  height: 325px;
}

.select-area select {
  border: 0;
  width: 300px;
  height: 38px;
  padding: 4px 10px 4px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #638e83;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  color: #000;
  appearance: none;
  position: relative;
  background-image: url("../img/triangle.svg");
  background-repeat: no-repeat;
  background-position: 96% 15px;
}
.select-area select[disabled] {
  cursor: not-allowed;
}
.select-area select[multiple] {
  height: auto;
  overflow: hidden;
  background-image: none;
  cursor: default;
}
.select-area select[multiple] option {
  cursor: pointer;
}

#select {
  position: relative;
}
#select:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
  width: 5px;
  height: 5px;
  background: #000;
}

.fullwidth#chartdiv {
  width: 100%;
  max-width: 100%;
  height: 530px;
}

.card-add-area {
  height: 100%;
  position: relative;
}

.show-country span {
  display: block;
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #638e83;
}

.card-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  right: -55px;
}

.login-reg {
  margin-top: 50px;
}
.login-reg h3 {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000;
}

.log-btns {
  gap: 10px;
  margin-top: 30px;
  display: flex;
}
.log-btns button,
.log-btns a {
  display: block;
  border-radius: 10px;
  border: solid 1px #638e83;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  color: #638e83;
  text-decoration: none;
}
.log-btns button.active,
.log-btns a.active {
  background: #638e83;
  color: #fff;
}

.map-popup {
  width: 245px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: -29px;
  position: relative;
}
.map-title {
  position: relative;
}
.map-title:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #70a357;
  left: -3px;
  top: 50%;
  margin-top: -3px;
  transform: rotate(45deg);
}
.map-title h3 {
  background-color: #70a357;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 7px 9px;
  margin: 0;
}
.map-details {
  padding: 8px;
  position: relative;
}
.map-details p {
  width: 110px;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  color: #000;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;
}
.map-no span {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  color: #7eacd9;
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: "Poppins", sans-serif;
}
.map-link a {
  font-size: 10px;
  font-weight: normal;
  color: #000;
  width: 48px;
  line-height: 16px;
  border-radius: 5px;
  background-color: #7eacd9;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.ampopup-inside {
  padding: 0 !important;
}
.ampopup-content {
  border-radius: 5px;
  background: #fff !important;
}
.ampopup-close {
  z-index: 10;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .header-area {
    display: none;
  }
  .dropdown-menu {
    padding-top: 0;
  }
  .modal-card-add .map-inner {
    flex-direction: column;
  }
  .modal-card-add #chartdiv {
    margin-top: 50px;
    width: 100%;
    max-width: 100%;
  }
}
@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  @keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 1px);
    }
  }
}
@media screen and (max-width: 1440px) {
  .comparison-container.main-container {
    padding-right: 55px;
  }
  .main-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .graph-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1249px) {
  .card-add {
    min-height: 285px;
  }
  .login-modal {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .graph-top-left h3 {
    font-size: 18px;
  }
  .graph-top-left p {
    font-size: 18px;
  }
  .pie-bar {
    width: 400px;
  }
  .sector-455 {
    width: 50%;
    max-width: 445px;
  }
  .login-modal {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .login-modal {
    padding: 50px 15px;
  }
  .graph-top-left {
    width: 100%;
  }
  .graph-top-right {
    margin-top: 20px;
  }
  .map-area {
    margin-top: 50px 0;
  }
  .timeline-slider {
    padding-bottom: 40px;
  }
  .swiper-control {
    text-align: right;
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .multi-chart {
    width: 220px;
  }
  .chart-type-1 .mychart {
    width: 220px;
    height: 220px;
  }
  .chart-width {
    justify-content: space-between;
  }
  .sector-455 {
    width: 100%;
    max-width: 100%;
  }
  .pie-bar {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .login-modal h3 {
    font-size: 18px;
  }
  .main-container {
    padding-right: 15px;
  }
  .topbar-area .container-fluid {
    padding-right: 15px;
  }
  .topbar-right button {
    margin-left: 10px;
  }
  .topbar-left {
    padding-left: 15px;
  }
  .graph-top-right {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .graph-top-right span {
    margin-left: 0;
    min-width: 50px;
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  .modal-card-add #chartdiv {
    margin-top: 10px;
  }
  #legend-multi {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .chart-type-multi,
  .multi-chart {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .chart-type-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .chart-type-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .chart-type-1 .my-legend {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .topbar-area {
    padding-left: 60px;
  }
  .main-container .row {
    flex-direction: column;
  }
  .main-container .row > div {
    width: 100%;
  }
  .single-row .card-btns {
    position: relative;
    top: 0;
    right: 0;
  }
  .single-row .card-btns .edit-card {
    display: none;
  }
  .single-row .card-btns .add-card {
    display: none;
  }
  .single-row .card-btns .add-card img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .single-row:nth-last-child(2) .card-btns .add-card {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */