/* #gameAreaContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */

.gameWrap {
    position: relative;
    margin: auto;
    max-width: 90%;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

canvas {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    border: 0px solid gray;
    padding: 15px;
    background: unset !important;
}

#gameArea {
    width: 100%;
    /*   height: 600px;*/
}

.gameScreen {
    width: 100%;
}

#gameCover {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#countdown {
    font-family: 'Roboto Condensed', sans-serif;
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 9%;
    margin-left: -100px;
    margin-top: -50px;
    color: #a0813b;
    font-size: 53px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

#countdown.puffer {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}


.game-cover-elements {
    /*margin-top: 470px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.cdText {
    text-align: center;
    color: #ffffff;
    font-size: 160px;
}

.gcText {
    text-align: center;
    font-size: 16px;
    color: #a0813b;
    padding: 40px;
}


.stGame {
    background-color: #e10f59;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 6px;
}

.tncIcons {
    max-width: 40px;
    display: inline-block;
}

.clickswrap {
    max-width: 300px;
    margin: auto;
}

.clicks {
    color: #000;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight: bold;
}

.avail,
.comp {
    background-color: #a0813b;
    color: #FFFFFF;
}

.spinsLeft {
    padding: 5px;
    background-color: #66bd48;
    max-width: 180px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 15px auto;
}

.rewardLoader {
    text-align: center;
}

.rewardLoader h1 {
    font-size: 24px;
    color: #66bd48;
    ;
}

.rkBtn {
    margin: 30px auto 10px;
    display: block;
    background-color: #FFFFFF;
    border: 0;
    font-size: 20px;
    line-height: 28px;
    border-radius: 6px;
    color: #e10f59;
    padding: 5px 10px 7px;
}

.rkBtn:hover {
    color: #FFFFFF;
    background-color: #000;
    border: 0;
}

.keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 51, 0.8);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.keyInfo p {
    margin: 0;
}

.keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.keyBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 180px;
    width: 100%;
    margin: 5px auto 0;
    color: #FFF;
    font-size: 16px;
}

.keyIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(15, 15, 16, 0.8);
    width: 120px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
}

.keyInfo {
    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: 100%;
    background-color: rgba(15, 15, 16, 0.8);
    padding: 0 5px;
    border-radius: 0 6px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.keyInfo p {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    color: #d1d1d1;
    font-weight: 500;
    padding: 5px 0;
}

@media (min-width:481px) {}

@media (min-width:768px) {


    .clickswrap {
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .clicks {
        margin: 5px;
        width: 100%;
    }
}

@media (min-width:1000px) {}

@media (min-width:1025px) {}

@media (min-width:1441px) {}