@import "global.css?v=5";
@import "animations.css?v=4";

.content-header-banner {
    max-width: 100%;
    width: 100%;
    min-height: 106px;
    overflow: hidden;
    border-radius: 10px;
}

.bottom-nav {
    background: black;
    padding-top: 0.5em;
    flex: 0;
    justify-content: space-around;
    padding: 0.75em 0.5em;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    box-shadow: 3px -4px 10px rgba(0,0,0,0.3);
    height: 7%;
}

.nav-logo {
	margin:0.8em;
	height: 27px;
}

.nav-header {
}

.nav-right {
    color: white;
    padding: 10px 15px;
    font-family: "Helvetica";
}

.nav-right2 {
    color: white;
    font-family: "Helvetica";
    line-height: 3px;
    font-size: 8.5px !important;
    right: 15px !important;
    min-width: 25%;
}

/* Mobile Menu */
.menu-left-btn-container {
    padding: 5px 5px 9px 15px;
}

.menu-left-btn {
    background: linear-gradient(to bottom, #393939, #292929);
    box-shadow: 0 5px 7px 0 #000000;
    border-radius: 15px;
    width: 66px;
    height: 55px;
    text-align: center;
    flex-wrap: wrap;
    padding: 7px 0;
    font-weight: bold;
    font-family: var(--systemfont);
    cursor: pointer;
}

.active.menu-left-btn {
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.menu-left-btn img {
    width: 27px;
    height: 27px;
}

.top-section {
    position: fixed;
    background: var(--body-background);
    width: 100%;
    z-index: 12;
}

.active .menu-icon-active {
    width: 42px;
    height: 42px;
    margin-top: -8px;
}

.active .menu-text {
    margin-top: -3px;
}

.menu-text {
    margin-top: 4px;
    font-size: 9px;
    white-space: nowrap;
}

.menu-icon-active + .menu-text {
    color: white;
}

.game_card_container {
    display: inline-block;
    position: relative;
}

    .game_card_container:empty {
        display: none;
    }

.game_card {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    padding: 5px;
}

.game_image {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.game_label {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.75);
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    color: white;
    animation: fadeIn 0.25s forwards;
}

.game_image:hover + .game_label {
    display: initial;
}

.nav-container {
    padding: 0;
    overflow: auto;
    scroll-behavior: auto;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    width: 90px;
    -webkit-overflow-scrolling: auto;
}

    .nav-container:hover::after, .game-container:hover::after {
        pointer-events: none;
    }

    .nav-container::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
        pointer-events: none;
        z-index: -999;
        opacity: 0;
    }

.content-header-container {
    box-shadow: 2px 7px 6px #2b2b2b;
    z-index: 0;
    position: relative;
    top: 0;
    margin-bottom: 4px;
    padding: 5px 5px 10px 15px;
    overflow: hidden;
}

.game-container {
    padding: 0 10px 0 0;
    overflow: auto;
}

.bottom-nav img {
    width: 25px;
    height: 25px;
}

.padding {
    height: 120px;
}

.transfer-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
    padding: 1em;
    z-index: 13;
}

.transfer-backdrop2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(147deg, #1d1b18, #494335);
    min-height: 490px;
}

    .transfer-backdrop2.error {
        min-height: 385px;
    }

.transfer-backdrop {
    content: " ";
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(147deg, #1b1a1720, #4a4535ff);
    z-index: 5;
}

.transfer-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
}

.transfer-load {
    bottom: 50%;
}

.transfer-modal {
    background: black;
    color: white;
    border-radius: 20px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.36);
    padding: 1.5em;
    margin: 1em 2.5em;
}

.transfer-start {
    padding: 0.75em;
    background: linear-gradient(to bottom, #e7d39d, #b19560);
    color: black;
    border-radius: 5em;
    width: 100%;
    min-width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.transfer-plate {
    background: black;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
}

.transfer-input {
    padding: 0.5em;
    margin: 1em 0 0;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    display: inline-block;
    width: 100%;
    border-color: black;
}

    .transfer-input.red {
        border-color: var(--red);
    }

.transfer-image img {
    width: 150px;
}

.transfer-logo img {
    width: 80px;
    margin-top: 10px;
}

.transfer-close {
    font-size: 40px;
}

.transfer-balance-header {
    opacity: 0.5;
}

.transfer-credit {
    color: #8b8b8b;
}

.more-menu-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 13;
}

.more-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 75%;
    width: 300px;
    background: black;
}

.more-menu-item {
    margin: 1em 1em 1.8em 2.5em;
    cursor: pointer;
    color: #e1cc96;
}

.more-menu-close {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

.transfer-all-table {
    width: 100%;
}

    .transfer-all-table td {
        padding: 1em 0.5em;
    }

    .transfer-all-table thead {
        border-top: 1px solid #876c35;
        border-bottom: 1px solid #876c35;
    }

    .transfer-all-table tbody tr {
        color: white;
        border-bottom: 1px solid #876c35cc;
    }

.balance-section {
    height: 600px;
    overflow: auto;
}

.new-label {
    position: absolute;
    width: 35px;
}

.content-section {
    margin-top: 53px;
}

.content-section2 {
    margin-top: 124px;
}

.dark-backdrop {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 10;
}

.dark-backdrop2 {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
}

.transfer-input:focus {
    outline: 0;
}

.transfer-modal2 {
    padding-bottom: 1.0em;
}

.transfer-cashout {
    padding: 0.3em 1.5em;
    background: transparent;
    border: 1px solid #ebc76e;
    border-radius: 5em;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
}

.lh {
    line-height: 80%;
}

.credit-left {
    padding-left: 15px;
}

.credit-balance {
    font-size: 24px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: bold;
}

.credit-right {
    padding-right: 10px;
}

.credit-item {
    padding: 0.75em 0.5em;
    display: block;
    color: white;
}

.menu_mt {
    margin-top: 60px;
}

.btm_banner {
    bottom: 70px;
    position: fixed;
}

.btm_banner_img {
    width: 90%;
    display: block;
    margin: auto;
}

.nav-login {
    position: fixed;
    right: 0;
}

.nav-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    margin: 0 auto;
    border-radius: 0;
    background-color: #000;
    padding: 0px;
    font-size: 1.2em;
    border: 0;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
}

.navbar-header {
    background-color: #000;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-brand {
    float: left;
    min-height: 55px;
    padding: 15px;
    margin-bottom: 0px;
}

/*
.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus, .navbar-inverse .navbar-nav .active a:hover {
	color: blue;
	background-color: #FFC;
}
*/

.navbar-inverse .navbar-nav li a {
    color: #e1cc96;
    column-width: 150px;
}

    .navbar-inverse .navbar-nav li a:hover {
        color: #9f7d3e;
    }


.navbar-toggle, .icon-bar {
    color: #deaf33;
    border: 2px solid #eadebf;
    background-color: black;
}

.nav > li > a {
    padding: 10px 15px;
    display: block;
    color: #e1cc96;
    font-size: 12pt;
}

.content-freecoin-banner {
    max-width: 100%;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    border-radius: 10px;
}

.time {
    position: fixed;
    left: 38px;
}

.timecontainer {
    white-space: nowrap;
    line-height: 10px;
    position: relative;
    top: 1px;
    color: #cbcbcb;
    font-size: 7.5px;
    width: 60px;
    margin-right: 9px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.color-gold {
    color: #ebc76e;
}

.font-small {
    font-size: 10px !important;
}

.toggle-bar2 {
    padding: 0;
    position: relative;
    top: .185rem
}

.balance-container {
    background-image: url(../images/bg-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px !important;
    background-position: right 0 center
}

.icn-coin {
    position: relative;
    right: 1px;
    width: 16px
}

.icn-chevron {
    position: relative;
    margin-left: 1px;
    margin-bottom: 1px;
    margin-right: 4px;
    width: 10px;
    height: auto;
    overflow: hidden;
    transition-duration: .5s;
    transition-property: transform
}

.chevron-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.btn-black {
    color: #f8d707 !important;
    border: 0;
    border-radius: none;
    padding: 1px 0 1px 0;
    font-size: 11px
}

.btn-black-label {
    position: relative;
    top: 1.5px
}

.right-container {
    line-height: 3px;
    position: relative;
    top: 4px;
    font-size: 8.5px !important
}

text-vertical-center {
    display: flex !important;
    align-items: center !important;
    height: 100% !important
}

.transfer-row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 7px;
}

.transfer-row2 {
    padding-left: 0px;
    padding-right: 10px;
}

.text-balance-header {
    color: #efc47e;
    font-size: 10px;
    text-align: left
}

.refresh-balance-icon {
    width: 23px;
    height: auto
}

.navbar-balance {
    background-image: linear-gradient(180deg,#2a2a2a,#000) !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important
}

.provider-wrap {
    background-image: linear-gradient(180deg,#393939,#292929);
    border-radius: 10px;
    margin: 5px 5px;
    padding: 4px 4px 0 4px
}

.icon-wrap {
    background-image: url(../images/bg-icon.png?v2);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 9px;
    padding: 5px
}

.game-icon {
    width: 100%;
    height: 41px;
    -o-object-fit: contain;
    object-fit: contain
}

.balance-text {
    color: #f8d707;
    font-size: 10px;
    font-weight: 600
}

.balance-text-container {
    min-height: 1.7rem;
    line-height: 10px
}

.label-center, .text-vertical-center {
    display: flex !important;
    align-items: center !important;
    height: 100% !important
}

.label-center {
    justify-content: center !important
}

.transfer-container2 {
    border-radius: 7px;
    border: 1px solid #403b3b;
    background-image: linear-gradient(180deg,rgba(0,0,0,.27),#000);
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    float: right;
    padding: .5rem .5rem;
    margin-right: 5px
}

.text-balance-header {
    color: #efc47e;
    font-size: 10px;
    text-align: left
}

.wallet-icon {
    width: 14px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.toggle-container > .toggle-on {
    background: #24cf09 !important;
    border-color: #24cf09 !important
}

.toggle-container > .toggle-off {
    background: #929298 !important;
    border-color: #929298 !important
}

.toggle-container > .toggle {
    border: 8px solid inherit;
    height: 10px;
    width: 22px;
    margin-left: 8px
}

.toggle-container:focus {
    box-shadow: none !important;
    outline: none !important;
}

.toggle-container * .toggle-handle {
    width: 10px;
    height: 10px
}

.text-danger {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.19;
    color: #fc5151
}

.text-err-msg {
    font-size: 9px;
    font-weight: 600
}

.text-err-msg2 {
    font-size: 13px;
    font-weight: 600
}


.svg:not(:root).svg-inline--fa {
    overflow: hidden;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.loading {
    position: relative !important;
    top: 0 !important
}

    .loading:before, .loading:not(:required):after {
        display: none !important
    }

/* Absolute Center Spinner */
.loading {
    position: fixed;
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: show;
    margin: auto;
    top: 28rem;
    left: 0;
    bottom: 0;
    right: 0;
    /* z-index: 1; */
}

div.loading div {
    width: 6%;
    height: 16%;
    background: #fff;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: fade 1s linear infinite;
}

.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
    background: -webkit-radial-gradient( rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8) );
}

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

    .loading:not(:required):after {
        content: "";
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
    }

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loading div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

.loading div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

.loading div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}

.loading div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}

.loading div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}

.loading div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}

.loading div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}

.loading div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}

.loading div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}

.loading div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}

.loading div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}

.loading div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}

.icn-ufanews{
	width: 116px !important;
	height: auto !important;
}

.pb_0_1 {
    position: relative;
    width: 350px;
    height: auto;
    opacity: 0;
}

.pb_1_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
    opacity: 0;
}

.pb_1_2 {
    position: relative;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_2_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 40%);
    opacity: 0;
}

.pb_2_2 {
    position: relative;
    clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_3_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 60%);
    opacity: 0;
}

.pb_3_2 {
    position: relative;
    clip-path: polygon(0 60%, 100% 40%, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_4_1 {
    position: absolute;
    clip-path: polygon(0 0, 50% 0%, 50% 100%, 0 100%);
    opacity: 0;
}

.pb_4_2 {
    position: relative;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
    opacity: 0;
}

.pb_5_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    opacity: 0;
}

.pb_5_2 {
    position: relative;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_6_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 0 100%);
    opacity: 0;
}

.pb_6_2 {
    position: relative;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_7_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 50% 50%);
    opacity: 0;
}

.pb_7_2 {
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 50% 100%, 50% 50%);
    opacity: 0;
}

.pb_7_3 {
    position: relative;
    clip-path: polygon(0 0, 50% 50%, 50% 100%, 0 100%);
    opacity: 0;
}

.pb_8_1 {
    position: absolute;
    clip-path: polygon(0 0, 50% 0%, 50% 50%, 0 100%);
    opacity: 0;
}

.pb_8_2 {
    position: absolute;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 50%);
    opacity: 0;
}

.pb_8_3 {
    position: relative;
    clip-path: polygon(0 100%, 50% 50%, 100% 100%);
    opacity: 0;
}

.pb_9_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    opacity: 0;
}

.pb_9_2 {
    position: absolute;
    clip-path: polygon(0% 50%, 50% 50%, 50% 100%, 0 100%);
    opacity: 0;
}

.pb_9_3 {
    position: relative;
    clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
    opacity: 0;
}

.pb_10_1 {
    position: absolute;
    clip-path: polygon(0 0, 50% 0%, 50% 50%, 0 50%);
    opacity: 0;
}

.pb_10_2 {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%);
    opacity: 0;
}

.pb_10_3 {
    position: relative;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    opacity: 0;
}

.pb_11_1 {
    position: absolute;
    clip-path: polygon(0 0, 50% 0%, 50% 50%, 0 50%);
    opacity: 0;
}

.pb_11_2 {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%);
    opacity: 0;
}

.pb_11_3 {
    position: absolute;
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
    opacity: 0;
}

.pb_11_4 {
    position: relative;
    clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
    opacity: 0;
}

.pb_12_1 {
    position: absolute;
    clip-path: polygon(0 0, 100% 0%, 50% 50%);
    opacity: 0;
}

.pb_12_2 {
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 50% 50%);
    opacity: 0;
}

.pb_12_3 {
    position: absolute;
    clip-path: polygon(100% 100%, 50% 50%, 0 100%);
    opacity: 0;
}

.pb_12_4 {
    position: relative;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    opacity: 0;
}

@media screen and (orientation:landscape) {
    .bottom-nav {
        background: black;
        padding-top: 0.5em;
        flex: 0;
        justify-content: space-around;
        padding: 0.75em 0.5em;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        box-shadow: 3px -4px 10px rgba(0,0,0,0.3);
        height: 13%;
    }
}


/* Lottery Result */
.game_ct_bg {
    width: 96%;
    height: 100%;
    background-image: url(../images/img-bg-gamecard.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 6px;
}

.game_ribbon {
    width: 98px;
    height: 23px;
    background-image: url(../images/img-ribbon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_flag {
    width: 13px;
    height: 13px;
}

.game-title {
    font-family: Sarabun;
    font-size: 10.5px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    vertical-align: text-top;
    margin: 0 17px 0 3px;
}

.game-logo-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 6px;
    width: 92px;
    height: 20px;
    border-radius: 9px;
    background-color: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-logo {
    width: 70px;
    margin-top: 2px;
}

.game-icn-right {
    width: 3.6px;
    height: auto;
    position: absolute;
    right: 5px;
}

.game-icn-left {
    width: 3.6px;
    height: auto;
    position: absolute;
    left: 5px;
}

.game-datetime {
    width: 95px;
    height: 12px;
    font-family: SegoeUI;
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fad56b;
    position: absolute;
    right: 7px;
    top: 10px;
    text-align: right;
}

.game-dateday {
    font-size: 8px;
    font-weight: normal;
}

.game-fp-container {
    width: 90%;
    position: absolute;
    top: 23%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.game-fp-fr, .game-dg-fr {
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(to bottom, #fad56b, #d39a3e);
    width: 100%;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-fp-sr, .game-dg-sr {
    border-radius: 0 0 5px 5px;
    border: solid 0.5px #363636;
    background-color: #121212;
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-dg-row {
    width: 90%;
    position: absolute;
    top: 56%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 30%;
    justify-content: space-between;
}

.game-dg-container {
    width: 30%;
}

.game-subtitle {
    font-family: SegoeUI;
    font-size: 8px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.game-digits {
    font-family: SegoeUI;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.game-logo-apb {
    width: 70px;
    margin-left: 5px;
    margin-top: 2px;
}

.game_ct_bg_apb {
	width: 96%;
	height: 70px;
	margin: 0 7px;
	border-radius: 9px;
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.52);
	background-image: linear-gradient(to bottom, #e7d39d,#b19560);
	position: relative;
}

.game_ribbon_apb {
	width: 79px;
	height: 17px;
	background-image: url(../images/img-ribbon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-logo-container_apb {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 2px;
	width: 92px;
	height: 17px;
	border-radius: 9px;
	background-color: #191919;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-fp-container-apb {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: absolute;
	justify-content: space-around;
	align-items: center;
	margin-top: 9%;
}

.game-fp-left-apb {
	float: left;
	display: flex;
	flex-direction: row;
}

.game-fp-left-sc {
	padding: 0 5px;
	width: 105px;
}

.game-fp-left-sc-fr {
	font-family: SegoeUI;
	font-size: 8px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #2b2b2b;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.game-fp-left-sc-fr-result {
	font-family: SegoeUI;
	font-size: 7px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #2b2b2b;
	align-self: self-end;
}

.game-fp-left-sc-fr-day {
	font-weight: normal;
}

.game-fp-left-sc-sr {
	border-radius: 4px;
	border: solid 0.3px #e7d39d;
	background-color: #2b2b2b;  
	padding: 2px 10px;
	line-height: 12px;
	text-align: center;
}

.game-digits-apb {
	font-family: SegoeUI;
	font-size: 10px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 13px;
	text-align: left;
	color: #fad56b;
}

.game-fp-right-apb {
	float: right;
	display: flex;
	flex-direction: row;
	background-color: #31323c;
	border-top-left-radius: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 15px;
	align-items: center;
	padding: 4px 2px;
}

.game-fp-right-LD {
	width: 27px;
	font-family: SegoeUI;
	font-size: 11px;
	font-weight: 900;
	font-stretch: normal;
	font-style: italic;
	line-height: 0.73;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	align-content: center;
	margin: 0 2px;
}

.game-fp-right-LD span{
	font-size: 8px;
}

.game-fp-right-sc {
	margin-right: 3px;
}

.game-fp-right-sc-fr {
	font-family: SegoeUI;
	font-size: 7px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 10px;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.game-fp-right-sc-sr {
	border-radius: 3px;
	border: solid 0.3px #e8e8e8;
	background-image: linear-gradient(to bottom, #fff, #b2b2b2);
	line-height: 16px;
	text-align: center;
	font-family: SegoeUI;
	font-size: 6px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 11px;
	letter-spacing: normal;
	text-align: left;
	color: #484848;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-fp-right-sc-sr-wh {
	padding-left: 5px; 
	margin-top: 1px;
}

.game-fp-right-sc-sr2 {
	font-family: SegoeUI;
	font-size: 6px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 10px;
	letter-spacing: normal;
	text-align: left;
	color: #484848;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-fp-ad {
	background-color: #fff;
	font-family: SegoeUI;
	font-size: 8px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	color: #f00;
	position: absolute;
	right: -7%;
	bottom: -12px;
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18px;
}

.game_ct_bg_jp {
	background-image: url(../images/bg-jackpot2.png?v1);
	background-repeat: no-repeat;
	background-size: cover;
	width: 99%;
	height: 63px;
	margin: 4px 7px 12px 1px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.game-right-jp {
	float: right;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 53%;
}

.game-right-container-jp {
	width: 88%;
	border-radius: 14px;
	background-color: #000;  
	border: 2px #fad56b solid;
	font-family: SegoeUI;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fad56b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0;
} 

.game-right-container-jp-thb { 
	font-family: SegoeUI;
	font-size: 10px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 22px;
	letter-spacing: normal;
	color: #fad56b;
	margin-top: 2px;
}

.game-right-text {
	font-family: SegoeUI;
	font-size: 8px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	margin-top: 2px;
	display: none;
}

.game-yt-container-apb {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 30%;
	z-index: 201;
}

#ifAPBYT {
	width: 100%;
	height: 100%;
}

.ucoincontainer {
	background-image: url(../images/ucoin/bg-ucoin.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2.5px !important;
	background-position: right 0 center
}

.rank-icon {
	margin-left: 4px;
}

.rank-img {
	width: 31px;
	height: auto;
}

.nav-right-uc {
	color: white;
	font-family: "Helvetica";
	line-height: 3px;
	font-size: 8.5px !important;
	right: 15px !important;
	min-width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.icn-chevron-uc {
	margin-left: 4px;
	z-index: 0;
}

.nav-normal {
	z-index: 12;
	top: 45px;
}

.nav-uc {
	z-index: 11;
	top: 124px;
}

.icn-ucoin {
	position: relative;
	margin-right: 4px;
	width: 10px;
	height: auto;
	overflow: hidden;
}

.icn-ucoin2 {
	position: relative;
	margin-right: 1px;
	width: 10px;
	height: auto;
	overflow: hidden;
}

.uc-Platinum {
	color: #62FEF0;
}

.uc-Bronze {
	color: #DE8978;
}

.uc-Silver {
	color: #BED9F3;
}

.uc-Gold {
	color: #D59823;
}

.uc-Diamond {
	color: #FBDEB2;
}

.uc-label {
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
}

.uc-label2 {
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-top: 2px;
}

.uc-username {
	font-size: 9px;
	font-weight: 400;
	position: fixed;
	left: 14px;
	color: #D0AE71;
	text-transform: uppercase;
	top: 11px;
}

.uc-menu {
	display :flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	padding: 10px 0 20px 0;
}

.uc-menu-ucoin {
	margin-top: -4px;
}

.uc-menu-bg-Platinum {
	background: linear-gradient(0.26deg, rgba(21, 21, 21, 0) 19.44%, #194A4D 100%);
}

.uc-menu-bg-Bronze {
	background: linear-gradient(0.26deg, rgba(21, 21, 21, 0) 19.44%, #584241 100%);
}

.uc-menu-bg-Silver {
	background: linear-gradient(0.26deg, rgba(21, 21, 21, 0) 19.44%, #132953 100%);
}

.uc-menu-bg-Gold {
	background: linear-gradient(0.26deg, rgba(21, 21, 21, 0) 19.44%, #5D482B 100%);
}

.uc-menu-bg-Diamond {
	background: linear-gradient(0.26deg, rgba(21, 21, 21, 0) 19.44%, #4D1935 100%);
}

.btn-uc {
    color: #f8d707 !important;
    border: 0;
    border-radius: none;
    padding: 3px 0 2.5px 0;
    font-size: 11px
}

.opened span.menuIcon {
	background-color: transparent;
}

.opened span.menuIcon:before, .opened span.menuIcon:after {
	top: 0
}

.opened span.menuIcon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 4px;
}

.opened span.menuIcon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 4px;
}

.opened .menuBtn:hover, .opened .menuBtn:focus, .opened .menuBtn:active {
	text-decoration: none;
	outline-color: #fff
}

span.menuIcon, span.menuIcon:before, span.menuIcon:after {
	display: block;
	background: #ebc76e;
	height: 3px;
	width: 20px;
	position: absolute;
	content: '';
	transition: all 120ms ease
}

span.menuIcon {
	top: 12px;
}

span.menuIcon:before {
	top: -7px
}

span.menuIcon:after {
	bottom: -7px
}

#menuIcn {
	left: 13px;
	position: fixed;
	width: 26px;
	height: 26px;
}
		
.icn-menu-close {
	position: absolute;
	color: #ebc76e;
	margin-left: 6px;
	line-height: 40px;
}