@font-face {
    font-family: 'IntroBlackCaps';
    src: url('../Fonts/Intro/Intro-Black-Caps.otf');
}

@font-face {
    font-family: 'IntroRegular';
    src: url('../Fonts/Intro/Intro-Regular.otf');
}

@font-face {
    font-family: 'IntroMedium';
    src: url('../Fonts/Intro/Intro-Medium.otf');
}

@font-face {
    font-family: 'CrystalNU4-Regular';
    src: url('../Fonts/Intro/CrystalNU4-Regular.otf');
}
@font-face {
    font-family: 'IntroLight';
    src: url('../Fonts/Intro/Intro-Light.otf');
}
@font-face {
    font-family: 'IntroBoldCaps';
    src: url('../Fonts/Intro/Intro-Bold-Caps.otf');
}
@font-face {
    font-family: 'IntroBookAlt';
    src: url('../Fonts/Intro/Intro-Book-Alt.otf');
}
@font-face {
    font-family: 'IntroMedium';
    src: url('../Fonts/Intro/Intro-Medium.otf');
}
@font-face {
    font-family: 'DIGIB';
    src: url('../Fonts/DIGIB/DS-DIGIB.TTF');
}
@font-face {
    font-family: 'IntroMedium';
    src: url('../Fonts/Intro/Intro-Medium.otf');
}
@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-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-Regular';
    src: url('../Fonts/CrystalUni-Regular/crystaluni-regular-webfont.eot');
    src: url('../Fonts/CrystalUni-Regular/crystaluni-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/CrystalUni-Regular/crystaluni-regular-webfont.woff2') format('woff2'),
        url('../Fonts/CrystalUni-Regular/crystaluni-regular-webfont.woff') format('woff'),
        url('../Fonts/CrystalUni-Regular/crystaluni-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Intro';
    src: url('../Fonts/Intro/Intro-Regular.eot');
    src: url('../Fonts/Intro/Intro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Intro/Intro-Regular.woff2') format('woff2'),
        url('../Fonts/Intro/Intro-Regular.woff') format('woff'),
        url('../Fonts/Intro/Intro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VegasInfinite';
    src: url('../Fonts/VegasInfinite.ttf');
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    /*height: 100vh;*/
    /*height: calc(100vh - env(safe-area-inset-bottom));*/
}

body {
    background-color: #000000;
    overflow: hidden;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 205px;
    height: 205px;
    margin: -102px 0 0 -102px;
    background: url('../Images/universal-loader.gif') no-repeat center / contain;
}
.SlotsVRMobile .loader-logo,
.SlotsVR .loader-logo{
    background: none;
}

.gfgloader .loader-logo {
    width: 173px;
    height: 162px;
    margin: -86px 0 0 -81px;
    background: url('../Images/gfgloader.png') no-repeat center / cover;
}

/*
@media only screen and (min-width: 720px) and (orientation: portrait) {
    .loader-logo {
        width: 350px;
        height: 350px;
        margin: -175px 0 0 -175px;
    }
}
*/


#game-container-div,
#game-container-div iframe {
    width: 100%;
    height: 100%;
}

#game-container-div.hoodFix #game-frame{
    padding-top: 26px;
    height: calc(100% - 26px);
}

.connection-lost {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: -1000px;
    left: -1000px;
    background: rgba(0, 0, 0, 0.28);
    z-index: 10;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.connection-lost .popup {
    width: 552px;
    height: 293px;
    background: url(../Images/connection-lost.png) no-repeat;
    left: 50%;
    top: 50%;
    margin: -147px 0 0 -276px;
    position: relative;
}


@media screen and (max-width: 580px) {
    .connection-lost .popup {
        transform: scale(0.58);
    }
}

.connection-lost .content {
    font-family: 'IntroRegular';
    color: #ffd800;
    font-size: 16px;
    line-height: 30px;
    padding: 55px 40px;
}

.connection-lost .button {
    margin: 0 auto;
    width: 160px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: 'IntroBlackCaps';
    color: #ffd800;
    text-shadow: 1px 1.732px 0px rgba(0, 0, 0, 0.004);
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background: url(../Images/connection-lost-button.png) no-repeat top;
    cursor: pointer;
}

.connection-lost button:hover {
    background-position: bottom;
}

/* Reality Check Popup Start */

#reality-check-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    background-color: rgba(9, 12, 19, .502);
}

.reality-check-content {
    width: 719px;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-family: 'IntroRegular';
    background-color: rgba(10, 12, 20, .902);
}

.reality-check-conainer {
    padding: 0 20px;
}

.reality-check-header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.reality-check-header h3 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'IntroBlackCaps';
}

.reality-check-header::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 40px 0 17px 0;
    background: url('../Images/RealityCheck/check.png');
}

.reality-check-message {
    font-size: 24px;
    line-height: 1.667;
    text-align: center;
    margin: 25px 0 30px 0;
}

.reality-check-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    justify-content: center;
    font-family: 'IntroBlackCaps';
}


.reality-check-buttons div {
    cursor: pointer;
}

.reality-check-button-exit,
.reality-check-button-continue {
    position: relative;
    width: 308px;
    height: 68px;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .2s ease-in;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(9, 12, 19, .902);
    border: 1px solid rgba(185, 185, 185, .302);
}
  
.reality-check-button-continue {
    color: #ea013a;
    margin-right: 19px;
    border: 1px solid rgb(234, 1, 58);
}
  
.reality-check-button-continue::before {
    content: '';
    display: block;
    width: 16px;
    height: 18px;
    margin-right: 15px;
    transition: all .2s ease-in;
    background: url('../Images/RealityCheck/continue.png');
}


.reality-check-button-continue:hover {
    color: #ff395a;
    border: 1px solid rgb(255, 57, 90);
}

.reality-check-button-continue:hover::before {
    background: url('../Images/RealityCheck/continueHover.png');
}
  
.reality-check-button-exit::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    transition: all .2s ease-in;
    background: url('../Images/RealityCheck/quitGame.png');
}

.reality-check-button-exit:hover {
    color: #fff;
    border: 1px solid #fff;
}

.reality-check-button-exit:hover:before {
    background: url('../Images/RealityCheck/quitGameHover.png');
}

.reality-check-button-history {
    margin-top: 35px;
    display: flex;
    font-size: 24px;
    letter-spacing: 1px;
    align-items: center;
    text-transform: uppercase;
    font-family: 'IntroRegular';
}

.JetX .reality-check-button-history {
    display: none;
}

.reality-check-button-history::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    transition: all .2s ease-in;
    background: url('../Images/RealityCheck/viewHistory.png');
}


@media only screen and (max-width: 768px) {
    #reality-check-popup {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .reality-check-content {
        position: unset;
        margin: unset;
        transform-origin: bottom;
    }
}


@media only screen and (orientation: landscape) {
    .reality-check-content {
        transform-origin: unset;
    }
}


@media only screen and (orientation: portrait) {
    .reality-check-content {
        width: 100%;
    }

    .reality-check-conainer {
        padding: 0 10px;
    }

    .reality-check-button-continue {
        margin-right: 10px;
    }

    .reality-check-button-exit, .reality-check-button-continue {
        width: calc(50% - 10px);
        font-size: 20px;
    }
}

/* Reality Check Popup End */

/* Exeption Popup Message Start */
#exeption-popup-message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    background-color: rgba(9, 12, 19, .502);
}
.exeption-popup-content {
    width: 340px;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    border-radius: 4px;
    font-family: 'IntroRegular';
    background-color: #232637;
    background-image: -moz-linear-gradient( -90deg, rgb(177,27,27) -242%, rgba(46,46,46,0) 61%);
    background-image: -webkit-linear-gradient( -90deg, rgb(177,27,27) -242%, rgba(46,46,46,0) 61%);
    background-image: -ms-linear-gradient( -90deg, rgb(177,27,27) -242%, rgba(46,46,46,0) 61%);
}
.exeption-popup-conainer {
    padding: 0 20px;
}
.exeption-popup-header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.exeption-popup-header h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'IntroBlackCaps';
}
.exeption-popup-header::before {
    content: '';
    display: block;
    width: 26px;
    height: 23px;
    margin: 20px 0 7px 0;
    background: url('../Images/exeption-popup-warning-icon.png');
}
.exeption-popup-message {
    font-size: 14px;
    line-height: 1.429;
    text-align: center;
    margin: 10px 0 18px 0;
}
.exeption-popup-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    align-items: baseline;
    justify-content: center;
    font-family: 'IntroBlackCaps';
}
.exeption-popup-buttons div {
    cursor: pointer;
}
.exeption-popup-button-exit,
.exeption-popup-button-continue {
    position: relative;
    width: 145px;
    height: 35px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all .2s ease-in;
    color: rgba(255, 255, 255, 0.6);
    background-image: -moz-linear-gradient( 90deg, rgb(45,48,59) 0%, rgb(53,56,68) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(45,48,59) 0%, rgb(53,56,68) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(45,48,59) 0%, rgb(53,56,68) 100%);
}
  
.exeption-popup-button-continue {
    color: #2f2705;
    margin-right: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(244,210,42) 0%, rgb(253,223,86) 100%);
}
  
.exeption-popup-button-continue:hover {
    color: rgb(47, 39, 5);
    background-image: -moz-linear-gradient( 90deg, rgb(248,218,62) 0%, rgb(255,232,120) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(248,218,62) 0%, rgb(255,232,120) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(248,218,62) 0%, rgb(255,232,120) 100%);
}
.exeption-popup-button-exit:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(52,55,68) 0%, rgb(70,74,89) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(52,55,68) 0%, rgb(70,74,89) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(52,55,68) 0%, rgb(70,74,89) 100%);
}
.exeption-popup-button-history {
    /* margin-top: 15px; */
    display: flex;
    font-size: 12px;
    letter-spacing: 1px;
    align-items: center;
    text-transform: uppercase;
    font-family: 'IntroRegular';
}
/* Exeption Popup Message End */

/* Start Loader Hood */
    /* .loader-hood[data-category="jetx"]{
        background-color: transparent;
        height: 14px;
        justify-content: center;
    }
    .loader-hood[data-category="jetx"] .hood-dropdown,
    .loader-hood[data-category="jetx"] .hood-slide-button,
    .loader-hood[data-category="jetx"] .hood-gift-spins-container{
        display: none !important;
    }
    .loader-hood[data-category="jetx"] .hood-timer-container {
        display: flex;
        align-items: center;
        width: 155px;
        justify-content: center !important;
        margin-right: 0;
        font-size: 14px;
        flex-shrink: 0;
        text-align: center;
        margin-top: 5px;
    } */
    .loader-hood{
        position: absolute;
        color: white;
        font-size: 14px;
        top: 0;
        width: 100%;
        text-align: center;
        font-family: 'Intro';
        justify-content: space-between;
        align-items: center;
        display: none;
        background-color: #000000;
        height: 26px;
        /* z-index: 1; */
    }
    .loader-logo .loader-hood,
    .SlotsVRMobile .loader-hood,
    .SlotsVR .loader-hood{
        display: none !important;
    }
    .hood-timer-container{
        display: flex;
        align-items: center;
        width: 155px;
        justify-content: right;
        margin-right: 15px;
        font-size: 14px;
        flex-shrink: 0;
    }
    .hood-timer-container span{
        margin: 0 2px 3px 2px;
    }
    .hood-timer-container div{
        width: 20px;
        text-align: center;
    }
    .loader-hood[data-gift-spins="true"] .hood-gift-spins-container{
        display: flex;
    }
    .loader-hood[data-gift-spins="false"] .hood-gift-spins-container{
        display: none;
    }
    .loader-hood[data-show-logo="false"] .hood-dropdown-arrow{
        display: flex;
    }
    .loader-hood[data-show-logo="true"] .hood-dropdown-arrow{
        display: none;
    }
    .hood-gift-spins-container{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-image: url(../Images/hood/gift-spin-icon-bg.png);
        background-repeat: no-repeat;
        background-position: center 12px;
        overflow: hidden;
    }
    .hood-gift-spin-text{
        font-size: 14px;
        width: 50%;
    }
    .hood-spins-left::after {
        font-size: 16px;
        content: attr(data-value);
        margin-left: 8px;
    }
    .hood-gift-spin-currency{
        font-size: 14px;
        margin-left: 8px;
    }
    .hood-gift-spin-currency::before{
        font-size: 16px;
        content: attr(data-value);
        margin-right: 5px;
    }
    .hood-gift-spins-container span:nth-child(1){
        text-align: right;
        text-transform: uppercase;
    }
    .hood-gift-spins-container span:nth-child(3){
        text-align: left;
        text-transform: uppercase;
    }
    .hood-gift-spin-icon{
        width: 35px;
        height: 44px;
        background-image: url(../Images/hood/gift-spin-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 0px 28px;
        margin-top: 32px;
    }
    .hood-dropdown{
        display: flex;
        align-items: center;
        justify-content: left;
        height: 100%;
        width: 145px;
        flex-shrink: 0;
        margin-left: 25px;
    }
    .loader-hood[data-show-logo="true"] .hood-dropdown{
        display: flex;
        align-items: center;
        justify-content: left;
        height: 100%;
        width: 160px;
        flex-shrink: 0;
        margin-left: 10px;
        background-image: url(../Images/hood/new-hood-logo.png);
        background-repeat: no-repeat;
        background-size: 160px;
        background-position: center;
    }

    .gfgloader .loader-hood[data-show-logo="true"] .hood-dropdown {
        width: 80px;
        background-image: url(../Images/hood/gfg-hood-logo.png);
        background-size: 65px;
    }

    .hood-dropdown-arrow{
        width: 55px;
        height: 14px;
        background-image: url(../Images/hood/redirect-arrow.png);
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
        display: flex;
        background-size: 9px;
    }
    .hood-dropdown-arrow.active{
        background-image: url(../Images/hood/redirect-arrow-active.png);
    }
    .hood-dropdown-arrow::before{
        content: '';
        background-image: url(../Images/hood/redirect-dots.png);
        width: 39px;
        height: 14px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .hood-slide-button{
        position: absolute;
        background: red;
        width: 80px;
        height: auto;
        left: 9px;
        top: 19px;
        background-color: #000820e6;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        display: none;
    }
    .hood-slide-button a{
        cursor: pointer;
        width: 100%;
        background-size: 65px;
        height: 65px;
        background-position: center;
        display: block;
        background-repeat: no-repeat;
        margin-top: 21px;
        margin-bottom: 18px;
    }
    .hood-slide-button a.hidden{
        display: none;
    }
    .hood-slide-transaction{
        background-image: url(../Images/hood/money-transactions.png);
    }
    .hood-slide-transaction:active{
        background-image: url(../Images/hood/money-transactions-active.png);
    }
    .hood-slide-history{
        background-image: url(../Images/hood/history.png);
    }
    .hood-slide-history:active{
        background-image: url(../Images/hood/history-active.png);
    }
    @media screen and (orientation: portrait) {
        .loader-hood[data-mobile="true"]{
            font-size: 12px;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container div{
            width: 18px;
            text-align: center;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container span {
            margin: 0 1px 3px 1px;
        }
        .loader-hood[data-show-logo="true"][data-mobile="true"] .hood-timer-container{
            display: flex;
            align-items: center;
            width: 25%;
            justify-content: right;
            margin-right: 5px;
            font-size: 12px;
            flex-shrink: 0;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-text{
            font-size: 12px;
            margin-bottom: 16px;
            flex-shrink: 0;
        }
        .loader-hood[data-mobile="true"] .hood-spins-left::after {
            font-size: 14px;
            content: attr(data-value);
            margin-left: 8px;
        }
        .loader-hood[data-mobile="true"][data-show-logo="true"] .hood-dropdown {
            display: flex;
            align-items: center;
            justify-content: left;
            height: 100%;
            width: 30%;
            flex-shrink: 0;
            margin-left: 10px;
            background-image: url(../Images/hood/new-hood-logo.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

        .gfgloader .loader-hood[data-mobile="true"][data-show-logo="true"] .hood-dropdown {
            height: 17px;
            width: 65px;
            background-image: url(../Images/hood/gfg-hood-logo-mobile.png);
        }

        .loader-hood[data-mobile="true"] .hood-gift-spin-currency{
            font-size: 12px;
            margin-left: 3px;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-currency::before{
            font-size: 14px;
            margin-left: 2px;
            content: attr(data-value);
            margin-right: 3px;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-icon{
            margin: 0px 10px;
            margin-top: 28px;
            flex-shrink: 0;
            background-size: 29px;
            background-position: center 0px;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container {
            display: flex;
            align-items: center;
            width: 15%;
            justify-content: right;
            margin-right: 4px;
            font-size: 12px;
            flex-shrink: 0;
        }
        .loader-hood[data-mobile="true"] .hood-dropdown {
            display: flex;
            align-items: center;
            justify-content: left;
            height: 100%;
            width: calc(15% - 6px);
            flex-shrink: 0;
            margin-left: 10px;
            z-index: 1;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button {
            position: absolute;
            width: 64px;
            height: auto;
            left: 3px;
            top: 19px;
            background-color: #000820e6;
            border-bottom-right-radius: 50px;
            border-bottom-left-radius: 50px;
            display: none;
            z-index: 1;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button a {
            cursor: pointer;
            width: 100%;
            background-size: 54px;
            height: 55px;
            background-position: center;
            display: block;
            background-repeat: no-repeat;
            margin-top: 8px;
            margin-bottom: 8px;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button a.hidden {
            display: none;
        }
        .loader-hood[data-gift-spins="true"][data-mobile="true"] .hood-gift-spins-container{
            display: flex;
            position: absolute;
            top: 11px;
            height: 65px;
            /* background-size: contain; */
            background-size: 412px;
        }
    }
    @media screen and (orientation: landscape) {
        
        .loader-hood[data-mobile="true"] .hood-gift-spin-icon{
            margin: 0px 9px;
            margin-top: 32px;
        }
        .loader-hood[data-mobile="true"]{
            font-size: 12px;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container div{
            width: 18px;
            text-align: center;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container span {
            margin: 0 1px 3px 1px;
        }
        .loader-hood[data-mobile="true"] .hood-timer-container {
            display: flex;
            align-items: center;
            width: 80px;
            justify-content: right;
            margin-right: 10px;
            font-size: 14px;
            flex-shrink: 0;
        }
        .loader-hood[data-mobile="true"] .hood-dropdown {
            display: flex;
            align-items: center;
            justify-content: left;
            height: 100%;
            width: 80px;
            flex-shrink: 0;
            margin-left: 15px;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button {
            position: absolute;
            width: 70px;
            height: auto;
            left: 6px;
            top: 19px;
            background-color: #000820e6;
            border-bottom-right-radius: 50px;
            border-bottom-left-radius: 50px;
            display: none;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button a.hidden {
            display: none;
        }
        .loader-hood[data-mobile="true"] .hood-slide-button a {
            cursor: pointer;
            width: 100%;
            background-size: 55px;
            height: 55px;
            background-position: center;
            display: block;
            background-repeat: no-repeat;
            margin-top: 12px;
            margin-bottom: 12px;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-text {
            font-size: 12px;
            width: 50%;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-currency{
            font-size: 12px;
            margin-left: 2px;
        }
        .loader-hood[data-mobile="true"] .hood-gift-spin-currency::before {
            content: attr(data-value);
            font-size: 14px;
            margin-left: 4px;
            margin-right: 4px;
        }
        .loader-hood[data-mobile="true"] .hood-spins-left::after {
            font-size: 14px;
            content: attr(data-value);
            margin-left: 8px;
        }
        .loader-hood[data-show-logo="true"][data-mobile="true"] .hood-dropdown{
            background-size: contain;
            display: flex;
            align-items: center;
            justify-content: left;
            height: 100%;
            width: calc(16% + 12px);
            flex-shrink: 0;
            margin-left: 3px;
        }

        .gfgloader .loader-hood[data-show-logo="true"][data-mobile="true"] .hood-dropdown {
            background-size: contain;
            display: flex;
            align-items: center;
            justify-content: left;
            height: 80%;
            width: calc(10%);
            flex-shrink: 0;
            margin-left: 3px;
        }

        .loader-hood[data-show-logo="true"][data-mobile="true"] .hood-timer-container{
            width: 16%;
        }
    }
/* End Loader Hood */



























::-webkit-scrollbar {
    width: 12px;
    padding: 12px;

    width: 0;
    padding: 0;
}

::-webkit-scrollbar-track {
    background-color: #13151d;
    border-left: 1px solid #0c0f15;
}

::-webkit-scrollbar-thumb {
    background: #20232f;
    border-left: 1px solid #0c0f15;
}

::-webkit-scrollbar-thumb:hover {
    background: #20232f;
}
@media only screen and (max-width: 1000px) { 
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }

    ::-webkit-scrollbar {
        width: auto;
        padding: initial;
    }

    ::-webkit-scrollbar-track {
        background-color: initial;
        border-left: none;
    }

    ::-webkit-scrollbar-thumb {
        background: initial;
        border-left: none;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: initial;
    }
}









































.JetXExhibition .loader-hood{
    font-size: 84px;
    height: 150px;
}
.JetXExhibition .hood-timer-container{
    width: 930px;
    margin-right: 90px;
    font-size: 84px;
}
.JetXExhibition .hood-timer-container span{
    margin: 0 12px 18px 12px;
}
.JetXExhibition .hood-timer-container div{
    width: 120px;
}
.JetXExhibition .hood-gift-spins-container{
    background-image: url(../Images/hood/gift-spin-icon-bg.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 100% 100%;
}
.JetXExhibition .hood-gift-spin-text{
    font-size: 84px;
}
.JetXExhibition .hood-spins-left::after {
    font-size: 96px;
    margin-left: 48px;
}
.JetXExhibition .hood-gift-spin-currency{
    font-size: 84px;
    margin-left: 48px;
}
.JetXExhibition .hood-gift-spin-currency::before{
    font-size: 96px;
    margin-right: 30px;
}
.JetXExhibition .hood-gift-spin-icon{
    width: 210px;
    height: 244px;
    background-size: 100% 100%;
    margin: 0 168px;
    margin-top: 192px;
}
.JetXExhibition .hood-dropdown{
    width: 875px;
    margin-left: 150px;
}
.JetXExhibition .loader-hood[data-show-logo="true"] .hood-dropdown{
    width: 960px;
    margin-left: 60px;
    background-size: 960px;
}
.JetXExhibition .hood-dropdown-arrow{
    width: 330px;
    height: 84px;
    background-size: 100% 100%;
    background-size: 114px;
}
.JetXExhibition .hood-dropdown-arrow::before{
    width: 234px;
    height: 84px;
}
.JetXExhibition .hood-slide-button{
    width: 480px;
    left: 54px;
    top: 114px;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}
.JetXExhibition .hood-slide-button a{
    background-size: 390px;
    height: 390px;
    margin-top: 126px;
    margin-bottom: 108px;
}
@media screen and (orientation: portrait) {
    .JetXExhibition .loader-hood[data-mobile="true"]{
        font-size: 72px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-timer-container div{
        width: 108px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-timer-container span {
        margin: 0 6px 18px 6px;
    }
    .JetXExhibition .loader-hood[data-show-logo="true"][data-mobile="true"] .hood-timer-container{
        margin-right: 30px;
        font-size: 72px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-gift-spin-text{
        font-size: 72px;
        margin-bottom: 96px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-spins-left::after {
        font-size: 84px;
        margin-left: 48px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"][data-show-logo="true"] .hood-dropdown {
        margin-left: 60px;
        width: 960px;
        background-size: 960px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-gift-spin-currency{
        font-size: 72px;
        margin-left: 18px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-gift-spin-currency::before{
        font-size: 84px;
        margin-left: 12px;
        margin-right: 18px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-gift-spin-icon{
        margin: 0px 60px;
        margin-top: 168px;
        background-size: 174px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-timer-container {
        margin-right: 24px;
        font-size: 72px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-dropdown {
        width: calc(15% - 36px);
        margin-left: 60px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-slide-button {
        width: 384px;
        left: 18px;
        top: 114px;
        border-bottom-right-radius: 300px;
        border-bottom-left-radius: 300px;
    }
    .JetXExhibition .loader-hood[data-mobile="true"] .hood-slide-button a {
        background-size: 324px;
        height: 330px;
        margin-top: 48px;
        margin-bottom: 38px;
    }
    .JetXExhibition .loader-hood[data-gift-spins="true"][data-mobile="true"] .hood-gift-spins-container{
        top: 66px;
        height: 390px;
        background-size: 2472px;
    }
}
.loader-hood[data-company="betfairmt"][data-game="jetx"][data-mobile="true"] .hood-dropdown,
.loader-hood[data-company="betfairmt"][data-game="jetx"][data-mobile="true"] .hood-timer-container{
        visibility: hidden;
}



/* RoundHistory Check Popup Start */

#round-history {
    display: none;
    color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    font-family: 'IntroRegular';
    background-color: rgba(19, 27, 33, 0.5);
}

.round-history-content {
    position: absolute;
    /* overflow: auto; */
    /* height: 800px; */
    /* height: max-content; */
    max-height: 730px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    border-radius: 5px;
    background-color: rgba(19, 27, 33, 1);
}

.round-history-header {
    padding: 0 20px;
}

.round-history-title {
    position: relative;
    font-size: 20px;
    padding: 15px 0;
    margin-left: 28px;
}

.round-history-title::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -28px;
    bottom: 18px;
    background: url('../Images/RoundHistory/history.png');
}

.round-history-close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 20px;
    top: 15px;
    cursor: pointer;
    background: url('../Images/RoundHistory/close.png');
}

.round-history-list-container {
    width: 94%;
}

.round-history-lists {
    /* max-height: 685px; */
    /* overflow: auto; */
}

.round-history-current {
    height: 100%;
    display: none;
}


.round-history-lists-container::-webkit-scrollbar {
    width: 5px;

}

.round-history-lists-container::-webkit-scrollbar-track {
    background-color: rgba(19, 27, 33, 1);
    border-left: 1px solid rgba(19, 27, 33, 1);
}

.round-history-lists-container::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 60, 1);
    border-left: 1px solid rgba(19, 27, 33, 1);
}

.round-history-list {
    position: relative;
    height: 88px;
    margin-bottom: 4px;
    background-color: rgba(31, 39, 49, 1);
}

.round-history-list-content,
.round-history-list-head {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
}
.round-history-list-content div,
.round-history-list-head div {
    width: 33.333%;
}

.round-history-list-head {
    position: relative;
    font-size: 18px;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Intro';
    font-weight: bold;
}

.round-history-list-content {
    cursor: pointer;
    padding: 12px 20px;
}

.round-history-list-head div:nth-child(1),
.round-history-list-content div:nth-child(1) {
    text-align: left;
}

.round-history-list-content div:nth-child(1) {
    display: flex;
    align-items: center;
}

.round-history-list-head div:nth-child(2),
.round-history-list-content div:nth-child(2) {
    text-align: center;
}

.round-history-list-head div:nth-child(3),
.round-history-list-content div:nth-child(3) {
    text-align: right;
}

.round-history-list-content span:last-child {
    margin-left: 5px;
}

.round-history-list::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 45px;
    background-color: rgba(50, 61, 74, 1);
}

.round-history-list-show {
    position: absolute;
    width: 6%;
    right: 0;
    bottom: 0;
    height: 49%;
    cursor: pointer;
}
.round-history-list-show::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 19px;
    right: 20px;
    bottom: 11px;
    background: url('../Images/RoundHistory/show.png');
}

.round-history-current-head {
    height: 60px;
    background-color: rgba(31, 39, 49, 1);
}

.round-history-current-date {
    position: relative;
    font-size: 20px;
    padding: 20px 40px;
    cursor: pointer;
}

.round-history-current-back {
    position: absolute;
    width: 45px;
    height: 60px;
    cursor: pointer;
    z-index: 5;
}

.round-history-current-back::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 19px;
    left: 18px;
    top: 22px;
    background: url('../Images/RoundHistory/back.png');
}

.round-history-current-table-row {
    display: flex;
    font-size: 20px;
    border-bottom: 1px solid rgba(31, 39, 49, 1);
}

.round-history-current-table-left {
    width: 19%;
    font-weight: bold;
    padding: 15px 0px 0 20px;
    font-family: 'Intro';
    color: rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(31, 39, 49, 1);
}

.round-history-current-table-right {
    padding: 15px 0 15px 40px;
}

.round-history-current-table-head {
    display: flex;
    height: 60px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    font-family: 'Intro';
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(31, 39, 49, 1);
}

.round-history-current-list {
    display: flex;
    height: 60px;
    padding: 0 20px;
    overflow: hidden;
    align-items: center;
    border-bottom: 1px solid rgba(31, 39, 49, 1);
}

.round-history-current-list div,
.round-history-current-table-head div {
    width: 25%;
    text-align: center;
}

.history-content-round-x .round-history-current-list div,
.history-head-round-x div {
    width: 20%;
    text-align: center;
}

.history-round-x {
    display: none;
}

.round-history-current-list div:nth-child(1),
.round-history-current-table-head div:nth-child(1) {
    text-align: left;
}

.round-history-current-list div:nth-child(4),
.round-history-current-table-head div:nth-child(4) {
    text-align: right;
}

.history-content-round-x div:nth-child(4),
.history-head-round-x div:nth-child(4) {
    text-align: center;
}

.history-content-round-x div:nth-child(5),
.history-head-round-x div:nth-child(5) {
    text-align: right;
}


.history-head-round-x .history-round-x,
.history-content-round-x .history-round-x {
    display: block;
}


.round-history-lists-container {
    overflow: auto;
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    left: 0;
    top: 48px;
}
.round-history-content {
    max-height: calc(100% - 200px);
}

.round-history-conainer {
    height: 100%;
}

.round-history-current {
    height: calc(100% - 65px);
}

.round-history-current-scroll {
    height: calc(100% - 50px);
    overflow: auto;
}

@media only screen and (max-width: 960px) { 
    .round-history-content {
        width: 95%;
        min-width: 320px;
        max-height: calc(100% - 100px);
    }
    .round-history-current-table-head div,
    .round-history-current-date,
    .round-history-list-content,
    .round-history-list-head,
    .round-history-title {
        font-size: 14px;
    }

    .round-history-list-content div:first-child {
        display: block;
    }

    .round-history-list-content span {
        display: block;
    }
    
    .round-history-list-content span:last-child {
        margin-left: 0px;
    }

    .round-history-current-table-left,
    .round-history-current-list,
    .round-history-current-table-row,
    .round-history-list-head {
        font-size: 12px;
    }

    .round-history-current-table-row {
        align-items: center;
        height: auto;
    }

    .round-history-lists-container {
        width: 100%;
        height: calc(100% - 50px);
        position: absolute;
        left: 0;
        top: 48px;
    }
    .round-history-conainer {
        height: 100%;
    }
    .round-history-lists {
        height: 100%;
        max-height: max-content;
    }
    .round-history-title::before {
        bottom: 14px;
    }

    .round-history-list::after {
        bottom: 53px;
    }

    .round-history-current-list span,
    .round-history-list-content span {
        display: block;
    }

    .round-history-list-show::before{
        width: 8px;
        right: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .round-history-close {
        position: absolute;
        width: 14px;
        right: 20px;
        top: 17px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .round-history-title::before {
        position: absolute;
        width: 16px;
        top: 15px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .round-history-list-show {
        width: 11%;
    }

    .round-history-current-back::before {
        position: absolute;
        width: 10px;
        right: 20px;
        top: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .round-history-current-head {
        width: 100%;
        height: 40px;
    }

    .round-history-current-back {
        height: 40px;
    }

    .round-history-current-date {
        padding: 12px 40px;
    }

    .round-history-current-table-head {
        height: 40px;
    }
    
    .round-history-current-table-left {
        width: 35%;
        height: 100%;
        /* line-height: 40px; */
        padding: 0 0 0 10px;
    }

    .round-history-current-table-right {
        width: 65%;
        padding: 15px 0 15px 10px;
    }

    .round-history-current {
        height: calc(100% - 50px);
    }
    
    .round-history-current-scroll {
        height: calc(100% - 39px);
        overflow: auto;
    }
}



@media only screen and (orientation: landscape) {
    .round-history-content {
        /* width: 95%;
        min-width: 320px;
        max-width: 600px; */
    }
    
    .round-history-current-scroll::-webkit-scrollbar {
        width: 5px;

    }

    .round-history-current-scroll::-webkit-scrollbar-track {
        background-color: rgba(19, 27, 33, 1);
        border-left: 1px solid rgba(19, 27, 33, 1);
    }

    .round-history-current-scroll::-webkit-scrollbar-thumb {
        background: rgba(255, 0, 60, 1);
        border-left: 1px solid rgba(19, 27, 33, 1);
    }
}


/* RoundHistory Check Popup End */