/* GLOBAL STYLES */

#introduction,
#game-view,
#register,
#outcome {
  min-height: 100vh;
}

/* fonts */

@font-face {
  font-family: HelveticaNeue-Light;
  src: url("../assets/fonts/HelveticaNeue-Light.ttf");
}

@font-face {
  font-family: HelveticaNeue-Roman;
  src: url("../assets/fonts/HelveticaNeue-Roman.ttf");
}

@font-face {
  font-family: Flame-Bold;
  src: url("../assets/fonts/Flame-Bold.otf");
}

@font-face {
  font-family: Flame-Regular;
  src: url("../assets/fonts/Flame-Regular.otf");
}

@font-face {
  font-family: Flame-Sans;
  src: url("../assets/fonts/Flame-Sans.otf");
}

* {
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    hyphens: auto;
  }
}

/* PREVENT STICKY BUTTONS ON TOUCH DEVICES */

@media (pointer: coarse) {

  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }

  [data-button]:hover:not([disabled]) {
    opacity: 0.65 !important;
  }
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

body {
  position: relative;
}

:root {
  --red-button: #e30613;
  --blue-button-heading: #16b7bb;
  --white-pure: #fff;
  --white-bg: #f7f7f7;
  --grey-text: #333;
}

h3>span,
h3>span>span {
  color: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
}

.footer span,
a {
  padding: 5px 0;
}

a,
[data-social] a,
[data-social] a:hover {
  text-decoration: none;
}

/* h1,
h2 {
  margin-bottom: 30px;
}

p,
h3 {
  margin-bottom: 20px;
} */

.heading-style {
  text-align: center;
}

.row {
  margin: 0;
  order: 3;
  width: 100%;
  align-items: center;
  text-align: center;
  align-content: center;
  display: flex;
  max-width: 430px;
  margin: 0 auto;
}



.footer__wrap {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.copyright {
  margin-top: 50px;
}

.image>img {
  box-shadow: 0 0 6px #0000003d;
}

#pimg {
  box-shadow: unset !important;
}

.button__container {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

.btn {
  width: 100%;
  max-width: 300px;
  padding: 17px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: initial;
  font-weight: bold !important;
}

/* quiz popup modal and button */

#modal-container {
  border-radius: 0 !important;
}

#modal-confirm-btn {
  border-radius: 5px !important;
  background-color: rgb(243 78 72 / 100%) !important;
  border-color: rgb(243 78 72 / 100%) !important;
}

/* || HEADER || */

#introduction .text__wrap__inner {
  flex: 0 0 100% !important;
}

#game-view .text__wrap__inner {
  justify-content: space-between !important;
  height: 100% !important;
}

#introduction .footer {
  width: 100%;
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
}

.header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.logo__container {
  width: 100%;
  padding-top: 20px !important;
}

.logo__container img {
  max-width: 280px;
  max-height: 100px;
  object-fit: contain;
}

/* || REGISTER || */

.text__wrap.reg {
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.center__content__img.register {
  border: 12px solid #f34e48;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 2%;
  width: 580px;
  height: 580px;
}

.prize-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  min-height: 12em;
  aspect-ratio: 1 / 1;
  object-position: center;
}

#outcome-image,
.prize-wrap>img {
  object-fit: cover;
  max-width: 280px;
  max-height: 280px;
}

.center__content__img.register img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* .register__price {
  margin: 10px 0;
} */

.register__price p {
  margin-bottom: 5px;
}

.form-box {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.form-box div {
  width: 100%;
  background-color: rgba(164, 86, 67, 0.5);
  border-radius: 50px;
}

.form-box div input,
select {
  padding: 16px;
  border-radius: 60px;
  border: 1px solid #fff;
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  text-align-last: center;
  /* Add this line */
  -webkit-text-align-last: center;
  /* Add this line for webkit browsers */
}


select,
#date-of-birth-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-box div input,
select:focus-visible {
  outline: none;
}

.form-box div input:focus-visible {
  outline: none;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.55rem);
}

[dir="rtl"] .custom-control-label::before,
[dir="rtl"] .custom-control-label::after {
  right: -1.5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  background-color: transparent;
  outline: none;
  box-shadow: none !important;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none !important;
  border-radius: 50%;
  transform: scale(0.45);
}

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.cta {
  width: 100%;
  max-width: 312px;
  padding: 10px 5px;
  display: none;
  cursor: pointer;
  margin: 10px 0;
}

/* social icons */

.social__wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 5px 0;
  transition: transform 0.3s ease-out, opacity 0.5s ease-in;
}

[data-social]:hover {
  transform: translateY(-10px);
  opacity: 0.6;
}

[data-social]>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  text-decoration: none;
}

a>svg {
  max-width: 50%;
  max-height: 50%;
  width: 50%;
  height: auto;
  object-fit: contain;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .cta-buttons {
    justify-content: center;
  }

  .social__wrap {
    justify-content: center;
  }
}

#outcome {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#outcome .weekly__template {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#outcome .text__wrap__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  justify-content: space-between;
}

.num-pos-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 35px;
  margin-top: 15px;
}

.num-pos-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.num-pos-3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: 30px;
  margin-top: 25px;
}

.num-pos-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
}

.num-pos-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.num-pos-6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}

.num-pos-7 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: 25px;
}

.num-pos-8 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}

.num-pos-9 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 30px;
}

/* end of positioning classes for date number */

#game-view {
  flex-direction: column;
}

/* CALENDAR STYLES */

.weekly__template {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 0 0 43%;
  padding: 0 15px;
  min-height: 100vh;
  position: relative;
}

.text__wrap {
  display: flex;
  width: 100%;
  border-radius: 48px;
  /* padding: 34px 84px; */
}

.text__wrap__inner {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}

.game__view__headline__wrap {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tile-inner {
  width: 100%;
  height: 90%;
}

.prize-box p {
  line-height: 1;

}

.center__content__img.calendar img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.button__container.reg {
  justify-content: center;
}

.text__wrap__inner.reg {
  flex: 0 0 48%;
}

.button__wrap {
  padding: 20px 0;
}

/* .......... */

.content {
  width: 100%;
}

.text__wrap.weekly {
  width: 90%;
  max-width: 380px;
  border-radius: 48px;
  padding: 20px 10px;
}

.text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calendar__wrap {
  width: 310px;
  height: 310px;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 50%;
  bottom: 3em;
}

.box {
  width: 85px;
  height: 85px;
  position: absolute;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.prize-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.prize-wrap {
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.tile {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.box-1 {
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
}

.box-2 {
  top: 20%;
  left: 64%;
}

.box-3 {
  top: 52%;
  left: 64%;
}

.box-4 {
  top: 68%;
  left: 50%;
  transform: translate(-50%, 0);
}

.box-5 {
  top: 52%;
  left: 9%;
}

.box-6 {
  top: 20%;
  left: 9%;
}

.box-7 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}

#register .form__wrap {
  width: 100%;
  min-width: 23em;
}

@media screen and (min-width: 360px) {
  .calendar__wrap {
    width: 350px;
    height: 350px;
  }

  .box {
    width: 95px;
    height: 95px;
  }
}

@media screen and (min-width: 410px) {
  .calendar__wrap {
    width: 400px;
    height: 400px;
    order: 2;
  }

  .game__view__headline__wrap {
    margin: 0 auto;
    width: 90% !important;
    text-align: center !important;
  }

  .box {
    width: 108px;
    height: 108px;
  }
}

@media screen and (min-width: 450px) {
  .calendar__wrap {
    width: 430px;
    height: 430px;
  }

  .box {
    width: 116px;
    height: 116px;
  }
}

@media screen and (min-width: 585px) {
  .text__wrap.weekly {
    max-width: 530px;
  }

  .weekly .text__wrap__inner,
  .text-container {
    gap: 45px;
  }

  .calendar__wrap {
    width: 570px;
    height: 570px;
  }

  .box {
    width: 153px;
    height: 153px;
  }
}



@media screen and (min-width: 1280px) {
  .text__wrap.weekly {
    padding: 35px 40px 25px;
  }

  .calendar__wrap {
    width: 570px;
    height: 570px;
    /* margin: -115px -20px -105px auto; */
  }

  .box {
    width: 153px;
    height: 153px;
  }
}

@media screen and (min-width: 1360px) {
  .text__wrap.weekly {
    padding: 35px 60px 25px;
    max-width: 1410px;
  }

  .calendar__wrap {
    width: 665px;
    height: 705px;
    /* margin: -155px -30px -145px auto; */
  }

  .box {
    width: 180px;
    height: 180px;
  }
}

@media screen and (min-width: 1600px) {
  #outcome .weekly__template {
    margin: 0px 0 0 45% !important;
  }
}

/* END OF CALENDAR STYLES */

/* MEDIA QUERY */

@media only screen and (max-width: 1600px) {
  .center__content__img.register {
    right: 2%;
  }

  .text__wrap__inner {
    padding-right: 10px;
  }

  .text__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button__container.reg {
    justify-content: center;
  }

  /* .footer__wrap {
    padding-right: 43px;
  } */


}

@media only screen and (max-width: 1400px) {
  .center__content__img.register {
    width: 600px;
    height: 600px;
  }

  #introduction .weekly__template {
    max-width: 900px !important;
    margin: 0 0 0 33%;
  }
}

@media only screen and (max-width: 1240px) {
  .center__content__img.register {
    width: 500px;
    height: 500px;
  }

  #introduction .weekly__template {
    margin: 0 auto;
  }

  #introduction .text__wrap.reg {
    justify-content: center !important;
  }

  #introduction .text__wrap__inner {
    padding-right: 0px !important;
  }

  #outcome .weekly__template {
    margin: 0 auto !important;
  }

  #outcome .outcome-text3 {
    max-width: 330px !important;
  }

}

@media only screen and (max-width: 1187px) {

  .header {
    width: 100% !important;
    text-align: center;
  }

  #register .footer {
    display: flex !important;
  }

  #outcome .footer {
    display: flex !important;
  }

  .logo__container img {
    max-width: 180px !important;
    max-height: 100px !important;
    object-fit: contain;
  }

  .weekly__template {
    height: 100vh;
    margin: 0 auto;
    justify-content: space-between;
    /* flex-direction: column-reverse; */
    width: 80%;
    position: relative;
    /* padding: 0; */
  }

  .button__wrap {
    display: flex;
    justify-content: center;
  }

  .text__wrap__inner {
    flex: 0 0 100%;
    padding-right: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .text__wrap__inner.intro {
    flex: none;
  }

  .form-box div input,
  select {
    width: 100%;
  }

  .game__view__wrapper {
    margin: 120px 0;
  }

  .text__wrap {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 90%;
  }

  .logo__container {
    justify-content: center;
  }

  .footer {
    justify-content: center;
  }

  .text__wrap.reg {
    flex-direction: column-reverse;
    border-radius: 48px;
    position: relative;
  }

  .center__content__img.register {
    position: relative;
    right: 0;
    margin-bottom: 20px;
    width: 750px;
    height: 750px;
  }

  .form-box {
    max-width: 90%;
    margin: 0 auto;
  }

  .form-box div {
    max-width: 100%;
    width: 100%;
  }

  .form-box div input,
  select {
    height: 60px !important;
  }

  .button__container.reg {
    justify-content: center;
  }

  .header.reg {
    padding-bottom: 30px;
  }

  .footer__wrap {
    padding-right: 0;
  }

  .game__view__headline__wrap {
    margin: 0 auto !important;
    text-align: center !important;
  }

  #limit-reached .weekly__template {
    width: 100% !important;
  }
}



@media only screen and (max-width: 585px) {

  .cta-buttons {
    flex-direction: column;
  }

  .center__content__img.register {
    width: 700px;
    height: 700px;
  }

  #introduction .text__wrap {
    width: 100% !important;
    padding: 10px !important;
  }

  #limit-reached .text__wrap {
    width: 100% !important;
  }

  .weekly__template {
    width: 100%;
    height: 100%;
  }


  .center__content__img.register {
    height: 500px;
    width: 500px;
  }

  #outcome .center__content {
    width: 90% !important;
    margin: 0 auto;
  }

  .text-container {
    gap: 25px !important;
  }

  .num-pos-1 {
    margin-left: 20px !important;
    margin-top: 15px;
  }

  .num-pos-4 {
    margin-left: 10px !important;
  }

  .num-pos-7 {
    margin-left: 20px !important;
    margin-top: 20px !important;
  }

  .num-pos-9 {
    margin-top: 10px !important;
    margin-right: 15px !important;
  }

  .num-pos-6 {
    margin-right: 10px !important;
    margin-top: 10px !important;
  }

  .num-pos-3 {
    margin-right: 20px !important;
    margin-top: 10px !important;
  }

  #game-view .text__wrap__inner {
    min-height: 100vh !important;
    justify-content: space-between !important;
  }

}

@media only screen and (max-width: 500px) {
  .center__content__img.register {
    height: 500px;
    width: 500px;
  }
}

@media only screen and (max-width: 470px) {
  .center__content__img.register {
    height: 370px;
    width: 370px;
  }

  .text__wrap.reg {
    min-height: 100vh !important;
  }

  .weekly__template {
    margin: 0 auto !important;
  }

  #introduction .center__content__text {
    margin-top: 20px !important;
  }

  .game__view__headline__wrap {
    width: 90% !important;
  }
}

@media only screen and (max-width: 430px) {
  #register .form__wrap {
    width: 100%;
    min-width: 21em;
  }
}

@media only screen and (max-width: 360px) {
  .center__content__img.register {
    height: 320px;
    width: 320px;
  }
}

@media only screen and (max-width: 300px) {
  .text__wrap {
    width: 100%;
  }
}

/* || MEDIA QUERY || */

/* ANIMATION */

.tile-animation {
  animation: tile-animation 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.prize-animation {
  animation: prize-animation 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* keyframes */

@keyframes tile-animation {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }

  50% {
    transform: rotateY(90deg);
    opacity: 0.5;
  }

  100% {
    transform: rotateY(180deg);
    opacity: 0;
  }
}

@keyframes prize-animation {
  0% {
    transform: rotateY(-180deg);
    opacity: 0;
  }

  50% {
    transform: rotateY(-90deg);
    opacity: 0.5;
  }

  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

/*  ===== LIMIT REACHED PAGE ===== */
#limit-reached {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#limit-reached .weekly__template {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin-left: auto;
  padding-right: 5%;
}

#limit-reached .text__wrap.reg.limit-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#limit-reached .text__wrap__inner.reg.out {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

#limit-reached .form__wrap {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#limit-reached .form__wrap h2 {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

#limit-reached .footer {
  margin-top: auto;
}

#limit-reached .footer__wrap {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #limit-reached .weekly__template {
    width: 100%;
  }

  #limit-reached .form__wrap h2 {
    max-width: 100%;
  }

  .text__wrap.reg {
    margin: 0px !important;
  }
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 2.5rem 0 0 !important;
}

[dir="rtl"] .custom-control-label {
  text-align: right;
}

[dir="rtl"] #terms,
[dir="rtl"] #privacy {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] #privacy_checbox_1,
[dir="rtl"] #privacy_checbox_2,
[dir="rtl"] #privacy_checbox_3 {
  text-align: right !important;
}

@media screen and (min-width: 1024px) {

  [dir="rtl"] .center__content__img.register,
  [dir="rtl"] .calendar__wrap {
    right: unset;
    left: 2%;
  }

  [dir="rtl"] .text__wrap__inner {
    align-items: flex-end;
    text-align: right;
  }

  [dir="rtl"] .center__content {
    display: flex;
    margin-left: auto;
  }

  [dir="rtl"] .center__content__text .button__wrap {
    display: flex;
    margin-right: auto;
  }

  [dir="rtl"] .footer,
  [dir="rtl"] .game__view__headline__wrap {
    margin-left: auto;
  }
}

/* RTL calendar number positions */
[dir="rtl"] .num-pos-1,
[dir="rtl"] .num-pos-4,
[dir="rtl"] .num-pos-7 {
  justify-content: flex-end;
}

[dir="rtl"] .num-pos-3,
[dir="rtl"] .num-pos-6,
[dir="rtl"] .num-pos-9 {
  justify-content: flex-start;
}

#game-view h1 {
  display: none !important;
}

#register .text__wrap__inner {
  text-align: center !important;
}

#register .header {
  width: 100%;
  max-width: 100%;
}

#outcome .header {
  text-align: center !important;
  width: 100%;
  max-width: 100%;
}

#outcome .content-img {
  margin: 20px auto;
}

#outcome .content-img img {
  border-radius: 5px !important;
}


/* #introduction .weekly__template {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 1600px !important;
  /* margin: 0 auto; */
/* } */

#introduction .text__wrap.reg {
  align-items: center;
  justify-content: space-between;
  margin: 0px 0;
  text-align: center;
  height: 100vh;
}

#introduction .btn {
  margin: 0 auto !important;
}

#limit-reached .weekly__template {
  display: flex !important;
  align-items: end !important;
  justify-content: end !important;
  /* width: 100% !important; */
  max-width: 1400px !important;
  /* margin: 0 auto; */
}

#introduction .text__wrap__inner {
  width: 100%;
  margin: 0 !important;
}

#register .text__wrap__inner.reg {
  flex: 0 0 68%;
  height: 100%;
  gap: 20px;
  justify-content: space-between;
}


#limit-reached .footer__wrap {
  padding-right: 0px !important;
}

#outcome .weekly__template {
  height: 100% !important;
}

#register .footer {
  max-width: 430px !important;
  margin: 0 auto !important;
}

#terms .row {
  max-width: 100% !important;
  text-align: left !important;
  width: 100% !important;
}

#privacy .row {
  max-width: 100% !important;
  text-align: left !important;
  width: 100% !important;
}


#introduction .weekly__template {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#introduction .text__wrap__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#introduction .center__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#introduction .footer {
  margin-top: auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* @media screen and (max-width: 768px) {
  .prize-wrap img {
    min-height: 10em;
  }
} */

@media screen and (max-width: 600px) {
  .prize-wrap img {
    min-height: 9em;
  }
}

@media screen and (max-width: 450px) {
  .prize-wrap img {
    min-height: 7.5em;
  }
}

#limit-reached .text__wrap.reg {
  margin: 0px !important;
}

/* #outcome .weekly__template {
  margin: 0px 0 0 30%;
} */

#outcome .center__content__text {
  margin-top: 20px !important;
}

#outcome-text3 {
  max-width: 460px !important;
  margin: 0 auto !important;
}

.tile {
	background-size: contain !important;
}