/* Webfonts -------------------------------------------------------------------*/
.redbull-icon {
  font-family: RedbullIcons;
  margin-right: 15px;
}

@font-face {
  font-family: "BullReg";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url(/assets/fonts/BullText-Regular.woff2) format("woff2"),
    url(/assets/fonts/BullText-Regular.woff2) format("woff");
}

@font-face {
  font-family: "Bull";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url(/assets/fonts/BullText-Bold.woff2) format("woff2"),
    url(/assets/fonts/BullText-Bold.woff2) format("woff");
}

@font-face {
  font-family: "Bull";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:
    url(/assets/fonts/BullText-Bold.woff2) format("woff2"),
    url(/assets/fonts/BullText-Bold.woff2) format("woff");
}

@font-face {
  font-family: "Bull";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url(/assets/fonts/BullText-Bold.woff2) format("woff2"),
    url(/assets/fonts/BullText-Bold.woff2) format("woff");
}

@font-face {
  font-family: "RedbullIcons";
  src: url(/assets/fonts/redbulls-icons-webfont.eot);
  src:
    url(/assets/fonts/redbulls-icons-webfont.eot) format("embedded-opentype"),
    url(/assets/fonts/redbulls-icons-webfont.woff) format("woff"),
    url(/assets/fonts/redbulls-icons-webfont.ttf) format("truetype"),
    url(/assets/fonts/redbulls-icons-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Loading Animation (Source: https://loading.io/css/) --------------------------------- */
.lds-spinner {
  color: red;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.5);
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #999;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.gigya-image {
  display: none;
}

body.slug-proxy .language-switch-link,
body.slug-proxy #ot-sdk-btn {
  opacity: 0;
  pointer-events: none;
}

/* General Styling ------------------------------------------------------------------*/

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  align-items: center;
  display: flex;
  font-size: 0.9em;
  font-weight: 400;
  justify-content: center;
  font-family: BullReg;
  color: #09174a;
  background-color: #ffffff;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #ffffff 10px
    ),
    repeating-linear-gradient(#d1d1d155, #d1d1d1);
  background-image: none;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
  text-align: center;
  box-sizing: border-box;
  background-color: #09174a;
}

* {
  box-sizing: border-box;
}

a {
  color: #001d46;
  font-weight: 400;
  font-family: Bull;
}

h2 {
  font-size: 1.5em;
}

#page {
  margin: 40px;
}

.gigya-screen-dialog-main {
  font-family: BullReg !important;
}

#container {
  min-height: 40.5em;
  width: 512px;
  overflow: auto;
  margin: auto;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 16px rgb(0 0 0 / 30%);
  text-align: center;
  padding: 24px;
  font-family: BullReg !important;
}

#container:has(#ehcrbm-forgot-password-screen),
#container:has(#ehcrbm-forgot-password-success-screen),
#container:has(#ehcrbm-reset-password-screen),
#container:has(#ehcrbm-reset-password-success-screen),
#container:has(#ehcrbm-verification-success-screen),
#container:has(#gigya-verification-sent-screen),
#container:has(#gigya-email-code-verification-screen),
#container:has(#gigya-change-email-screen),
#container:has(#ehcrbm-link-account-screen),
#container:has(#ehcrbm-login-screen) {
  min-height: unset;
}

.closeButton {
  cursor: pointer;
  position: relative;
  top: -20px;
}

table {
  width: 100%;
}

td {
  width: 33%;
}

.logo {
  height: 80px;
  padding: 8.75px 0px 8.358px 0px;
  width: 80px;
}

.language-switch-link {
  text-decoration: none;
  color: #00031c;
  position: relative;
  top: -28px;
  font-size: 12px;
}

.tableColumn1 {
  text-align: left;
}

.tableColumn3 {
  text-align: right;
}

.globeIcon {
  position: relative;
  top: 2px;
  right: -3px;
  height: 12px;
}

#cdc-container {
  align-items: center !important;
  display: flex !important;
  flex-direction: column;
  font-weight: 400 !important;
  justify-content: center !important;
}

:root {
  touch-action: pan-x pan-y;
  height: 100%;
}

#cdc-container #infocontainer {
  display: block !important;
}

#wc-container {
  display: flex;
  justify-content: center;
}

.countdown-message {
  font-family: BullReg;
  font-size: 18px;
  color: #fff;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.countdown-number {
  font-weight: bold;
  color: #dc003e;
  font-size: 20px;
  transition: transform 0.3s ease-in-out;
}

/* Mobile --------------------------------------------------------------- */
@media (max-width: 549px) {
  body {
    align-items: flex-start;
  }

  #page {
    margin: 20px !important;
    width: 100%;
  }

  #container,
  .gigya-screen-dialog-main {
    padding: 30px !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 47.4em;
  }

  .wrapper-names .element-nr-0 {
    width: 40%;
  }
}
