﻿@font-face {
    font-family: DUNKIN_SANS;
    src: url('../Font/DUNKIN SANS.OTF');
}

@font-face {
    font-family: CrystalBetUni_Bold;
    src: url('../Font/CrystalBetUni-Bold.otf');
}

@font-face {
    font-family: Intro_Book_Alt;
    src: url('../Font/Intro-Book-Alt.otf');
}

@font-face {
    font-family: Intro_Black;
    src: url('../Font/Intro-Black.otf');
}

body {
    overflow: hidden;
}

body:after{
    display:none;
    content:
            url('../Images/buttonDefault.png')
            url('../Images/buttonHover.png')
            url('../Images/buttonActive.png')
            url('../Images/buttonDisabled.png');
}

.game-container {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url('../Images/background.png');
}

.game-container .menu-div{
    top: 50px;
}

.Bottom {
    width: 2500px;
    height: 303px;
    position: absolute;
    /*bottom: -23px;*/
    transition: all 0.25s;
}

#help {
    display: none !important;
}

.internet-lost {
    display: none;
}

#game {
    background: #009cff;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

#UserAmount {
    position: absolute;
    top: 50px;
    right: 70px;
    width: 382px;
    height: 57px;
    display: flex;
    padding-top: 7px;
    align-items: baseline;
    background: url(../Images/Amount.png) no-repeat;
}

#UserAmountTittle {
    font-family: CrystalBetUni_Bold;
    color: rgb(18, 102, 215);
    padding-left: 80px;
    font-size: 25px;
}

#UserAmountValue {
    padding-left: 10px;
    font-family: DUNKIN_SANS;
    font-size: 25px;
    color: rgb(255, 237, 119);
    text-shadow: 0px 2px 4px rgba(0, 84, 255, 0.4);
}

#UserAmountGel {
    font-family: DUNKIN_SANS;
    font-size: 16px;
    color: rgb(255, 237, 119);
    text-shadow: 0px 2px 4px rgba(27, 82, 188, 0.64);
}

#balanceError {
    position: absolute;
    width: 337px;
    height: 60px;
    top: 46px;
    left: 4px;
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-family: 'Intro_Book_Alt';
    text-transform: uppercase;
    line-height: 76px;
    letter-spacing: 1px;
    background: url('../Images/balanceError.png');
}

#balanceError.active {
    opacity: 1;
    animation:mymove 0.5s ease-out;
    -webkit-animation:mymove 0.3s;
}

.ka #balanceError.active {
    font-family: 'CrystalBetUni_Medium';
}

@keyframes mymove { 
    from {
        top: 40px; opacity: 0;
    }
    to {
        top:46px; opacity: 1
    }
}

@-webkit-keyframes mymove {
    from {
        top: 40px; opacity: 0;
    }
    to {
        top:46px; opacity: 1
    }
}

.ValueOpacity {
    opacity: 0.5;
}

.Num {
    font-family: 'DUNKIN_SANS';
    font-size: 55px;
    text-shadow: -1px 3px 3px #ee9418c9, 1px 2px 3px #ee9418bd;
    width: 15PX;
    height: 70px;
    line-height: 39px;
    text-align: center;
}

.NumCenter{
    display:flex;
    margin:auto;
}

.WinNumber {
    display: flex;
    font-family: 'DUNKIN_SANS';
    position: absolute;
    top: 493px;
    line-height: 60px;
    left: calc(50% - 310px);
    font-size: 20px;
    width: 600px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(89, 55, 20, 0.004);
    z-index: 7;
}

.WinNumberGEL {
    font-family: 'DUNKIN_SANS';
    position: absolute;
    top: 534px;
    line-height: 53px;
    left: calc(50% - 167px);
    font-size: 30px;
    width: 310px;
    text-align: center;
    color: #fff;
    text-shadow: -1px 3px 3px #ee9418c9, 1px 2px 3px #ee9418bd;
    z-index: 7;
}


#UserAmountValue > .point, #WinAmountValue > .point, #WinPopUpAmountValue > .point {
    height: 8px !important;
    width: 8px !important;
}     

.WinNumber > img {
    height: 35px;
    margin-left: -3px;
}

.ErrorMessageBG {
    display: none;
    width: 100%;
    height: 100vh;
    background-image: url(../Images/Popupbaground.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
}

.ErrorMessage {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 100;
    top: 210px;
    width: 493px;
    background-image: url(../Images/ErrorMesageBG.png);
    background-repeat: no-repeat;
    display: none;
    height: 287px;
}

.ErrorMessaget {
    color: white;
    display: block;
    width: 100%;
    height: 65%;
    margin: 0 auto;
    margin-top: 72px;
    font-size: 30px;
    text-align: center;
    font-family: CrystalBetUni_Bold;
}
.popup-exit-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 449px;
    top: 8px;
    cursor: pointer;
    background: url(../Images/ErrorMesageClose.png) no-repeat;
}

#ErrorMessage {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 100;
    top: 250px;
    display: block;
    background: url(../Images/ErrorMesageBG.png) no-repeat;
    width: 493px;
    height: 290px;
    margin-top: -63px;
    z-index: 3;
}

#Message {
    color: white;
    display: block;
    width: 518px;
    height: 65%;
    margin: 0 auto;
    margin-top: 98px;
    font-size: 25px;
    text-align: center;
    font-family: CrystalBetUni_Bold;
}

#ErrorMessage > span {
    font-size: 35px;
    margin-top: 88px;
}

.ErrorMessage {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 100;
    top: 210px;
    display: none;
}

.popup-header-text {
    font-family: CrystalBetUni_Bold;
    color: #9b0b53; 
    width: 200px;
    height: 46px;
    left: 210px;
    position: absolute;
    top: 7px;
    text-align: center;
    padding-top: 10px;
    font-size: 25px;
    display:none;
}

.BTOposite {
    display:none;
    width: 491px;
    left: 156px;
    position: absolute;
    bottom: 35px;
    background: #0044bd;
    z-index: 66;
    height: 143px;
    opacity: 5;
    opacity: 0.4;
    border-radius: 26px;
}

.NetworkPopUp {
    display: none;
    background: url(../Images/ErrorMesageBG.png) no-repeat;
    width: 540px;
    height: 314px;
    margin-top: -63px;
    z-index: 3;
    background-size: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: -270px;
}

.NetworkPopUp >  .popup-header-text{
    font-family: CrystalBetUni_Bold;
    color: #9b0b53;
    width: 200px;
    height: 46px;
    left: 169px;
    position: absolute;
    top: 1px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.NetworkPopUp > .popup-exit-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 479px;
    top: 16px;
    cursor: pointer;
    background: url(../Images/ErrorMesageClose.png) no-repeat;
    background-size: 100%;
    display: block !important;
}

.NetworkPopUp > #NetworkMessage{
    color: white;
    display: block;
    width: 380px;
    height: 65%;
    margin: 0 auto;
    margin-top: 98px;
    font-size: 25px;
    text-align: center;
    font-family: CrystalBetUni_Bold;
    font-size: 23px;
    margin-top: 130px;
}

.TimeOut {
    display: none;
    background: url(../Images/ErrorMesageBG.png) no-repeat;
    width: 540px;
    height: 314px;
    margin-top: -63px;
    z-index: 3;
    background-size: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: -270px;
}

.TimeOut >  .popup-header-text{
    font-family: CrystalBetUni_Bold;
    color: #9b0b53;
    width: 200px;
    height: 46px;
    left: 169px;
    position: absolute;
    top: 1px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
.TimeOut > .popup-exit-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 492px;
    top: 8px;
    cursor: pointer;
    background: url(../Images/ErrorMesageClose.png) no-repeat;
    background-size: 100%;
    display: block !important;
}

.TimeOut > #TimeOutMessage{
    color: white;
    display: block;
    line-height: 80px;
    width: 365px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    font-family: CrystalBetUni_Bold;
    font-size: 23px;
    margin-top: 60px;
    padding-top: 0px;
    padding: 43px 0;

}
.TimeOut > .TimeOutNewGameBt {
    color: #b58908;
    display: block;
    width: 225px;
    height: 50px;
    margin: 0 auto;
    background: url(../Images/TimeOutNewGame.png) no-repeat;
    cursor: pointer;
    font-family: CrystalBetUni_Bold;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    background-size: 100% 100%;
}

.game-head-dealnumber {
    font-size: 14px;
    font-family: 'crystal1';
    color: #b4b4b6;
    text-shadow: 0.682px 0.731px 1px rgba(8, 7, 12, 0.004);
    line-height: 40px;
    padding: 0 15px 0 15px;
}

.HighScores {
    position: absolute;
    top: 355px;
    left: -1px;
    width: 49px;
    height: 182px;
    cursor: pointer;
    background: url('../Images/high_scores.png') no-repeat;
}

.HighScores.active, .HighScores:hover {
        background: url('../Images/high_scores-hover.png') no-repeat !important;
}

.back {
    background-color: rgb(88, 213, 255);
    box-shadow: 0px 2px 6px 0px rgba(9, 36, 89, 0.32);
    position: absolute;
    left: 60px;
    top: 179px;
    width: 232px;
    height: 374px;
    z-index: 428;
}

.HighScoresInfo {
    display: none;
    position: absolute;
    top: 355px;
    left: 55px;
    width: 310px;
    height: 410px;
    z-index: 9;
    border-radius: 8px;
    background-color: #4dbaff;
    border-radius: 20px;
    box-shadow: 0px 2px 6px 0px rgba(9, 36, 89, 0.32);
}

.HighScoresInfoHead {
    width:100%;
    height:80px;
}
  
.MyScores {
    position: absolute;
    top: 545px;
    left: -1px;
    width: 49px;
    height: 182px;
    cursor: pointer;
    background: url('../Images/my_scores.png') no-repeat;
}

.MyScores span,
.HighScores span {
    position: absolute;
    width: 143px;
    top: 76px;
    left: -53px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-90deg);
    font-family: 'DUNKIN_SANS';
}

.ru .MyScores span,
.ru .HighScores span,
.ka .MyScores span,
.ka .HighScores span {
    font-family: 'CrystalBetUni_Bold';
}

.MyScores span {
    top: 73px;
}

.MyScores.active, .MyScores:hover {
    background: url(../Images/my_scores-hover.png) no-repeat !important;
}

.MyScoresInfo {
    display: none;
    position: absolute;
    z-index: 9;
    top: 355px;
    left: 55px;
    width: 310px;
    height: 410px;
    border-radius: 8px;
    background-color: #4dbaff;
    border-radius: 20px;
    box-shadow: 0px 2px 6px 0px rgba(9, 36, 89, 0.32);
}

.MShead {
    width: 100%;
    height: 46px;
    background-color: #037ce1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.MyScoresInfo .MSTittle {
    width: calc(100% - 34px);
    height: calc(100% - 10px);
    margin: auto;
    color: #fff;
    font-size: 15px;
    padding-top: 11px;
    font-family: DUNKIN_SANS;
    text-transform: uppercase;
    text-align: center;
}

.ru .MSTittle,
.ka .MSTittle {
    font-family: 'CrystalBetUni_Bold';
}

.MyScoresInfo .MSTittle::before {
    content: "";
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../Images/my_scores_icon.png);
    vertical-align: middle;
    position: absolute;
    left: 17px;
}

/* My scrores scroll start*/
.my-scores-container {
    overflow-y: auto;
    height: 355px;
}
.my-scores-container::-webkit-scrollbar {
    display: none;
}
/* My scrores scroll end*/

.HSclose {
    background: url(../Images/smoll-close.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 11px;
    background-position: center;
    cursor:pointer;
}
.MSclose {
    background: url(../Images/smoll-close.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 11px;
    background-position: center;
    cursor:pointer;
}

.MSList {
    width: 95%;
    height: 28px;
    margin: auto;
    background: url(../Images/Untitled-10.png) no-repeat;
    display: flex;
    border-radius: 14px;
    margin-top: 7px;
    /* visibility: hidden; */
}

.MSListDate {
    width: 80px;
    color: #037ce1;
    font-family: 'DUNKIN_SANS';
    font-size: 12px;
    text-align: left;
    line-height: 2;
}

.MSCurancy{
    font-size:10px;
    line-height:30px;
}

.MS1Curancy {
    font-size: 9px;
    line-height: 26px;
}

.MSListCurrency {
    display: flex;
    width: 70px;
    color: #fff;
    font-family: 'DUNKIN_SANS';
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    line-height: 26px;
}

.MSListGEL {
    display: flex;
    width: 80px;
    color: #fff;
    font-family: 'DUNKIN_SANS';
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    line-height: 26px;
}

.MSListWin {
    display: flex;
    justify-content: center;
    width: 130px;
    color: #ffed77;
    font-family: 'DUNKIN_SANS';
    background-image: url(../Images/Untitled-9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin-top: 3px;
    height: 23px;
    margin-right: 3px;
}

.HShead {
    width: 100%;
    height: 46px;
    background-color: #037ce1;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.HSTittle {
    width: calc(100% - 34px);
    height: calc(100% - 10px);
    margin: auto;
    color: #fff;
    font-size: 15px;
    padding-top: 11px;
    font-family: DUNKIN_SANS;
    text-transform: uppercase;
    text-align: center;
}

.ru .HSTittle,
.ka .HSTittle {
    font-family: 'CrystalBetUni_Bold';
}

.HSTittle::before {
    content: "";
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../Images/high_scores_icon.png);
    vertical-align: middle;
    position: absolute;
    left: 17px;
}

.HSOne {
    margin-top: 9px!important;
}

.HSTen {
    margin-top: 9px;
}

.HSList {
    width: 95%;
    height: 28px;
    margin: auto;
    background: url('../Images/Untitled-10.png') no-repeat;
    display: flex;
    border-radius: 14px;
    margin-top: 7px;
    visibility: hidden;
}

.HSListName {
    width: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Intro_Book_Alt';
}

.HSListDate {
    width: 80px;
    color: #037ce1;
    font-family: 'DUNKIN_SANS';
    font-size: 11px;
    text-align: left;
    line-height: 30px;
}

.HSListGel {
    display: flex;
    width: 85px;
    color: #fff;
    font-family: 'DUNKIN_SANS';
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
}

.Curancy {
    font-size: 9px;
    padding-top: 3px;
}

.HSListWin {
    display: flex;
    justify-content: center;
    width: 130px;
    color: #ffed77;
    font-family: 'DUNKIN_SANS';
    background-image: url(../Images/Untitled-9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin-top: 2px;
    height: 23px;
    margin-right: 3px;
}

.HSCurancy {
    font-size: 9px;
    line-height: 26px;
}

.HSListBet {
    visibility: hidden;
    display: flex;
    width: 130px;
    height: 23px;
    color: #ffed77;
    background-image: url(../Images/Untitled-9.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 2px;
    margin-right: 3px;
}

.HSBetWin:hover > .HSListWin {
    display: none;
}

.HSBetWin:hover > .HSListBet {
    visibility: visible;
}

.BetText {
    color: #fff;
    font-family: 'DUNKIN_SANS';
    font-size: 12px;
    text-align: center;
    width: 45px;
    line-height: 23px;
}

.HSListBet > .BetText {
    width: 0;
}

.HSListBet > .BetValue {
    width: 100%;
}

.BetCurrancy {
    font-size: 9px;
    line-height: 24px;
}

.HSListBet > .BetValue > .BetCurrancy {
    font-size: 9px;
    line-height: 26px;
}

.BetValue {
    display: flex;
    justify-content: center;
    font-family: 'DUNKIN_SANS';
    font-size: 12px;
    width: 55px;
    text-align: center;
    line-height: 2;
}

.Confet {
    position: absolute;
    top: calc(50% - 310px);
    left: calc(50% - 391px);
    width: 800px;
    height: 450px;
    background-repeat: no-repeat;
}

.ConfetImg {
    display:none;
}

.loader-div {
    z-index: 1000!important;
}






/* New */
body.no-header {
    background: #000;
    overflow: hidden;
}

body.no-header .game-head {
    display: none;
}

.game-div {
    position: absolute;
    width: 2470px;
    height: 1154px;
    left: 0;
    top: 0;
    transform-origin: top left;
}

.game-logo {
    position: absolute;
    top: 50px;
    left: 303px;
    width: 327px;
    height: 225px;
    pointer-events: none;
    background: url("../Images/Logo.png");
}

.gameButton {
    position: absolute;
    z-index: 3;
    width: 204px;
    height: 204px;
    top: 770px;
    right: calc(50% - 826px);
    cursor: pointer;
    border-radius: 50%;
}

.gameButton:before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: -42px;
    top: -39px;
    width: 260px;
    height: 259px;
    background: url('../Images/buttonDefault.png') no-repeat center;
}

.gameButton:hover:before {
    background: url('../Images/buttonHover.png') no-repeat center;
}

.gameButton.active:before {
    background-image: url('../Images/buttonActive.png');
}

.gameButton.disabled:before {
    background-image: url('../Images/buttonDisabled.png');
}

.gameButton.pointerNone {
    pointer-events: none;
}

.betsSlider {
    width: 1300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 145px;
}

.sliderHidden {
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.betsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: Intro_Black;
}

.bet {
    position: relative;
    width: 260px;
    cursor: pointer;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    transition: 0.1s;
}

.bet span {
    font-size: 18px;
}
  
.bet.item-sm {
    top: 5px;
    font-size: 36px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.239);
    margin-left: -5px;

}

.bet.item-sm div {
    transform: scale(0.7);
}

.bet.item-md {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.502);
    margin-left: -22px;
}

.bet.item-lg {
    transition: 0.2s;
    color: #FFFFFF;
    font-size: 36px;
    transform: scale(1.4);
    margin-right: 22px;
    margin-left: 44px;
}

.slideLeft,
.slideRight {
    width: 0;
    height: 0;
    top: 35px;
    left: -40px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 13px solid rgb(255, 255, 255);
}

.slideRight {
    left: auto;
    right: -40px;
    transform: rotate(180deg);
}

.slideRight:before,
.slideLeft:before {
    content: '';
    width: 43px;
    height: 43px;
    position: absolute;
    left: -13px;
    top: -21px;
    border-radius: 50%;
    transform: scale(0);
    transition: all .2s;
    background-color: rgba(255, 255, 255, 0.278);
}

.slideRight:hover:before,
.slideLeft:hover:before {
    transform: scale(1);
}

.winPopup {
    position: absolute;
    width: 363px;
    height: 293px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    text-align: center;
    transform: scale(0);
    transition: all 0.3s;
}

.winPopup.active {
    opacity: 1;
    transform: scale(1);
}

.winPopup.active.winPopup::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../Images/wonBackground.png');
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}

@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.winPopupStars {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 156px;
    height: 60px;
    background: url('../Images/wonStarsBackground.png');
}

.start {
    opacity: 0;
    width: 34px;
    height: 30px;
    transform: translate(4px, 25px);
    background: url('../Images/wonStarSmall.png');
}

.start.active {
    opacity: 1;
} 

.start:nth-child(2) {
    width: 48px;
    height: 43px;
    transform: translate(0px, 4px);
    background: url('../Images/wonStarBig.png');
}

.start:nth-child(3) {
    transform: translate(-3px, 26px);
}


.winPopupText {
    color: #fff;
    font-size: 33px;
    margin: 100px 0 -12px 0;
    text-transform: uppercase;
    font-family: 'Intro_Black';
    text-shadow: 0px 4px 4px rgba(0, 84, 255, .4);
}

.ru .winPopupText,
.ka .winPopupText {
    font-family: 'CrystalBetUni_Bold';
}

.winPopupAmount,
.winPopupAmount span {
    font-size: 44px;
    word-spacing: -28px;
    font-family: 'DUNKIN_SANS';
    color: rgb(255, 215, 57);
    text-shadow: 0px 4px 4px rgba(0, 84, 255, .4);
}
  
.winPopupAmount span {
    font-size: 31px;
}


.game-error-popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: url('../Images/errorPopupBackground.png');
}

.game-error-popup-content {
    position: absolute;
    width: 399px;
    height: 301px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/errorPopup.png');
}

.game-error-popup-close {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background: url('../Images/errorPopupClose.png');
}

.hiddenImages {
    background-image: url('../Images/errorPopup.png'), url('../Images/errorPopupClose.png');
}

.game-error-popup-text {
    display: flex;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    font-size: 29px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'CrystalBetUni_Bold';
}

.game-error-popup-button {
    position: absolute;
    width: 202px;
    height: 48px;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    line-height: 46px;
    justify-content: center;
    color: rgb(181, 138, 8);
    font-family: 'CrystalBetUni_Bold';
    background: url('../Images/errorPopupButton.png');
}

.hiddenImages {
    background-image: url('../Images/errorPopup.png'), url('../Images/errorPopupClose.png');
}