:root, [data-bs-theme=light] {
  --bs-primary: #1eb135;
  --bs-primary-rgb: 30,177,53;
  --bs-primary-text-emphasis: #0C4715;
  --bs-primary-bg-subtle: #D2EFD7;
  --bs-primary-border-subtle: #A5E0AE;
  --bs-secondary: #215732;
  --bs-secondary-rgb: 33,87,50;
  --bs-secondary-text-emphasis: #0D2314;
  --bs-secondary-bg-subtle: #D3DDD6;
  --bs-secondary-border-subtle: #A6BCAD;
  --bs-success: #1eb135;
  --bs-success-rgb: 30,177,53;
  --bs-success-text-emphasis: #0C4715;
  --bs-success-bg-subtle: #D2EFD7;
  --bs-success-border-subtle: #A5E0AE;
  --bs-info: #1eb135;
  --bs-info-rgb: 30,177,53;
  --bs-info-text-emphasis: #0C4715;
  --bs-info-bg-subtle: #D2EFD7;
  --bs-info-border-subtle: #A5E0AE;
  --bs-danger: #F12B3F;
  --bs-danger-rgb: 241,43,63;
  --bs-danger-text-emphasis: #601119;
  --bs-danger-bg-subtle: #FCD5D9;
  --bs-danger-border-subtle: #F9AAB2;
  --bs-link-color: #1eb135;
  --bs-link-color-rgb: 30,177,53;
  --bs-link-hover-color: #215732;
  --bs-link-hover-color-rgb: 33,87,50;
  --bs-focus-ring-width: 0;
  --bs-focus-ring-opacity: 0;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #40BD53;
  --bs-btn-hover-border-color: #34B949;
  --bs-btn-focus-shadow-rgb: 5,27,8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4BC15D;
  --bs-btn-active-border-color: #34B949;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #1eb135;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-outline-primary {
  --bs-btn-color: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-focus-shadow-rgb: 30,177,53;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1eb135;
  --bs-btn-hover-border-color: #1eb135;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1eb135;
  --bs-btn-active-border-color: #1eb135;
  --bs-btn-disabled-color: #1eb135;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #215732;
  --bs-btn-border-color: #215732;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1C4A2B;
  --bs-btn-hover-border-color: #1A4628;
  --bs-btn-focus-shadow-rgb: 222,230,224;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1A4628;
  --bs-btn-active-border-color: #194126;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #215732;
  --bs-btn-disabled-border-color: #215732;
}

.btn-outline-secondary {
  --bs-btn-color: #215732;
  --bs-btn-border-color: #215732;
  --bs-btn-focus-shadow-rgb: 33,87,50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #215732;
  --bs-btn-hover-border-color: #215732;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #215732;
  --bs-btn-active-border-color: #215732;
  --bs-btn-disabled-color: #215732;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #215732;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #40BD53;
  --bs-btn-hover-border-color: #34B949;
  --bs-btn-focus-shadow-rgb: 5,27,8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4BC15D;
  --bs-btn-active-border-color: #34B949;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #1eb135;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-outline-success {
  --bs-btn-color: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-focus-shadow-rgb: 30,177,53;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1eb135;
  --bs-btn-hover-border-color: #1eb135;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1eb135;
  --bs-btn-active-border-color: #1eb135;
  --bs-btn-disabled-color: #1eb135;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #40BD53;
  --bs-btn-hover-border-color: #34B949;
  --bs-btn-focus-shadow-rgb: 5,27,8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #4BC15D;
  --bs-btn-active-border-color: #34B949;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #1eb135;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-outline-info {
  --bs-btn-color: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-focus-shadow-rgb: 30,177,53;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1eb135;
  --bs-btn-hover-border-color: #1eb135;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1eb135;
  --bs-btn-active-border-color: #1eb135;
  --bs-btn-disabled-color: #1eb135;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1eb135;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F12B3F;
  --bs-btn-border-color: #F12B3F;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F34B5C;
  --bs-btn-hover-border-color: #F24052;
  --bs-btn-focus-shadow-rgb: 36,6,9;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F45565;
  --bs-btn-active-border-color: #F24052;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #F12B3F;
  --bs-btn-disabled-border-color: #F12B3F;
}

.btn-outline-danger {
  --bs-btn-color: #F12B3F;
  --bs-btn-border-color: #F12B3F;
  --bs-btn-focus-shadow-rgb: 241,43,63;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F12B3F;
  --bs-btn-hover-border-color: #F12B3F;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F12B3F;
  --bs-btn-active-border-color: #F12B3F;
  --bs-btn-disabled-color: #F12B3F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F12B3F;
}

[data-bs-theme=dark] {
  --bs-link-color: #1eb135;
  --bs-link-color-rgb: 30,177,53;
  --bs-link-hover-color: #215732;
  --bs-link-hover-color-rgb: 33,87,50;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

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

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

.p-1 {
  padding: .25rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

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

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

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

@media (min-width: 768px) {
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}

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

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

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

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

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

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}

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

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
}

