:root, [data-bs-theme=light] {
  --bs-primary: #5383d3;
  --bs-primary-rgb: 83,131,211;
  --bs-primary-text-emphasis: #213454;
  --bs-primary-bg-subtle: #DDE6F6;
  --bs-primary-border-subtle: #BACDED;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #5383d3;
  --bs-btn-border-color: #5383d3;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #6D96DA;
  --bs-btn-hover-border-color: #648FD7;
  --bs-btn-focus-shadow-rgb: 12,20,32;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #759CDC;
  --bs-btn-active-border-color: #648FD7;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #5383d3;
  --bs-btn-disabled-border-color: #5383d3;
}

.btn-outline-primary {
  --bs-btn-color: #5383d3;
  --bs-btn-border-color: #5383d3;
  --bs-btn-focus-shadow-rgb: 83,131,211;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #5383d3;
  --bs-btn-hover-border-color: #5383d3;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5383d3;
  --bs-btn-active-border-color: #5383d3;
  --bs-btn-disabled-color: #5383d3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5383d3;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

