:root {
  --bs-primary: #fbff00 !important;
  --bs-primary-rgb: 212, 193, 55 !important;
  --bs-secondary: #df1b1b !important;
  --bs-secondary-rgb: 223, 27, 27 !important;
  --bs-link-color: #fbff00 !important;
  --bs-link-color-rgb: 212, 193, 55 !important;
  --bs-link-hover-color: #df1b1b !important;
  --bs-link-hover-color-rgb: 223, 27, 27 !important;
  --bs-emphasis-color: #f2f2f2 !important;
  --bs-emphasis-color-rgb: 242, 242, 252 !important;
  --bs-dark: #101013 !important;
  --bs-dark-rgb: 16, 16, 19 !important;
  --bs-border-color: #282828 !important;
  --bs-border-color-rgb: 40, 40, 40 !important;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #d2d2d2 !important;
  --bs-body-color-rgb: 210, 210, 210 !important;
  --bs-body-bg: #000 !important;
  --bs-body-bg-rgb: 0, 0, 0 !important;
  --bs-primary: #fbff00 !important;
  --bs-primary-rgb: 212, 193, 55 !important;
  --bs-secondary: #df1b1b !important;
  --bs-secondary-rgb: 223, 27, 27 !important;
}

[data-bs-theme="light"] {
  color-scheme: light;
  --bs-light: #f2f2f2 !important;
  --bs-light-rgb: 242, 242, 252 !important;
  --bs-body-bg: #fff !important;
  --bs-body-bg-rgb: 255, 255, 255 !important;
  --bs-body-color: #101013 !important;
  --bs-body-color-rgb: 16, 16, 19 !important;
  --bs-link-color: #fbff00 !important;
  --bs-link-color-rgb: 212, 193, 55 !important;
  --bs-link-hover-color: #df1b1b !important;
  --bs-link-hover-color-rgb: 223, 27, 27 !important;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: var(--bs-secondary) !important;
  --bs-navbar-hover-color: var(--bs-primary) !important;
  --bs-navbar-active-color: #f2f2f2 !important;
  --bs-light: #101013 !important;
  --bs-light-rgb: 16, 16, 19 !important;
  --bs-dark: #101013 !important;
  --bs-dark-rgb: 16, 16, 19 !important;
}

.nav .nav-link .menu-text.small {
  color: #8b8b8b;
  font-size: 12px;
  margin-top: 5px;
}
.nav .nav-link:hover .menu-text.small {
  color: var(--bs-secondary) !important;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  color: var(--bs-primary) !important;
}

/* Button */
.btn-primary {
  --bs-btn-color: #000 !important;
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary) !important;
  --bs-btn-hover-border-color: var(--bs-secondary) !important;
  --bs-btn-active-bg: var(--bs-secondary) !important;
  --bs-btn-active-border-color: var(--bs-secondary) !important;
  --bs-btn-disabled-color: #000 !important;
  --bs-btn-disabled-bg: var(--bs-primary) !important;
  --bs-btn-disabled-border-color: var(--bs-primary) !important;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary) !important;
  --bs-btn-border-color: var(--bs-secondary) !important;
  --bs-btn-hover-color: #000 !important;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-hover-border-color: var(--bs-primary) !important;
  --bs-btn-active-color: #000 !important;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color: var(--bs-primary) !important;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary) !important;
  --bs-btn-disabled-border-color: var(--bs-secondary) !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #000 !important;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-hover-border-color: var(--bs-primary) !important;
  --bs-btn-active-color: #000 !important;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color: var(--bs-primary) !important;
  --bs-btn-disabled-color: var(--bs-primary) !important;
  --bs-btn-disabled-border-color: var(--bs-primary) !important;
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary) !important;
  --bs-btn-border-color: var(--bs-secondary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary) !important;
  --bs-btn-hover-border-color: var(--bs-secondary) !important;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary) !important;
  --bs-btn-active-border-color: var(--bs-secondary) !important;
  --bs-btn-disabled-color: var(--bs-secondary) !important;
  --bs-btn-disabled-border-color: var(--bs-secondary) !important;
}

.okta-topbar-left a {
  color: #9a9a9a;
  font-size: 11px;
}

.android {
  background: #72a200;
}

/* 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%;
}

/* Modal */
.modal.action-sheet {
  z-index: 1055;
}
.modal.action-sheet .modal-dialog {
  padding: 0;
  margin: 0;
  bottom: 40px;
  position: fixed;
  width: 100%;
  min-width: 100%;
  z-index: 2000;
  transform: translate(0, 100%);
}
.modal.action-sheet.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.action-sheet .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal.action-sheet .modal-content .action-sheet-content {
  padding: 20px 16px;
  max-height: 460px;
  overflow: auto;
}
.modal.action-sheet .modal-content .modal-header {
  display: block;
  padding: 2px 20px;
}
.modal.action-sheet .modal-content .modal-header .modal-title {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
}
.modal.action-sheet .modal-content .modal-body {
  padding: 0;
}

.action-button-list {
  padding: 1rem 0 0 0;
  margin: 0;
}
.action-button-list > li {
  display: block;
}
.action-button-list > li .btn {
  display: flex;
  width: 100%;
  min-height: 40px;
  line-height: 1.1em;
  justify-content: space-between;
  border-radius: 0 !important;
}
.action-button-list > li .btn > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.action-button-list > li .btn .icon {
  width: 24px !important;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: -5px;
  font-size: 24px;
  line-height: 1em;
}

.action-sheet.inset .modal-dialog {
  padding: 16px;
}
.action-sheet.inset .modal-dialog .modal-content {
  border-radius: 16px;
}

.action-sheet.inset .action-button-list > li:last-child .btn {
  border-radius: 0 0 16px 16px !important;
}

.okta-mobile #amp-mobile-version-switcher {
  bottom: 0;
}
