::-webkit-scrollbar {
  display: none !important;
}

* {
  letter-spacing: -0.04em !important;
}

.blue-light-bg {
  background-color: #f1f5f9 !important;
}

.my-header-bg {
  background-color: #1e6ab033;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(15px) !important;
}

.circle-button {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bg {
  background-color: #b0761e !important;
}

.object-position-top {
  object-position: top !important;
}

.object-position-right {
  object-position: right !important;
}

.colorful-text {
  background: linear-gradient(90deg, #85459b 20%, #d5384e 90%, #ed4935);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
}

@media screen and (min-width: 600px) {
  .bg-bottle-1 {
    background-image: url("/assets/images/8.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bg-bottle-3 {
    background-image: url("/assets/images/10.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bg-bottle-2 {
  background-image: url("/assets/images/4.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.bg-image {
  position: relative;
  background-image: url("/assets/images/home/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.bg-gradient {
  background: linear-gradient(265deg, #fe6800, #3e65ad 48%, #fe6800) !important;
}

.sm-text-p {
  font-size: 0.75rem !important;
}

.bg-gradient-primary {
  background: linear-gradient(0deg, #fe6800, #fff);
}

@keyframes logoloop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-wrap {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
}

.loop-track {
  display: flex;
  animation: logoloop 20s linear infinite;
  width: max-content;
}

.loop-collection {
  display: flex;
  gap: 0.5rem;
}

.marquee-image {
  object-fit: contain;
  flex: none;
  max-width: none;
  height: auto;
  width: 180px;
}

.mt-hero-video {
  margin-top: -5.5rem !important;
}

.video-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bg-green {
  background-color: #128a43 !important;
}

.statistics__stat {
  font-size: 6rem;
  font-weight: bold;
  display: inline-block;
  background: url("https://www.accion.org/wp-content/uploads/2023/11/stats-canva-crowded-market2-e1699909921500.png")
    no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: none;
  white-space: nowrap;
}

.bg-black {
  background: #0b1120;
}

/* GRID */
.mlm-header,
.mlm-row {
  display: grid;
  grid-template-columns: 4fr 1fr 0.7fr;
  padding: 8px 10px;
  align-items: center;
}

.mlm-header {
  color: #94a3b8;
  font-size: 12px;
  text-transform: uppercase;
}

.mlm-row {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.mlm-row.active {
  background: rgba(16, 185, 129, 0.15);
  border-radius: 8px;
}

/* TREE STRUCTURE */
.user-cell {
  position: relative;
  padding-left: 40px;
}

/* vertical line */
.user-cell::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -20px;
  bottom: -20px;
  width: 2px;
  background: rgba(30, 30, 30, 0.15);
}

/* horizontal connector */
.tree-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tree-line::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 26px;
  height: 2px;
  background: rgba(23, 23, 23, 0.232);
}

/* stop line for last row */
.mlm-row:last-child .user-cell::before {
  bottom: 50%;
}

/* LEVEL INDENTATION */
.level-1 {
  padding-left: 40px;
}
.level-2 {
  padding-left: 70px;
}
.level-3 {
  padding-left: 100px;
}

/* TAGS */
.tag {
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.tag.green {
  background: #14532d;
  color: #ffffff;
}
.tag.blue {
  background: #1e3a8a;
  color: #ffffff;
}
.tag.teal {
  background: #134e4a;
  color: #ffffff;
}
.tag.purple {
  background: purple;
  color: #ffffff;
}

/* TEXT */
.name {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 2px;
  color: #000000;
}

.new {
  background: #14532d;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 10px;
  margin-left: 6px;
}

/* PLUS */
.plus {
  background: #1e293b;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 2;
  color: #fff;
}

/* RANK */
.rank {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.rank.ruby {
  background: #7f1d1d;
  color: #ffffff;
}
.rank.pearl {
  background: #0f172a;
  color: #ffffff;
}
.rank.gray {
  background: #1e293b;
  color: #ffffff;
}
.rank.jade {
  background: #064e3b;
  color: #ffffff;
}
.rank.diamond {
  background: #1e3a8a;
  color: #ffffff;
}
.rank.legend {
  background: #78350f;
  color: #ffffff;
}
.rank.icon {
  background: #4c1d95;
  color: #ffffff;
}

/* STATUS */
.status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
}

.status.red {
  background: #ef4444;
}
.status.yellow {
  background: #eab308;
}
.status.green {
  background: #22c55e;
}
.status.gray {
  background: #9ca3af;
}
.status.blue {
  background: #3b82f6;
}
.status.purple {
  background: #8b5cf6;
}

/* CHECKS */
.check {
  color: #22c55e;
}
.cross {
  color: #ef4444;
}

.text-stroke {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  color: transparent;
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  opacity: 1;
  position: relative;
  margin: 0;
}
