html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    background: #232323;
}

/* chrome 和 safari */
::-webkit-scrollbar {
    display: none;
}

/* firefox */
@-moz-document url-prefix() {

    /* Disable scrollbar Firefox */
    html {
        scrollbar-width: none;
    }
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/main/game_frame_small.png) url(../img/paypage/fb_facelift_quick_buy_bg_small.png) url(../img/main/fb_game_frame_small.png);
} */

a:hover {
    text-decoration: none;
}

input[type='button'],
input[type='submit'] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: 'Neuron';
    margin: 0;
    padding: 0;
}

h3.special-h3 {
    margin: 0;
}

p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    border: 0;
    width: 100%;
}

/*-- login screen  --*/
.game_page {
    left: 0px;
    top: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.game_page::-webkit-scrollbar {
    width: 0;
}


#panel {
    z-index: 9992;
    position: absolute;
    display: none;
}

#login_screen{
    display: none;
    height: 100%;
    background: #000000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url('https://storage.googleapis.com/jackpot-cdn/static/login/fts_bg.png');
}

/*-- footer --*/

#footer_line {
    z-index: 9990;
}

.footer {
    height: 50px;
    background: #232323;
    text-align: center;
    /* padding: 1em 0em 2em; */
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: auto;
}

.logo-fo h2 a {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.w3ls-social-icons-2 {
    padding: 2em 0;
}

.ftr-menu ul li {
    display: inline-block;
}

.ftr-menu ul li a {
    font-size: 1em;
    color: #fff;
    margin: 0 10px;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    display: block;
    text-decoration: none;
}

.ftr-menu ul li a:hover {
    color: #ffc576;
}

/*-- //game_info --*/

#game_screen {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0px;
}

.game_cantainer {
    left: 0px;
    top: 0px;

    position: relative;
    width: 100%;
    height: 100%;
}

.game_container::-webkit-scrollbar {
    display: none;
}

/*-- //game_info --*/

.line {
    left: 0px;
    /* top: 0px; */
    position: absolute;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #ffc576;
}

/*-- //game_info --*/
.copyrights {
    text-align: center;
    padding: 5px 0em;
    color: #fff;
    font-size: 0.5em;
    /* background: #1f1f1f; */
}

.copyrights p {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.3em;
}

.copyrights p a {
    color: #0de2f6;
}

.copyrights p a:hover {
    color: #fff;
}

/*-- //footer --*/


/*-- //reload_panel --*/
/* .reload_container {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9995;
    width: 100%;
    display: none;
} */



/*-- //webgl_panel --*/
#frame_dialog {
    font-family: 'Neuron';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 9993;
}





/*-- //btn_helpshift --*/
#btn_helpshift {
    position: absolute;
    top: 1px;
    right: 6px;
    width: 48px;
    height: 48px;
    background: linear-gradient(131deg, rgba(69, 63, 185, 0.75), rgb(69, 63, 185) 122%);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 10px 8px;
    border: none;
    outline-offset: -4px;
    outline: rgba(0, 103, 244, 0.4) solid 0px;
}

#btn_helpshift_span{
    background: rgb(233, 75, 75);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    left: auto;
    display: none;
}



