:root, [data-bs-theme=light] {
  --bs-secondary: #D9DBE9;
  --bs-secondary-rgb: 217,219,233;
  --bs-secondary-text-emphasis: #57585D;
  --bs-secondary-bg-subtle: #F7F8FB;
  --bs-secondary-border-subtle: #F0F1F6;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #D9DBE9;
  --bs-btn-border-color: #D9DBE9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #DFE0EC;
  --bs-btn-hover-border-color: #DDDFEB;
  --bs-btn-focus-shadow-rgb: 33,33,35;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E1E2ED;
  --bs-btn-active-border-color: #DDDFEB;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #D9DBE9;
  --bs-btn-disabled-border-color: #D9DBE9;
}

.btn-outline-secondary {
  --bs-btn-color: #D9DBE9;
  --bs-btn-border-color: #D9DBE9;
  --bs-btn-focus-shadow-rgb: 217,219,233;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D9DBE9;
  --bs-btn-hover-border-color: #D9DBE9;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #D9DBE9;
  --bs-btn-active-border-color: #D9DBE9;
  --bs-btn-disabled-color: #D9DBE9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D9DBE9;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !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;
}

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

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

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

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

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

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

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

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

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

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

