:root {
  --bs-primary: #e3a43b !important;
  --bs-primary-2: #bf930d !important;
  --bs-secondary: #730b0b !important;
  --bs-secondary-2: #781111 !important;
  --bs-dark: #2a0d0d !important;
  --bs-dark-rgb: 42, 13, 13 !important;
  --bs-body-bg: #111111 !important;
  --bs-body-bg-rgb: 17, 17, 17 !important;
  --bs-body-color: #ffffff !important;
  --bs-link-color: #bf930d !important;
  --bs-link-hover-color: #e3a43b !important;
  --bs-border-color: #bf930d !important;
  --text-muted: 156 163 175 !important;
  --header-bg: #45090c !important;
  --navbar-bg: #2a0d0d !important;
  --games-bg: #730b0b !important;
  --content-bg: #45090c !important;
}

/* #45090c #2a0d0d #730b0b #781111 #8c0d0d #e3a43b */

a {
  color: var(--bs-link-color);
}

.text-muted {
  color: rgb(var(--text-muted)) !important;
}

.bg-header {
  background-color: var(--header-bg) !important;
}

.bg-navbar {
  background-color: var(--navbar-bg) !important;
}

.bg-games {
  background-color: var(--games-bg) !important;
}

.bg-content {
  background-color: var(--content-bg) !important;
}

hr {
  color: var(--bs-primary-2) !important;
  opacity: 0.75 !important;
}

.border-primary-2 {
  color: var(--bs-primary-2) !important;
  border-color: var(--bs-primary-2) !important;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 1) !important;
  --bs-navbar-hover-color: rgba(191, 147, 13, 1) !important;
}

.nav-link.link-body-emphasis:focus,
.nav-link.link-body-emphasis:hover,
.nav-link:focus,
.nav-link:hover,
a:hover {
  color: var(--bs-link-hover-color) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-link-hover-color) !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;
}

/* 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: #000 !important;
  --bs-btn-hover-bg: var(--bs-primary-2) !important;
  --bs-btn-hover-border-color: var(--bs-primary-2) !important;
  --bs-btn-active-color: #000 !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;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.h-52 {
  height: 10rem;
}

/* 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;
}
