:root {
  --notblack: #1a1b1d;
  --rage-red: #d7363e;
  --kaborange: #ff7900;
  --bordergrey: #333540;
  --modalnotblack: rgba(26, 27, 29, 0.82);
  --mainnotblack: rgba(26, 27, 29, 0.9);
  --copytext: rgba(255, 255, 255, 0.8);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100%;
  width: 100%;
  position: relative;
}

body {
  min-width: 360px;
  width: 100%;
  margin: 0px;
  padding: 0px;

  /* no text selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  cursor: default;
}

a:link {
  color: #ffffff;
}

/* visited link */
a:visited {
  color: #ffffff;
}

/* mouse over link */
a:hover {
  color: #ffffff;
}

/* selected link */
a:active {
  color: #ffffff;
}

.Hidden {
  display: none;
}

.Page-Height {
  min-height: 100vh;
  height: 100%;
}

.Full-Width {
  min-width: 100%;
}

.Full-Height {
  min-height: 100%;
}

.Small-Margin {
  margin: 4px;
}

.Vertical-Space-12px {
  height: 12px;
}

.Vertical-Space-24px {
  height: 24px;
}

.Vertical-Space-32px {
  height: 32px;
}

.Vertical-Space-48px {
  height: 48px;
}

.Vertical-Space-56px {
  height: 56px;
}

.No-Paragraph-Vertical-Margin {
  margin-block-start: 0;
  margin-block-end: 0;
}

.Column-Container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.Column-Container-Center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Row-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.Row-Container-Content {
  max-width: 1366px;
}

.Heading-Container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 68px;

  background-color: #ccc;
}

.Heading-Item-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 600px;

  background-color: #ccc;
}

.Heading-Left-Space {
  width: 10px;
}

.Heading-Right-Space {
  width: 10px;
}

.Heading-Item {
  flex: none;
  color: #000;
  letter-spacing: 0.1em;
}

.Heading-Kabam-Logo-Container {
  width: 128px;

  color: var(--copytext);
  position: absolute;
  right: calc(50vw + 170px);
  top: 35px;
  z-index: 2;
}

.Heading-Kabam-Logo-Container-Img {
  width: 128px;
}

.Heading-Localization-Container {
  position: absolute;
  height: 100vh;
  width: 200px;
  left: calc(50vw + 145px);
  font-family: GTAmerica;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  color: var(--copytext);
  text-transform: uppercase;
}

.Heading-Localization-Button {
  height: 28px;

  background-color: var(--notblack);
  color: var(--copytext);
  position: relative;
  top: 36px;
  z-index: 2;

  display: flex;
  flex-direction: row;
  justify-content: center;

  border: solid 1px var(--bordergrey);
}

.Heading-Sign-Out-Container {
  position: absolute;
  right: auto;
  left: calc(50vw - 370px);
  top: 43px;
}

.Sign-Out-Button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
}

.Sign-Out-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.Heading-Sign-Out-Button-Text {
  font-family: GTAmerica;
  padding-top: 1px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--copytext);
}

.Heading-Localization-Icon {
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
}

.Heading-Localization-Lang-Icon-Img {
  width: 26px;
  height: 13px;
  object-fit: contain;
}

.Heading-Localization-Current-Language {
  width: 100px;
  text-align: center;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.Heading-Localization-Chevron {
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
}

.Heading-Localization-Chevron-Img {
  width: 9px;
  height: 5px;
  object-fit: contain;
}

.Heading-Localization-Chevron-Img-Unselected {
  transform: rotate(180deg);
}

.Heading-Localization-Chevron-Img-Selected {
  transform: rotate(0deg);
}

.Heading-Localization-Open-Background {
  height: 100vh;
  width: calc(50vw - 120px);
  position: absolute;
  display: none;
  top: 0px;
  left: -40px;
  right: 10px;
  z-index: 1;

  box-shadow:
    -22px 0 31px 0 rgba(0, 0, 0, 0.5),
    -3px 0 15px 0 #000000;
  background-color: var(--notblack);
}

.Heading-Localization-Open-Content-Container {
  position: absolute;
  top: 92px;
  bottom: 0px;
  width: 100%;
  overflow-y: auto;
}

.Heading-Localization-Open-Content-Container > p {
  color: var(--copytext);
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 40px;
  margin-right: 40px;
}

.Flex-Spacer {
  flex: auto;
}

.Flex-Fixed {
  flex: none;
}

.Title-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-top: 160px;
  margin-bottom: 32px;
}

.Title-Container-Below-Kabam-Logo {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-top: 34px;
  margin-bottom: 32px;
}

.Kabam-Logo-Centered-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-top: 72px;
  margin-bottom: 32px;
}

.Title-Item {
  background-image: linear-gradient(257deg, #ee4928 0%, #fed100 100%);
  font-family: GTAmerica-Compressed;
  font-size: max(2.4vw, 48px);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  max-width: 720px;
}

.Main-Game-Title {
  margin-left: 8px;
  margin-right: 8px;
  font-family: GTAmerica-Compressed;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.Main-Game-Preference-Container {
  overflow: hidden;
}

.Main-Divider {
  width: 100%;
  height: 1px;
  border-top: solid 1px var(--bordergrey);
}

.Main-Preference-Container-Table {
  border: none;
  border-spacing: 0px;
}

.Main-Preference-Text-Container {
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Main-Preference-Title {
  font-family: GTAmerica-Compressed;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}

.Main-Preference-Description {
  font-family: GTAmerica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: var(--copytext);
}

.Game-Preferences-Container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 740px;
}

.Game-Preferences-Container-Disabled {
  background-image: url(/images/tile-26x26.png);
  background-size: 9px 9px;
  opacity: 0.5;
}

.Subtitle-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-top: 32px;
  margin-bottom: 32px;
}

.Subtitle-Item {
  width: 290px;
}

.Subtitle-Item-Text {
  width: 290px;
  font-family: GTAmerica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Footer-Container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 62px;
  background-color: var(--notblack);
}

.Footer-Item-Container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  width: max(34vw, 706px);
  text-align: center;
}

.Footer-Item-Kabam-Logo-Container {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 76px;
  height: 100%;
  text-align: center;
  color: var(--copytext);
  margin-right: 50px;
  margin-left: 50px;
}

.Footer-Item-Kabam-Logo {
  width: 76px;
}

.Footer-Item-Copy-Text {
  width: max(30vw, 566px);
  height: 100%;
  font-family: GTAmerica;
  font-size: max(0.6vw, 9px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  color: var(--copytext);
  text-align: left;
}

.Footer-Fine-Print {
  display: flex;
  flex-direction: row;
  justify-content: left;
  column-gap: 20px;
}

.Footer-Fine-Print a {
  color: var(--kaborange);
  text-decoration: none;
  z-index: 10;
}

.Body-Art-Right-Container {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}

.Page-Background {
  background-color: var(--notblack);
  position: absolute;
  z-index: -2;
  min-width: max(360px, 100%);
  min-height: 100%;
}

.Main-Background {
  margin-bottom: 32px;
  width: max(14vw, 360px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow:
    0 0 61px 0 rgba(0, 0, 0, 0.17),
    0 2px 20px 0 rgba(0, 0, 0, 0.59);
  background-color: var(--mainnotblack);
}

.Main-SubTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 32px;
  margin-bottom: 16px;
  text-align: center;
  font-family: GTAmerica;
  font-size: max(0.8vw, 16px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Main-Subtitle-Text {
  flex: none;
  width: 216px;
}

.Main-Input-Title {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 8px;
  font-family: GTAmerica;
  font-size: max(0.5vw, 10px);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  color: var(--copytext);
}

.Main-Input-Title-Error {
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: GTAmerica;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
  color: var(--rage-red);
}

.Main-Input {
  width: max(13vw, 320px);
  background-color: transparent;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;

  padding: 8px;
  display: block;
  border: 1px solid var(--bordergrey);
  background-color: #000;

  font-family: GTAmerica;
  font-size: max(0.8vw, 16px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}

.Main-Input:focus {
  outline-color: var(--kaborange);
}

.Button-Default-Width {
  width: 320px;
}

.Main-Button {
  margin-left: 20px;
  margin-right: 20px;
  height: 48px;
}

.Main-Button-Foreground {
  position: relative;
  width: 100%;
  border: none;
  height: 48px;
  background-image: linear-gradient(
    102deg,
    var(--rage-red) 5%,
    var(--kaborange) 107%
  );
  top: -53px;
  color: #fff;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Main-Button-Foreground:hover {
  background-image: linear-gradient(102deg, #f33 5%, #ffc926 107%);
}

.Main-Button-Foreground:active {
  background-image: linear-gradient(102deg, #970007 5%, #cc6100 107%);
}

.Main-Button-Foreground:focus {
  outline: none;
}

.Main-Button-Background {
  position: relative;
  /* 5px offset resulting from button dual background */
  margin-top: 5px;
  height: 48px;
  background-image: linear-gradient(102deg, #6b1b1f 6%, #914500 107%);
}

.Main-Button-Text {
  width: 100%;
  font-family: GTAmerica-Compressed;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Main-Footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 16px;
  text-align: center;
  font-family: GTAmerica;
  font-size: max(0.8vw, 16px);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.Main-Footer-Text {
  flex: none;
  width: 230px;
}

.Main-Footer-Text a {
  text-decoration: underline;
}

#send_code {
  min-width: 105px;
  height: 38px;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.Send-Code-Button {
  padding: 5px;
  min-width: 105px;
  width: auto;
  max-width: fit-content;
}

@media (min-width: 801px) {
  .Game-Preferences-Container {
    width: 740px;
  }
}

@media (max-width: 800px) {
  .Heading-Sign-Out-Container {
    left: 10px;
    top: 22px;
  }

  .Error-Modal-Container-Background {
    width: 360px;
  }

  .Error-Modal-Body-Text {
    padding-left: 48px;
    padding-right: 48px;
  }

  .Game-Preferences-Container {
    flex-direction: column;
    align-items: center;
  }

  .Page-Container-Content {
    width: 360px;
  }

  .Title-Container {
    margin-top: 112px;
    margin-bottom: 64px;
  }

  .Title-Item {
    max-width: 360px;
  }

  .Heading-Container {
    margin-top: 20px;
  }

  .Heading-Item-Container {
    width: 300px;
  }

  .Heading-Spacer {
    width: 200px;
  }

  .Footer-Item-Container {
    flex-direction: column;
    place-items: center;
  }

  .Footer-Item-Copy-Text {
    width: 286px;
    text-align: center;
  }

  .Footer-Item-Kabam-Logo-Container {
    display: flex;
    margin-bottom: 40px;
  }

  .Footer-Fine-Print {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 20px;
  }

  .Footer-Fine-Print a {
    color: var(--kaborange);
    text-decoration: none;
  }

  .Heading-Kabam-Logo-Container {
    left: 16px;
    top: 18px;
  }

  .Heading-Localization-Container {
    left: auto;
    right: 0px;
  }

  .Heading-Localization-Button {
    top: 18px;
  }

  .Heading-Localization-Open-Content-Container {
    top: 50px;
  }

  .Heading-Localization-Open-Background {
    width: 240px;
    left: -40px;
  }
}

.Container-CenterContent {
  justify-content: center;
}

.Localization-Modal-Background {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  background-color: transparent;
  display: none;
}

.Error-Modal-Container-Background {
  width: 430px;
  background-color: #000;
}

.Error-Modal-Title {
  padding-top: 48px;
  margin-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  font-family: GTAmerica-Compressed;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Error-Modal-Body-Text {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 104px;
  padding-right: 104px;

  font-family: GTAmerica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.Error-Modal-Background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: var(--modalnotblack);
  display: none;
}

.Modal-Background {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: var(--modalnotblack);
  display: none;
}

.Input-Group {
  width: 300px;
  background-color: transparent;
  margin-left: 20px;
  padding: 8px;
  display: block;
  border: 1px solid var(--bordergrey);
  background-color: #000;
  font-family: GTAmerica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}

.Input-Group:focus {
  outline-color: var(--kaborange);
  background-color: transparent;
}

.Input-Checkbox {
  margin-left: 22px;
  margin-right: 22px;
}

.Input-Checkbox-Title {
  display: inline-block;
  margin-left: 7px;
  margin-right: 8px;
  font-family: GTAmerica;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  color: var(--copytext);
}

.input-group {
  width: 340px;
}

input[type='checkbox'] {
  transform: scale(1.2);
}

.Send-Code-Enabled {
  background-image: linear-gradient(
    102deg,
    var(--rage-red) 5%,
    var(--kaborange) 107%
  );
  color: lightgray;
}

.Date-Selector {
  margin-left: 16px;
  margin-right: 20px;
  background-color: transparent;
}

.Date-Selector select {
  display: block;
  border: 1px solid var(--bordergrey);
  background-color: #000;
  font-family: GTAmerica;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #fff;
}
