.sprite {
    display:inline-block; 
    overflow:hidden; 
    background-repeat: 
    no-repeat;
    background-image:url(../Images/Mobile/sprite.png);
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../Fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../Fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Arco';
    src: url('../Fonts/ARCO.TTF');
}
@font-face {
    font-family: 'NotoSansGeorgian';
    src: url('../Fonts/NotoSansGeorgian.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('../Fonts/Inter.ttf');
}
:root {
    --main-bold: 'PoppinsSemiBold';
    --main-regular: 'PoppinsRegular';
    --main-arco: 'Arco';
}
.game-content {
    width: 100%;
    height: 100%;
    font-family: var(--main-regular);
}
.loader-div {
    z-index: 1000;
}
canvas {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.new-main-canvas{
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
}
body{
    background: #000;
}
.main-wheel-buttons{
    position: absolute;
    z-index: 6;
    width: 1600px;
    height: 293px;
    left: 17px;
    top: 48px;
    transform: translate(-50%, 0);
    left: 50%;
    display: flex;
    justify-content: center;
}
.scene{
    overflow: hidden;
}
.autoplay-icon,
.statistic-icon,
.bet-minus,
.bet-plus,
.bet-arrow,
.spin-button,
.turbo-icon,
.sound{
    position: absolute;
    cursor: pointer;
}
.sound{
    top: 22px;
    right: 24px;
}
.bet-arrow{
    top: -41px;
    left: 769px;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../Images/Mobile/bet-arrow.png);
}
.bet-arrow:active{
    background-image: url(../Images/Mobile/bet-arrow-active.png);
}
.bet-arrow.active{
    transform: rotate(180deg);
}
.autoplay-icon{
    left: 450px;
    top: 14px;
}
.statistic-icon{
    left: 1078px;
    top: 14px;
}
.spin-button{
    left: 324px;
    top: 109px;
    transition: transform 0.2s ease;
}
.spin-button.click{
    transform: scale(0.9);
}
.bet-plus{
    left: 971px;
    top: 21px;
    width: 60px;
    height: 60px;
    background-image: url(../Images/Mobile/bet-plus.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bet-plus:active{
    background-image: url(../Images/Mobile/bet-plus-active.png);
}
.bet-plus.disable,
.bet-minus.disable{
    pointer-events: none;
    opacity: 0.5;
}
.bet-minus{
    top: 23px;
    left: 562px;
    width: 60px;
    height: 60px;
    background-image: url(../Images/Mobile/bet-minus.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bet-minus:active{
    background-image: url(../Images/Mobile/bet-minus-active.png);
}
.bet-input {
    width: 385px;
    background-color: transparent;
    border: none;
    text-align: center;
    pointer-events: none;
    color: #fff6e3;
    margin-bottom: 12px;
    font-family: var(--main-bold);
    position: absolute;
    left: 603px;
    top: 18px;
    font-size: 30px;
}
.input-currency.chickenhighway-currency{
    position: absolute;
    left: 727px;
    top: 50px;
    width: 130px;
    text-align: center;
    color: #fff6e3;
}
.input-currency.chickenhighway-currency::after{
    content: attr(data-currency);
    margin-left: 7px;
    font-size: 17px;
    font-family: var(--main-bold);
    font-weight: bold;
}
input[type=number] {
    -moz-appearance: textfield;
}
.game-icon-bt{
    background-image: url(../Images/Mobile/spritePng/menu-icon.png) !important;
}
.game-icon-bt:active{
    background-image: url(../Images/Mobile/spritePng/menu-icon-hover.png) !important;
}
.main-footer{    
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 105px;
}
.main-footer {
    position: absolute;
    width: 100%;
    height: 105px;
    z-index: 6;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 7px;
}
.bonus .main-footer{
    position: absolute;
    width: 100%;
    bottom: 65px;
    height: 105px;
    left: -43px;
}
.menu-div{
    left: 185px;
    top: -143px;
    transform: rotate(-90deg);
    bottom: -124px;
    background: transparent;
}
.menu-div a {
    transform: rotate(90deg);
    border: none;
}
.menu-div.active .game-icon-bt {
    background-image: url(../Images/Mobile/close-menu.png)!important;
    background-position: center !important;
}
.game-exit-bt::after,
.game-exit-bt::before{
    content: '';
    display: none !important;
}
.balance-bet-info{
    display: flex;
    width: 597px;
    justify-content: space-around;
    position: absolute;
    left: calc(50% + -6px);
    top: 10px;
    transform: translate(-50%,0);
}
.balance-txt,
.bet-txt,
.win-txt{
    font-size: 17px;
    color: #ccb24f;
    font-family: var(--main-regular);
    text-transform: uppercase;
}
.bet-txt::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    background: #695c2f;
    top: 24px;
    left: 409px;
}
.bet-txt::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    background: #695c2f;
    top: 24px;
    left: 195px;
}
.win-amount,
.balance-amount,
.bet-amount{
    color: #c2bbac;
    font-size: 17px;
    display: block;
}
.balance-bet-info div{
    text-align: center;
    width: 30%;
}
.menu-div-sub.active{
   background: #0000007d;
   display: block;
}
.main-wheel-border{
    position: absolute;
    width: 836px;
    height: 428px;
    background-image: url(../Images/Mobile/wheel-bottom-border.png);
    z-index: 6;
    transform: translate(-50%, 0);
    left: calc(50% - 0px);
    bottom: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}
.main-wheel-border::after {
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-color: #1c1a1721;
}
.choose-bet-content{
    display: none;
    position: absolute;
    transform: translate(-50%,0);
    width: 491px;
    height: 264px;
    left: 50%;
    background-color: #201e1a;
    z-index: 7;
    bottom: 398px;
    border-radius: 30px;
}
.choose-bet-content.active{
    display: block;
}
.bets{
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100% );
    border-radius: 30px;
    box-shadow: 0 -2px 0px 2px #f9d279, 0 2px 0px 1px #ffb91c;
}
.bets span{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #6d5011;
    cursor: pointer;
    font-family: var(--main-bold);
}
.bet-value.active{
    background-color: #4d3b15;
}
.bets span:last-child{
    margin-bottom: 0;
}   
.autoplay-icon.active{
    top: -90px;
    left: 419px;
} 
.autoplay-icon.active::after{
    content: attr(data-spin);
    position: absolute;
    font-size: 25px;
    color: #ffffff;
    left: -1px;
    top: 36px;
    width: 100%;
    text-align: center;
    font-family: var(--main-bold);
}
.autoplay-spins-count{
    display: none;
}
.autoplay-icon.show .autoplay-spins-count{
    position: absolute;
    width: 107px;
    height: 227px;
    left: 12px;
    top: 49px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.autoplay-spins-count span{
    font-family: var(--main-bold);
    border-bottom: 1px solid #15431e;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.autoplay-spins-count span:active,
.autoplay-spins-count span.active{
    box-shadow: inset 0 0 0px 4px #66eb27, 
                inset -10px 5px 15px 15px #18ac40, 
                inset 10px 5px 15px 15px #18ac40, 
                inset 20px 6px 20px 20px #18ac4085, 
                inset -20px 6px 20px 20px #18ac4085;
}
.autoplay-spins-count span:first-child{
    border-top: 1px solid #15431e;
}
.history-parent{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
    z-index: 7;
    display: none;
}
.history-parent.active{
    display: block;
    backdrop-filter: blur(2px);
}
.history-container{
    position: absolute;
    width: 715px;
    height: 715px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% - 171px);
}
.history-tab-parent{
    position: relative;
    width: 100%;
    height: 85px;
    box-shadow: inset 0 0 0px 4px #f5a700;
    border-radius: 17px;
    background-color: #3c2505;
}
.history-tab{
    position: absolute;
    width: 47%;
    height: calc(100% - 30px);
    text-align: center;
    font-size: 24px;
    font-family: var(--main-bold);
    text-transform: uppercase;
    cursor: pointer;
    top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32230e;
    color: #cf9b18;
    box-shadow: inset 0 0 20px #1e1407, inset 4px 2px 0px #1e1407, inset -2px -1px 0px #1e1407, inset 2px -2px 0px #ad9162e0, inset -1px -2px 0px 1px #fff4c0;
}
.history-tab.active{
    background-color: #6c4c0f;
    color: #f3e9d5;
    box-shadow: inset 0px -1px 0px 2px #ffbc20, inset 0px 3px 8px 1px #fff4c0;
}
.history-tab[data-tab="top-wins"] {
    right: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.history-tab[data-tab="my-wins"] {
    left: 15px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 8px;
}
.top-wins-tab-parent .history-list-content{
    height: 555px;
    background-color: #201e1a;
}
.my-wins-tab-parent, 
.top-wins-tab-parent, 
.history-content[data-active-tab="my-wins"] .top-wins-tab, 
.history-content[data-active-tab="my-wins"] .top-wins-tabs-bg {
    display: none;
}
.history-content[data-active-tab="my-wins"] .my-wins-tab-parent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    padding-top: 5px;
}
.history-content[data-active-tab="top-wins"] .top-wins-tab-parent {
    display: block;
}
.history-content{
    background-color: #41300d78;
    position: relative;
    height: 100%;
    top: 10px;
    border-radius: 30px;
    box-shadow: 0 -1px 0px 2px #f9d279, 0 2px 0px 1px #ffb91c;
}
.history-list-header{
    background-color: transparent;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    color: #c4bcae;
    font-family: var(--main-bold);
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 9px;
    height: 52px;
    align-items: center;
    width: 100%;
    margin-left: 0;
    background-color: #373531;
    text-transform: uppercase;
}
.history-list-header span{
    text-align: center;
    width: 30%;
}
.history-list-header span:first-child{
    text-align: left;
    padding-left: 30px;
    width: 20%;
}
.history-list-header span:last-child{
    text-align: right;
    padding-right: 18px;
    width: 20%;
}
.history-list-content{
    overflow-y: scroll;
    height: 658px;
    scrollbar-width: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
    background-color: #201e1a;
}
.row{
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: var(--main-regular);
    flex-direction: column;
    height: 36px;
    flex-direction: row;
    color: #fff6e3b0;
    background-color: #373531;
    align-items: center;
    border-bottom: 2px solid #3e3c37;
}
.my-wins-tab-parent .row{
    background-color: #201e1a;
    border-bottom: 1px solid #3e3c37;
}
.my-wins-tab-parent .history-list-header{
    background-color: #43310d;
    margin-top: -4px;
}
.row span p{
    font-size: 13px;
    display: inline;
    margin-left: 5px;
}
.row span{
    width: 30%;
    text-align: center;
    /* background-color: #1d3c3a; */
    pointer-events: none;
}
.row span:first-child{
    text-align: left;
    padding-left: 21px;
    width: 20%;
}
.row span:last-child{
    text-align: right;
    padding-right: 24px;
    width: 20%;
}
.inside-content {
    display: none;
}
.inside-content.active {
    display: block;
}
.top-wins-tabs-bg{
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: space-evenly;
    align-items: center;
}
.top-wins-tab-parent .history-list-header{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.top-wins-tab{
    width: 32%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-bold);
    color: #352205;
    background-color: #5e450f;
    border-radius: 23px;
    height: 69px;
    cursor: pointer;
    text-transform: uppercase;
}
.top-wins-tab.active{
    color: #fff6e3;
    background-color: #cf9b18;
}
.top-wins-tab-parent .history-list-header span,
.top-wins-tab-parent .row span:first-child,
.top-wins-tab-parent .row span:last-child{
    width: 25%;
}
.top-wins-tab-parent .history-list-header span:last-child,
.top-wins-tab-parent .history-list-header span:first-child,
.top-wins-tab-parent .row span:last-child,
.top-wins-tab-parent .row span:first-child{
    width: 25%;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.top-wins-tab-parent .row{
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: var(--main-bold);
    flex-direction: row;
    height: 36px;
    align-items: center;
    border-top: 1px solid #2e2c27;
    border-bottom: 1px solid #2e2c27;
    background-color: #201e1a;
}
.top-wins-tab-parent .row.active{
    background-color: #201e1a;
    color: #54aa00;
}
.top-wins-tab-parent .row.active span:nth-child(3),
.top-wins-tab-parent .row.active span:nth-child(4){
    color: #54aa00;
}
.top-wins-tab-parent .row .last-spin-element{
    border-bottom: none;
    height: auto;
    display: flex;
    flex-direction: row;
}
.top-wins-tab-parent .row .last-spin-element.last-spin-symbol9{
    justify-content: flex-start;
    padding-left: 62px;
}
.top-wins-tab-parent .last-spin-symbol9::before{
    margin-right: 10px;
}
.statistic-close{
    cursor: pointer;
    position: absolute;    
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 375px);
}
.statistic-scroll-up{
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% + 216px);
    display: none !important;
}
.statistic-scroll-up.active{
    display: block !important;
}
.new-game-button{
    display: none;
    width: 266px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #23ca26;
    font-size: 29px;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
}
.new-game-button:active{
    box-shadow: inset 0 0 0px 2px #58de18,                 inset 0 0 15px 15px #58de18,                 0 0 20px 0px #58de18;
    background-color: #66ca0c;
}
.new-game-button.active{
    display: flex;
}
.error-popup-chickenhighway{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a8;
    z-index: 7;
}
.warning-popup-bg{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-height: 180px;
    width: 450px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: var(--main-bold);
    border-radius: 30px;
    background-color: #473311b0;
    padding: 0 43px;
    justify-content: center;
    box-shadow: 0 -2px 0px 2px #f9d279, 0 2px 0px 1px #ffb91c, inset 18px -18px 20px 0px #ffb91c3b, inset -18px 18px 20px 0px #ffb91c3b;
    color: #ffffff;
}
.warning-popup-bg.new-game{    
    justify-content: center;
    flex-direction: column;
    height: 250px;
}
.close-popup-icon{
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 500px;
    top: auto;
}
.close-popup-icon:active{
    filter: drop-shadow(0px 0 3px #963613);
}
.error-popup-chickenhighway{
    display: none;
}
.error-popup-chickenhighway.active{
    display: block;
}
.max-bet-popup{
    position: absolute;
    z-index: 7;
    translate: -50% 0;
    left: 50%;
    top: 720px;
    text-align: center;
    padding-top: 61px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;  
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.max-bet-popup.active{
    opacity: 1;
    pointer-events: auto;
}
.win-parent{
    pointer-events: none;
    top: 0;
    transition: top 0.3s ease-out;
    visibility: hidden;
}
.win-parent.active{
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 7;
    translate: -50% -50%;
    left: 50%;
    top: 25%;
    width: 375px;
    height: 170px;
    pointer-events: auto;
    background-color: #42861aa1;
    border-radius: 15px;
    box-shadow: 2px 2px 0px 0px #ffab00, 
                -2px 2px 0px 0px #ffab00, 
                0 0 0px 2px #f9df87, 
                0 1px 0px 2px #ffab00, 
                inset 18px -18px 20px 0px #ffb91c3d, 
                inset -18px 18px 20px 0px #ffb91c3b;
}
.win-popup-txt{    
    font-size: 36px;
    color: #feba00;
    font-family: var(--main-arco);
    position: absolute;
    width: 100%;
    background: content-box;
    text-align: center;
    left: 0;
    top: 10px;
    text-transform: uppercase;
    text-shadow: 0px 3px 0px #a95c11, 0px 4px 10px #000000;
}
.win-popup-value{
    display: block;
    font-size: 42px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 73px;
    width: 92%;
    left: 4%;
    text-align: center;
    text-shadow: 2px 0 #329d2a, -2px 0 #329d2a, 0 2px #329d2a, 0 -2px #329d2a, 2px 2px #329d2a, -2px 2px #329d2a, 2px -2px #329d2a, -2px -2px #329d2a;
    font-family: var(--main-arco);
    letter-spacing: 2px;
    background-color: #2d5718e8;
    height: 89px;
    border: 3px solid #329d2a;
    border-radius: 15px;
}
.win-popup-value::after{
    content: attr(data-currency);
    position: absolute;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 25px;
    width: 100%;
    left: 0;
    text-align: center;
    top: 49px;
}
.main-button.pointer-none{
    pointer-events: none !important;
}
.main-button.hidden{
    display: none;
}
.bets-fields.none{
    display: none;
}
.bet-buttons-container.hidden{
    display: none;
}
.spin-button-bonus{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: -112px;
    left: 253px;
    cursor: pointer;
    display: none;
}
.spin-button-bonus.active{
    display: block;
}
.disable-main-button{
    pointer-events: none;
    opacity: 0.5;
}
.row-trigger-outer{
    display: none;
}
.bets-scroll-up,
.bets-scroll-down{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 437px;
    background-position: center;
    background-repeat: no-repeat;
}
.bets-scroll-up{
    background-image: url(../Images/Mobile/bet-scroll-arrow.png);
    top: 4px;
}
.bets-scroll-down{
    background-image: url(../Images/Mobile/bet-scroll-arrow.png);
    transform: rotate(-180deg);
    top: 233px;
}
.main-row .last-spin-element{
    position: absolute;
    left: 48px;
    justify-content: flex-start;
}
.popup-bg{
    display: none !important;
}
.main-row .last-spin-element{
    border-bottom: none;
}
.info-footer{
    display: none;
    position: absolute;
    z-index: 11;
    width: 550px;
    top: 1117px;
    transform: translate(-50%, 0);
    left: calc(50% + 21px);
}
.info-footer.active{
    display: flex;
    justify-content: space-between;
}
label {
    font-size: 22px;
    font-family: var(--main-bold);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 19px;
    text-align: left;
    width: auto !important;
    cursor: pointer;
}    
input[type="checkbox"]:checked {
    background-image: url(../Images/Mobile/Selected.png);
}
input[type="checkbox"] {
    background-image: url(../Images/Mobile/CheckCircle.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    top: -7px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    appearance: none;
}
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.info-button{
    width: 200px;
    height: 50px;
    box-shadow: inset 0 0 11px 2px #d77433, inset 0 0 0px 2px #d77433;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    margin-top: -17px;
}
.info-button:active{
    box-shadow: inset 0 0 11px 2px #ff6c0c, inset 0 0 0px 2px #ff6c0c;
}
.close-how-toplay{
    position: absolute;
    top: -964px;
    left: 501px;
    cursor: pointer;
}
.bet-buttons-container{
    margin-top: 10px;
}
.game-version-button{
    position: absolute;
    top: -120px;
    cursor: pointer;
}
.game-version-button span{
    width: 100%;
    text-align: center;
    color: #e9e1d0;
    text-transform: uppercase;
    font-family: var(--main-bold);
    pointer-events: none;
    display: none;
}
.game-version-button span.active{
    margin-top: 20px;
    display: block;
    color: #fdbf1c;
}
.game-version-button.active{
    padding-top: 6px;
    top: -240px;
    transform: scale(1.3);
}
.game-version-button.active span{
    display: block;
    pointer-events: auto;
    margin-top: 11px;
}
.game-version-value[data-value="hard"]{
    height: 48px;
}
.start-button,
.cashout-button{
    position: absolute;
    top: 153px;
    text-transform: uppercase;
    font-family: var(--main-arco);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 7;
    font-size: 32px;
    color: #fff6e3;
    letter-spacing: 1px;
    cursor: pointer;
    transform: translate(-50%,0);
}
.cashout-button{
    left: calc(50% - 193px);
    text-shadow: 2px 0 #d8801e, -2px 0 #d8801e, 0 2px #d8801e, 0 -2px #d8801e, 2px 2px #d8801e, -2px 2px #d8801e, 2px -2px #d8801e, -2px -2px #d8801e;
}
.cashout-button.autoplay-active{
    opacity: 0.5 !important;
}
.start-button{
    left: calc(50% + 178px);
    text-shadow: 2px 0 #329d2a, -2px 0 #329d2a, 0 2px #329d2a, 0 -2px #329d2a, 2px 2px #329d2a, -2px 2px #329d2a, 2px -2px #329d2a, -2px -2px #329d2a;
}
.statistic-icon:active{
    box-shadow: 0 0 20px 0px #db5d06, inset 0 0 20px 0px #fdb41c, inset 0 0 0px 2px #db5d06;
    border-radius: 50%;
}
.autoplay-parent{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000c7;
    z-index: 6;
    display: none;
}
.autoplay-container{
    position: absolute;
    width: 665px;
    height: 893px;
    box-shadow: 0 -2px 0px 2px #f9d279, 0 2px 0px 1px #ffb91c, inset 18px -18px 20px 0px #ffb91c3b, inset -18px 18px 20px 0px #ffb91c3b;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 30px;
    background-color: #342815d6;
}
.autoplay-parent.active{
    display: block;
    backdrop-filter: blur(2px);
}
.autoplay-close,
.autoplay-spins-container,
.autoplay-coeff-bg,
.autoplay-win-value-bg,
.autoplay-start-button{
    position: absolute;
}
.autoplay-start-button,
.autoplay-close,
.autoplay-start-button,
.autoplay-spin-count{
    cursor: pointer;
}
.autoplay-start-button{
    top: 700px;
    transform: translate(-50%, 0);
    left: 50%;
    color: #ffffff;
    -webkit-text-stroke: 2px #69ab83;
    font-size: 30px;
    font-family: var(--main-arco);
    text-transform: uppercase;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.autoplay-win-value-bg,
.autoplay-coeff-bg{
    top: 540px;
    font-family: var(--main-bold);
}
.autoplay-win-value-bg{
    left: 345px;
}
.autoplay-coeff-bg{
    left: 35px;
}
.autoplay-spin-count{
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: var(--main-arco);
    font-size: 30px;
    padding-bottom: 5px;
}
.autoplay-spins-container{
    top: 80px;
    transform: translate(-50%, 0);
    left: 50%;
    display: flex;
    color: #ffffff;
    -webkit-text-stroke: 2px #e57700; 
}
.autoplay-close{
    left: 595px;
    top: 12px;
    z-index: 1;
}
.autoplay-txt{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 2px #e57700;
    font-size: 30px;
    top: 30px;
    font-family: var(--main-arco);
    text-transform: uppercase;
}
.autoplay-close:active{
    filter: drop-shadow(0px 0 3px #963613);
}
.autoplay-spin-count:active{
    filter: drop-shadow(0px 0 16px #ac4204);
}
.autoplay-coefficient-txt,
.autoplay-win-txt{
    display: block;
    position: absolute;
    width: 100%;
    left: 18px;
    top: 19px;
    font-size: 22px;
    color: #645e56;
}
.autoplay-coefficient-value,
.autoplay-win-value{
    position: absolute;
    top: 54px;
    left: 20px;
    color: #fff6e3;
}
.autoplay-step-bg,
.autoplay-step-txt,
.autoplay-step-minus,
.autoplay-step-value,
.autoplay-step-plus{
    position: absolute;
}
.autoplay-step-bg{
    transform: translate(-50%, 0);
    left: 50%;
    top: 293px;
}
.autoplay-step-txt{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 261px;
    color: #27d127;
    font-family: var(--main-bold);
}
.autoplay-step-minus,
.autoplay-step-plus{
    top: 10px;
    cursor: pointer;
}    
.autoplay-step-plus{
    left: 488px;
}
.autoplay-step-plus.disable,
.autoplay-step-minus.disable{
    pointer-events: none;
    opacity: 0.5;
}
.autoplay-step-minus{
    left: 10px;
}
.autoplay-step-value{
    color: #fff6e3;
    font-family: var(--main-bold);
    text-align: center;
    width: 300px;
    top: 28px;
    transform: translate(-50%, 0);
    left: calc(50% - 9px);
    font-size: 29px;
}
.statistic-close:active,
.statistic-scroll-up:active {
    filter: drop-shadow(0px 0 3px #963613);
}
.autoplay-step-minus:active{
    filter: drop-shadow(0px 0 7px #963613);
}
.autoplay-step-plus:active{
    filter: drop-shadow(0px 0 7px #23ca26);
}
.sound-popup{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.sound-popup-content {
position: absolute;
    left: 5%;
    top: 50%;
    border-radius: 30px;
    width: 90%;
    height: 190px;
    margin: -95px 0 0 0;
    box-shadow: 2px 2px 0px 0px #ffab00, 
                -2px 2px 0px 0px #ffab00, 
                0 0 0px 2px #f9df87, 
                0 1px 0px 2px #ffab00, 
                inset 18px -18px 20px 0px #ffb91c3d, 
                inset -18px 18px 20px 0px #ffb91c3b;
}
.sound-popup-content-text {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 21px;
    padding-top: 35px;
    height: 59px;
    font-weight: bold;
}
.sound-popup-content-buttons a {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    color: #FFF;
    width: 159px;
    height: 57px;
    line-height: 56px;
    font-size: 18px;
    margin: 0 7px;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: center;
    border-radius: 11px;
    align-items: center;
}
.sound-popup-content-buttons a.yes{
    background-color: #d44456;
    box-shadow: inset 0px -2px 0px 1px #942225, inset 0px 0px 0px 1px #eda7b1, 0px 0px 7px 0px #d44456;
}
.sound-popup-content-buttons a.yes:active{
    filter: drop-shadow(0px 0 3px #963613);
}
.sound-popup-content-buttons a.no:active{
    filter: drop-shadow(0px 0 3px #23ca267a);
}
.sound-popup-content-buttons a.no{
    background-color: #23ca26;
    box-shadow: inset 0px -2px 0px 1px #22560a, inset 0px 0px 0px 1px #94d892, 0px 0px 7px 0px #23ca26;
}
.sound-popup-content-buttons a.yes:before,
.sound-popup-content-buttons a.no:before {
    content: '';
    display: none;
}
.sound-popup-content-buttons{
    display: flex;
    justify-content: center;
}
.top-wins-tab-parent .history-list-header span:nth-child(2),
.top-wins-tab-parent .history-list-content span:nth-child(2){
    width: 15%;
}
.top-wins-tab-parent .history-list-header span:nth-child(3),
.top-wins-tab-parent .history-list-content span:nth-child(3){
    width: 30%;
}
.top-wins-tab-parent .history-list-content span:nth-child(4),
.top-wins-tab-parent .history-list-header span:nth-child(4){
    width: 30% !important;
}
#help {
    touch-action: none !important;
    pointer-events: auto;
}
.footer-currency{
    color: #c2bbac;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}
.ka .autoplay-start-button,
.ka .autoplay-spins-container,
.ru .autoplay-start-button,
.ru .autoplay-spins-container,
.uk .autoplay-start-button,
.uk .autoplay-spins-container{
    -webkit-text-stroke: 0 #69ab83;
}
.cashout-button{
    flex-direction: column;
    text-align: center;
}
.bet-arrow-outer{
    width: 300px;
    display: block;
    height: 59px;
    margin-left: 107px;
    margin-top: 11px;
}
.lobby-icon-local {
    top: 16px;
    right: 28px;
    width: 61px;
    height: 61px;
    background-image: url(../Images/lobby.png) !important;
}
.howtoplay-txt{
    position: absolute;
    transform: translate(-50%, 0);
    left: calc(50% - 41px);
    top: -972px;
    z-index: 11;
    font-size: 47px;
    font-family: var(--main-bold);
    width: 100%;
    text-align: center;
}
.ru .game-version-button.active,
.uk .game-version-button.active{
    padding-top: 6px;
}
.ru .game-version-button span.active,
.uk .game-version-button span.active{
    margin-top: 25px;
}
.ru .game-version-button.active span,
.uk .game-version-button.active span{
    margin-top: 17px;
}
.autoplay-spins-price{
    display: none;
}
[data-jurisdiction="br"] .autoplay-spins-price{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 183px;
}
[data-jurisdiction="za"] .autoplay-icon{
    display: none;
}
body[data-jurisdiction="za"] .game-history-bt {
    display: block;
}