.desktop[page="wheel"]  section.pageContent {
    background-image: url(/images/Wheel_Desktop_BCKGR.png);
    background-repeat: no-repeat;
}

.mobile[page="wheel"]  section.pageContent {
    background-image: url(/images/Wheel_Mobile_BCKGR.png);
    background-repeat: no-repeat;
}

.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;
}

.gamecountd {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px auto;
}

.countDownText {
        width: 50%;
}

.countDown {
    background: #00000078;
    padding: 2px 8px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto; 
}

.openEuroHistoryz {    
    background-color: #FFFFFF;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    color: #11151c;
    font-size: 12px;
    padding: 5px 11px 4px 12px;
    margin: 6px auto;
    width: 130px;
    height: 28px;
    cursor: pointer;
    font-weight: 600;
}

.history .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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin: 0;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
width: 90%;
padding-left: calc(50% - 61px);
}

body.mobile .gameEuro.check .accept {
padding-left: calc(50% - 44px);
}

.gameEuro.check .accept i {
    font-size: 20px;
    color: var(--primary-main);
}

.gameEuro.check .footballMatchResult,
.gameEuro.check .secondSide .checkBet {
    display: none;
}

.gameEuro.check .accept.editable {
    display: none;
}
.gameEuro.check .moveUp {
    width: 100%;
}

.gameEuro.check .edit,
.gameEuro.history .pointsResults {
    display: block;
}

.gameEuro .edit {
    cursor: pointer;
}

.gameEuro.check .euroBottom,
.gameEuro.history .euroBottom,
.gameEuro.history .footballMatchResult {
    display: none;
}

.headerGame:empty {
    opacity: 0;
}

.gameEuro {
    background-color: #292F3B;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    position: relative;
    padding: 10px 10px 13px;
}

.headerGame {
    display: -ms-grid;
    display: grid;
    width: auto;
    padding: 0;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    z-index: 9;
}

body.tablet .headerGame {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    
}

body.mobile .headerGame {
    margin: 0 12px;
}

.headerGame .firstSide {
    height: 167px;
    border-radius: 20px 20px 0 0;
    background: url(/images/slot_mania/green.svg) center center repeat,transparent -o-radial-gradient(50% 50%, closest-side, #6A930A 0%, #425C07 100%) 0% 0% no-repeat padding-box;
    background: url(/images/slot_mania/green.svg) center center repeat,transparent radial-gradient(closest-side at 50% 50%, #6A930A 0%, #425C07 100%) 0% 0% no-repeat padding-box;
    background-size: 40px 185px, auto
}

.headerGame .secondSide {
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: hidden;
}

.headerGame .secondSide .checkBet span {
    margin-left: 10px;
}

.headerGame .secondSide i {
    font-size: 20px;
    color: var(--primary-main);
    cursor: pointer;
}

body.desktop .headerGame .secondSide>.moveUp.done {
    position: relative;
    -webkit-animation: mymove 3s 1;
            animation: mymove 3s 1;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: -150px;
    width: 100%;
}

.headerGame .secondSide>.moveUp.done {
    position: relative;
    -webkit-animation: mymoveMobile 3s 1;
            animation: mymoveMobile 3s 1;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    top: -130px;
    width: 100%;
}

@-webkit-keyframes mymove {
    0% {top: 0px;}
    40% {top: -77px;}
    60% {top: -77px;}
    100% {top: -150px;} 
}

@keyframes mymove {
    0% {top: 0px;}
    40% {top: -77px;}
    60% {top: -77px;}
    100% {top: -150px;}   
}

@-webkit-keyframes mydown {
    0% {top: -150px;}
    40% {top: -77px;}
    60% {top: -77px;}
    100% {top: 0px;}
    
}

@keyframes mydown {
    0% {top: -150px;}
    40% {top: -77px;}
    60% {top: -77px;}
    100% {top: 0px;} 
}

@-webkit-keyframes mymoveMobile {
    0% {top: 0px;}
    40% {top: -66px;}
    60% {top: -66px;}
    100% {top: -130px;} 
}

@keyframes mymoveMobile {
    0% {top: 0px;}
    40% {top: -66px;}
    60% {top: -66px;}
    100% {top: -130px;}  
}

.headerGame .secondSide .checkBet {
    height: 77px;
    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;
}

.headerGame .secondSide .editBet {
    height: 77px;
    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;
}

body.mobile .headerGame .secondSide,
body.tablet .headerGame .secondSide,
body.mobile .gameEuro .footballMatchResult,
body.tablet .gameEuro .footballMatchResult,
body.mobile .headerGame .secondSide .checkBet,
body.tablet .headerGame .secondSide .checkBet,
body.mobile .headerGame .secondSide .editBet,
body.tablet .headerGame .secondSide .editBet {
    height: 66px;
}

.predictionContent .headerGame .footballMatchResult select {
    width: 90px;
    height: 51px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 0 12%;
    background: #232833 0% 0% no-repeat padding-box;
    margin-bottom: 0;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
}

body.mobile .predictionContent .headerGame .footballMatchResult select,
body.tablet .predictionContent .headerGame .footballMatchResult select {
    max-width: 93px;
    max-height: 44px;
}

.gameEuro.check {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.predictionContent .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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 14px 0 0 16px;
}

.predictionContent .gameEuro .footballMatch .team img {
    width: unset;
    height: 73px;
    margin-bottom: 12px;
}

body.mobile .predictionContent .gameEuro .footballMatch .team img {
    width: 64px;
    margin-bottom: 11px;
}

body.mobile .predictionContent .gameEuro .footballMatch,
body.tablet .predictionContent .gameEuro .footballMatch {
    margin: 30px 0 0;
}

.predictionContent .gameEuro .footballMatch {
    margin: 19px 0 0;
}

.gameEuro .gameEuroHeader span{
    font-size: 10px;
    color: #E4EDF8;
    padding-left: 8px;
}

.gameEuro .footballMatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 15px 0 0;
    position: relative;
    z-index: 2;
}

.gameEuro.check .footballMatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 19px 0 00px;
    position: relative;
    z-index: 2;
}

.gameEuro.check .gameEuroHeader span > img {
    display: none;
}

.gameEuro.check>p {
    font-size: 16px;
    margin: 0 auto;
    width: 349px;
    height: 44px;
    color: #0077ff;
    text-align: center;
    background-color: hsla(223, 18%, 15%, .6);
    z-index: 1;
    position: relative;
    left: 0;
    bottom: 0;
-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: unset;
    height: 59px;
    margin-bottom: 12px;
}

.gameEuro .footballMatch .team p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #E4EDF8;
    text-align: center;
    width: 82px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.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: 22px;
    color: #E4EDF8;
    text-shadow: 0px 0px 6px #0077ffd3;
    font-weight: bold;
    font-style: italic;
}

body.mobile .gameEuro .footballMatch .middle p{
    margin: 0;
    font-size: 19px;
    color: #E4EDF8;
    text-shadow: 0px 0px 6px #0077ffd3;
    font-weight: bold;
    font-style: italic;
}

.gameEuro .footballMatch .middle span{
    font-size: 10px;
    color: #e4edf8cc;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 77px;
    max-width: 315px;
    margin: 0 auto;
}

.gameEuro .footballMatchResult span {
    width: 17px;
    text-align: center;
}

.gameEuro .footballMatchResult select{
width: 45%;
color: #FFFFFF;
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 .btn {
    margin-left: 29px;
}

body.mobile .gameEuro .btn {
    width: 92px;
    max-height: 50px;
    min-height: 47px;
}

.gameEuro .gameEuroHeader .pointsResults{
    width: 68px;
    height: 24px;
    background-color: #0077FF;
    border-radius: 12px;
    padding: 0px;
    line-height: 24px;
    font-size: 12px;
    color: #E4EDF8;
    text-align: center;
    font-weight: 500;
}

.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: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0074FA;
    padding: 13px;
    margin: 0;
    border-radius: 14px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
}

.gameEuro .euroBottom .blue-white span{
    font-size: 18px;
    color: #E6F1FF;
    line-height: 23px;
    width: 100%;
}

body.mobile .gameEuro .euroBottom .blue-white span{
    font-size: 16px;
    line-height: 20px;
}

#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 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 19px 0 22px;
}

.positionItem:nth-child(even) {
    background-color: #292F3B;
}

.positionItem:nth-child(odd) {
    background-color: #ffffff0a;
}

.tabContainer .ranking .positionItem p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 22px;
    color: #e6edf7e6;
    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;
}

.tabContainer .ranking .position {
    background-color: #E6EDF7;
    border-radius: 13px;
    font-size: 14px;
    color: #292F3B;
    display: inline-table;
    -webkit-box-shadow: 0px 3px 6px #0000006e;
            box-shadow: 0px 3px 6px #0000006e;
    min-width: 25px;
    padding: 4px 9px;
}

.tabContainer .ranking .position.firstThird {
    background-color: #0077FF;
    color: #E6EDF7;
}

.firstPositionItem.myRang {
    background-color: hsla(215, 52%, 94%, .4);
    border-radius: 10px 10px 0 0;
}

.positionItem.myRang .postion {
border-radius: 14px;
background-color: white;
padding: 4px;
}

.myRang p {
    opacity: 100%;
}

.navAndTerms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.navAndTerms a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 1px 16px 0 0;
    cursor:pointer;
}

.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 {
    -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 {
    border-radius: 10px;
    margin: 0 auto;
    max-width: 348px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px;
    border-radius: 1px;
    background-image: url(/images/Mask-Group-1477.png);
    background-size: 100%;
    height: 365px;
        background-repeat: no-repeat;
}

.maincontapEuro .euroCup {
    width: 45%;
    margin: -7px 0 0px 0;
    height: 107px;
    background-repeat: no-repeat;
    background-image: url(/images/apartament-level.svg);
}

.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%, .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 #FFFFFF;
    z-index: 1;
}

.tab2Euro .tablinks22.active span {
    color: #FFFFFF;
    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 #FFFFFF;
    z-index: 1;
}

.tab22Euro .tablinks222.active span {
    color: #FFFFFF;
    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 #FFFFFF;
    z-index: 1;
}

.tab223Euro .tablinks2223.active span {
    color: #FFFFFF;
    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%;
}

.framedform[data-content="start"] .rule span {
    margin-right: 5px;
}

.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;
}

@-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: relative;
padding: 13px;
}

.back2Promos {
position: relative;
vertical-align: top;
display: inline-block;
}

.back2Promos  > p {
color: white;
font-weight: 600;
padding-left: 25px;
vertical-align: top;
margin: 0;
}

.bonusRules {
position: relative;
float: right;
vertical-align: top;
color:#0077FF;
margin-top: 5px;
}

.tableclas {
max-width: 360px; 
margin:0 auto;
}

.mecktothegame:before {
content: "";
padding: 0px;
font-size: 26px;
color: #2595E2;
vertical-align: top;
width: 15px;
height: 30px;
position: absolute;
left: 0;
top: 0;
background: url(/images/arrow-2.png);
background-repeat: no-repeat;
background-position: left center;
}

.mecktothegame {
padding: 0 0 0 25px;
margin: 0px;
font-size: 12px;
line-height: 12px;
vertical-align: top;
text-align: left;
}

body.desktop ::-webkit-scrollbar {
padding: 3px;
width: 5px;
height: 14px;
margin: 3px;
}

.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: #292F3B;
    border-radius: 0px;
    margin: 0px;
}

body.desktop ::-webkit-scrollbar-thumb {
background: #ffffff80;
border: 0px;
border-radius: 6px;
}

.tabContainer .gameDate .datepick.dateTimeAct {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 53px;
height: 60px;
color: #1E232B;
border-radius: 12px;
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;
}

.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;
}

.tabContainer .dateTimeInact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 68px;
width: 53px;
border-radius: 27px;
background: #1E232B 0% 0% no-repeat padding-box;
}

body .tabContainer .dateTimeInact .time {
    font-size: 18px;
    width: 54px;
    height: 60px;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    border-radius: 12px;
    background: #E6F1FF0d;
    cursor: pointer;
    font-weight: bold;
}

.tabContainer .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;
}

.calendar .datepick {
    background: unset;
}

.tabContainer .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: 100%;
background-color: transparent; 
padding: 0px;
}

body #period .period {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 170px;
height: 59px;
border-radius: 10px;
border: 1px solid rgba(230, 237, 247, .1);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

body #period .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: 9px 10px 6px 10px;
}

.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;
}

.tabContainer .dateTimeInact {
    cursor: pointer;
}

.tabContainer .ranking>div {
    height: 370px;
    overflow: auto;
}

.tabContent22 {
    text-align:center;
    margin: 17px -12px 0;
}

.tabContent22>div>p {
    padding-left: 22px;
}

.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;
    color: #e4edf8b8;
}

#countdown {
    font-size:22px;
    font-weight:600;
    color:black;
}

.maincountdown {
    display: block;
    margin: 208px 180px 217px 160px;
    max-width: 330px;
    text-align: center;
    font-size: 16px;
    color: black;
    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;
}

.gameHistoryList div .tab2 div.active span {
color: #FFFFFF;
}

.gameHistoryList  {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 0 14px;
}

.gameHistoryList>div  {
color: white;
font-weight: 500;
font-size: 18px;
background: #e6f1ff1a;
border-radius: 10px;
min-width: 70px;
min-height: 20px;
line-height: 30px;
}

html[lang="bg"] .in .backgroundwitharrow {
background-image: url(/images/LuckyWheelSping_end_1080x1080-2.png);
background-repeat: no-repeat;
background-position: 100% 37px;
min-height: 1000px;
background-size: 100%;
}

html[lang="en"] .in .backgroundwitharrow {
background-image: url(/images/Wheel_Desktop_Fulfilled_EN.png);
background-repeat: no-repeat;
background-position: 100% 37px;
min-height: 1000px;
background-size: 100%;
}

.out .backgroundwitharrow {
background-image: url(/images/Wheel_Desktop_Fulfilled.png);
background-repeat: no-repeat;
background-position: 100% 37px;
min-height: 1000px;
background-size: 100%;
}

.globalconteiner {
    max-width:1238px;
    margin:0 auto;
    display: block;   
    width: calc(100% - (2 * var(--grid-margin-l-r)));
}

.showtv {
    color: var(--primary-main);
    text-decoration: underline;
}

#participationfix {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    text-align: justify;
    color: #ffffffd1;
}

.participation {
    width: 70%;
}

.participationx {
    width: 70%;
}

#participationfixx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    text-align: justify;
    color: #ffffffd1;
}

.participationx {
    width: 70%;
}

.megacontejner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    opacity: 0;
    min-width: 1100px;
}

.megastanding {
    width:30%;
        background: #1f232d;
    padding: 8px;
    margin: 36px 10px;
    border-radius: 10px;
    max-height: 708px;
    display: none;
}

body[page="wheel"] #participation {
        width: 60%;
}

body[page="wheel"] #participationx {
    width: 50%;
    background-image: url(/images/IPHONE_GIVEAWAY_1080x1080_website.png);
background-size: 100%;
background-repeat: no-repeat;
}

#loader1 {
    margin-top: -60px;
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
}

body[page="wheel"].in .positionItem:nth-child(1){
    display:none;
}

.alreadymsg {
    margin-top: 320px;
    color: black;
}

.participationSsideLeft {
    width:40%;
}

.DumpIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.klasiraneto {
    width: 50%;
    margin: 4px;
}

.BoxTop h3 {
    color: white;
    font-size: 30px;
}

.Iphoneinfo {
font-size: 16px;
    min-height: 298px;
    background: #213068;
    border-radius: 12px;
    font-weight: 800;
}

.Gamelistfooterprize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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;
}

.bonusRules {
    padding: 4px 8px!important;
    border-radius: 20px;
}

.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;
    font-size: 40px!important;
    opacity: 1!important;
    font-weight: 800;
    color: #FFFFFF;
}

.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;
}

.Gamelistfooterprize p span {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 400;
    display: block;
}

.klasiraneto2 {
    padding: 0px 32px;
}

.NagradiWheelspan {
    width: 20%;
    font-size: 30px;
    color: #FFFFFF;
    padding: 3px 2px;
    font-weight: 700;
}

.MinLogConteiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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;
}

.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;
}

@media only screen and (max-width: 800px) {
    body[page="wheel"] #participationfix {
    width: 100%;
}

.megacontejner {
    min-width: 100%;
}

.backgroundwitharrow {
    background-position: 44% 44px;
}

.participationSsideLeft {
    display: none;
    }
}

@media only screen and (max-width: 600px) {

html[lang="bg"] .in .backgroundwitharrow {
    background-image: url(/images/LuckyWheelSping_end_1080x1080-2-mobile.png);
    background-repeat: no-repeat;
    background-position: 46% -6px;
    min-height: 700px;
    background-size: 150%;
}

    html[lang="bg"]  .out .backgroundwitharrow {
    background-image: url(/images/Wheel_Mobile_Fulfilled.png);
    background-repeat: no-repeat;
    background-position: 46% -6px;
    min-height: 700px;
    background-size: 242%;
}

    html[lang="en"] .in .backgroundwitharrow {
    background-image: url(/images/Wheel.png);
    background-repeat: no-repeat;
    background-position: 46% -6px;
    min-height: 700px;
    background-size: 242%;
}

    html[lang="en"]  .out .backgroundwitharrow {
    background-image: url(/images/Wheel_Mobile_Fulfilled.png);
    background-repeat: no-repeat;
    background-position: 46% -6px;
    min-height: 700px;
    background-size: 242%;
}

    body[page="wheel"] #participationfix {
    display: block;
            margin-top: -20px;
}

    .game[page="wheel"] section.pageContent {
    background-image: url(/images/Wheel_Mobile_BCKGR.png);
    background-repeat: no-repeat;
}

    .maincountdown {
    margin: 140px auto;
    }

.plealogin {
    z-index: 99999;
    width: 100%;
    height: 330px;
    margin: 0px;
    opacity: 0;
}

.maincontapEuro .countDownRow {
    height: 160px;
}

.maincontapEuro {
    max-width: 500px;
    height: 375px;
}
}

@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;
}

}

@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;
}
}

.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: #FFFFFF;
    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;
}

}
.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 40px;
    text-align: left;
}

.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: #FFFFFF;
    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;
}

body.mobile:not(.sports):not(.casino) section.pageContent {
    min-height: 875px;
}

#period .period input::-webkit-calendar-picker-indicator {
    font-size: 24px;
    color: #E6EDF7 !important;
    opacity: 1 !important;
    -webkit-filter: invert(1);
            filter: invert(1);
    cursor: pointer;
}

.navAndTerms a.back2Promos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    padding: 0;
    gap: 12px;
}

.navAndTerms a.back2Promos .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.navAndTerms .menu .page {
    font-size: 16px;
    font-weight: bold;
    color: #E4EDF8;
    line-height: 22px;
}

.navAndTerms .menu .menuTitle {
    font-size: 12px;
    color: #e4edf8b3;
    line-height: 16px;
}

body #palms_root {
    flex-direction: column;
}

body.mobile .side.center, body.tablet .side.center {
    width: 100%;
}

.framedform[data-content="prediction"] .framedcontent {
    width: 900px;
}

.ranking .positionItem.myRang {
    background-color: var(--primary-dark);
}

.mobile #periodResultsButton {
    width: 100%;
}

.mobile .remdays {
    margin: -30px 0 15px 0;
    transform: translateY(13px);
}

body.mobile .tabContainer {
    margin: 180px 12px;
}

body.mobile .bottomElement div#period {
    top: 75px;
    left: calc(50% - 75px);
}

.msg-bet-predictor{
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: none;
}