body {
  /* -------------------------- *
  * RGB to HEX
  * -------------------------- */
  /* -------------------------- *
  * BASE
  * -------------------------- */
  --white: #FFF;
  --gray-light: #F5F7F9;
  --gray: #EBEDEF;
  --gray-dark: #D7DBDF;
  --black: #000;
  /* -------------------------- *
  * PRIMARY
  * -------------------------- */
  --primary-light: #212bbd;
  --primary: #121766;
  --primary-dark: #161c7c;
  /* -------------------------- *
  * SECONDARY
  * -------------------------- */
  --secondary-light: #f656b8;
  --secondary: #DB0B8A;
  --secondary-dark: #f30d99;
  /* -------------------------- *
  * DANGER
  * -------------------------- */
  --danger-light: #ff596c;
  --danger: #F2001C;
  --danger-dark: #ff0d29;
  /* -------------------------- *
  * WARN!NG
  * -------------------------- */
  --warning-light: #fede89;
  --warning: #FDC224;
  --warning-dark: #fdc93d;
  /* -------------------------- *
  * SUCCESS
  * -------------------------- */
  --success-light: #65f200;
  --success: #50BF00;
  --success-dark: #5bd900;
  /* -------------------------- *
  * INFO
  * -------------------------- */
  --info-light: #85c6ee;
  --info: #2B9DE2;
  --info-dark: #41a7e5;
  /* -------------------------- *
  * BACKDROP
  * -------------------------- */
  --backdrop-color: rgba(16, 24, 35, 0.95);
}

.theme-light {
  /* -------------------------- *
  * RGB to HEX
  * -------------------------- */
  /* -------------------------- *
  * THEME BASE
  * -------------------------- */
  --theme-white: #FFF;
  --theme-gray-light: #F5F7F9;
  --theme-gray: #EBEDEF;
  --theme-gray-dark: #D7DBDF;
  --theme-black: #101823;
  /* -------------------------- *
  * TEXT
  * -------------------------- */
  --theme-text-dark: #101823;
  --theme-text-light: #FFF;
  --theme-link-color: #101823;
  /* -------------------------- *
  * BORDERS
  * -------------------------- */
  --theme-border-color: var(--theme-gray);
  /* -------------------------- *
  * IMAGES
  * -------------------------- */
}

.theme-dark {
  /* -------------------------- *
  * RGB to HEX
  * -------------------------- */
  /* -------------------------- *
  * THEME BASE
  * -------------------------- */
  --theme-white: #0F0F0F;
  --theme-gray-light: #1E1E1E;
  --theme-gray: #28282D;
  --theme-gray-dark: #2D2D32;
  --theme-black: #FFFFFF;
  /* -------------------------- *
  * TEXT
  * -------------------------- */
  --theme-text-dark: #FFFFFF;
  --theme-text-light: #6f6f6f;
  --theme-text-primary: #863FDF;
  --theme-link-color: #863FDF;
  /* -------------------------- *
  * ALERT
  * -------------------------- */
  --theme-alert-warning-bg: #564515;
  --theme-alert-warning-border: #6e5717;
  --theme-alert-warning-text: #fed466;
  --theme-alert-danger-bg: #530b13;
  --theme-alert-danger-border: #6a0914;
  --theme-alert-danger-text: #f64d60;
  --theme-alert-success-bg: #23440b;
  --theme-alert-success-border: #295509;
  --theme-alert-success-text: #85d24d;
  --theme-alert-info-bg: #173a4e;
  --theme-alert-info-border: #1a4863;
  --theme-alert-info-text: #6bbaeb;
  /* -------------------------- *
  * NAV
  * -------------------------- */
  --theme-nav-link: #2D2D32;
  --theme-nav-link-active: #FFF;
  /* -------------------------- *
  * FORMS
  * -------------------------- */
  --theme-form-placeholder: #5e5e62;
  /* -------------------------- *
  * BORDERS
  * -------------------------- */
  --theme-border-color: var(--theme-gray);
  /* -------------------------- *
  * TOOLTIP
  * -------------------------- */
  --theme-tooltip-bg: rgba(45, 45, 50, .8);
  --theme-tooltip-text: $theme-white;
  /* -------------------------- *
  * Toast
  * -------------------------- */
  --theme-toast-bg: rgba(15, 15, 15, .8);
  --theme-toast-shadow: 0 0 0 1px rgba(40, 40, 45, 1);
  /* -------------------------- *
  * SHADOWS
  * -------------------------- */
  --theme-navbar-shadow: 0 1px 0 rgba(40, 40, 45, 1);
  --theme-box-shadow: rgba(40, 40, 45, 1);
  --theme-box-shadow-dark: 0 0 0 1px rgba(40, 40, 45, 1);
  --theme-box-shadow-hover: 0 0 0 1px rgba(40, 40, 45, 1);
  --theme-box-shadow-hover-dark: 0 0 20px rgba(15, 15, 15, .3);
  --theme-dropdown-shadow: 0 1px 0 rgba(40, 40, 45, 1);
  --theme-offcanvas-shadow: 0 0 0 1px rgba(40, 40, 45, 1);
  --theme-sidebar-shadow: 0 0 0 1px rgba(40, 40, 45, 1);
  --theme-sidebar-toggler-shadow: 0 0 0 1px rgba(40, 40, 45, 1);
  /* -------------------------- *
  * SCROLLBAR
  * -------------------------- */
  --theme-scrollbar: #5e5e62;
  --theme-scrollbar-bg: #333338;
  /* -------------------------- *
  * IMAGES
  * -------------------------- */
}
.theme-dark .custom-select {
  background-image: url("../../images/themes/dark/select-arrows-light.svg");
}
.theme-dark .brand {
  background-image: url("../../images/themes/dark/logo.svg");
}
.theme-dark .brand-animated {
  background-image: url("../../images/themes/dark/logo-animated.gif");
}
.theme-dark .content-bg {
  background-image: url("../../images/themes/dark/arena.png");
}
.theme-dark .content-bg-fixed {
  background-image: url("../../images/themes/dark/arena.png");
}
.theme-dark .error-comingsoon-bg {
  background-image: url("../../images/themes/dark/arena.png");
}
.theme-dark .error-geoblocking-bg {
  background-image: url("../../images/themes/dark/arena.png");
}
.theme-dark .fightingdonkeys {
  background-image: url("../../images/themes/dark/arena.png");
}
.theme-dark .fightingdonkeys-image {
  background-image: url("../../images/themes/dark/fighting-donkeys.gif");
}

/* -------------------------- *
* RADIUS
* -------------------------- */
/* -------------------------- *
* BORDERS
* -------------------------- */
/* -------------------------- *
* FONTS
* -------------------------- */
/* ~10px */
/* ~12px */
/* ~14px */
/* ~16px */
/* ~20px */
/* ~28px */
/* ~36px */
/* ~48px */
/* -------------------------- *
* ICON
* -------------------------- */
/* -------------------------- *
* BREAKPOINTS
* -------------------------- */
/* -------------------------- *
* CONTENT WIDTHS
* -------------------------- */
.bg-card {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(30px);
  border-radius: 8px;
  overflow: hidden;
}
.bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.container {
  margin: 0 auto;
  max-width: none;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0;
  }
}
.container-fullwidth {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .container-fullwidth {
    padding: 0;
  }
}
.container-lg {
  max-width: 1200px;
}
.container-md {
  max-width: 800px;
}
@media (max-width: 1199px) {
  .container-md {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .container-md {
    max-width: none;
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .container-md {
    padding: 0;
  }
}
.container-sm {
  max-width: 600px;
}
@media (max-width: 1199px) {
  .container-sm {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container-sm {
    max-width: none;
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .container-sm {
    padding: 0;
  }
}
.container-xs {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .container-xs {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .container-xs {
    max-width: none;
  }
}

html {
  font-size: 100%;
  height: 100%;
  transition: all 0.3s;
}

body {
  background: var(--theme-white);
  color: var(--theme-text-dark);
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

img {
  display: inline-block;
}

a {
  color: var(--theme-link-color);
  transition: all 0.3s;
}
a:hover {
  color: var(--theme-link-color);
  text-decoration: underline;
}

p {
  margin: 0.5rem 0;
}
p.lead {
  font-size: 0.9rem;
  font-weight: 700;
}

blockquote {
  border: 0;
  font-style: italic;
  margin: 0.5rem 0;
  padding: 0;
}

button:focus {
  outline: none;
}

hr {
  border-top: 1px solid var(--theme-border-color);
  margin: 2rem 0;
}

strong {
  font-weight: 700;
}

ion-icon {
  display: inline-block;
  height: 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  width: 1em;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 1rem 0;
}
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin: 1rem 0;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1rem 0;
}
h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
h5 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 1rem 0;
}

.logo {
  width: 400px;
}
@media (max-width: 576px) {
  .logo {
    width: 200px;
  }
}

.email {
  width: 300px;
}
@media (max-width: 576px) {
  .email {
    width: 200px;
  }
}

.full-height {
  min-height: 100vh;
}

.img-xs {
  width: 20px;
}
.img-sm {
  width: 30px;
}
.img-md {
  width: 40px;
}
.img-lg {
  width: 50px;
}
.img-xl {
  width: 80px;
}
.img-xxl {
  width: 100px;
}
.img-xxxl {
  width: 150px;
}
.img-block {
  height: auto;
  display: block;
  width: 100%;
}

.text-xxs {
  font-size: 0.625rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.9rem !important;
}
.text-md {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.25rem !important;
}
.text-xl {
  font-size: 1.75rem !important;
}
.text-white {
  color: var(--white) !important;
}
.text-default {
  color: var(--theme-text-dark) !important;
}
.text-light {
  color: var(--theme-text-light) !important;
}
.text-muted {
  color: var(--theme-gray-dark) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-danger {
  color: var(--danger) !important;
}
.text-warning {
  color: var(--warning) !important;
}
.text-success {
  color: var(--success) !important;
}
.text-info {
  color: var(--info) !important;
}
.text-break {
  word-break: break-all;
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}

.content-wrapper {
  position: relative;
  z-index: 10;
}

.icon {
  line-height: 1;
}
.icon-xs {
  font-size: 20px;
}
.icon-sm {
  font-size: 30px;
}
.icon-md {
  font-size: 40px;
}
.icon-lg {
  font-size: 50px;
}
.icon-xl {
  font-size: 80px;
}
.icon-xxl {
  font-size: 100px;
}
.icon-xxxl {
  font-size: 150px;
}

.modal-static .modal {
  display: block;
  height: auto;
  position: static;
}
.modal-static.modal-backdrop {
  height: auto;
  left: auto;
  min-height: 100vh;
  position: static;
  top: auto;
  width: auto;
}
.modal .close {
  color: var(--theme-primary);
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
  opacity: 1;
  position: absolute;
  padding: 0.4rem 0;
  right: 1rem;
  top: 1rem;
  z-index: 1050;
}
.modal .close:hover {
  color: var(--theme-text-dark);
  text-shadow: none;
}
.modal .close.focus, .modal .close:focus {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.modal-open {
  transition: 0s all !important;
}
.modal-backdrop {
  background: var(--backdrop-color);
}
.modal-backdrop.show {
  opacity: 1;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 0 auto;
  }
}
.modal-content {
  background-color: var(--theme-white);
  border: none;
  border-radius: 8px;
  box-shadow: var(--theme-offcanvas-shadow);
  position: relative;
}
.modal-header {
  background: transparent;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0 4rem 0 1rem;
  position: relative;
}
.modal-header + .modal-body {
  border-top: 1px solid var(--theme-border-color);
}
.modal-header .close {
  margin: -20px 0 0 0;
  top: 50%;
}
.modal-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  padding: 1.094rem 0;
}
.modal-title-collapse {
  padding-right: 3rem;
}
.modal-title-collapse.collapsed .btn ion-icon {
  transform: rotate(180deg);
}
.modal-title-collapse .btn ion-icon {
  transition: 0.3s all;
}
.modal-jumbotron {
  position: relative;
}
.modal-jumbotron-arena-primary {
  background: url("../../images/arena/arena-primary.png") no-repeat center center var(--primary) !important;
  background-size: 100% auto !important;
  border-radius: 8px 8px 0 0;
  color: var(--white);
}
.modal-body {
  padding: 1rem;
}
.modal-footer {
  background: transparent;
  border-top: 1px solid var(--theme-border-color);
  display: block;
  padding: 1rem;
}
.modal-footer:last-child {
  border-radius: 0 0 8px 8px;
}
.modal-footer > * {
  margin: 0;
}
