/*=== Media Query ===*/
body[data-theme='light'] .text-primary--light-only {
  color: #473bf0;
}

body[data-theme='dark'] .border-gray-3 {
  border-color: var(--border-color) !important;
}

body[data-theme='dark'] .bg-gradient-2 {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #13151C 100%);
}

body[data-theme='dark'] .border-blackish-blue {
  border-color: #fff !important;
}

body[data-theme='dark'] .gr-bg-blackish-blue-opacity-1 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

body[data-theme='dark'] .btn-toggle {
  background-color: #efefef;
}

body[data-theme='dark'] .btn-toggle span {
  background: #473bf0;
}

body[data-theme='dark'] .btn-toggle.active span {
  background: #ffff;
}

.border-green {
    border-color: #2a2b30 !important;
}

.hero-img-custom {
  position: relative;
  bottom: 42px;
  /* bottom: -2px; */
  left: 0;
}

@media (min-width: 480px) {
  .hero-img-custom {
    bottom: -33px;
    left: 0;
  }
}

@media (min-width: 576px) {
  .hero-img-custom {
    bottom: -9px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .hero-img-custom {
    position: absolute;
    bottom: -47px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .hero-img-custom {
    bottom: -104px;
    left: -30px;
  }
}

@media (min-width: 1200px) {
  .hero-img-custom {
    bottom: -120px;
    left: -30px;
  }
}
/*# sourceMappingURL=maps/theme-mode-custom.css.map */
