.progress {
  min-height: 20px;
  color: #000;
  background-color: #48c253;
  border-radius: 200px;
  max-width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  min-width: 5%;
}
.progress-bar {
  background: #ddd860;
  border-radius: 200px;
}
.nav-item:hover,
.nav-item:active {
  background-color: var(--e-global-color-secondary);
  transition: all 0.3s;
}
/* Team Gallery Grid */
.team-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4-column grid */
  grid-gap: 20px; /* Gap between grid items */
}

/* Tablet Size: 2-column grid */
@media screen and (max-width: 768px) {
  .team-gallery {
    grid-template-columns: repeat(2, 1fr); /* 2-column grid */
  }
}

/* Mobile Size: 1-column grid */
@media screen and (max-width: 480px) {
  .team-gallery {
    grid-template-columns: 1fr; /* 1-column grid */
  }
}

/* Side Navigation Bar */
.sidenav .nav-menu {
  list-style: none;
}

.sidenav .nav-item {
  position: relative;
}

.nav-item.active {
  background-color: var(--e-global-color-d89a806);
  box-shadow: 0px -3px rgba(0, 0, 0, 0.2), 0px 3px rgba(0, 0, 0, 0.2);
  /* border-radius: 20px 0 0 20px; */
}
.menu-text i {
  margin-right: 10px;
}
.nav-item.active a {
  color: #2980b9;
}

.nav-item a {
  text-decoration: none;
  color: #fff;
}

.menu-text {
  padding: 0 0px 0px 10px;
}

/* The sidebar menu */
.sidenav {
  height: 100%;
  z-index: 99998;
  top: 0;
  left: 0;
  background-color: var(--e-global-color-e8fad2f);
  overflow-x: hidden;
  font-family: "Rubik";
  font-weight: 600;
  border-radius: 10px;
}

.sidenav ul {
  padding-left: 0;
}
.sidenav ul li {
  padding: 0.75rem 0;
}

.sidenav a {
  padding: 0.5rem 0px 0.5rem 1rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: var(--e-global-color-primary) !important;
  display: flex;
  align-items: center;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1125px) {
  .menu-toggle {
    display: none !important;
  }
}

.menu-toggle {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Lightbox Styling*/
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.donors-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  max-height: 40rem;
  overflow-y: auto;
  padding: 1rem;
  margin: -1rem;
}

.donors-list li {
  text-transform: capitalize;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px hsla(0, 0%, 44%, 0.25);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.1s ease-out;
  width: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  color: #214f5a;
  justify-content: center;
}

::-webkit-scrollbar {
  width: 7px;
}

/* This is for the track (background) */
::-webkit-scrollbar-track {
  background: #fff;
}

/* This is for the handle (or thumb) */
::-webkit-scrollbar-thumb {
  background: #24a8ae;
}

/* This is when you hover over the handle */
::-webkit-scrollbar-thumb:hover {
  background: #214f5a;
}

.account-alert-banner {
  text-align: center;
}
.account-alert-banner a {
  text-decoration: underline;
}
.account-alert-banner a:focus,
.account-alert-banner a:hover {
  text-decoration: none;
  color: inherit !important;
}

.gform_ajax_spinner {
  width: 50px;
  margin: 0 1rem 6px;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 16px 0;
  display: flex;
}

.donation-total, .goal {
  text-align: center;
  font-weight: 500;
}

/* incentive bar*/
.incentive-bar {
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.incentive-indicator-notch {
  position: relative;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.incentive-indicator-notch::before {
  content: '';
  height: 100%;
  width: 1rem;
  position: absolute;
  background-color: inherit;
  right: 100%;
}

.incentive-indicator-notch:first-of-type {
  border-radius: 200px;
}

.incentive-indicator-notch:first-of-type::before {
  display: none;
}

.incentive-indicator-progress-indicator {
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 10000;
}

.incentive-indicator-notch-title {
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}

@media only screen and (max-width: 1124px) {
  .incentive-bar {
    display: none;
  }

  .donation-total, .goal {
    text-align: left;
  }
}

.indicator-info-box {
  position: absolute;
  color: #000;
  text-align: center;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
  width: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.incentive-indicator-notch:nth-child(even) .indicator-info-box {
  bottom: 100%;
  top: unset;
  padding-bottom: 0.5rem;
  padding-top: 0;
}

.badge-label {
  text-align: center;
}

.badge-image {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
}

.heart-container {
  --heart-color: rgb(255, 91, 137);
  position: relative;
  width: 100%;
  max-width: 1rem;
  height: 100%;
  transform: translate(calc(-50% + 1px), 0);
  z-index: 99;
  display: flex;
  align-items: center;
}

.heart-container .checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.heart-container .svg-outline,
.heart-container .svg-filled {
  fill: var(--heart-color);
  position: absolute;
}

.svg-container {
  width: 1rem;
  height: 1rem;
}

.percentage-indicator {
  top: 0;
  position: absolute;
  width: 1rem;
  height: 100%;
}

.percentage-indicator::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
}
