@font-face {
  font-family: 'db_airystd';
  src: url('fonts/db-airy-std-v3.2-webfont.woff2') format('woff2'),
       url('fonts/db-airy-std-v3.2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'db_airystd_blk';
  src: url('fonts/db-airy-std-bold-v3.2-webfont.woff2') format('woff2'),
       url('fonts/db-airy-std-bold-v3.2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

body {
  /*background: url('images/football-stadium-sm.jpg') no-repeat center center fixed;
  background-size: cover;*/
  background-color: #050c29;
}

.main-football-stadium {
  position: fixed;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -100;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem;
}

.form-signin {
  width: 100%;
}

.form-signin .error.help-block {
  color: red;
}

.form-signin .has-error .form-control {
  border-color: red;
}

.form-signin .btn {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.reset-password-form .btn,
.helpdesk-form .btn {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  color: #58d110;
  border: 2px solid #58d110;
}

.reset-password-form .btn:hover,
.helpdesk-form .btn:hover {
  background-color: #58d110;
  color: white;
  border-color: #328203;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  /*border-radius: 2rem;*/
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

/*.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}*/

/*-----------------------
    Language Menu
-----------------------*/
.language-menu-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1400px;
  transform: translateX(-50%);
  z-index: 200;
  padding-top: calc(max(10px, env(safe-area-inset-top, 10px)));
}

.language-menu-wrapper .language-menu {
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

.language-menu-wrapper .language-menu li {
  display: inline-block;
  text-align: center;
}

.language-menu-wrapper .language-menu a {
  padding: 5px;
  width: 40px;
  background-color: #a2b1b6;
  color: black;
  border: 1px solid #a2b1b6;
  position: relative;
}

.language-menu-wrapper .language-menu a span {
  position: relative;
  z-index: 5;
}

.language-menu-wrapper .language-menu a.active,
.language-menu-wrapper .language-menu a:hover {
  text-decoration: none;
  border-color: #58d110;
}

.language-menu-wrapper .language-menu a.active::before,
.language-menu-wrapper .language-menu a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(99, 209, 16, 0.3);
}

/*-----------------------
    Game Logo
-----------------------*/
.game-logo {
  margin-bottom: 40px;
}

.game-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*-----------------------
    Start
-----------------------*/
.start .card {
  background-color: transparent;
  max-width: 375px;
  margin: 0 auto 12px auto;
}

.start .card-signin {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.start .card .card-body {
  padding: 0;
  background-color: transparent;
}

.start a:not([href]):not([tabindex]) {
  color: white;
}

.start .btn {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border: none;
  border-radius: 10px;
}

.start .btn-facebook {
  color: #0b4cce;
  background-color: white;
  border: 2px solid #0b4cce;
  transition: background-color 300ms ease, color 300ms ease;
  cursor: pointer;
  position: relative;
}

.start .btn-facebook:hover {
  background-color: #063492;
  color: white;
  border-color: #012264;
}

.start .btn-facebook i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.start .btn-apple {
  color: #000000;
  background-color: white;
  border: 2px solid #000000;
  transition: background-color 300ms ease, color 300ms ease;
  cursor: pointer;
  position: relative;
}

.start .btn-apple:hover {
  background-color: #000000;
  color: white;
  border-color: #000000;
}

.start .btn-apple:focus {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}

.start .btn-apple:active {
  background-color: #000000;
  color: white;
  border-color: #000000 !important;
}

.start .btn-apple i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.start .btn-create {
  background-color: white;
  color: gray;
  border: 2px solid gray;
}

.start .btn-create:hover {
  background-color: gray;
  color: white;
  border-color: #656565;
}

.start .btn-sign-in {
  background-color: white;
  color: #58d110;
  border: 2px solid #58d110;
}

.start .btn-sign-in:hover {
  background-color: #58d110;
  color: white;
  border-color: #328203;
}

@media screen and (min-width: 1600px) {
  body {
    /*background-image: url('images/football-stadium-lg.jpg');*/
  }
}

/*-----------------------
    Intro
-----------------------*/
.intro .container {
  padding-left: 5px;
  padding-right: 5px;
}

/*-----------------------
    Reset Password Wrapper
-----------------------*/
.reset-password-wrapper .container {
  padding-left: 5px;
  padding-right: 5px;
}

/*-----------------------
    Intro Video
-----------------------*/
.intro-video {
  margin-bottom: 30px;
}

/*-----------------------
    Choose Social League
-----------------------*/
.choose_league_social {
  position: relative;
  width: 100%;
  max-width: 375px;
}

.choose_league_social .card {
  border: 5px solid #8a7644;
  background-color: rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  color: white;
}

/*-----------------------
    Play and Win
-----------------------*/
.play-and-win {
  background-color: white;
  padding: 10px 5px 20px 5px;
  width: calc(100% - 10px);
  max-width: 1400px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}

.play-and-win h3 {
  text-align: center;
}

.play-awards {
  margin-bottom: 0;
}

.play-awards .award-item {
  padding: 0 5px;
}

.play-awards .award-item:focus {
  outline: none;
}

.play-awards .award button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid gray;
  padding: 0;
  background-color: transparent;
  outline: none;
}

.play-awards .award a:focus {
  outline: none;
}

.play-awards .award .info-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 0.875em;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #58d110;
  border-radius: 50%;
  color: white;
  text-align: center;
}

.play-awards .award img {
  display: block;
  width: 100%;
  height: auto;
}

.play-awards .place {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #e42021;
  font-size: 2rem;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 10px;
}

.play-awards .award:nth-child(2) .place {
  top: auto;
  bottom: 5px;
  left: 0;
}

.play-awards .award:nth-child(3) .place {
  top: 10px;
}

/*-----------------------
    Battle Informations
-----------------------*/
.battle-informations {
  padding: 30px 15px;
  background-color: white;
  width: calc(100% - 10px);
  max-width: 1400px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}

/*-----------------------
    Fantasy League Info
-----------------------*/
.fantasy-league-info {
  padding: 30px 15px;
  background-color: white;
  width: calc(100% - 10px);
  max-width: 1400px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}

.fantasy-league-info img {
  width: auto;
  height: 129px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .fantasy-league-info h3 {
    min-height: 66px;
  }
}

/*-----------------------
    Time to Play
-----------------------*/
.time-to-play {
  padding: 30px 15px;
  background-color: white;
  width: calc(100% - 10px);
  max-width: 1400px;
  border-radius: 10px;
  margin: 0 auto 40px auto;
}

.time-to-play .info:first-child {
  margin-bottom: 80px;
}

.time-to-play .image {
  margin-bottom: 50px;
}

.time-to-play .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .time-to-play .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .time-to-play .info .image {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  .time-to-play .info .details {
    width: 55%;
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }

  .time-to-play .info:nth-child(2) .image {
    order: 2;
    margin-right: 0;
    margin-left: 5%;
  }
}

/*-----------------------
    Stores
-----------------------*/
.stores {
  padding: 0 15px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  margin: 0 auto 40px auto;
}

.stores .store {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin: 0 5px;
}

.stores .store img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*-----------------------
    Sponsored Banner
-----------------------*/
.sponsored-banner {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 10px);
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  border-radius: 15px;
  margin: 0 auto 40px auto;
}

.sponsored-banner .sponsor {
  max-width: 23%;
  padding: 0;
  margin: 0 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.sponsored-banner .sponsor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@supports (justify-content: space-evenly) {
  .sponsored-banner {
    justify-content: space-evenly;
  }
}

/*-----------------------
    Game Banner
-----------------------*/
.game-banner {
  width: calc(100% - 10px);
  max-width: 1400px;
  margin: 0 auto 40px auto;
}

.game-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*-----------------------
    Responsive Video
-----------------------*/
.video-responsive {
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.video-responsive .video-inner {
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-responsive iframe {
  display: block;
}

/*.video-responsive iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}*/

@media screen and (min-width: 1400px) {
  .video-responsive {
    /* max-width: 1210px; */
  }
}

/*-----------------------
    Prize Modal
-----------------------*/
.prize-modal {
}

.prize-modal .modal-content {
  border-radius: 15px;
  border: 3px solid white;
}

.prize-modal .modal-header {
  padding: 5px;
  text-align: center;
  background-color: #118226;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  border: none;
}

.prize-modal .modal-header button.close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: white;
  border-radius: 50%;
  color: black;
  padding: 0;
  opacity: 1;
  margin: 0;
  right: -5px;
  top: -5px;
}

.prize-modal .modal-header button.close:hover,
.prize-modal .modal-header button.close:focus {
  opacity: 1;
}

.prize-modal .modal-header button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  font-size: 1.25rem;
  line-height: 1;
}

.prize-modal h5 {
  color: white;
}

.prize-modal .modal-body {
  padding: 0;
}

.prize-modal .modal-body img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

.prize-modal .info {
  padding: 20px;
}

.prize-modal .info p.outline {
  font-weight: 700;
  color: #118226;
  margin: 0;
}

@media screen and (max-width: 575px) {
  /*.prize-modal .modal-content {
    height: calc(100vh - 10px);
  }

  .prize-modal .modal-body {
    max-height: calc(100% - 40px);
    overflow-y: auto;
  }*/
}

@media screen and (min-width: 1025px) {
  .prize-modal .modal-body img {
    max-width: 100%;
  }
}

/*-----------------------
    Entry Modal
-----------------------*/
.entry-modal .modal-header {
  padding: 7px 15px;
}

.entry-modal .modal-content {
  border: 5px solid #8a7644;
  background-color: rgba(0, 0, 0, 0.7);
}

.entry-modal .modal-title {
  color: white;
}

.entry-modal .close {
  color: white;
  opacity: 1;
}

.entry-modal .close:hover {
  color: white;
}

.entry-modal .form-label-group > label {
  display: none;
}

.entry-modal .mbsc-control,
.entry-modal .form-control {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1;
  color: black;
  font-weight: 700;
  border: 1px solid white;
  min-height: 34px;
  background-clip: border-box;
}

.entry-modal .mbsc-control {
  font-weight: 400;
  background-color: #fff;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 100% 50%;
}

.entry-modal .has-error .form-control {
  border-color: red;
}

.entry-modal .mbsc-control::placeholder,
.entry-modal .form-control::placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}

.entry-modal .mbsc-control:-ms-input-placeholder,
.entry-modal .form-control:-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.entry-modal .mbsc-control::-ms-input-placeholder,
.entry-modal .form-control::-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.entry-modal .select2-container .select2-container--default,
.entry-modal .select2-container .select2-selection--single {
  padding: 5px 0 5px 8px;
  height: auto;
  font-size: 1rem;
  color: black;
  font-weight: 400;
  border-radius: 0;
}

.entry-modal
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px;
}

.entry-modal
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}

.entry-modal .error.help-block {
  color: red;
}

.entry-modal h5 {
  color: white;
}

.entry-modal .form-label-group,
.entry-modal .custom-control-label {
  color: white;
}

.entry-modal a {
  color: white;
}

.entry-modal .mb-3 a {
  color: white !important;
}

.entry-modal .btn {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  color: #58d110;
  border: 2px solid #58d110;
}

.entry-modal .btn:hover {
  background-color: #58d110;
  color: white;
  border-color: #328203;
}

.entry-modal .country,
.entry-modal .country_code {
  width: 100% !important;
}

.entry-modal .telephone-group {
  display: flex;
  justify-content: space-between;
}

.entry-modal .telephone-group .code-wrapper {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 10px;
}

.entry-modal .telephone-group .phone-wrapper {
  width: auto;
  flex: 1 1 auto;
}

.entry-modal .help-link {
  color: #eea200;
}

.help-link {
  display: block;
  color: #eea200;
  text-decoration: underline;
  font-size: 1em;
  padding: 5px 0;
  margin-top: 5px;
}

.entry-modal .forgot_password {
  text-decoration: underline;
}

.register-modal .modal-dialog {
  margin-top: 60px;
}

.entry-modal button.close {
  margin: 0;
  padding: 0 5px;
}

.entry-modal .reveal-password-container {
  position: relative;
}

.entry-modal .reveal-password-container .reveal-toggler {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 5px;
  border: none;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  outline: none;
  z-index: 10;
}

/*-----------------------
    Validation Code
-----------------------*/
.validationCode {
  position: fixed;
  width: 100%;
  max-width: 375px;
  left: 50%;
  top: 175px;
  transform: translateX(-50%);
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}


.validationCode .card-body {
  padding: 1rem;
}

.validationCode .card {
  border: 5px solid #8a7644;
  background-color: rgba(0, 0, 0, 0.7);
  background-clip: padding-box;
  color: white;
}

.validationCode .code-numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.validationCode .form-signin input {
  width: calc(20% - 4px);
  max-width: calc(20% - 4px);
  flex: calc(20% - 4px);
  text-align: center;
  height: 50px;
  border: none;
}

.validationCode .btn-primary {
  width: 100%;
  background-color: #58d110;
  color: white;
  border-color: #58d110;
}

.validationCode .contact-method a {
  display: block;
  color: white;
  text-decoration: underline;
  font-size: 1rem;
  margin: 10px 0;
}

.validationCode .spam-folder {
  color: white;
}

/*-----------------------
    Reset Password
-----------------------*/
.reset-password-form {
  border: 5px solid #8a7644;
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  color: white;
}

.reset-password-form label {
  display: none;
}

.reset-password-form .form-control {
  border-radius: 0;
  padding: 5px 15px;
  font-size: 1rem;
  color: black;
  font-weight: 700;
  background-clip: border-box;
  min-height: 34px;
}

.reset-password-form .form-control::placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}

.reset-password-form .form-control:-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.reset-password-form .form-control::-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.reset-password-form .btn-primary,
.reset-password-form .btn-primary:hover {
  background-color: #58d110;
  color: white;
  border-color: #58d110;
}

/*-----------------------
    Help Desk Wrapper
-----------------------*/
.help-desk-wrapper .container {
  padding-left: 5px;
  padding-right: 5px;
}

/*-----------------------
    Reset Password
-----------------------*/
.helpdesk-form {
  border: 5px solid #8a7644;
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  color: white;
}

.helpdesk-form label {
  display: none;
}

.helpdesk-form .form-control {
  border-radius: 0;
  padding: 5px 15px;
  font-size: 1rem;
  color: black;
  font-weight: 700;
  background-clip: border-box;
  min-height: 34px;
}

.helpdesk-form .form-control::placeholder {
  color: black;
  font-weight: 400;
  opacity: 1;
}

.helpdesk-form .form-control:-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.helpdesk-form .form-control::-ms-input-placeholder {
  color: black;
  font-weight: 400;
}

.helpdesk-form .btn-primary,
.helpdesk-form .btn-primary:hover {
  background-color: #58d110;
  color: white;
  border-color: #58d110;
}

.helpdesk-form textarea {
  color: black;
  font-weight: normal;
  opacity: 1;
}

/*-----------------------
    Backstretch
-----------------------*/

.help-link-tc {
  color: white;
  text-decoration: underline;
  font-size: 1em;
}

.tc-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}

.google-wrapper {
  /*margin-top: 10px;*/
  /*margin-bottom: 10px;*/
}

.google-wrapper img {
  /*width: 50%; */
  /*margin-bottom: 10px;*/
}

.tc-separator {
  color: white;
}

.sponsor-wrapper {
  padding: 10px 5px 20px 5px;
  max-width: 700px;
  margin: 0 auto;
}

/*-----------------------
    Copyright
-----------------------*/
.copyright {
  color: white;
}

.copyright-wrapper {
  margin-bottom: 20px;
}

/*-----------------------
    Back button to home
-----------------------*/
.back-wrapper-top,
.back-wrapper-bottom {
  text-align: center;
}

.back-wrapper-top .btn {
  border-radius: 10px;
  background-color: white;
  color: #58d110 !important;
  border: 2px solid #58d110;
  margin-bottom: 10px;
}

.back-wrapper-bottom .btn {
  border-radius: 10px;
  background-color: white;
  color: #58d110 !important;
  border: 2px solid #58d110;
  margin-top: 10px;
}

.back-wrapper-top .back-btn {
  font-size: 0.775rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  transition: all 0.2s;
}

.back-wrapper-bottom .back-btn {
  font-size: 0.775rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  transition: all 0.2s;
}

/*-----------------------
    Backstretch
-----------------------*/
.backstretch {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.backstretch .stadium {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  max-height: 120%;
  transform: translateX(-50%);
}

.backstretch .stadium-md {
  display: none;
}

.backstretch .stadium-lg {
  display: none;
}

@media screen and (max-width: 768px) {
  .google-wrapper {
    /*margin-top: 10px; */
    /*margin-bottom: 10px;*/
  }

  .google-wrapper img {
    width: 50%;
    /*margin-bottom: 10px;*/
  }

  .sponsor-banner {
    /*width: 100%;*/
  }
}

@media screen and (min-width: 768px) {
  .backstretch .stadium-sm {
    display: none;
  }

  .backstretch .stadium-md {
    display: block;
  }

  .google-wrapper {
    /*margin-top: 10px; */
    /*margin-bottom: 10px;*/
  }

  .google-wrapper img {
    width: 30%;
    /*margin-bottom: 10px;*/
  }

  .sponsor-banner {
    /*width: 44%;*/
  }
}

@media screen and (min-width: 992px) {
  .backstretch .stadium-md {
    display: none;
  }

  .backstretch .stadium-lg {
    display: block;
  }

  .google-wrapper {
    margin-top: 10px;
    /*margin-bottom: 10px;*/
  }

  .google-wrapper img {
    width: 20%;
    /*margin-bottom: 10px;*/
  }

  .sponsor-banner {
    /*width: 50%;*/
  }

  .sponsor-wrapper {
  }
}

/*-----------------------
    Game Banners Slider
-----------------------*/
.game-banners-slider {
  padding: 0 5px;
  max-width: 700px;
  margin: 15px auto;
}

.game-banners-slider a {
  display: block;
  width: 100%;
}

.game-banners-slider img {
  display: block;
  width: 100%;
  height: auto;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/*-----------------------
    Bootstrap Customization
-----------------------*/
.modal-dialog {
  margin: 5px 5px;
}

.modal-dialog.modal-dialog-centered {
  margin: 15px 5px;
  min-height: calc(100% - 30px);
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }

  .modal-dialog.modal-dialog-centered {
    margin: 5px auto;
  }
}

/*------------------------------------------
    Prevent registermodal from jumping mobiscroll
  -----------------------------------------*/
.modal.mbsc-fr-lock-ctx {
  position: fixed;
}

/*
   Apple sign in button
   */

#appleid-signin,
#appleid-signin > div {
  width: 100% !important;
}

#appleid-signin {
  margin-bottom: 18px;
}
