@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

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

.hide-on-mobile {
  display: block !important;
}

.show-on-mobile {
  display: none !important;
}

#footer h4 {
  margin-bottom: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-prev {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-prev:hover {
  background: #43936c;
}

.swiper-button-prev:hover path {
  fill: white !important;
}

.swiper-button-next {
  opacity: 1;
  color: #005e4e;
  transition: 0.5s;
  background: #fff;
  height: 40px;
  width: 40px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.swiper-button-next:hover {
  background: #43936c;
  border: 1px solid #43936c;
}

.swiper-button-next:hover path {
  fill: white !important;
}

.wrapper-info-location {
  background: #f5f9f8;
  border-radius: 12px;
  padding: 30px 15px;
  height: auto;
  margin-bottom: 32px !important;
}

.wrapper-info-location p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Body */

  color: #616161;
}

.wrapper-info-location strong {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Header */

  color: #121212;
}

.wrapper-info-location a {
  margin-top: 4px;
  color: #121212;
  transition: all 300ms ease-in-out;
}

.wrapper-info-location a:hover {
  color: #121212;
  text-decoration: underline;
}

.title-location {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  /* identical to box height, or 150% */

  letter-spacing: 0.5px;

  /* Grayscale/Header */

  color: #121212;
}

.subtitle-location {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #616161 !important;
}

.wrapper-info-location .row {
  margin-bottom: 20px;
}

.wrapper-info-location .row .col-lg-4 {
  margin-bottom: 12px;
}

progress {
  border: 0;
  height: 8px;
  border-radius: 4px;
}

progress::-webkit-progress-bar {
  border: 0;
  height: 8px;
  border-radius: 4px;
  background: #d6e5e3;
}

progress::-webkit-progress-value {
  border: 0;
  height: 8px;
  border-radius: 4px;
  background: #005e4e;
}

progress::-moz-progress-bar {
  border: 0;
  height: 8px;
  border-radius: 4px;
  background: #d6e5e3;
}

.border-dash {
  border-bottom: 1px dashed #3d8579;
  margin-block: 10px;
}

.wrapper-map {
  position: relative;
  height: 65%;
  width: 100%;
  margin-bottom: 20px;
}

.tab-container .wrapper-iframe-restor:has(iframe) {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-color: #616161;
  border-radius: 12px;
}

.wrapper-iframe-restor iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.wrapper-iframe-restor a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Body */

  color: #616161;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-decoration-line: underline;
}

#map {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  transition: all 300ms ease-in-out;
}

.map-layer {
  height: 100%;
  width: 100%;
  position: relative;
}

.map-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.map-layer .wrapper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ffffff;
  padding: 14px 28px;
  transition: 300ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #018d58;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.wrapper-button-campaign {
  position: absolute;
  background: #ffffff;
  border-radius: 12px;
  height: auto;
  padding: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.wrapper-button-campaign p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  text-align: center;
  letter-spacing: 0.3px;

  /* Grayscale/Header */

  color: #121212;
  margin-bottom: 12px;
}

.text-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Body */

  color: #616161;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-link a {
  color: #616161;
  text-decoration-line: underline;
}

.wrapper-button-campaign .btn-green {
  display: block;
  width: 100% !important;
  background: #43936c;
  border-radius: 8px;
  font-weight: 600;
  color: #ffffff;
  padding-inline: 24px;
  padding-block: 12px;
  transition: 300ms ease-in-out;
  text-align: center;
}

.wrapper-grids-counter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid-counter p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Body */

  color: #616161;
}

.grid-counter h1 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Grayscale/Header */

  color: #121212;
}

.microtip {
  color: #121212;
  cursor: default;
}

.microtip:hover {
  color: #121212;
}

.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #121212;
  margin-bottom: 12px;
}

.swiper-gallery {
  margin-inline: 55px;
  margin-top: 24px;
}

.swiper-button-next-gallery {
  margin-top: 5px !important;
}

.swiper-button-prev-gallery {
  margin-top: 5px !important;
}

.image-gallery {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.wrapper-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #616161;
}

.wrapper-description br {
  display: block;
  content: "";
  padding-top: 6px;
}

.wrapper-description strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  color: #121212;
}

.wrapper-description ul {
  margin-top: 0;
}

.wrapper-description li {
  margin-left: -15px;
}

.btn-green {
  background: #43936c;
  border-radius: 4px;
  font-weight: 600;
  color: #ffffff;
  padding-inline: 24px;
  padding-block: 8px;
  transition: 300ms ease-in-out;
  text-align: center;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #337c59;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.dataTables_filter {
  float: right;
}

.wrapper-filter {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}

.wrapper-filter select {
  background: #018d58;
  border-radius: 4px;
  width: max-content;
  color: #fff;
  padding-left: 15px !important;
}

.wrapper-filter option {
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #404040;
  margin-bottom: 5px !important;
}

#table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.5em 0;
  border: none;
}

.btn-outline-green {
  background: #ffffff;
  border: 1px solid #018d58;
  border-radius: 6px;
  color: #018d58;
  padding: 8px 20px;
  transition: all 300ms ease-in-out;
}

.btn-outline-green:hover,
.btn-outline-green:active,
.btn-outline-green:focus {
  background: #337c59;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.wrapper-no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-block: 36px;
}

.wrapper-no-data h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #121212;
  margin-bottom: 5px;
}

.wrapper-no-data p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3px;
  color: #616161;
  max-width: 330px;
  margin-bottom: 10px;
}

.btn-badge-red {
  background: #fef7f7;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #ed4141;
  pointer-events: none;
}

.btn-badge-blue {
  background: #f7f9fe;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #4167ed;
  pointer-events: none;
}

.wrapper-title-with-filter {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.wrapper-updates {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
}

.wrapper-loadmore-update-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* background-color: #005e4e; */
  height: 115px;
  background: linear-gradient(
    0.24deg,
    #ffffff 30.03%,
    rgba(255, 255, 255, 0) 99.82%
  );
}

.btn-outline-green-rounded {
  background: #ffffff;
  border: 1px solid #018d58;
  border-radius: 20px;
  color: #018d58;
  padding: 8px 20px;
  transition: all 300ms ease-in-out;
  height: max-content;
}

.btn-outline-green-rounded:hover,
.btn-outline-green-rounded:active,
.btn-outline-green-rounded:focus {
  background: #337c59;
  color: #ffffff;
  box-shadow: 8px 10px 20px -13px rgba(0, 0, 0, 0.51);
}

.btn-badge-green {
  background: #f7fcf6;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #2eb917;
  pointer-events: none;
  margin-bottom: 7.5px;
}

.card-update-date {
  background: #f7fcf6;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #2eb917;
  width: max-content;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-update-campaign-title {
  background: #f7fcf6;
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #4167ed;
  width: max-content;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.update-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #121212;
  margin-bottom: 5px !important;
}

.wrapper-update-image {
  width: 100%;
  max-height: 400px;
  display: flex;
  margin-top: 10px;
  position: relative;
}

.img-update {
  min-height: 400px;
  max-height: 400px;
  width: 100%;
  object-fit: contain;
  border-radius: 4px !important;
}

.wrapper-campaign-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.wrapper-campaign-title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px;
  width: max-content;
  max-width: 350px;
}

.card-update {
  margin-bottom: 30px;
}

.card-update:last-child {
  margin-bottom: 0px;
}

.wrapper-updates-scrolling.scroll {
  overflow-y: auto;
  max-height: 500px;
  padding-right: 10px;
}

/* width */
.wrapper-updates-scrolling.scroll::-webkit-scrollbar {
  width: 5px;
  padding-right: 10px;
}

/* Track */
.wrapper-updates-scrolling.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.wrapper-updates-scrolling.scroll::-webkit-scrollbar-thumb {
  background: #337c59;
  border-radius: 10px;
}

/* Handle on hover */
.wrapper-updates-scrolling.scroll::-webkit-scrollbar-thumb:hover {
  background: #337c59;
}

.main-column {
  height: 80vh;
  overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main-column::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main-column {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.map-column {
  height: 80vh;
  position: sticky;
}

.wrapper-tab-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.wrapper-tab-button a {
  width: 100%;
}

.tab-button {
  width: 100%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.3px;

  /* Secondary/Default */

  color: #121212;
  text-align: center;
  padding: 8px;
  border-bottom: #d9d9d9 solid 2px;
}

.tab-button.active {
  color: #018d58;
  border-bottom: #018d58 solid 2px;
}

#table_wrapper .col-sm-6,
#table_wrapper .col-sm-12,
#table_wrapper .col-sm-5,
#table_wrapper .col-sm-7 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Custom BUtton Google Maps */

.gm-style-mtc button[aria-checked="true"] {
  background: #018d58 !important;
  color: #fff !important;
}

.gm-style-mtc ul li {
  color: #018d58 !important;
}

.gm-style-mtc button[aria-checked="false"] {
  color: #018d58 !important;
}

.gm-fullscreen-control img path {
  fill: #018d58 !important;
}

/* .swiper-button-prev:hover path {
  fill: white !important;
} */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  overflow-y: hidden;
}

.img-galleries {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.gallery a:nth-child(3n-1) .img-galleries {
  margin-top: -100px;
}

.gallery a:nth-child(2) .img-galleries {
  height: calc(300px - 100px);
  margin-top: 0px;
}

.gallery a:nth-child(3n) .img-galleries {
  margin-top: -40px;
}

.gallery a:nth-child(3) .img-galleries {
  height: calc(300px - 40px);
  margin-top: 0px;
}

.wrapper-locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.card-location {
  position: relative;
  height: 200px;
  width: 100%;
  cursor: pointer;
}

.img-location {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.wrapper-location-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.wrapper-location-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px;
}

/* Card-monitoring */

.card-monitoring {
  border-radius: var(--Corner-Radius-corner-l, 12px);
  background: var(--Color-Grayscale-color-disable, #f6f6f6);
  padding: 18px;
  margin-bottom: 16px;
}

.card-monitoring .wrapper-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.card-monitoring .wrapper-header .btn {
  font-size: 12px;
  line-height: 21px;
  padding: 8px 14px;
}

.card-monitoring .wrapper-button {
  display: flex;
  gap: 10px;
}

.badge-green {
  width: fit-content;
  padding: 4px 10px;
  border-radius: var(--Corner-Radius-corner-xxl, 100px);
  border: 1px solid var(--Color-Grayscale-white-background, #fff);
  background: var(--Color-Secondary-secondary, #018d58);

  /* Mobile/Elevation 1 */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);

  color: var(--Color-Grayscale-white-background, #fff);

  /* SemiBold/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Margin-margin-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);
  margin-bottom: 10px;
}

.card-description {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* Regular/Body <p>/Text-16 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-default, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-default, 24px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-default, 0.3px);

  margin-bottom: 10px;
}

.card-monitoring .wrapper-main {
  display: flex;
  gap: 10px;
}

.card-monitoring .wrapper-layout {
  width: 40%;
}

.card-monitoring .wrapper-image {
  width: 60%;
  display: flex;
}

.card-monitoring .wrapper-image img {
  width: 100%;
  /* height: 100%;
  object-fit: contain; */
  margin: auto;
  border-radius: 8px;
}

.wrapper-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.monitoring-data {
  border-radius: var(--Corner-Radius-corner-m, 8px);
  background: var(--Color-Grayscale-white-background, #fff);
  padding: 8px;
}

.monitoring-data:first-child {
  grid-column: 1 / -1;
}

.wrapper-data-value {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.wrapper-data-value .microtip svg {
  margin-bottom: 10px;
  width: 15px;
  height: 15px;
}

.data-value {
  color: var(--Color-Grayscale-text-color-header, #121212);

  /* SemiBold/H6/Header-20 */
  font-family: var(--font-family-subtitle, "Open Sans");
  font-size: var(--font-size-header-sm, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-header-sm, 30px); /* 150% */
  letter-spacing: var(--font-letter-spacing-header-sm, 0.3px);
}

.data-info {
  color: var(--Color-Grayscale-text-color-description, #4b4b4b);

  /* Regular/Body <p>/Text-12 */
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--font-size-body-md, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-body-md, 18px); /* 150% */
  letter-spacing: var(--font-letter-spacing-text-md, 0.3px);
}
/* Card-monitoring */
