:root {
  --bs-primary: #1e2a5a !important;
  --bs-primary-2: #06b6d4 !important;
  --bs-secondary: #f87171 !important;
  --bs-secondary-2: #22c55e !important;
  --bs-body-bg: #e9edf5 !important;
  --bs-body-color: #222222 !important;
  --bs-link-color: #1e40af !important;
  --bs-link-hover-color: #1e2a5a !important;
  --bs-navbar-color: #bf930d !important;
  --bs-border-color: #e5e7eb !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1000px !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
}

.bg-instagram {
  background-color: #e1306c !important;
}

.bg-line {
  background-color: #0088cc !important;
}

.bg-linkedin {
  background-color: var(--bs-primary) !important;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

.bg-pinterest {
  background-color: #bd081c !important;
}

.bg-telegram {
  background-color: #0088cc !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.text-primary-2 {
  color: var(--bs-primary-2) !important;
}

.bg-primary-2 {
  background-color: var(--bs-primary-2) !important;
}

.border-primary-2 {
  border-color: var(--bs-primary-2) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.border-secondary {
  border-color: var(--bs-secondary) !important;
}

.text-secondary-2 {
  color: var(--bs-secondary-2) !important;
}

.bg-secondary-2 {
  background-color: var(--bs-secondary-2) !important;
}

.border-secondary-2 {
  border-color: var(--bs-secondary-2) !important;
}

.text-mobile {
  color: #bf930d !important;
}

.bg-mobile {
  background-color: #d8a710 !important;
}

.border-mobile {
  border-color: #bf930d !important;
}

/* Button */
.btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: var(--bs-primary-2) !important;
  --bs-btn-hover-border-color: var(--bs-primary-2) !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: var(--bs-primary-2) !important;
  --bs-btn-active-border-color: var(--bs-primary-2) !important;
}

.btn-secondary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: var(--bs-secondary) !important;
  --bs-btn-border-color: var(--bs-secondary) !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: var(--bs-secondary-2) !important;
  --bs-btn-hover-border-color: var(--bs-secondary-2) !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: var(--bs-secondary-2) !important;
  --bs-btn-active-border-color: var(--bs-secondary-2) !important;
}

.okta-border-start {
  border-left: 4px solid var(--bs-secondary);
}

.navbar-nav-scroll {
  overflow-x: auto !important;
}

@media (min-width: 992px) {
  .okta-header-bottom img {
    max-width: 60px;
    height: auto;
  }
}

.figure-apps .figure-img,
.figure-apps img {
  max-width: 80px;
  height: auto;
}

.post-text h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

.post-text h3 {
  font-size: 1rem;
  font-weight: 700;
}

.post-text h4 {
  font-size: 0.75rem;
  font-weight: 700;
}

/* OffCanvas */
.okta-offcanvas.position-fixed {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}
.okta-offcanvas.position-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.okta-offcanvas.position-fixed.open {
  visibility: visible;
  transform: translateX(-280px);
}
.okta-offcanvas .scrollarea {
  overflow-y: auto;
}

/* Modal AMP */
.modal-amp {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.okta-mobile #amp-mobile-version-switcher {
  bottom: 0;
}
