:root, [data-bs-theme=light] {
  --bs-primary: #1a4b47;
  --bs-primary-rgb: 26,75,71;
  --bs-primary-text-emphasis: #0A1E1C;
  --bs-primary-bg-subtle: #D1DBDA;
  --bs-primary-border-subtle: #A3B7B5;
  --bs-secondary: #c6d2d1;
  --bs-secondary-rgb: 198,210,209;
  --bs-secondary-text-emphasis: #4F5454;
  --bs-secondary-bg-subtle: #F4F6F6;
  --bs-secondary-border-subtle: #E8EDED;
  --bs-dark: #c6d2d1;
  --bs-dark-rgb: 198,210,209;
  --bs-dark-text-emphasis: #4F5454;
  --bs-dark-bg-subtle: #F4F6F6;
  --bs-dark-border-subtle: #E8EDED;
  --bs-body-font-family: 'Noto Sans Egyptian Hieroglyphs', sans-serif;
  --bs-link-color: #1a4b47;
  --bs-link-color-rgb: 26,75,71;
  --bs-link-hover-color: #48875a;
  --bs-link-hover-color-rgb: 72,135,90;
  --bs-focus-ring-color: rgba(26,75,71,0.31);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a4b47;
  --bs-btn-border-color: #1a4b47;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #16403C;
  --bs-btn-hover-border-color: #153C39;
  --bs-btn-focus-shadow-rgb: 221,228,227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #153C39;
  --bs-btn-active-border-color: #143835;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1a4b47;
  --bs-btn-disabled-border-color: #1a4b47;
}

.btn-outline-primary {
  --bs-btn-color: #1a4b47;
  --bs-btn-border-color: #1a4b47;
  --bs-btn-focus-shadow-rgb: 26,75,71;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a4b47;
  --bs-btn-hover-border-color: #1a4b47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a4b47;
  --bs-btn-active-border-color: #1a4b47;
  --bs-btn-disabled-color: #1a4b47;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1a4b47;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #c6d2d1;
  --bs-btn-border-color: #c6d2d1;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #CFD9D8;
  --bs-btn-hover-border-color: #CCD7D6;
  --bs-btn-focus-shadow-rgb: 30,32,31;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #D1DBDA;
  --bs-btn-active-border-color: #CCD7D6;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #c6d2d1;
  --bs-btn-disabled-border-color: #c6d2d1;
}

.btn-outline-secondary {
  --bs-btn-color: #c6d2d1;
  --bs-btn-border-color: #c6d2d1;
  --bs-btn-focus-shadow-rgb: 198,210,209;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c6d2d1;
  --bs-btn-hover-border-color: #c6d2d1;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c6d2d1;
  --bs-btn-active-border-color: #c6d2d1;
  --bs-btn-disabled-color: #c6d2d1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c6d2d1;
}

.btn-dark {
  --bs-btn-color: #000000;
  --bs-btn-bg: #c6d2d1;
  --bs-btn-border-color: #c6d2d1;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #CFD9D8;
  --bs-btn-hover-border-color: #CCD7D6;
  --bs-btn-focus-shadow-rgb: 30,32,31;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #D1DBDA;
  --bs-btn-active-border-color: #CCD7D6;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #c6d2d1;
  --bs-btn-disabled-border-color: #c6d2d1;
}

.btn-outline-dark {
  --bs-btn-color: #c6d2d1;
  --bs-btn-border-color: #c6d2d1;
  --bs-btn-focus-shadow-rgb: 198,210,209;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #c6d2d1;
  --bs-btn-hover-border-color: #c6d2d1;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c6d2d1;
  --bs-btn-active-border-color: #c6d2d1;
  --bs-btn-disabled-color: #c6d2d1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c6d2d1;
}

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

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

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

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

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

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

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

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

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

.me-auto {
  margin-right: 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;
}

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

.ms-4 {
  margin-left: 1.5rem!important;
}

@media (min-width:576px) {
  .mt-sm-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .me-md-0 {
    margin-right: 0!important;
  }
}

@media (min-width:768px) {
  .ms-md-auto {
    margin-left: auto!important;
  }
}

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

@media (min-width:1200px) {
  .ms-xl-5 {
    margin-left: 3rem!important;
  }
}

@media (min-width: 1400px) {
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
}

