:root, [data-bs-theme=light] {
  --bs-primary: #2cffe6;
  --bs-primary-rgb: 44,255,230;
  --bs-primary-text-emphasis: #12665C;
  --bs-primary-bg-subtle: #D5FFFA;
  --bs-primary-border-subtle: #ABFFF5;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #2cffe6;
  --bs-btn-border-color: #2cffe6;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #4CFFEA;
  --bs-btn-hover-border-color: #41FFE9;
  --bs-btn-focus-shadow-rgb: 7,38,35;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #56FFEB;
  --bs-btn-active-border-color: #41FFE9;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #2cffe6;
  --bs-btn-disabled-border-color: #2cffe6;
}

.btn-outline-primary {
  --bs-btn-color: #2cffe6;
  --bs-btn-border-color: #2cffe6;
  --bs-btn-focus-shadow-rgb: 44,255,230;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #2cffe6;
  --bs-btn-hover-border-color: #2cffe6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #2cffe6;
  --bs-btn-active-border-color: #2cffe6;
  --bs-btn-disabled-color: #2cffe6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2cffe6;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-2 {
  margin-right: .75rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .375rem !important;
}

.mb-2 {
  margin-bottom: .75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: .375rem !important;
  padding-bottom: .375rem !important;
}

.py-2 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .375rem !important;
}

.pt-2 {
  padding-top: .75rem !important;
}

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

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .375rem !important;
}

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

.ps-1 {
  padding-left: .375rem !important;
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }
}

