.error_msg {
  background-color: #29303c;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 14px;
  text-align: center;
  padding: 23px 25px;
  margin-bottom: 10px;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-box-shadow: 10px 10px 10px #00000057;
  box-shadow: 10px 10px 10px #00000057;
}
.error_msg p {
  letter-spacing: 0px;
  color: #e6f1ff;
}
.error_msg a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: normal normal bold 16px/22px Roboto;
  letter-spacing: 0px;
  color: #e6f1ff;
  background-color: #006afa;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 27px auto 0;
}
.show_error_msg {
  -webkit-animation: show_error 1s ease-out forwards;
  animation: show_error 1s ease-out forwards;
}
@-webkit-keyframes show_error {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
  }
}
@keyframes show_error {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%);
  }
}
.pageContent * {
  font-family: "Roboto";
}
.framedform[data-content="wheel_of_fortune_history"] .framedcontent {
  max-width: 380px;
  width: 100%;
}
.wheelContainer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: min(calc(100vw * 0.7), calc(100vh * 0.7));
  margin: 0 auto;
}
section.pageContent {
  padding-bottom: 0;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  min-height: calc(100vh - 70px);
  max-height: unset;
}
/*.mobile section.pageContent {
  background-image: url(/images/wheel/mobile_background.jpeg?v=2.0.1);
  background-size: 100% 45%;
  background-position: top center;
}*/
/* .desktop section.pageContent {
    background-image: url(/images/wheel/desktop_background.jpeg?v=2.0.1);
    background-size: cover;
    background-position: center;
} */
/*.mobile section.pageContent {
  background-image: url(/images/wheel/mobile_background.jpeg?v=2.0.1);
  background-size: 100% 45%;
  background-position: top center;
}*/
.framedform[data-content="euro2020"] .framedcontent {
  background: #1b1e25;
}
.framedform[data-content="euro2020"] .framedcontent .close {
  opacity: 90%;
  margin: 22px 0 22px;
  cursor: pointer;
}
.framedform[data-content="euro2020"] .framedcontent .gameEuro {
  width: auto;
  background-color: #1f232d;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px;
  margin: 7px 8px;
}
main {
  background-color: #15171d;
  margin-bottom: 0;
}
.gamecountd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px auto;
}
.countDownText {
  width: 50%;
}
.myinfowheel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countDown {
  background: #00000078;
  padding: 2px 8px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.openEuroHistoryz {
  background-color: #00ebff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  color: #11151c;
  font-size: 12px;
  /* display: flex; */
  padding: 5px 11px 4px 12px;
  margin: 6px auto;
  width: 130px;
  height: 28px;
  cursor: pointer;
  font-weight: 600;
}
.accept {
  display: none;
}
.top-right {
  display: none;
}
.underLine {
  position: relative;
  bottom: 23px;
  z-index: 0;
  border: 1px solid #262b34;
}
.positionItem.dots p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0 10px;
}
.calendar .euro2020_date {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 3px auto 10px;
  border: 1px solid #e6edf726;
  border-radius: 5px;
  background: #393f48;
  color: #acb3be;
  font-size: 14px;
  z-index: 9999;
  opacity: 0;
}
.euroHistoryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
  background-color: #1f232d;
  border-radius: 10px 10px 0 0;
  padding: 11px 15px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  overflow-x: scroll;
}
.gameEuro.check .accept {
  display: block;
}
.gameEuro.check .accept.editable {
  display: none;
}
.gameEuro.check .edit,
.gameEuro.history .pointsResults {
  display: block;
}
.gameEuro.check .footballMatchResult,
.gameEuro.check .euroBottom,
.gameEuro.history .euroBottom,
.gameEuro.history .footballMatchResult {
  display: none;
}
.gameEuro {
  background-color: #1f232d;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0 auto 10px;
  width: 349px;
  position: relative;
  padding: 10px;
}
.gameEuro.check {
  border-radius: 10px;
  overflow: hidden;
}
.gameEuro .gameEuroHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 20px;
}
.gameEuro .gameEuroHeader span {
  font-size: 10px;
  color: #e4edf8;
  padding-left: 8px;
}
.gameEuro .footballMatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 0;
  position: relative;
  z-index: 2;
}
.gameEuro.check .footballMatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 10px;
  position: relative;
  z-index: 2;
}
.gameEuro.check .gameEuroHeader span {
  cursor: pointer;
  line-height: 20px;
}
.gameEuro.check .gameEuroHeader span > img {
  width: 20px;
  height: 20px;
}
.gameEuro.check > p {
  font-size: 16px;
  margin: 0 auto;
  width: 349px;
  height: 44px;
  color: #0077ff;
  text-align: center;
  background-color: hsla(223, 18%, 15%, 0.6);
  z-index: 1;
  position: relative;
  left: 0;
  bottom: 0;
  /* -webkit-box-shadow: inset 0px 5px 5px 0px rgb(0 0 0 / 75%); */
  /* -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.75);*/
  /* box-shadow: inset 0px 3px 3px 0px rgb(0 0 0 / 60%); */
  /* -webkit-transition: height 1s ease-out; */
  -o-transition: height 2s ease-out;
  -webkit-transition: height 2s ease-out;
  transition: height 2s ease-out;
}
.gameEuro.check > p img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.gameEuro.check > p span {
  margin-top: 16px;
  display: inline-block;
}
.gameEuro .footballMatch .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
}
.gameEuro .footballMatch .team img {
  width: 59px;
  height: 59px;
  margin-bottom: 10px;
}
.gameEuro .footballMatch .team p {
  margin: 0;
  font-size: 12px;
  color: #e4edf8;
  text-align: center;
}
.gameEuro .footballMatch .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
}
.gameEuro .footballMatch .middle p {
  margin: 0;
  font-size: 24px;
  color: #e4edf8;
  text-shadow: 0px 0px 6px #0077ffd3;
  font-weight: 700;
}
.gameEuro .footballMatch .middle span {
  font-size: 10px;
  color: #e4edf8;
  opacity: 80%;
  text-align: center;
}
.gameEuro .footballMatch .middle span span,
.gameEuro .footballMatch .middleResults span span {
  display: block;
  font-size: 16px;
}
.gameEuro .footballMatchResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gameEuro .footballMatchResult span {
  margin: 18px 0;
}
.gameEuro .footballMatchResult select {
  width: 45%;
  color: #056ae0;
  font-size: 34px;
  font-weight: bold;
  padding: 0 0 0 18%;
  background: #181c24;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid gray;
}
.gameEuro .euroBottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.gameEuro .gameEuroHeader .pointsResults {
  background-color: #0077ff;
  border-radius: 27px;
  padding: 2px 9px;
  font-size: 12px;
  color: #e4edf8;
}
.gameEuro .gameEuroHeader .gray {
  background-color: #292f3b;
}
.gameEuro .middleResults {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 97px;
  text-align: center;
}
.gameEuro .middleResults p {
  font-size: 32px;
  margin: 0;
  color: #ffffff;
}
.gameEuro .middleResults span {
  font-size: 10px;
  color: #e4edf8;
  opacity: 80%;
}
.gameEuro .euroBottom .blue-white {
  width: 100%;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 8px;
}
#ranking {
  display: block;
  background-color: #1f232d;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 348px;
  padding: 8px;
}
.firstPositionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.firstPositionItem > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px 0 10px 0;
}
.firstPositionItem img {
  width: 70px;
}
.firstPositionItem p {
  margin: 0px 28px 0 0;
  font-size: 14px;
  color: #e6edf7;
}
.firstPositionItem .position {
  position: relative;
  bottom: 27px;
  left: 25px;
}
.positionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.positionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 13px;
}
.positionItem:nth-child(even) {
  background-color: #1f232d;
}
.positionItem:nth-child(odd) {
  background-color: #262a34;
}
.positionItem p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 22px;
  color: #e6edf7;
  opacity: 80%;
  font-size: 14px;
}
.positionItem .userPoints,
.firstPositionItem .userPoints {
  font-size: 16px;
  text-shadow: 0 0 4px #0077ff;
  color: #ffffff;
  font-style: italic;
}
.userPoints:nth-child(1) {
  color: #0077ff !important;
}
.position {
  width: 25px;
  height: 25px;
  padding: 4px 9px;
  border-radius: 13px;
  font-size: 14px;
  color: #e6edf7;
  display: inline-table;
}
.position.firstThird {
  background-color: #70747e4d;
  color: #e6edf7;
}
.firstPositionItem.myRang {
  background-color: hsla(215, 52%, 94%, 0.4);
  border-radius: 10px 10px 0 0;
}
.positionItem.myRang {
  background-color: hsla(215, 52%, 94%, 0.4);
}
.positionItem.myRang .postion {
  border-radius: 14px;
  background-color: white;
  padding: 4px;
}
.myRang p {
  opacity: 100%;
}
.positionItem:last-child {
  border-radius: 0 0 10px 10px;
}
.navAndTerms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.megacontejner::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 15%;
  width: 100%;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00000000),
      to(#000000)
    ) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000000 0%, #15161d 100%) 0%
    0% no-repeat padding-box;
}
.euroCup img {
  width: 88px;
  margin: 10px 0 6px 12px;
}
.euroCup p {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  color: #11151c;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 11px 4px 12px;
  margin: 0;
  width: 118px;
  height: 26px;
  cursor: pointer;
  font-weight: 600;
}
.countDownRow .countDown {
  background-color: #11151c;
  border-radius: 27px;
  padding: 2px 9px;
  font-size: 12px;
  color: #e4edf8;
}
.countDownRow .countDownText {
  font-size: 12px;
  color: #e4edf8;
  opacity: 80%;
}
.pointsContainer {
  /* display: flex; */
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: white;
}
.pointsContainer h1 {
  margin: 20px 6px 9px 0;
  font-size: 32px;
  font-weight: bold;
}
.gameconteinteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
}
.gameinfop {
  padding: 0px;
  margin: 2px;
  font-size: 12px;
}
.gameinfopspan {
  color: white;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.gameconteinteiner div {
  width: 50%;
  margin: 2px;
  background: #0161ca;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #195c8e;
  -webkit-box-shadow: 2px #195c8e;
  box-shadow: 2px #195c8e;
  -webkit-box-shadow: 1px 4px #003d73;
  box-shadow: 1px 4px #003d73;
}
div > p > span {
  display: block;
}
.maincontapEuro .countDownRow {
  width: 60%;
  height: 150px;
  text-align: center;
}
.maincontapEuro .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
}
.maincontapEuro .results p {
  margin: 0 13px 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: hsla(213, 59%, 93%, 0.7);
  line-height: 16px;
}
.maincontapEuro .results span {
  color: #ffffff;
}
#awards {
  border-radius: 10px;
  padding: 0px;
  max-width: 346px;
  margin: 0 auto;
}
#awards .artboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
}
#awards .artboard img {
  width: 110px;
  -webkit-filter: sepia(100%) hue-rotate(190deg) saturate(500%);
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}
#awards .footerEuro {
  text-align: center;
  padding: 20px 0 16px;
}
#awards .footerEuro span {
  font-size: 12px;
  color: #e4edf8;
}
.tab2Euro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 348px;
  margin: 0 auto;
  cursor: pointer;
}
.tabcontent223 {
  padding: 4px;
}
.tab2Euro .tablinks22.active {
  border-bottom: 2px solid #00ebff;
  z-index: 1;
}
.tab2Euro .tablinks22.active span {
  color: #00ebff;
  opacity: 100%;
}
.tab2Euro .tablinks22 {
  width: 27%;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  margin: 17px 0;
  min-height: 41px;
}
.tab2Euro .tablinks22 span {
  color: #e4edf8;
  opacity: 50%;
}
.tab22Euro {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
body[page="wheel"] .tab22Euro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  overflow-y: scroll;
  max-height: 667px;
}
.tab22Euro .tablinks222.active {
  border-bottom: 2px solid #00ebff;
  z-index: 1;
}
.tab22Euro .tablinks222.active span {
  color: #00ebff;
  opacity: 100%;
}
.tab22Euro .tablinks222 {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  margin: 17px 0;
  min-height: 41px;
}
.tab22Euro .tablinks222 span {
  color: #e4edf8;
  opacity: 50%;
}
.tab223Euro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.tab223Euro .tablinks2223.active {
  border-bottom: 2px solid #00ebff;
  z-index: 1;
}
.tab223Euro .tablinks2223.active span {
  color: #00ebff;
  opacity: 100%;
}
.tab223Euro .tablinks2223 {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 17px;
  margin: 17px 0;
  min-height: 41px;
}
.tab223Euro .tablinks2223 span {
  color: #e4edf8;
  opacity: 50%;
}
.prizeEuro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 18px;
}
.prizeEuro h2 {
  margin: 0;
  font-size: 33px;
  font-weight: bold;
  color: white;
}
.prizeEuro p {
  margin: 0;
  color: #f5b41f;
  font-size: 15px;
  font-weight: bold;
}
.tabcontent2 .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #1c2534;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 0 15px;
  margin-bottom: 4px;
  height: 46px;
  opacity: 0.8;
}
.tabcontent2 .first.place {
  background-color: #143a68;
  color: white;
}
.tabcontent2 .second.place {
  background-color: #173153;
  color: white;
}
.tabcontent2 .third.place {
  background-color: #1a2a3e;
  color: white;
}
.tabcontent2 .other.place h3 {
  font-size: 16px;
}
.tabcontent2 .place p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  border-radius: 12px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding: 2px 7px;
  font-weight: bold;
  font-style: italic;
}
.tabcontent2 .place h3 {
  font-size: 26px;
  margin: 0;
  text-shadow: 0px 0px 4px #083971a8;
  color: #ffffff;
  font-style: italic;
}
.framedform[data-content="start"] .imageContent {
  position: relative;
  top: -40px;
}
.framedform[data-content="start"] .imageContent h3 {
  font-size: 16px;
  color: #0077ff;
  margin: 0;
}
.framedform[data-content="start"] .imageContent p {
  font-size: 24px;
  color: #e6edf7;
  margin: 0;
}
.framedform[data-content="start"] .rule {
  display: inline-block;
  text-align: left;
  margin: 0 20px 27px;
  font-size: 14px;
  color: #e6edf7;
  opacity: 90%;
}
.prizes-title {
  position: absolute;
  left: 0px;
  top: 58px;
  width: calc(100% / 5);
  height: auto;
}
.prizes-title > img {
  width: 100%;
  height: auto;
  margin-left: 5px;
}
.framedform[data-content="start"] .rule span {
  margin-right: 5px;
}
i.icon-material-history {
  font-size: 37px;
  color: var(--primary-main);
  margin-right: 10px;
}
.framedform[data-content="start"] .button {
  width: 214px;
  height: 44px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.framedform[data-content="start"] .button span {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
p.no-entries {
  text-align: center;
}
@-webkit-keyframes playAnimation {
  0% {
    height: 44px;
  }
  50% {
    height: 44px;
  }
  75% {
    height: 44px;
  }
  100% {
    height: 0px;
  }
}
@keyframes playAnimation {
  0% {
    height: 44px;
  }
  50% {
    height: 44px;
  }
  75% {
    height: 44px;
  }
  100% {
    height: 0px;
  }
}
.blue-white {
  background-color: #0077ff;
  color: #e6edf7;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 119 255);
  box-shadow: 0px 0px 10px 0px rgb(0 119 255);
  border: 0px transparent;
}
.button {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  border-radius: 5px;
  padding: 9px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.navAndTerms {
  position: absolute;
  padding: 25px 39px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 388px);
  z-index: 1;
}
body > main > section > div.side.globalconteiner > div.navAndTerms > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 21px;
}
.back2Promos {
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.back2Promos > p {
  color: white;
  font-weight: 600;
  padding-left: 25px;
  vertical-align: top;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.pageContent a {
  font-size: 14px;
}
.tableclas {
  max-width: 360px;
  margin: 0 auto;
}
.mecktothegame {
  padding: 0 0 0 25px;
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: top;
  text-align: left;
  position: relative;
  color: var(--action-active);
}
.mecktothegame:before {
  content: "";
  padding: 0px;
  font-size: 26px;
  color: #2595e2;
  vertical-align: top;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: -16%;
  background-image: url(/images/arrow-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
body.desktop ::-webkit-scrollbar {
  width: 4px;
}
.framedcontent::-webkit-scrollbar {
  width: 0px;
}
.pageContent .flex-layout .jackpot::-webkit-scrollbar,
.pageContent .flex-layout .new::-webkit-scrollbar {
  height: 0px;
}
body.desktop ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
  margin: 3px;
}
body.desktop ::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 6px;
}
body.desktop ::-webkit-scrollbar-thumb:hover {
  background: #2f78ff;
}
.dateTimeAct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 68px;
  border-radius: 27px;
  background: #e6edf7 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px #00c2ff;
  box-shadow: 0px 0px 6px #00c2ff;
}
.dateTimeAct .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1e232b;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dateTimeAct .time .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #1e232b;
  font-weight: bold;
  margin: 0 15px 5px;
}
.dateTimeAct.calendar .time .number {
  margin: 0;
}
.dateTimeAct.calendar .time .number i {
  font-size: 30px;
}
.dateTimeAct .time .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  color: #1e232b;
  background-color: transparent;
  padding: 0px;
}
.dateTimeInact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  width: 53px;
  border-radius: 27px;
  background: #1e232b 0% 0% no-repeat padding-box;
}
.wheelHistory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#countdown h1 {
  font-size: 28px;
  margin: 0;
}
.dateTimeInact .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dateTimeInact .time .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #e6edf7;
  opacity: 50%;
  font-weight: bold;
  margin: 0 15px 5px;
}
.dateTimeInact.calendar .time .number {
  margin: 0;
}
.dateTimeInact.calendar .time .number i {
  font-size: 30px;
}
.dateTimeInact .time .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  color: #e6edf7;
  opacity: 20%;
  background-color: transparent;
  padding: 0px;
}
.period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 59px;
  border-radius: 10px;
  border: 1px solid rgba(230, 237, 247, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.period .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #e6edf7;
  opacity: 60%;
  margin: 6px 23px 4px;
}
.period > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 23px 14px 23px;
}
.period > div .date {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 21px;
}
.period > div .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.framedform[data-content="start"] > .framedcontent > .iframemassage {
  overflow: visible;
  max-height: none;
}
.artboard2 {
  background: #1d21293d;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.dateTimeInact {
  cursor: pointer;
}
.dateTimeInact:hover {
  background-color: #292f3b;
}
.tabcontent22 {
  text-align: center;
}
.addedboardinfo {
  border-radius: 4px;
  margin: 8px auto;
  background: #018da8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
}
.addedboardinfo span {
  display: block;
  color: white;
  width: 100%;
  font-weight: 700;
  opacity: 1;
}
.addedboardinfo p {
  margin: 0px;
  padding: 2px;
  /* opacity: 0.5; */
  color: #e4edf8b8;
  /* opacity: 0.8; */
}
#countdown {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#countdown > div {
  background-color: #182442bf;
  border-radius: 5px;
  padding: 7px;
  min-width: 70px;
}
#countdown span {
  font-size: small;
}
.maincountdown {
  display: block;
  margin: 202px 164px 217px 107px;
  max-width: 330px;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
}
.plealogin {
  z-index: 99999;
  width: 100%;
  height: 330px;
  margin: 55px;
  opacity: 0;
}
.maincontaptop p {
  margin: 0px;
  padding: 0px;
  float: left;
  line-height: 24px;
  font-size: 16px;
}
.countdownmaincontap {
  float: right;
  font-size: 14px;
  text-align: center;
  color: white;
  border-radius: 10px;
}
.tab2 div.active span {
  color: #00ebff;
}
.countdownmaincontaptime {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.countdownmaincontaptime div {
  padding: 19px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  background: rgb(31 33 40);
  border-radius: 10px;
  margin: 2px;
  min-width: 70px;
  min-height: 20px;
  line-height: 30px;
}
.countdownmaincontaptime div span {
  display: block;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
}
html[lang="bg"] .in .backgroundwitharrow {
  background-image: url(/images/Assets-wheel6/Wheel6.0-background-wheel-desktop.png?v=2.0.1);
  background-repeat: no-repeat;
  background-position: center -14px;
  min-height: 700px;
  background-size: 103%;
}
#participation #container {
  margin: 0px auto 0;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.globalconteiner {
  width: 100%;
  display: block;
}
.showtv {
  color: #00ebff;
  text-decoration: underline;
}
#participationfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: justify;
  color: #ffffffd1;
  position: relative;
}
.participation {
  width: 70%;
}
.participationx {
  width: 70%;
}
#participationfixx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: justify;
  color: #ffffffd1;
}
.DumpIn {
  padding-top: 29px;
}
.participationx {
  width: 70%;
}
.megacontejner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.megastanding {
  width: 30%;
  background: #1f232d;
  padding: 8px;
  margin: 36px 10px;
  border-radius: 10px;
  max-height: 708px;
  display: none;
}
.participation_wrapper {
  width: 100%;
  height: calc(var(--app-height) / 1.2);
  position: relative;
  margin: 0px 0 0 0;
}
.participation_wrapper {
  margin: 50px 0 0 0;
}
body[page="wheel"].in #participation {
  width: 100%;
  height: calc(var(--app-height) / 1.17);
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
#loader1 {
  margin-top: -60px;
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(630px, 110px);
  -ms-transform: translate(630px, 110px);
  transform: translate(630px, 110px);
}
body[page="wheel"].in .positionItem:nth-child(1) {
  display: none;
}
.alreadymsg {
  margin-top: 320px;
  color: black;
}
.participationSsideLeft {
  max-width: 388px;
  width: 100%;
  height: calc(100vh - 70px);
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#142041),
      color-stop(14%, #102150),
      color-stop(52%, #293858),
      color-stop(63%, #223662),
      to(#0d1222)
    ) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #142041 0%,
      #102150 14%,
      #293858 52%,
      #223662 63%,
      #0d1222 100%
    ) 0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      #142041 0%,
      #102150 14%,
      #293858 52%,
      #223662 63%,
      #0d1222 100%
    )
    0% 0% no-repeat padding-box;
  overflow: hidden;
  overflow-y: auto;
}
div#winners {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 220px);
  padding-bottom: 200px;
}
.klasiraneto {
  width: 50%;
  /*  background: #1d21293d;*/
  margin: 4px;
}
.BoxTop h3 {
  color: white;
  font-size: 30px;
}
.Iphoneinfo {
  font-size: 16px;
  min-height: 298px;
  /* background: #213068; */
  border-radius: 12px;
  font-weight: 800;
  overflow: auto;
  font: normal normal bold 16px/24px Roboto;
  font-family: "Refrigerator-Deluxe", sans-serif;
}
.Gamelistfooterprize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexprize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  height: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ffffff1a;
}
.flexprize div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.flexprize div p {
  font: normal normal bold 16px/24px Roboto;
  letter-spacing: 0px;
  color: #e4edf8;
}
.imgxg {
  font: normal normal 900 18px/29px;
  letter-spacing: 0px;
  color: #ffe176;
  text-transform: uppercase;
}
.Iphoneinfo1 {
  padding: 26px;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  min-height: 400px;
}
.Iphoneinfo1 p {
  font-size: 16px;
  margin: 7px;
  padding: 0px;
  opacity: 0.7;
}
.Iphoneinfo2 {
  padding: 25px 50px;
  font-size: 14px;
  background: #00000091;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
}
.myP {
  text-align: center;
  letter-spacing: 0px;
  color: #ffb74d;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
}
.prizediv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prizediv span {
  width: 33%;
  font-weight: 700;
  color: white;
}
.buttont {
  cursor: pointer;
}
.inactivs {
  opacity: 0.5;
}
.Iphoneinfo2 span {
  display: block;
  font-size: 36px;
  color: white;
}
.Iphoneinfo1 h2 {
  color: #fdd54e;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
}
.Gamelistfooterprize p {
  font-size: 26px;
  color: white;
  font-weight: 600;
  margin: 4px;
}

.history-totalpoints h2{
  position: relative !important;
  font-size: 26px !important;
}

.history-totalpoints .myP{
  position: relative !important;
}

.totalpoints h2 {
  letter-spacing: 0px;
  color: #e6f1ff;
  text-shadow: 0px 0px 4px #083971a8;
  margin: 0;
  font-size: 10.5px;
  position: absolute;
  left: 7px;
  top: 25%;
  width: calc(100% - 14px);
  text-align: center;
  transform: translateY(-50%);
}
.coutdownwheel-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coutdownwheel-end p {
  font: bold 12px/12px Roboto;
  letter-spacing: 0px;
  color: #15171d;
  margin: 0;
}
.min-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
}
.moremore {
  letter-spacing: 0.2px;
  color: #00efe5;
  font-weight: 700;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  margin: 10px 0 0;
}
.coutdownwheel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -17px;
  left: 0;
}
.min-count div span {
  font: normal normal 8px/7px Roboto;
  letter-spacing: 0px;
  color: #e6f1ff;
  text-transform: uppercase;
}
.min-count div {
  font: bold 12px/12px Roboto;
  letter-spacing: 0px;
  color: #e6f1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgb(230 241 255 / 20%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 45px;
}
.Gamelistfooterprize p span {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 400;
  display: block;
}
.klasiraneto2 {
  padding: 14px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  text-align: center;
  margin: 0px auto 0;
  background: #e6f1ff0d 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 6px 14px #00000062;
  box-shadow: 3px 6px 14px #00000062;
  border-radius: 14px;
  flex-direction: column;
}
.coutdownwheel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coutdownwheel p {
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #e6edf7;
  margin-bottom: 10px;
}
.totalpoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.NagradiWheelspan {
  width: 20%;
  font-size: 30px;
  color: #00ebff;
  padding: 3px 2px;
  font-weight: 700;
}
.MinLogConteiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overlayRight {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #000000f7;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.thetrw {
  display: block;
  min-height: 200px;
}
.theoneiz .Gamelistfooterprize {
  display: block;
}
.thesec {
  padding: 0px 15px 0 30px;
  text-align: left;
  height: 400px;
}
.gameFooterMegaboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -108px;
}
.FooterPrizes {
  padding: 4px 8px;
  color: white;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}
.deskriptinfo {
  position: absolute;
  width: 294px;
  margin: 4px 20px 80px 518px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faninfo {
  font-size: 28px;
  font-weight: 600;
  color: white;
  font-family: "Refrigerator-Deluxe", sans-serif;
}
.faninfo span {
  display: block;
  letter-spacing: 0px;
  color: #ffffffcc;
  text-shadow: 0px 1px 2px #000000c4;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
}
.Thesecondone {
  cursor: pointer;
  width: 160px;
  position: absolute;
  right: 0;
}
.FooterPrizesSpan {
  font-size: 14px;
  display: block;
  opacity: 0.5;
  font-weight: 500;
}
.theoneiz {
  min-height: 160px;
}
.przinfo {
  padding: 18px 0;
  font: normal normal 900 68px/61px;
  letter-spacing: 0px;
  color: #fdcb52;
  text-shadow: 0px 3px 6px #0000006b;
  white-space: nowrap;
}
.przinfo span {
  display: block;
  font: normal normal 800 25px/27px;
  letter-spacing: -1px;
  color: #e6f1ff;
  text-shadow: 0px 2px 4px #00000075;
  text-transform: uppercase;
}
#participation .spinBtn,
#participation .loginBtn {
  width: 100%;
  max-width: 170px;
  padding: 18px 0px;
  font-size: 22px;
  cursor: pointer;
  color: #e6f1ff;
  text-decoration: none;
  border-radius: 38px;
  opacity: 1;
  margin: 55px auto 0;
  display: block;
  font-weight: bold;
  background: transparent -o-linear-gradient(top, #0074fa 0%, #3c55de 100%) 0% 0%
    no-repeat padding-box;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0074fa),
      to(#3c55de)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0074fa 0%, #3c55de 100%) 0%
    0% no-repeat padding-box;
  -webkit-box-shadow: inset 0px 3px 6px #ffffff52, 2px 6px 10px #00000067;
  box-shadow: inset 0px 3px 6px #ffffff52, 2px 6px 10px #00000067;
  text-shadow: 0px 1px 0px #ffffff;
}
body.desktop #participation .spinBtn {
  width: clamp(70px, 12vw, 190px);
  height: clamp(30px, 11vh, 70px);
  text-align: center;
  padding: 0;
}
.DumpIn p.promo-description {
  width: 88%;
  margin: 21px auto 10px;
  text-align: left;
  letter-spacing: 0px;
  color: #e6edf7cc;
  font-size: 12px;
  line-height: 16px;
}
.tabaa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px 20px;
}
.tabaa .tablinksx {
  width: 100%;
  position: relative;
}
.tabaa .tablinksx::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background-color: #e4edf81a;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div#prizes > h3 {
  font: normal normal 900 30px/35px;
  letter-spacing: 0px;
  color: #e6f1ff;
  margin: 40px 0 36px;
  text-align: center;
}
div#prizes > h3 span {
  font: normal normal 900 30px/35px;
  letter-spacing: 0px;
  color: #00ebff;
  margin-left: 12px;
}
.tabaa button.actived::after {
  background-color: #00ebff;
}
#winners .winners_container {
  margin: 39px 11px 0px 11px;
}
#participationfix .pointsHolder {
  display: none;
}
#winners .winners_container .date {
  text-align: center;
  font: normal normal 900 30px/35px;
  letter-spacing: 0px;
  color: #e6f1ff;
  margin: 26px 0;
}
#winners .next_winners {
  text-align: left;
  font: normal normal 500 12px/16px Roboto;
  letter-spacing: 0px;
  color: #e6edf7cc;
  margin-top: 42px;
  padding: 0 11px;
}
body[page="wheel"].out #participation {
  width: 100%;
  position: relative;
}
.participation_wrapper::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(/images/assets-wheel/Straw.png?v=2.0.1);
  width: calc(100% / 15);
  height: calc(100% / 15);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  display: none;
}
.out .participation_wrapper::before {
  top: 3%;
}
.tabaa .tablinksx.actived {
  color: var(--primary-main);
}
@media only screen and (max-width: 900px) {
  .wheelContainer::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background-image: url(/images/wheel-assets/wheel-base-agosto-mobile-2024.png?v=1  );
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  svg#wheel {
    max-width: 500px;
  }
  .haeder-container {
    width: 100%;
  }
  .flexconteinereye img.hiddenbalnacez {
    padding: 0;
    margin: 0 auto;
  }
  .flexconteinersum {
    width: 100%;
    padding: 0px;
    font-size: 12px;
  }
  .flexconteinerbtn {
    width: auto;
    display: flex;
    margin-right: 20px;
  }
  button.headerbtn {
    margin: 0 auto;
  }
  body.mobile[page="wheel"] section.pageContent {
    margin-top: 0px;
    padding-bottom: 0;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: 100% max(43%, 694px);
    height: 100%;
    background-color: #081342;
    background-size: 100%;
    background-position: top;
    background-image: url(/images/wheel-assets/wheel-agosto-mobile-2024.jpg?x=16);
  }
  .mecktothegame:before {
    left: -3px;
    top: 9%;
  }
  .thesec {
    height: 630px;
  }
  .DumpIn {
    padding-top: 0;
  }
  header .logo {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  #participationfix > div:nth-child(2) {
    margin: -40px auto 60px;
  }
  .globalconteiner {
    width: 100%;
    height: 100%;
    margin: 35px 0 0;
  }
  body > main > section > div.side.globalconteiner > div.navAndTerms > div {
    margin-right: 0px;
  }
  html[lang="bg"] .in .backgroundwitharrow {
    background-image: url(/images/Assets-wheel6/Wheel6-background-mobile.png?v=3.0.1);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 700px;
    background-size: min(105%, 500px);
  }
  #participationfix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    /* overflow: hidden; */
  }
  #participationfix .pointsHolder {
    height: 0;
  }
  .participationSsideLeft {
    width: 100%;
    max-width: 100%;
    margin-top: 66px;
    position: static;
    height: 100%;
    overflow: auto;
    max-height: none;
    background: transparent -o-radial-gradient(
        50% 50%,
        closest-side,
        #082b86 0%,
        #15161d 100%
      ) 0% 0% no-repeat padding-box;
    background: transparent
      radial-gradient(closest-side at 50% 50%, #082b86 0%, #15161d 100%) 0% 0%
      no-repeat padding-box;
  }
  .participationSsideLeft.wheel_history {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .participationSsideLeft.wheel_awards {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: calc(100% - 51px);
    z-index: 999;
  }
  header .logo img {
    width: 50%;
  }
  .megacontejner {
    min-width: 100%;
    margin-top: -27px;
  }
  .backgroundwitharrow {
    background-position: 44% 44px;
  }
  .wheel_history .thesec {
    padding: 0px 0;
    max-width: 330px;
    margin: 25px auto 0;
  }
  .wheel_awards,
  .wheel_history {
    background: #15171df2 0% 0% no-repeat padding-box;
    border-radius: 0;
    padding: 0;
    height: 100%;
  }
  #participationfix
    > div.participationSsideLeft.wheel_history.non-desktop
    > div:nth-child(1) {
    padding: 45px 0;
  }
  .coutdownwheel-end {
    left: 0;
    border-radius: 10px;
    top: 45%;
  }
  .totalpoints {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .totalpoints h2 {
    font: normal normal bold 20px/23px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 4px #083971a8;
    text-transform: uppercase;
    font-size: 10px;
  }
  .myP {
    font: normal normal 900 45px/45px;
    letter-spacing: 0px;
    font-size: 40px;
  }
  #tabls {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85%;
  }
  .thead {
    border-bottom: 1px solid #00ebff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    padding: 0 16px;
  }
  ul.tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  ul.tbody li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(230 241 255 / 30%);
    padding: 0 16px;
  }
  ul.tbody li span:last-child {
    font-size: 14px;
    letter-spacing: 0.17px;
    color: #e6f1ff80;
    font-weight: 400;
    line-height: 20px;
  }
  .btn-close.left {
    background: transparent -o-linear-gradient(right, #00ebff 0%, #007680 100%) 0%
      0% no-repeat padding-box;
    background: transparent -webkit-gradient(
        linear,
        right top,
        left top,
        from(#00ebff),
        to(#007680)
      ) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #00ebff 0%, #007680 100%) 0%
      0% no-repeat padding-box;
    -webkit-box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
    box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
    border-radius: 0 30px 30px 0;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 50px;
    height: 55px;
    position: absolute;
    top: 80%;
  }
  .btn-close.right {
    background: transparent -o-linear-gradient(left, #00ebff 0%, #007680 100%) 0%
      0% no-repeat padding-box;
    background: transparent -webkit-gradient(
        linear,
        left top,
        right top,
        from(#00ebff),
        to(#007680)
      ) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #00ebff 0%, #007680 100%) 0%
      0% no-repeat padding-box;
    -webkit-box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
    box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
    border-radius: 30px 0 0 30px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 50px;
    height: 55px;
    position: absolute;
    top: 80%;
    right: 0;
  }
  h3.mecktothegame {
    font: normal 12px/16px Roboto;
    letter-spacing: 0px;
    color: #e4edf8b3;
  }
  .participationSsideLeft.wheel_awards .przinfo {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    padding: 11px 0 0 0;
  }
  .participationSsideLeft.wheel_awards .przinfo span {
    font: normal normal 800 20px/30px;
    text-align: center;
  }
  .klasiraneto2 {
    margin: 10px auto 0;
  }
  .participationSsideLeft.wheel_awards p.promo-description {
    text-align: left;
    font: normal normal 500 14px/20px Roboto;
    letter-spacing: 0px;
    color: #e4edf8cc;
    width: 88%;
    margin: 14px 0 0 0;
    margin: 14px auto 0;
  }
  #participationfix > div:nth-child(2) {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
    z-index: 2;
  }
  #container .wheelContainer {
    max-width: min(calc(100vw * 0.95), calc(100vh * 0.95));
    margin: 70px auto 0;
  }
  #participation #container .maincountdown {
    margin: 45% auto 40%;
  }
  #participation #container .maincountdown img {
    width: 24%;
    height: auto;
  }
  #participation #container .maincountdown div {
    font-size: 12px;
  }
  .navAndTerms {
    padding: 13px;
    width: 100%;
  }
  .flexprize div p {
    line-height: 18px;
  }
  .wheel_awards .Iphoneinfo.thesec {
    padding: 0 50px 50px;
  }
  .imgxg {
    line-height: 18px;
    text-align: right;
  }
  .flexprize div p:last-child {
    color: #e4edf8;
    padding-right: 20px;
  }
  .participation_wrapper {
    width: 100%;
    position: relative;
    margin: 0px 0 0 0;
    height: 100%;
  }
  body[page="wheel"].in #participation {
    height: unset;
  }
  .toast {
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .wheelContainer::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/images/assets-wheel/Straw.png?v=2.0.1);
    width: calc(100% / 8);
    height: calc(100% / 8);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    display: none;
  }
  #winners .next_winners {
    text-align: center;
  }
}
@media only screen and (max-width: 340px) {
  body.mobile[page="wheel"] section.pageContent {
    background-size: 100% max(35%, 600px);
  }
  body[page="wheel"].in #participation {
    min-height: 468px;
  }
  #participationfix > div:nth-child(2) {
    margin: -158px auto 0;
    max-width: 215px;
  }
}
.maincountdown {
  margin: 155px 85px;
}
.plealogin {
  /* margin: 224px 37px 0px 71px; */
  z-index: 99999;
  width: 100%;
  height: 330px;
  margin: 0px;
  opacity: 0;
}
.maincontapEuro .countDownRow {
  height: 160px;
}
.maincontapEuro {
  max-width: 500px;
  height: 375px;
}
#participation .spinBtn,
#participation .loginBtn {
  margin: -25px auto 0;
  position: relative;
  z-index: 1;
}
#participationfix .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#participationfix .btn-container .wheel-btn.btn-awards > div {
  background: transparent -o-linear-gradient(right, #00ebff 0%, #007680 100%) 0%
    0% no-repeat padding-box;
  background: transparent -webkit-gradient(
      linear,
      right top,
      left top,
      from(#00ebff),
      to(#007680)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #00ebff 0%, #007680 100%) 0%
    0% no-repeat padding-box;
  -webkit-box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
  box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
  border-radius: 0 30px 30px 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 76px;
  height: 60px;
}
#participationfix .btn-container .wheel-btn.btn-history > div > img,
#participationfix .btn-container .wheel-btn.btn-awards > div > img {
  width: 36px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}
#participationfix .btn-container .wheel-btn.btn-history > div {
  background: transparent -o-linear-gradient(left, #00ebff 0%, #007680 100%) 0% 0%
    no-repeat padding-box;
  background: transparent -webkit-gradient(
      linear,
      left top,
      right top,
      from(#00ebff),
      to(#007680)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00ebff 0%, #007680 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
  box-shadow: inset 0px -2px 3px #1010108b, -3px -5px 10px #00000067;
  border-radius: 30px 0 0 30px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 76px;
  height: 60px;
  margin-left: auto;
}
#participationfix .btn-container .wheel-btn .myP,
#participationfix .btn-container .wheel-btn h4 {
  font: normal normal 900 20px/24px;
  letter-spacing: 0px;
  color: #fdcb52;
}
#participationfix .btn-container .wheel-btn.btn-awards h4,
#participationfix .btn-container .wheel-btn.btn-awards p {
  margin: 6px 0 0 6px;
}
#participationfix .btn-container .wheel-btn.btn-history p {
  margin: 6px 6px 0 0px;
}
#participationfix .btn-container .wheel-btn p {
  font: normal normal 800 15px/17px;
  letter-spacing: 0px;
  color: #e6f1ff;
  text-transform: uppercase;
}
#participationfix .btn-container .wheel-btn .myP {
  text-align: end;
}
@media only screen and (max-width: 420px) {
  .gameFooterMegaboard {
    margin-top: -140px;
  }
  .Iphoneinfo1 {
    min-height: auto;
  }
  .Iphoneinfo1 p {
    opacity: 1;
  }
  .Iphoneinfo {
    background: inherit;
    padding: 8px 16px;
    background: inherit;
    padding: 8px 16px;
  }
  .flexprize {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 500px) {
  #participation #container .maincountdown div {
    font-size: 8px;
  }
  #countdown > div {
    min-width: 40px;
  }
  #participation #container .maincountdown div > span {
    font-size: 8px;
  }
}
@media only screen and (max-width: 320px) {
  .maincontapEuro {
    height: 388px;
  }
  .gameFooterMegaboard {
    margin-top: -200px;
  }
  .thetrw {
    min-height: 138px;
    margin-top: 0px;
  }
  .theoneiz .Gamelistfooterprize {
    display: block;
    margin-top: 0px;
  }
  .theoneiz {
    min-height: 150px;
  }
  .min-count div {
    min-width: 32px;
  }
  .min-count div span {
    font-size: 8px;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: #000000f7;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
  font-size: 0px;
}
.overlay .closebtn {
  position: absolute;
  bottom: 70px;
  right: 0px;
  font-size: 48px;
  background: #00ebff;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  width: 65px;
  padding: 0px 1px 7px 22px;
  color: black;
  opacity: 0.8;
}
button,
input[type="button"] {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.overlay-contentRight {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
}
.overlayRight a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.overlayRight a:hover,
.overlayRight a:focus {
  font-size: 0px;
}
.overlayRight .closebtnRight {
  position: absolute;
  bottom: 70px;
  left: 0px;
  font-size: 48px;
  background: #00ebff;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  width: 65px;
  padding: 0px 1px 7px 22px;
  color: black;
  opacity: 0.8;
  z-index: 9999;
}
.otherWindows {
  margin-top: 284px;
  color: black;
  margin-left: 214px;
}
.thesec img {
  margin: -3px 4px;
}
.cklit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btnx {
  width: 33%;
  padding: 6px;
  border: 1px solid;
  border-radius: 20px;
  margin: 4px;
  background: black;
  text-align: center;
  cursor: pointer;
}
.table {
  text-align: center;
  width: 100%;
}
@media screen and (max-height: 450px) {
  .overlayRight a {
    font-size: 20px;
  }
  .overlayRight .closebtnRight {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  .otherWindows {
    margin-top: 234px;
  }
}
.terxds {
  min-height: 260px;
}
.terxds .Iphoneinfo2 {
  border: 2px solid #01bdcd;
  border-radius: 12px;
  max-width: 201px;
  margin: 18px auto;
  padding: 22px;
  background: #232833;
}
.toast {
  border-radius: 12px;
  opacity: 0;
  background-color: #1c2029;
  position: absolute;
  overflow: hidden;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  width: 50vw;
  max-width: 330px;
  padding: 0;
  z-index: 2;
}
.toast p {
  clear: both;
  font-family: Montserrat, Arial, sand-serif;
  margin: 0px;
  /* font-size: 30px; */
  color: #ededed;
  letter-spacing: -0.2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 32px;
  -webkit-transition: line-height 0.2s ease;
  transition: line-height 0.2s ease;
  text-align: center;
}
.myinfowheel {
  display: flex;
  text-align: center;
  font-size: 12px;
  padding: 0 8px 8px;
  opacity: 0.4;
  color: white;
}
.myinfowheel > div:nth-child(1) {
  text-align: left;
}
.myinfowheel > div:nth-child(2) {
  text-align: right;
}
.myinfowheel div {
  width: 50%;
}
.totalpoints div {
  /* width: 83px; */
  height: 83px;
  border-radius: 10px;
  border: #e6f1ff solid 0px;
  background-color: #e6f1ff33;
  padding: 7px;
  flex: 1;
  position: relative;
}
.closediv {
  width: 100%;
  background: #0077ff;
  margin-top: 32px;
  padding: 8px;
  cursor: pointer;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.toast a {
  color: var(--primary-text);
}
@media only screen and (max-width: 480px) {
  .toast {
    padding: 0;
  }
  .toast p,
  .toast span {
    font-size: 1rem;
    padding: 10px 5px 5px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
  .toast {
    padding: 0;
  }
  .toast p,
  .toast span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 801px) {
  .toast p,
  .toast span {
    /* font-size: 14px; */
    padding: 6px;
    margin: 0px;
  }
}
@media only screen and (max-height: 480px) {
  .toast p,
  .toast span {
    font-size: 33px;
    line-height: 35px;
  }
}
.wheel-end {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.remdays > div {
  display: flex;
}
.wheel-end > h2,
.wheel-end > h1 {
  letter-spacing: 0px;
  color: #e6f1ff;
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.wheel-end > h2 {
  color: #00efe5;
}
.wheel-end > h1 {
  font: normal normal 900 66px/78px;
}
.wheel-end > p {
  font: normal normal normal 14px/20px Roboto;
  letter-spacing: 0.17px;
  color: #e6f1ff;
}
.remdays > div > div > h1 {
  background: #e4edf8 0% 0% no-repeat padding-box;
  border-radius: 5px;
  text-align: center;
  padding: 0px 8px;
  color: #232833;
  font: normal normal 500 46px/56px Roboto;
  letter-spacing: 1.38px;
  margin: 0 0 8px 0;
}
.remdays > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3px;
}
.remdays > div > div > span {
  font: normal normal normal 14px/20px Roboto;
  letter-spacing: 0.17px;
  color: #e6f1ff;
}
.mobile div#participationfix {
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
}
.mobile .wheel-end > h2 {
  font: normal normal 900 31px/37px;
}
.mobile .wheel-end > h1 {
  font: normal normal 900 45px/53px;
}
.mobile .remdays > div > div > h1 {
  font: normal normal 500 36px/44px Roboto;
}
.no-wheel-promo {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 50vh;
}
.no-wheel-promo-wrapper {
  width: 100%;
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 220px;
  gap: 10px;
  padding: 0 12px;
}
.no-wheel-promo-wrapper img {
  width: 124px;
}
.big-win {
  font-size: 24px;
}
.big-win-fs {
  font-size: 22px;
}
.big-win-fs > span {
  font-weight: 700;
}
.desktop .wheelContainer::after {
  content: "";
  display: block;
  width: 100%;/*width: 135%;*/
  height: 100%;
  position: absolute;
  left: 50%;
  /*bottom: calc(0% - 63px);*/
  background-image: url(/images/wheel-assets/wheel-base-agosto-2024.png?v=16);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.pageContent {
  height: calc(100vh - 70px);
  background-image: url(/images/wheel-assets/wheel-agosto-2024.jpg?x=16);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: auto;
  overflow: hidden;
  background-position-x:-200px;
}

.mainContainer{
  opacity: 1;
}

/*style for peruvian wheel jun-jul*/
/*.valueContainer>g{
  filter: drop-shadow(2px 4px 6px black);
}*/

/*style for peruvian wheel jun-jul*/
.centerCircleImageContainer image{
 /* transform: translate(-59px, -52px) scale(1.14);*/
  transform: translate(-167px, -167px) scale(1.14);
  width:412px !important;
  height:412px !important;
}

 /*style for peruvian wheel jun-jul*/
.banderola-left{
  position: absolute;
  /*width: 40%;
  top: -54px;*/
  width: 65%;
  top: -54px;
  left: -28%;
}

/*style for peruvian wheel jun-jul*/
.banderola-right{
  position: absolute;
  transform: rotate(58deg);
  /*width: 40%;
  top: -54px;
  right: 0;*/
  width: 65%;
  top: -54px;
  right: -28%;
}

.participationSsideLeft{
  z-index: 2;
}

 /*style for peruvian wheel jun-jul*/
.primer-premio{
  position: absolute;
  left: 2%;
  width: 21%;
  top: 36%;
}

 /*style for peruvian wheel jun-jul*/
.tercer-premio{
  position: absolute;
  right: 2%;
  width: 21%;
  top: 36%;
}

/*style for peruvian wheel ago*/
/*.wheelImage{
  filter: drop-shadow(-1px 0px 12px #000);
}*/

.desktop .wheelContainer::after {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: calc(0% - 63px);
  background-image: url(/images/wheel-assets/wheel-base-agosto-2024.png?v=16);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  -webkit-transform: translate(-47%, 60px);
  -ms-transform: translate(-47%, 60px);
  transform: translate(-47%, 60px);
}
div#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.klasiraneto2 h1 {
  font-size: 14px;
  margin: 8px 0;
  color: #ffb74d;
  text-align: start;
}

/*@keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}

.backgroundImageContainer image{
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
}*/

.outerFrameImageContainer>image{
  transform: scale(1.07) translate(-22px, -38px);
}

#participation[time] .wheelContainer::after{
  display: none !important;
}

@media(max-width:700px){
   /*style for peruvian wheel jun-jul*/
  .banderola-left,.banderola-right{
    top: 0;
  }

  .banderola-left{
    width: 96%;
    left: -50%;
    transform: translateY(-60px) rotate(18deg);
  }

  .banderola-right{
    transform: translateY(-66px) rotate(36deg);
    width: 96%;
    right: -48%;
  }

  /*style for peruvian wheel jun-jul*/
  .primer-premio,.tercer-premio{
     top: 92%;
     display: none;
  }

  .wheelContainer::after {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: calc(0% - 63px);
    background-image: url(/images/wheel-assets/wheel-base-agosto-2024.png?v=16);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    transform: translate(-47%, 80px) !important
  }

}