@font-face {
    font-family: CrystalBetUniBold;
    src: url(../../GamePages/Fonts/CrystalBetUni-Bold_0.otf);
}
[data-category="JetX"]:not(.jetx-category) {
    display: none !important;
}
.jetx-container-mobile {
    position: absolute;
    top: 150px;
    width: 300px;
    left: 400px;
    height: 800px;
    background: transparent;
}
.text-galaxy-jackpot-mobile{
    position: absolute;
    top: 457px;
    left: 138px;
    width: 90px;
    height: 40px;
    text-align: right;
    font-family: CrystalBetUniBold;
    letter-spacing: 1px;  
}
.text-galaxy-jackpot-mobile > span.text-galaxy-mobile{
    color: #fde800;
    text-shadow: 0px 0px 10px rgba(255, 61, 0, 1), 0px 0px 5px rgba(255, 61, 0, 1);
    font-size: 15px;  
}
.text-galaxy-jackpot-mobile > span.text-jackpot-mobile{
    position: absolute;
    font-size: 18px;
    color: #07eeff;
    text-shadow: 0px 0px 10px #07eeff, 0px 0px 5px #07eeff;
    top: 15px;
    left: 5px;
}
.JetX-play-mobile{
    position: absolute;
    width: 207px;
    height: 70px;
    left: 83px;
    top: 340px;
}
.JetX-jackpot-galaxy-mobile {
    position: absolute;
    left: 85px;
    top: 490px;
    width: 200px;
    height: 80px;
}
.iframe-jackpot-mobile{
    border:none;
    position: absolute;
    top: 517px;
    left: 65px;
}


.JetX-info-lines-left {
    transform: rotate(180deg);
    position: absolute;
    margin-left: -602px;
    margin-top: 129px
}
.JetX-info-lines-right {
    position: absolute;
    margin-left: 569px;
    margin-top: 129px;
}
.JetX-play{
    position: absolute;
    left: 318px;
    top:490px;
}
.circles-text{
    position: absolute;
    width: 200px;
    font-weight: bold;
    font-size: 15px;
    color: #fde800;
    text-shadow: 0px 0px 10px rgba(255, 61, 0, 1), 0px 0px 5px rgba(255, 61, 0, 1);
    font-family: CrystalBetUniBold;
}
.circle1 {
    margin-top: -159px;
    margin-left: -651px;
}
.circle2 {
    margin-top: 337px;
    margin-left: 777px;
}
.circle3 {
    margin-top: -154px;
    margin-left: 760px;
}
.circle4 {
    margin-top: 326px;
    margin-left: -651px;
}
.JetX-jackpot-galaxy{
    position: absolute;
    top: -156px;
    left: 355px;
}
.text-galaxy-jackpot{
    position: absolute;
    top: -133px;
    left: 265px;
    width: 90px;
    height: 40px;
    text-align: right;
    font-family: CrystalBetUniBold;
    letter-spacing: 2px;  
}

.text-galaxy-jackpot > span.text-galaxy{
    color: #fde800;
    text-shadow: 0px 0px 10px rgba(255, 61, 0, 1), 0px 0px 5px rgba(255, 61, 0, 1);
    font-size: 16px;
    
    
}
.text-galaxy-jackpot > span.text-jackpot{
    position: absolute;
    font-size: 18px;
    color: #07eeff;
    text-shadow: 0px 0px 10px #07eeff, 0px 0px 5px #07eeff;
    top: 17px;
    left: 0;
}
.iframe-jackpot{
    position: absolute;
    border: none;
    top: -217px;
    width: 300px;
    left: -130px;
    height: 100vh;
}

.jetx-button {
    position: absolute;
    background-image: url(../../GamePages/Images/JetX/Images-Res/play-button.png);
    background-position: center center;
    width: 240px;
    height: 73px;
    display: block;
    background-repeat: no-repeat;
    top: 70%;
}

.jetx-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.levels-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 400px;
}
.JetX-info-lines-left {
    transform: rotate(180deg);
    width: 326px;
    height: 269px;
    background-image: url(../../GamePages/Images/JetX/Images-Res/info-lines.png)
}
.JetX-info-lines-right {
    width: 326px;
    height: 269px;
    background-image: url(../../GamePages/Images/JetX/Images-Res/info-lines.png)
}
@media only screen and (max-width:1600px) {
    .jetx-button {
        top:100%;
    }
}