
@font-face {
    font-family: 'Intro-Book-alt';
    src: url('../../Fonts/Intro/Intro-Book-Alt.otf');
}
@font-face {
    font-family: 'Intro-Regular';
    src: url('../../Fonts/Intro/Intro-Regular.otf');
}
@font-face {
    font-family: 'Intro-SemiBold';
    src: url('../../Fonts/Intro/Intro-SemiBold.otf');
}
@font-face {
    font-family: 'CrystalUni-Medium';
    src: url('../../Fonts/CrystalUni-Medium/crystaluni-medium-webfont.eot');
    src: url('../../Fonts/CrystalUni-Medium/crystaluni-medium-webfont (1).eot?#iefix') format('embedded-opentype'),
    url('../../Fonts/CrystalUni-Medium/crystaluni-medium-webfont.woff2') format('woff2'),
    url('../../Fonts/CrystalUni-Medium/crystaluni-medium-webfont.woff') format('woff'),
    url('../../Fonts/CrystalUni-Medium/crystaluni-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }
 @font-face {
    font-family: 'CrystalUni-Bold';
    src: url('../../Fonts/CrystalUni-Bold/CrystalUni-Bold.woff') format('woff'),
    url('../../Fonts/CrystalUni-Bold/CrystalUni-Bold.woff2') format('application/font-woff2');
    font-weight: normal;
    font-style: normal;
 }
 @font-face {
    font-family: 'CrystalUni';
    src: url('../../Fonts/CrystalUni/crystaluni-medium-webfont.eot');
    src: url('../../Fonts/CrystalUni/crystaluni-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../Fonts/CrystalUni/crystaluni-medium-webfont.woff2') format('woff2'),
    url('../../Fonts/CrystalUni/crystaluni-medium-webfont.woff') format('woff'),
    url('../../Fonts/CrystalUni/crystaluni-medium-webfont.ttf') format('truetype'),
    url('../../Fonts/CrystalUni/crystaluni-medium-webfont.svg#crystalunimedium') format('svg');
    font-weight: normal;
    font-style: normal;
 }
#body ::-webkit-scrollbar {
    width: 0;
    padding: 0;
    display: none;
}

/* start update menu */
.menu-popup{
    position: fixed;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 900px;
    height: 600px;
    margin: -300px 0 0 -450px;
    background: #1b1b1bf0;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #8080804f;
}
.menu-popup::after{
    /* content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #060405b3; */
}
#menu-popup-parent{
    display: none;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #060405b3;
    z-index: 2;
}
/* .menu-popup-div{
    width:100%;
    height:100%;
    font-size: 18px;
    font-family: "CrystalUni";
    text-align: center;
} */
div[data-lang="en"] .menu-popup-div{
    width:100%;
    height:100%;
    font-size: 18px;
    font-family: "Intro-Book-alt" ;
    text-align: center;
}
.menu-popup-div{
    width:100%;
    height:100%;
    font-size: 18px;
    font-family: "CrystalUni";
    text-align: center;
}
.menu-popup-head{
    height: 40px;
    display: flex;
    border-bottom: 1px solid #3c434d;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.menu-icon-down .menu-popup-head{
    height: 40px;
    display: flex;
    border-bottom: 1px solid #3c434d;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    visibility: hidden;
}
.menu-popup-head.reverse{
    visibility: hidden;
    display: none;
}
.menu-icon-down .menu-popup-head.reverse{
    height: 40px;
    display: flex;
    border-top: 1px solid #3c434d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    visibility: visible;
    position: relative;
    width: 100%;
}
.sound-popup{
    display: none !important
}
.menu-popup-exit-game,
.menu-popup-close{
    width: 12.5%;
    background-color:#1c242c;
    color: #ffffff80;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 1px;
}
.menu-popup-exit-game:hover,
[data-mobile="false"] .menu-popup-exit-game:hover,
[data-mobile="false"] .menu-popup-close:hover{
    color: #e61760;
}
.menu-popup-close:hover{
    color: #e61760;
}
.menu-popup-exit-game{
    border-bottom-left-radius: 15px;
    padding-left: 20px;
}
.menu-icon-down .menu-popup-exit-game{
    border-top-left-radius: 15px;
    padding-left: 20px;
}
div[data-lang="ka"]  .menu-popup-exit-game{
    border-bottom-left-radius: 15px;
    padding-left: 32px;
}
.menu-popup-exit-game::after{
    content: '';
    background: url(../../Images/Menu/mobile-menu-exit-game.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 10px;
    background-size: cover;
}
.menu-popup-exit-game:hover::after{
    background: url(../../Images/Menu/mobile-menu-exit-game-hover.png) no-repeat;
    background-size: cover;
}
.menu-popup-close{
    border-bottom-right-radius: 15px;
    padding-right: 20px;
    position: absolute;
    right: 0;
}
div[data-lang="ka"] .menu-popup-close{
    border-bottom-right-radius: 15px;
    padding-right: 29px;
}
.menu-icon-down .menu-popup-close{
    border-top-right-radius: 15px;
    padding-right: 20px;
}
.menu-popup-close::after{
    content: '';
    background: url(../../Images/Menu/mobile-menu-close-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 10px;
    background-size: cover;
}
[data-mobile="false"] .menu-popup-close:hover::after{
    background: url(../../Images/Menu/mobile-menu-close-icon-hover.png) no-repeat;
    background-size: cover;
}
[data-mobile="false"] .menu-popup-close:hover::after{
    background: url(../../Images/Menu/mobile-menu-close-icon-hover.png) no-repeat;
    background-size: cover;
}
.menu-popup-spinId{
    width: 75%;
    background: #131b21;
    font-size: 13px;
    color: #ffffff80;
    line-height: 40px;
    letter-spacing: 1px;
}

.menu-popup-spinId .spinId-number{
    color: #ffffff;
}
.menu-popup-content{
    width: 94%;
    height: calc(100% - 55px);
    margin-left: 3%;
    position: relative;
    z-index: 1;
}
.menu-popup-page-div{
    display: none;
}
.menu-popup-page-div.active{
    display: block;
}
.menu-popup-page-statistic{
    width: 100%;
    height: 100%;
}
.hasnot-jackpot .statistic-page-jackpot-header{
    display: none;
}
.statistic-page-jackpot-header{
    /* background: url(../../Images/Menu/jackpot-background-mobile.png) no-repeat; */
    position: absolute;
    top: 2%;
    width: 100%;
    height: 16%;
    left: 0;
    background-position: top center;
    display: flex;
    justify-content: center;
}
#jackpotIframe{
    /* width: 275px; */
    width: 344px;
    height: 100px;
    position: absolute;
    /* top: -35px; */
    top: -48px;
}
.hasnot-jackpot .statistic-page-main {
    position: absolute;
    /* height: calc(100vh - 112px); */
    height: calc(100% - 25px);
    width: 70%;
    left: 15%;
    background-color: #1f2731;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%);
    top: 13px;
    border-radius: 8px;
    overflow: hidden;
}
.statistic-page-main{
    position: absolute;
    /* height: calc(100vh - 158px); */
    height: calc(100% - 72px);
    width: 70%;
    left: 15%;
    background-color: #1f2731;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%);
    top: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.statistic-page-top-wins{
    content: '';
    background-color: #253039b3;
    border-radius: 10px;
}
.statistic-page-top-wins.active{
    content: '';
    background-image: linear-gradient(to bottom, #ff005a, #ff0055, #ff0050, #ff004b, #ff0046);
}
.statistic-page-current-wins{
    content: '';
    background-color: #253039b3;
    border-radius: 10px;
}
.statistic-page-current-wins:hover,
.statistic-page-top-wins:hover{
    background-color:#35404a;
}
.statistic-page-current-wins.active{
    content: '';
    background-image: linear-gradient(to bottom, #ff005a, #ff0055, #ff0050, #ff004b, #ff0046);
}
.statistic-page-top-wins::after,
.statistic-page-current-wins::after{
    content: '';
    position: absolute;
    left: 55px;
    top: 82px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.statistic-page-top-wins::after{
    background-image: url(../../Images/Menu/top-wins-logo.png);
}
.statistic-page-top-wins.active::after{
    background-image: url(../../Images/Menu/top-wins-active-logo.png);
}
.statistic-page-current-wins::after{
    background-image: url(../../Images/Menu/current-wins-logo.png);
    top: 306px;
}
.statistic-page-current-wins.active::after{
    background-image: url(../../Images/Menu/current-wins-active-logo.png);
    top: 306px;
}
.statistic-page-main a,
.statistic-page-main a.active,
.top-curent-wins-container.desktop a,
.top-curent-wins-container.desktop a.active{
    cursor: pointer;
    padding-top: 54px;
    font-size: 13px;
    display: inline-block;
    background-size: contain;
    /* margin-top: 13px; */
    /* width: 100px;
    height: 121px; */
    width: 100%;
    height: 34%;
    background-position: center;
    line-height: 14px;
}

.statistic-page-main a.active .top-wins-text,
.top-curent-wins-container.desktop a.active .top-wins-text{
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 25%;
}
.statistic-page-main a.active .current-wins-text,
.top-curent-wins-container.desktop a.active .current-wins-text{
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 74%;
}
.statistic-page-main a .top-wins-text,
.top-curent-wins-container.desktop a .top-wins-text{
    color: #ffffff80; 
    position: absolute;
    left: 0;
    width: 100%;
    top: 25%;
}
.statistic-page-main a .current-wins-text,
.top-curent-wins-container.desktop a .current-wins-text{
    color: #ffffff80; 
    position: absolute;
    left: 0;
    width: 100%;
    top: 74%;
}
.top-curent-wins-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: fixed;
    width: 134px;
    left: 521px;
    top: 268px;
    height: 459px;
    align-items: center;
    display: none;
}
.top-curent-wins-container.desktop{
    display: flex;
    position: absolute;
    left: -16px;
    top: 54px;
}
.statistic-tab-current-top-wins{
    display: none;
}
.statistic-tab-current-top-wins.active{
    display: block;
}
.statistic-top-wins-table,
.statistic-current-wins-table,
.menu-popup-page-history-table{
    text-align: center;
    table-layout: fixed;
}
.statistic-top-wins-table,
.statistic-current-wins-table{
    width: 100%;
    border-collapse: collapse;
}

.statistic-top-wins-table thead tr,
.statistic-current-wins-table thead tr,
.menu-popup-page-history-table thead tr{
    background: #27313c;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 11px;
    color: #ffffff33;
}
.statistic-top-wins-table  .top-wins-id,
.statistic-current-wins-table  .current-wins-id,
.menu-popup-page-history-table  .history-spin-id{
    /* width: 25% !important; */
}
.statistic-top-wins-table thead th,
.statistic-current-wins-table thead th,
.menu-popup-page-history-table thead th{
    /* width: 25%; */
}
.statistic-top-wins-table tbody tr,
.statistic-current-wins-table tbody tr{
    font-size: 11px;
    height: 37px;
    border-bottom: 1px solid #2a343f;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.menu-popup-page-history-table tbody tr{
    height: 41px;
    font-size: 11px;
    border-bottom: 1px solid #2a343f;
}
.statistic-top-wins-table tbody .top-wins-name,
.statistic-current-wins-table tbody .current-wins-name,
.menu-popup-page-history-table tbody .history-list-spinid-value{
    color: #e5e5e580;
}
.top-wins-name,
.top-wins-bet-value,
.current-wins-name,
.current-wins-bet-value{
    letter-spacing: 1px;
}
.statistic-top-wins-table tbody .top-wins-bet-value,
.statistic-current-wins-table tbody .current-wins-bet-value{
    color: #e5e5e580;
}
div[data-category="Jetx"] .statistic-top-wins-table tbody .top-wins-bet-value,
div[data-category="Jetx"] .statistic-current-wins-table tbody .current-wins-bet-value{
    color: #ffffffcc;
}
.menu-popup-page-history-table tbody .history-list-time-value{
    color: #e5e5e580;   
}
.menu-popup-page-history-table tbody .history-list-bet-value{
    color: #ffffffcc;
}
.statistic-top-wins-table tbody .top-wins-cashout-value,
.statistic-current-wins-table tbody .current-wins-cashout-value{
    color: #ffffffcc;
}
div[data-category="Jetx"] .statistic-top-wins-table tbody .top-wins-cashout-value,
div[data-category="Jetx"] .statistic-current-wins-table tbody .current-wins-cashout-value{
    color: #00ff8fcc;
}
.statistic-top-wins-table tbody .top-wins-win-value,
.statistic-current-wins-table tbody .current-wins-win-value,
.menu-popup-page-history-table tbody .history-list-win-value{
    color:  #00ff8f;
}
.statistic-page-footer{
    overflow: scroll;
    position: absolute;
    width: 15%;
    right: -10px;
    height: 86%;
    top: 60px;
    background: gray;
    bottom: 6px;
    border-radius: 8px;
    background-color: rgb(31, 39, 49);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%);
}
.box-for-similar-games{
    cursor: pointer;
    width: 80%;
    height: 24%;
    margin-left: 10%;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    border-radius: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.history-list-container{
    position: absolute;
    height: 94%;
    width: 106.3%;
    margin-left: -3.2%;
    /* background-color: #1f2731; */
    /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%); */
    top: -10px;
    /* border-radius: 8px; */
    /* overflow: scroll; */
}
.menu-popup-page-history-table{
    width: 100%;
    border-collapse: collapse;
}
.menu-popup-page-setting{
    width: 100%;
    height: 100%;

}
.menu-popup-page-setting.active{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-setting-container{
    width: 70%;
    text-align: left;
    position: relative;
    color: #ffffff66;
    display: flex;
    flex-direction: column;
}
.menu-setting-history-icon,
.menu-setting-sound-icon,
.menu-setting-music-icon,
.menu-setting-left-hand-icon,
.menu-full-screen-icon{
    display: block;
    padding-left: 27px;
    font-size: 14px;
}
.menu-setting-sound-icon{
    /* margin-bottom: 45px; */
    margin-top: 0;
}
.menu-setting-sound-icon::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../Images/Menu/mobile-sound-icon.png) no-repeat;
    left: -12px;
    
}

.menu-setting-history-icon {
    cursor: pointer;
    width: max-content;
}

.menu-setting-history {
    display: none;
    position: relative;
    color: #fff;
    padding-bottom: 60px;
}

body[data-jurisdiction="br"] .menu-setting-history {
    display: block;
}

.menu-setting-history-icon:hover {
    background: #10FF70;
    background: linear-gradient(to top, #10FF70 0%, #53FFB3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-setting-history-icon::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../Images/Menu/round-history.png) no-repeat;
    left: -12px;
    top: -2px;
}

.menu-setting-history-icon:hover::before {
    background: url(../../Images/Menu/round-history-hover.png) no-repeat;
}

.menu-setting-history-icon::after {
    content: '';
    position: absolute;
    width: 105%;
    height: 2px;
    background-color: rgb(42, 52, 63);
    left: -14px;
    /* top: 50%; */
    opacity: 0.8;
    bottom: 25px;
}

.menu-setting-music-icon{
    /* margin-bottom: 75px; */
    margin-top: 45px;
}
.menu-setting-music-icon::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../Images/Menu/mobile-music-icon.png) no-repeat;
    left: -12px;
    
}
.menu-setting-left-hand-icon{
    margin-bottom: 45px;
}
.menu-setting-left-hand-icon::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../Images/Menu/mobile-left-hand-icon.png) no-repeat;
    left: -12px;
}
/* .menu-setting-left-hand-icon::after{
    content: '';
    position: absolute;
    width: 105%;
    height: 2px;
    background-color: rgb(42, 52, 63);
    left: -14px;
    top: 50%;
    opacity: 0.4;
} */
.setting-line{
    margin: 33px 0;
}
.setting-line::after{
    content: '';
    position: absolute;
    width: 105%;
    height: 2px;
    background-color: rgb(42, 52, 63);
    left: -14px;
    /* top: 50%; */
    opacity: 0.8;
}
.menu-full-screen-icon::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../Images/Menu/full-screen-icon.png) no-repeat;
    left: -12px;
}
.checkbox-for-sound,
.checkbox-for-music,
.checkbox-for-left-hand,
.checkbox-for-full-screen {
    float: right;
    display: block;
    width: 40px;
    height: 17px;
    position: relative;
    top: 2px;
}

.checkbox-for-sound:after,
.checkbox-for-music:after,
.checkbox-for-left-hand:after,
.checkbox-for-full-screen:after {
    display: block;
    content: '';
    clear: both;
}

.checkbox-for-sound span,
.checkbox-for-music span,
.checkbox-for-left-hand span,
.checkbox-for-full-screen span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox-for-sound span:before,
.checkbox-for-music span:before,
.checkbox-for-left-hand span:before,
.checkbox-for-full-screen span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -1px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox-for-sound input:checked + span,
.checkbox-for-music input:checked + span,
.checkbox-for-left-hand  input:checked + span,
.checkbox-for-full-screen  input:checked + span {
    /* background-color: #45b11b; */
    background-image: linear-gradient(90deg, rgb(0,255,96) 0%, rgb(42,255,138) 46%, rgb(83,255,179) 100%)
}

.checkbox-for-sound input:checked + span:before,
.checkbox-for-music input:checked + span:before,
.checkbox-for-left-hand input:checked + span:before,
.checkbox-for-full-screen input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(21px);
}

.checkbox-for-sound input,
.checkbox-for-music input,
.checkbox-for-left-hand input,
.checkbox-for-full-screen input {
    display: none;
}


.menu-popup-page-rules{
    height: 100%;
    width: 100%;
    overflow: scroll;
    text-align: left;
}
.menu-rules-popup-content.menu-rules {
    font-size: 13px;
    color: #ffffff;
    counter-reset: number;
    margin-top: 2%;
    width: 92%;
    margin-left: 4%;
}
.menu-popup .rules-item {
    border: 1px solid #575f6f;
    margin-bottom: 10px;
    background: #1c1e2a;
}
.menu-popup .rules-title  {
    position: relative;
    font-size: 13px;
    color: #9499b0;
    padding: 13px 18px;
    font-family: CrystalUni-Bold;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.menu-popup .rules-title:after {
    content: '';
    display: inline-block;
    background: url(../../Images/Menu/help-down.png);
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
}
.menu-popup .rules-item.active .rules-title {
    color: #fde053;
}
.menu-popup .rules-item.active .rules-title:after {
    background: url(../../Images/Menu/help-up.png);
}
.menu-popup .rules-content {
    background: #14151d;
    font-size: 12px;
    color: #dbdbdb;
    font-family: CrystalUni;
    padding: 15px 22px;
    display: none;
}
.footer-navigation{
    height: 45px;
    background-color: #1f2731;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 10;
    
}
.menu-icon-down .footer-navigation{
    height: 45px;
    background-color: #1f2731;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    top: 0;
}
.footer-navigation > a{
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
}
.footer-navigation > a::after{
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    padding-right: 5px;
}
.footer-navigation > a.active{
    width: 50%;
    height: 100%;
    background: #2c3642;
    font-size: 12px;
    color: #ffffff;
    line-height: 45px;
}
.footer-navigation > a.active::before{
    content: '';
    width: 100%;
    height: 3px;
    background: #ff003c;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* .has-history-tab  .footer-navigation > a{
    width: 25%;
}
.has-history-tab  .footer-navigation > a.active{
    width: 25%;
} */
.has-history-tab  .menu-popup-div .footer-page-spin-history {
    display: flex;
}
.footer-navigation .footer-page-spin-history {
    /* display: none; */
}
a.footer-page-statistic::after{
    background: url(../../Images/Menu/mobile-menu-statistic-icon.png) no-repeat;
}
a.footer-page-spin-history::after{
    background: url(../../Images/Menu/mobile-menu-game-history-icon.png) no-repeat;
}
div[data-category="Slot"]  a.footer-page-spin-history::after{
    background: url(../../Images/Menu/history-slots.png) no-repeat;
}
a.footer-page-setting::after{
    background: url(../../Images/Menu/mobile-menu-setting-icon.png) no-repeat;
}
a.footer-page-rules::after{
    background: url(../../Images/Menu/mobile-menu-help-icon.png) no-repeat;
}
a.footer-page-statistic.active::after{
    background: url(../../Images/Menu/mobile-menu-statistic-active-icon.png) no-repeat;
}
div[data-category="Slot"] a.footer-page-spin-history.active::after{
    background: url(../../Images/Menu/spin-history-slots-active.png) no-repeat;
}
a.footer-page-setting.active::after{
    background: url(../../Images/Menu/mobile-menu-setting-active-icon.png) no-repeat;
}
a.footer-page-rules.active::after{
    background: url(../../Images/Menu/mobile-menu-help-active-icon.png) no-repeat;
}
.menu-popup .footer-navigation a span {
    display: none;
}
.menu-popup .footer-navigation a.active span {
    display: block;
    color: rgb(255, 255, 255);
}
.current-top-wins-second-th .caption-table-win-game,
.current-top-wins-third-th .caption-table-win-bet{
    display: block;
}
div[data-category="Jetx"] .current-top-wins-second-th .caption-table-win-game,
div[data-category="Jetx"] .current-top-wins-third-th .caption-table-win-bet{
    display: none;
}
.current-top-wins-second-th .jetx-caption-table-win-bet ,
.current-top-wins-third-th .jetx-caption-table-win-cashout{
    display: none;
}
div[data-category="Jetx"] .current-top-wins-second-th .jetx-caption-table-win-bet ,
div[data-category="Jetx"]  .current-top-wins-third-th .jetx-caption-table-win-cashout{
    display: block;
}
.has-history-tab  .menu-popup .footer-navigation a.active span.slot-history-caption,
.history-caption{
    display: block;
}
.has-history-tab  .menu-popup .footer-navigation a.active span.history-caption,
.menu-popup .footer-navigation a.active span.slot-history-caption{
    display: none;
}
.menu-icon-down  .show-menu-popup-line{
    height: 40px;
    display: flex;
    border-top: 1px solid #3c434d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.menu-icon-up  .show-menu-popup-line{
    height: 40px;
    display: flex;
    border-bottom: 1px solid #3c434d;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.menu-icon-up.without-menu-line  .show-menu-popup-line{
    width: auto;
    top: 0;
    right: 0;
    left: auto;
}

.without-menu-line div.show-menu-popup-line{
    border: transparent;
}
.without-menu-line .menu-line-sound-icon,
.without-menu-line .menu-line-spinId,
.without-menu-line .menu-line-open-icon {
    display: none;
}
.show-menu-popup-line .menu-popup-spinId{
    text-align: center;
    width: 92%;
}
.menu-line-sound-icon,
.menu-line-open-icon {
    width: 4%;
    background-color: #27313c;
    color: #ffffff80;
    font-size: 12px;
    line-height: 40px;
}
.menu-line-sound-icon {
    padding-left: 20px;
    border-bottom-left-radius: 15px;
}
.menu-icon-down .menu-line-sound-icon {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
}
.menu-line-sound-icon::after {
    content: '';
    background: url(../../Images/Menu/menu-sound-off-header-icon-line.png) no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 11px;
}
.menu-line-sound-icon.active::after {
    content: '';
    background: url(../../Images/Menu/menu-sound-header-icon-line.png) no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 11px;
}
.menu-line-open-icon{
    padding-right: 20px;
    border-bottom-right-radius: 15px;
}
.menu-icon-down .menu-line-open-icon{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
}
.menu-line-open-icon::after{
    content: '';
    background: url(../../Images/Menu/menu-open-icon-line.png) no-repeat;
    width: 26px;
    height: 18px;
    position: absolute;
    right: 13px;
    top: 11px;
}
.menu-icon-without-line{
    width: 45px;
    height: 45px;
    background: url(../../Images/Menu/mobile-menu-open-icon.png) no-repeat;
    position: absolute;
    right: 4px;
    top: 29px;
    -webkit-transform-origin: top right;
	-ms-transform-origin: top right;
    transform-origin: top right;
    cursor: pointer;
}
[data-mobile="false"] .menu-icon-without-line{
    right: 14px;
    top: 29px;
}
/* div[data-category="Keno"] .menu-icon-without-line{
    width: 35px;
    height: 35px;
    background: url(../../Images/Menu/mobile-menu-open-icon.png) no-repeat;
    position: absolute;
    right: 9px;
    top: 4px;
    background-size: contain;
    -webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
} */
div[data-category="Keno"] .menu-setting-music-icon{
    display: none;
}
.with-menu-line .menu-icon-without-line{
    display: none;
}
.show-menu-container {
    display: none;
}
.SlotsVRMobile .show-menu-container,
.SlotsVR .show-menu-container {
    display: none !important;
}
.show-menu-container.hidden {
    display: none !important;
}
.drag-outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 112px);
}
#historyIframe{
    width: 100%;
    height: 100%;
}
.top-wins-tbody,
.current-wins-tbody{
        position: absolute;
        overflow: scroll;
        /* height: calc(100vh - 187px); */
        height: calc(100% - 29px);
        width: 100%;
        scrollbar-width: none;
}
.statistic-top-wins-table tbody .top-wins-name,
.statistic-top-wins-table tbody .top-wins-bet-value,
.statistic-top-wins-table tbody .top-wins-cashout-value,
.statistic-current-wins-table tbody .current-wins-name,
.statistic-current-wins-table tbody .current-wins-bet-value,
.statistic-current-wins-table tbody .current-wins-cashout-value{
    /* width: 25%; */
}
.statistic-top-wins-table tbody .top-wins-win-value,
.statistic-current-wins-table tbody .current-wins-win-value{
    /* width: 200px; */
    /* width: 25%; */
}
.statistic-page-footer-desktop::before{
    position: absolute;
    content: '';
    height: 103px;
    width: 29px;
    background: #00000080;
    right: 40px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    top: 23px;
    z-index: 2;
    transform: rotate(90deg)
}
.statistic-page-footer-desktop::after{
    position: absolute;
    content: '';
    height: 103px;
    width: 29px;
    background: #00000080;
    right: 40px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    bottom: -25px;
    z-index: 2;
    transform: rotate(-90deg)
}
.similar-game-arrow-up-desktop{
    content: '';
    cursor: pointer;
    background-image: url(../../Images/Menu/menu-similar-games-arrow-up-desktop.png);
    height: 15px;
    width: 15px;
    position: absolute;
    background-repeat: no-repeat;
    right: 49px;
    top: 69px;
    z-index: 3;
    background-size: contain;
}
.similar-game-arrow-up-desktop:hover{
    background-image: url(../../Images/Menu/menu-similar-games-arrow-up-desktop-hover.png);
}
.similar-game-arrow-down-desktop{
    content: '';
    cursor: pointer;
    background-image: url(../../Images/Menu/menu-similar-games-arrow-down-desktop.png);
    height: 15px;
    width: 15px;
    position: absolute;
    background-repeat: no-repeat;
    right: 50px;
    bottom: 14px;
    z-index: 3;
    background-size: contain;
}
.similar-game-arrow-down-desktop:hover{
    background-image: url(../../Images/Menu/menu-similar-games-arrow-down-desktop-hover.png);
}
.box-for-space-similar-games{
    width: 80%;
    height: 7%;
    display: block;
}
/* end update menu */


@media (orientation: landscape){
    div[data-game="spinx"][data-mobile="true"].menu-icon-up.without-menu-line  .show-menu-popup-line{
        width: 376px;
        top: 0;
        right: 0;
        left: 0;
        padding: 0 18px;
    }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
    div[data-game="spinx"][data-mobile="true"].menu-icon-up.without-menu-line  .show-menu-popup-line{
        padding: 0 14px;
    }
}

@media screen and (max-width: 780px) and (orientation: landscape) {
    div[data-game="spinx"][data-mobile="true"].menu-icon-up.without-menu-line  .show-menu-popup-line{
        padding: 0 13px;
    }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
    div[data-game="spinx"][data-mobile="true"].menu-icon-up.without-menu-line  .show-menu-popup-line{
        padding: 0 6px;
    }

}

@media (orientation: portrait) {
    .statistic-page-footer-desktop{
        display: none;
    }
    .top-curent-wins-container.desktop{
        display: none;
    }
    .menu-popup-spinId{
        font-size: 12px;
        letter-spacing: 0;
    }
    .menu-popup-exit-game,
    .menu-popup-close{
        font-size: 12px;
        letter-spacing: 0;
    }
    .top-wins-name,
    .top-wins-bet-value,
    .current-wins-name,
    .current-wins-bet-value{
        letter-spacing: 0;
    }
    .statistic-page-main a,
    .statistic-page-main a.active{
        font-size: 10px;
        line-height: 10px;
    }
    .statistic-page-top-wins::after,
    .statistic-page-current-wins::after{
        display: none;
    }
    /* start update menu-vertical */
        div[data-lang=ka]  .slot-history-caption{
            line-height: 14px;
            width: 71px;
        }
    .menu-popup{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /* background: rgb(25 34 43 / 92%); */
        background: #0e1015;
        z-index: 40;
        margin: 0;
        border: none;
    }
    .menu-popup-div{
        width:100%;
        height:100%;
        font-size: 18px;
        font-family: "CrystalUni";
        text-align: center;
    }
    div[data-lang="en"] .menu-popup-div{
        width:100%;
        height:100%;
        font-size: 18px;
        font-family: "Intro-Book-alt";
        text-align: center;
    }
    .menu-popup-head{
        height: 40px;
        display: flex;
        border-bottom: 1px solid #3c434d;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .sound-popup{
        display: none !important
    }
    .menu-popup-exit-game,
    .menu-popup-close{
        width: 20%;
        background-color:#1c242c;
        color: #ffffff80;
        font-size: 12px;
        line-height: 40px;
        
        position: absolute;
    }
    .menu-popup-exit-game{
        border-bottom-left-radius: 15px;
        padding-left: 20px;
        z-index: 1;
    }
    div[data-lang=ka]  .menu-popup-exit-game{
        border-bottom-left-radius : 15px;
        padding-left : 32px;
    }
    div[data-lang="ka"]  .menu-popup-exit-game{
        border-bottom-left-radius: 15px;
        padding-left: 32px;
    }
    .menu-popup-exit-game::after{
        content: '';
        background: url(../../Images/Menu/mobile-menu-exit-game-mobile.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 11px;
        top: 11px;
        background-size: auto;
    }
    .menu-popup-close{
        border-bottom-right-radius: 15px;
        padding-right: 20px;
        z-index: 1;
    }
    div[data-lang=ka] .menu-popup-close{
        border-bottom-right-radius : 15px;
        padding-right : 29px;
    }
    div[data-lang="ka"] .menu-popup-close{
        border-bottom-right-radius: 15px;
        padding-right: 29px;
    }
    .menu-popup-close::after{
        content: '';
        background: url(../../Images/Menu/mobile-menu-close-icon-mobile.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 6px;
        top: 13px;
        background-size: auto;
    }
    .menu-popup-spinId{
        width: 100%;
        background: #131b21;
        font-size: 12px;
        color: #ffffff80;
        line-height: 40px;
        box-sizing: border-box;
        /* padding-right: 116px; */
    }
    .menu-popup-spinId .spinId-number{
        color: #ffffff;
    }
    .menu-popup-content{
        width: 92%;
        height: calc(100% - 86px);
        margin-left: 4%;
        position: relative;
    }
    .history-active {
        width: 100%;
        margin-left: 0%;
    }
    .menu-popup-page-div{
        display: none;
    }
    .menu-popup-page-div.active{
        display: block;
    }
    .menu-popup-page-statistic{
        width: 100%;
        height: 100%;
    }
    .statistic-page-jackpot-header{
        /* background: url(../../Images/Menu/jackpot-background-mobile.png) no-repeat; */
        position: absolute;
        top: 2%;
        width: 100%;
        height: 7%;
        left: 2px;
        background-position: top center;
        background-size: cover;
    }
    .hasnot-jackpot .statistic-page-main {
        position: absolute;
        /* height: calc(100vh - 205px); */
        height: calc(100% - 121px);
        width: 100%;
        background-color: #1f2731;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%);
        top: 6px;
        border-radius: 8px;
        overflow: hidden;
        left: 0;
    }
    .statistic-page-main{
        position: absolute;
        /* height: calc(100vh - 270px); */
        height: calc(100% - 187px);
        width: 100%;
        background-color: #1f2731;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%);
        top: 72px;
        border-radius: 8px;
        overflow: hidden;
        left: 0;
    }
    .statistic-page-top-wins{
        content: '';
        background: url(../../Images/Menu/top-wins.png) no-repeat;
    }
    .statistic-page-top-wins.active{
        content: '';
        background: url(../../Images/Menu/top-wins-active.png) no-repeat;
    }
    .statistic-page-current-wins{
        content: '';
        background: url(../../Images/Menu/current-wins.png) no-repeat;
    }
    .statistic-page-current-wins.active{
        content: '';
        background: url(../../Images/Menu/current-wins-active.png) no-repeat;
    }

    .statistic-page-main a,
    .statistic-page-main a.active{
        padding-top: 30px;
        display: inline-block;
        font-size: 10px; 
        width: 48%;
        height: 4vh;
        display: inline-block;
        background-size: contain;
        margin-top: 13px;
        line-height: 3vh;

    }
    .statistic-page-main a.active .current-wins-text,
    .statistic-page-main a.active .top-wins-text{
        position: initial !important;
        color: #ffffff;
        width: auto !important;
        left: 0;
        top: 0;
    }
    .statistic-page-main a .top-wins-text,
    .statistic-page-main a .current-wins-text {
        position: initial !important;
        color: #ffffff80; 
        width: auto;
        left: 0;
        top: 0;
    }
    .top-curent-wins-container{
        display: flex;
        justify-content: space-around;
        flex-direction: unset;
        position: unset;
        width: auto;
        left: auto;
        height: auto;
        top: auto;
    }
    .statistic-tab-current-top-wins{
        display: none;
    }
    .statistic-tab-current-top-wins.active{
        display: block;
    }

    .statistic-top-wins-table,
    .statistic-current-wins-table{
        width: 100%;
        border-collapse: collapse;
        margin-top: 8px;
    }

    .statistic-top-wins-table thead tr,
    .statistic-current-wins-table thead tr,
    .menu-popup-page-history-table thead tr{
        background: #27313c;
        width: 100%;
        height: 29px;
        line-height: 29px;
        font-size: 11px;
        color: #ffffff33;
    }
    .statistic-top-wins-table  .top-wins-id,
    .statistic-current-wins-table  .current-wins-id,
    .menu-popup-page-history-table  .history-spin-id{
        /* width: 25% !important; */
    }
    .statistic-top-wins-table thead th,
    .statistic-current-wins-table thead th,
    .menu-popup-page-history-table thead th{
        /* width: 25%; */
    }
    .statistic-top-wins-table tbody tr,
    .statistic-current-wins-table tbody tr{
        font-size: 11px;
        height: 37px;
        border-bottom: 1px solid #2a343f;
    }
    .menu-popup-page-history-table tbody tr{
        height: 41px;
        font-size: 11px;
        border-bottom: 1px solid #2a343f;
    }
    .statistic-top-wins-table tbody .top-wins-name,
    .statistic-current-wins-table tbody .current-wins-name,
    .menu-popup-page-history-table tbody .history-list-spinid-value{
        color: #e5e5e580;
    }
    .statistic-top-wins-table tbody .top-wins-name,
    .statistic-top-wins-table tbody .top-wins-bet-value,
    .statistic-top-wins-table tbody .top-wins-cashout-value,
    .statistic-current-wins-table tbody .current-wins-name,
    .statistic-current-wins-table tbody .current-wins-bet-value,
    .statistic-current-wins-table tbody .current-wins-cashout-value{
        /* width: 25%; */
    }
    .statistic-top-wins-table tbody .top-wins-win-value,
    .statistic-current-wins-table tbody .current-wins-win-value{
        /* width: 100px; */
        /* width: 25%; */
    }
    .top-wins-tbody,
    .current-wins-tbody{
        position: absolute;
        overflow: scroll;
        /* height: calc(100vh - 380px); */
        height: calc(100% - 109px);
        width: 100%;
    }
    .menu-popup-page-history-table tbody .history-list-time-value{
        color: #e5e5e580;   
    }
    .menu-popup-page-history-table tbody .history-list-bet-value{
        color: #ffffffcc;
    }

    .statistic-top-wins-table tbody .top-wins-win-value,
    .statistic-current-wins-table tbody .current-wins-win-value,
    .menu-popup-page-history-table tbody .history-list-win-value{
        color:  #00ff8f;
    }
    
    .statistic-page-footer{
        display: flex;
        position: absolute;
        width: 100%;
        height: 100px;
        background: gray;
        bottom: 6px;
        border-radius: 8px;
        background-color: rgb(31, 39, 49);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.33);
        top: auto;
        right: auto;
        align-items: center;
        /* justify-content: center; */
    }
    .statistic-page-footer::before{
        position: fixed;
        content: '';
        height: 79px;
        width: 29px;
        background: #00000080;
        left: 13px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }
    .statistic-page-footer::after{
        content: '';
        height: 79px;
        width: 29px;
        position: fixed;
        background: #00000080;
        right: 13px;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }
    .similar-game-arrow-left{
        content: '';
        background-image: url(../../Images/Menu/menu-similar-games-arrow-left.png);
        height: 15px;
        width: 9px;
        position: fixed;
        background-repeat: no-repeat;
        left: 20px;
    }
    .similar-game-arrow-right{
        content: '';
        background-image: url(../../Images/Menu/menu-similar-games-arrow-right.png);
        height: 15px;
        width: 9px;
        position: fixed;
        background-repeat: no-repeat;
        z-index: 11;
        right: 20px;
    }
    .statistic-page-footer.hidden-right .similar-game-arrow-right,
    .statistic-page-footer.hidden-left .similar-game-arrow-left,
    .statistic-page-footer.hidden-right::after,
    .statistic-page-footer.hidden-left::before{
        visibility: hidden;
    }
    .statistic-page-footer.visible-right .similar-game-arrow-right,
    .statistic-page-footer.visible-left .similar-game-arrow-left,
    .statistic-page-footer.visible-right::after,
    .statistic-page-footer.visible-left::before{
        visibility: visible;
    }
    .box-for-similar-games{
        width: 23%;
        height: 79%;
        flex-shrink: 0;
        border-radius: 8px;
        margin: 0 3.8% 0 0%;
        background-size: contain;
        background-position: center;
    }
    .box-for-space-similar-games{
        width: 8%;
        height: 79%;
        flex-shrink: 0;
        border-radius: 8px;
        margin: 0 3.8% 0 0%;
        background-size: contain;
        background-position: center;
    }
    .history-list-container{
        position: absolute;
        height: 97%;
        width: 100%;
        left: 3%;
        /* background-color: #1f2731; */
        /* box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 33%); */
        /* top: 12px; */
        /* border-radius: 8px; */
        /* overflow: scroll; */
    }
    /*Spin histories start*/
    .history-list-content, .top-wins-list-content {
        height: calc(100% - 60px) !important;
    }
    .history-list-header {
        padding: 10px !important;
    }
    .tabs-bg {
        height: 55px !important;
    }
    .row {
        padding: 7px 9px !important;
    }
    .tab {
        font-size: 12px !important;
    }
    .history-list-header, .row {
        font-size: 12px !important;
    }
    .col-bet div, .col-win div {
        width: 25% !important;
    } 
    .col:last-child div {
        width: 100% !important;
        text-align: right;
    }
    .replay {
        width: 32px !important;
        height: 32.37px !important;
    }
    .replay:hover {
        background-image: url("../../Images/Menu/replay-icon.png") !important;
    }
    .scroll-up-btn {
        bottom: -15px !important;
    }
    /*Spin histories end*/
    .menu-popup-page-history-table{
        width: 100%;
        border-collapse: collapse;
    }
    .menu-popup-page-setting{
        width: 100%;
        height: 100%;
    }
    .menu-popup-page-setting.active{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-setting-container{
        width: 70%;
        text-align: left;
        position: relative;
        /* height: 235px; */
        color: #ffffff66;
    }
    .menu-setting-sound-icon,
    .menu-setting-music-icon,
    .menu-setting-left-hand-icon,
    .menu-full-screen-icon{
        display: block;
        padding-left: 27px;
        font-size: 14px;
    }
    .menu-setting-sound-icon{
        /* margin-bottom: 45px; */
        margin-top: 0;
    }
    .menu-setting-sound-icon::before{
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../../Images/Menu/mobile-sound-icon.png) no-repeat;
        left: -12px;
        
    }
    .menu-setting-music-icon{
        /* margin-bottom: 75px; */
        margin-top: 45px;
    }
    .menu-setting-music-icon::before{
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../../Images/Menu/mobile-music-icon.png) no-repeat;
        left: -12px;
        
    }
    .menu-setting-left-hand-icon{
        margin-bottom: 45px;
    }
    .menu-setting-left-hand-icon::before{
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../../Images/Menu/mobile-left-hand-icon.png) no-repeat;
        left: -12px;
    }

    .menu-full-screen-icon::before{
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(../../Images/Menu/full-screen-icon.png) no-repeat;
        left: -12px;
    }
    .checkbox-for-sound,
    .checkbox-for-music,
    .checkbox-for-left-hand,
    .checkbox-for-full-screen {
        float: right;
        display: block;
        width: 40px;
        height: 17px;
        position: relative;
        top: 2px;
    }

    .checkbox-for-sound:after,
    .checkbox-for-music:after,
    .checkbox-for-left-hand:after,
    .checkbox-for-full-screen {
        display: block;
        content: '';
        clear: both;
    }

    .checkbox-for-sound span,
    .checkbox-for-music span,
    .checkbox-for-left-hand span,
    .checkbox-for-full-screen span {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 9px;
        background-color: rgba(0,0,0,0.4);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .checkbox-for-sound span:before,
    .checkbox-for-music span:before,
    .checkbox-for-left-hand span:before,
    .checkbox-for-full-screen span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: 0;
        top: -1px;
        background-color: #ffffff;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .checkbox-for-sound input:checked + span,
    .checkbox-for-music input:checked + span,
    .checkbox-for-left-hand  input:checked + span,
    .checkbox-for-full-screen  input:checked + span {
        /* background-color: #45b11b; */
        background-image: linear-gradient(90deg, rgb(0,255,96) 0%, rgb(42,255,138) 46%, rgb(83,255,179) 100%)
    }

    .checkbox-for-sound input:checked + span:before,
    .checkbox-for-music input:checked + span:before,
    .checkbox-for-left-hand input:checked + span:before,
    .checkbox-for-full-screen input:checked + span:before {
        background-color: #ffffff;
        transform: translateX(21px);
    }

    .checkbox-for-sound input,
    .checkbox-for-music input,
    .checkbox-for-left-hand input,
    .checkbox-for-full-screen input {
        display: none;
    }


    .menu-popup-page-rules{
        height: 100%;
        width: 100%;
        overflow: scroll;
        text-align: left;
    }
    .menu-rules-popup-content.menu-rules {
        font-size: 13px;
        color: #ffffff;
        counter-reset: number;
        margin-top: 20%;
        width: 92%;
        margin-left: 4%;
    }
    


    .footer-navigation{
        height: 45px;
        background-color: #1f2731;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
    }
    .footer-navigation > a{
        width: 50%;
        height: 100%;
        position: relative;
        
    }
    .footer-navigation > a::after{
        content: '';
        width: 23px;
        height: 23px;
        display: inline-block;
        padding-right: 5px;
    }
    .footer-navigation > a.active{
        width: 50%;
        height: 100%;
        background: #2c3642;
        font-size: 12px;
        color: #ffffff;
        line-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }
    .footer-navigation > a.active::before{
        content: '';
        width: 100%;
        height: 3px;
        background: #ff003c;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .has-history-tab  .footer-navigation > a{
        width: 50%;
    }
    .has-history-tab  .footer-navigation > a.active{
        width: 50%;
    }
    .has-history-tab  .footer-page-spin-history {
        display: flex;
    }
    a.footer-page-statistic::after{
        background: url(../../Images/Menu/mobile-menu-statistic-icon.png) no-repeat;
    }
    a.footer-page-spin-history::after{
        background: url(../../Images/Menu/mobile-menu-game-history-icon.png) no-repeat;
    }
    a.footer-page-setting::after{
        background: url(../../Images/Menu/mobile-menu-setting-icon.png) no-repeat;
    }
    a.footer-page-rules::after{
        background: url(../../Images/Menu/mobile-menu-help-icon.png) no-repeat;
    }
    a.footer-page-statistic.active::after{
        background: url(../../Images/Menu/mobile-menu-statistic-active-icon.png) no-repeat;
    }
    a.footer-page-spin-history.active::after{
        background: url(../../Images/Menu/mobile-menu-game-history-active-icon.png) no-repeat;
    }
    a.footer-page-setting.active::after{
        background: url(../../Images/Menu/mobile-menu-setting-active-icon.png) no-repeat;
    }
    a.footer-page-rules.active::after{
        background: url(../../Images/Menu/mobile-menu-help-active-icon.png) no-repeat;
    }
    .menu-popup .footer-navigation a span {
        display: none;
    }
    .menu-popup .footer-navigation a.active span {
        display: block;
        color: rgb(255, 255, 255);
    }
    
    .menu-icon-down  .show-menu-popup-line{
        height: 40px;
        display: flex;
        border-top: 1px solid #3c434d;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .menu-icon-up  .show-menu-popup-line{
        height: 40px;
        display: flex;
        border-bottom: 1px solid #3c434d;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .without-menu-line div.show-menu-popup-line{
        border: transparent;
    }
    .without-menu-line .menu-line-sound-icon,
    .without-menu-line .menu-line-spinId,
    .without-menu-line .menu-line-open-icon {
        display: none;
    }
    .show-menu-popup-line .menu-popup-spinId{
        text-align: center;
        width: 84%;
    }
    .menu-line-sound-icon,
    .menu-line-open-icon {
        width: 8%;
        background-color: #27313c;
        color: #ffffff80;
        font-size: 12px;
        line-height: 40px;
        
    }
    .menu-line-sound-icon {
        padding-left: 20px;
        border-bottom-left-radius: 15px;
    }
    .menu-icon-down .menu-line-sound-icon {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0;
    }

    .menu-line-open-icon{
        padding-right: 20px;
        border-bottom-right-radius: 15px;
    }
    .menu-icon-down .menu-line-open-icon{
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
    }
    .menu-line-open-icon::after{
        content: '';
        background: url(../../Images/Menu/menu-open-icon-line.png) no-repeat;
        width: 26px;
        height: 18px;
        position: absolute;
        right: 13px;
        top: 11px;
    }
    .menu-icon-without-line{
        width: 45px;
        height: 45px;
        background: url(../../Images/Menu/mobile-menu-open-icon.png) no-repeat;
        position: absolute;
        right: 4px;
        top: 29px;
        background-repeat: no-repeat; 
    }
    div[data-game="cricketx"] .menu-icon-without-line{
        right: 6px;
        top: 47px;
    }
    .menu-icon-without-line[data-gift-spins="true"]{
        right: 6px;
        top: 47px;
    }
    /* div[data-category="Keno"] .menu-icon-without-line {
        width: 49px;
        height: 49px;
        background: url(../../Images/Menu/mobile-menu-open-icon.png) no-repeat;
        position: absolute;
        right: 2px;
        top: 2px;
        background-repeat: no-repeat;
        background-size: contain;
    } */
    .with-menu-line .menu-icon-without-line{
        display: none;
    }
    
    /* end update menu-vertical */

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) { /* css rules for ipad portrait */
     .menu-popup-close {
        width: 25.5%;
     }
}

@media screen and (max-width:1000px) and (orientation : landscape){
    .statistic-page-footer-desktop{
        display: none;
    }
    .top-curent-wins-container.desktop{
        display: none;
    }
    .menu-popup-exit-game::after{
        content: '';
        background: url(../../Images/Menu/mobile-menu-exit-game-mobile.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 12px;
        top: 11px;
        background-size: auto;
    }
    .menu-popup-close::after{
        content: '';
        background: url(../../Images/Menu/mobile-menu-close-icon-mobile.png) no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 8px;
        top: 13px;
        background-size: auto;
    }
    .menu-popup-spinId{
        font-size: 12px;
        letter-spacing: 0;
    }
    .menu-popup-exit-game,
    .menu-popup-close{
        font-size: 12px;
        letter-spacing: 0;
    }
    .top-wins-name,
    .top-wins-bet-value,
    .current-wins-name,
    .current-wins-bet-value{
        letter-spacing: 0;
    }
    .box-for-similar-games{
        cursor: pointer;
        width: 80%;
        height: 35%;
        margin-left: 10%;
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        border-radius: 8px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
    }
    .statistic-page-main a,
    .statistic-page-main a.active{
        font-size: 10px;
        line-height: 10px;
    }
    .statistic-page-top-wins::after,
    .statistic-page-current-wins::after{
        display: none;
    }
    .statistic-page-top-wins{
        content: '';
        background: url(../../Images/Menu/top-wins-hor.png) no-repeat;
    }
    .statistic-page-top-wins.active{
        content: '';
        background: url(../../Images/Menu/top-wins-active-hor.png) no-repeat;
    }
    .statistic-page-current-wins{
        content: '';
        background: url(../../Images/Menu/current-wins-hor.png) no-repeat;
    }
    .statistic-page-current-wins.active{
        content: '';
        background: url(../../Images/Menu/current-wins-active-hor.png) no-repeat;
    }
    .statistic-page-main a,
    .statistic-page-main a.active{
        cursor: pointer;
        padding-top: 54px;
        font-size: 10px;
        display: inline-block;
        background-size: contain;
        margin-top: 13px;
        /* width: 100px;
        height: 121px; */
        width: 100%;
        height: 27%;
        background-position: center;
        line-height: 10px;
    }
    .menu-popup{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /* background: rgb(25 34 43 / 92%); */
        background: #0e1015;
        z-index: 40;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
        border: none;
    }
    .statistic-page-footer{
        overflow: scroll;
        position: absolute;
        width: 15%;
        right: -10px;
        height: 92%;
        top: 4%;
        background: gray;
        bottom: 6px;
        border-radius: 8px;
        background-color: rgb(31, 39, 49);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.33);
    }
    .top-curent-wins-container{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: fixed;
        width: 15%;
        left: 1%;
        top: 13.5%;
        height: calc(100% - 106px);
        align-items: center;
    }
    /* Spin histories start */
    .history-list-content, .top-wins-list-content {
        height: calc(100% - 97px) !important;
    }
    .tabs-bg {
        height: 57px !important;
    }
    .tab {
        font-size: 12px !important;
    }
    .history-list-header, .row {
        font-size: 10px !important;
    }
    .col-bet div, .col-win div {
        width: 10% !important;
    } 
    .col:last-child div {
        width: 100% !important;
        text-align: right;
    }
    .replay {
        width: 32px !important;
        height: 32.37px !important;
    }
    .replay:hover {
        background-image: url("../../Images/Menu/replay-icon.png") !important;
    }

    .menu-setting-history-icon {
        padding-bottom: 45px;
    }

    .menu-setting-history-icon:hover::before {
        padding-bottom: 45px;
    }
    /* Spin histories end */
}
.desktop-menu-container{
    /* display: none; */
}
.menu-div {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}
 .menu-div {
	position: absolute;
	right: 30px;
	top: 24px;
	background: rgba(12,12,14,0.8);
	width: 48px;
	border: 1px solid rgba(0,0,0,0.8);
	z-index: 10;
    overflow: hidden;
    display: none;
}

.menu-div a {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: url(../../Images/Menu/Buttons/fullscreen.png)
	,url(../../Images/Menu/Buttons/fullscreen-active.png)
	,url(../../Images/Menu/Buttons/fullscreen-active-hover.png)
	,url(../../Images/Menu/Buttons/fullscreen-hover.png)
	,url(../../Images/Menu/Buttons/help.png)
	,url(../../Images/Menu/Buttons/help-hover.png)
	,url(../../Images/Menu/Buttons/icon.png)
	,url(../../Images/Menu/Buttons/icon-active.png)
	,url(../../Images/Menu/Buttons/icon-active-hover.png)
	,url(../../Images/Menu/Buttons/sound.png)
	,url(../../Images/Menu/Buttons/sound-active.png)
	,url(../../Images/Menu/Buttons/sound-active-hover.png)
	,url(../../Images/Menu/Buttons/sound-hover.png)
	,url(../../Images/Menu/Buttons/exit.png)
	,url(../../Images/Menu/Buttons/exit-hover.png)
	,url(../../Images/Menu/Buttons/music.png)
	,url(../../Images/Menu/Buttons/music-active.png)
	,url(../../Images/Menu/Buttons/music-active-hover.png)
	,url(../../Images/Menu/Buttons/music-hover.png);
}

.menu-div-sub {
	display: none;
}

.menu-div a.game-icon-bt {
	background-image: url(../../Images/Menu/Buttons/icon.png);
}

.menu-div a.game-icon-bt:hover {
	background-image: url(../../Images/Menu/Buttons/icon.png);
}

.menu-div a.game-icon-bt.active {
	background-image: url(../../Images/Menu/Buttons/icon-active.png);
}

.menu-div a.game-icon-bt.active:hover {
	background-image: url(../../Images/Menu/Buttons/icon-active-hover.png);
}

.menu-div a.game-fullscreen-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
	background-image: url(../../Images/Menu/Buttons/fullscreen.png);
}

.menu-div a.game-fullscreen-bt:hover {
	background-image: url(../../Images/Menu/Buttons/fullscreen-hover.png);
}

.menu-div a.game-fullscreen-bt.active {
	background-image: url(../../Images/Menu/Buttons/fullscreen-active.png);
}

.menu-div a.game-fullscreen-bt.active:hover {
	background-image: url(../../Images/Menu/Buttons/fullscreen-active-hover.png);
}

.menu-div a.game-help-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
	background-image: url(../../Images/Menu/Buttons/help.png);
}

.menu-div a.game-help-bt:hover {
	background-image: url(../../Images/Menu/Buttons/help-hover.png);
}

.menu-div a.game-sound-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
	background-image: url(../../Images/Menu/Buttons/sound.png);
}

.menu-div a.game-sound-bt:hover {
	background-image: url(../../Images/Menu/Buttons/sound-hover.png);
}

.menu-div a.game-sound-bt.active {
	background-image: url(../../Images/Menu/Buttons/sound-active.png);
}

.menu-div a.game-sound-bt.active:hover {
	background-image: url(../../Images/Menu/Buttons/sound-active-hover.png);
}

.menu-div a.game-music-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
	background-image: url(../../Images/Menu/Buttons/music.png);
}

.menu-div a.game-music-bt:hover {
	background-image: url(../../Images/Menu/Buttons/music-hover.png);
}

.menu-div a.game-music-bt.active {
	background-image: url(../../Images/Menu/Buttons/music-active.png);
}

.menu-div a.game-music-bt.active:hover {
	background-image: url(../../Images/Menu/Buttons/music-active-hover.png);
}

.menu-div a.game-exit-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
	background-image: url(../../Images/Menu/Buttons/exit.png);
}

.menu-div a.game-exit-bt:hover {
	background-image: url(../../Images/Menu/Buttons/exit-hover.png);
}
.menu-div a.game-history-bt {
	border-top: 1px solid rgba(0,0,0,0.8);
    background-image: url(../../Images/Menu/Buttons/spin-history.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.menu-div a.game-history-bt:hover {
	background-image: url(../../Images/Menu/Buttons/spin-history-hover.png);
}
/* .history-iframe-desktop-container{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
} */
/* #history-iframe-desktop{
    width: 100%;
    height: 100%;
} */

/* Spin histories start */
.history-content[data-active-tab="bet-history"] .top-wins-tab-parent {
    display: none;
}
.history-content[data-active-tab="top-wins"] .top-wins-tab-parent{
    display: block;
}
.history-content[data-active-tab="top-wins"] .history-tab-parent{
    display: none;
}
.history-content[data-active-tab="bet-history"] .history-tab-parent {
    display: block;
}

.history-list-content, .top-wins-list-content {
    position: absolute;
    height: calc(100% - 85px);
    width: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
}
.history-list-content::-webkit-scrollbar, .top-wins-list-content::-webkit-scrollbar {
  display: block !important;
  width: 4px !important;
  -webkit-appearance: none;
}
.history-list-content::-webkit-scrollbar-track, .top-wins-list-content::-webkit-scrollbar-track {
  background-color: transparent;
  border: transparent;
}
.history-list-content::-webkit-scrollbar-thumb, .top-wins-list-content::-webkit-scrollbar-thumb {
  background-color: #414e5e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.tabs-bg {
    display: flex;
    width: 100%;
    height: 55px;
    background-color: #1f2731;
}
.tab {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Intro-SemiBold';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 63px;
}
.tab.active {
    width: 50%;
    height: 100%;
    background: #2c3642;
    color: #ffffff;
    /* line-height: 45px; */
}
.tab.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #ff003c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.history-list-header {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.2);
    background-color: #131b21;
    padding: 13px 20px 12px;
    font-family: 'Intro-Regular';
    font-size: 14.7px;

}
.history-list-header span {
    letter-spacing: 2px;
    width: 35%;
    text-transform: capitalize
}
.history-list-header span:first-child {
    text-align: left;
}
.history-list-header span:last-child {
    text-align: right;
}
.row {
    display: flex;
    align-items: center;
    font-family: 'Intro-Regular';
    font-size: 14.7px;
    border-bottom: 1px solid #2a343f !important;
    padding: 13px 20px 9px;
}
.col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
}
.col-name {
    text-transform: uppercase;
    align-items: flex-start;
    text-align: left;
}
.col-name, .col-bet, .col-win {
    color: #ffffff;
}
.col-win {
    color: #00ff8f;
}
.col-bet div, .col-win div {
    width: 15%;
    text-align: left;
} 
.col-bet span, .col-win span {
    display: block;
}
.date, .time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.row .col:last-child {
    align-items: flex-end;
}
.replay {
    width: 36px;
    height: 36px;
    background: url("../../Images/Menu/replay-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    outline: none;
}
.replay:hover {
    background-image: url("../../Images/Menu/replay-icon-hover.png");
}
.scroll-up-btn {
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url("../../Images/Menu/scroll-up-btn.png");
    bottom: 10px;
    left: calc(50% - 18px);
    display: none;
    cursor: pointer;
}
.scroll-up-btn:hover {
    background-image: url("../../Images/Menu/scroll-up-btn-hover.png");
}
/* Spin histories end */
@media screen and (max-height: 615px) {
    div[data-mobile="false"] .menu-popup{
        transform: scale(0.8);
    }
}
.footer-navigation .footer-page-statistic,
.footer-navigation .footer-page-spin-history{
    display: none;
}
