@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 400;
    src: local("Battambang"), url(../../fonts/battambang/battambang.woff2);format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

@font-face {
    font-family: Battambang;
    font-style: normal;
    font-weight: 700;
    src: local("Battambang Bold"), local("Battambang-Bold"), url(../../fonts/battambang/battambang-bold.woff2) format("woff2");
    unicode-range: U+1780-17FF, U+200B-200C, U+25CC
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel {
    position: relative;
    max-width: 767px;
    margin: 0 auto
}

.pdb-100 {
    padding-bottom: 100px
}

.game_lobby img {
    width: 100%
}

.table-responsive > .table-bordered {
    margin-bottom: 1px !important
}

ul.pagination {
    font-size: 15px;
    list-style: none;
    margin-top: -5px;
    padding-left: 11px;
    padding: 0
}

ul.pagination > li {
    float: left;
    margin-right: 10px
}

ul.pagination .fa, .far, .fas {
    color: #a15a00
}

ul.pagination > li > a.current-page {
    color: #000;
    font-weight: 700
}

.row .table-responsive {
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    max-height: 400px
}

a, a:hover, a:visited, a:link, a:focus {
    text-decoration: none
}

a {
    color: #666
}

.wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    background: #040303;
    padding-bottom: 5.5rem;
}

.container {
    max-width: 768px
}

.main_home {
    margin-bottom: 100px
}

.card-outline p {
    line-height: 1.4rem;
    font-size: .8rem
}

.dep-head p {
    font-size: .8rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center
}

.c-menu {
    position: fixed;
    z-index: 1031;
    background-color: #181818;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-slide-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        width: 275px
    }
}

@media (max-width: 768px) {
    .record a {
        font-size: 12px !important;
        padding-left: 1rem
    }
}

.menu-slide-left .menu-item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.menu-item a {
    text-transform: uppercase
}

.menu-slide-left .menu-item:first-child {
    border-top: none
}

.menu-slide-left .menu-item:last-child {
    border-bottom: none
}

.menu-slide-left .menu-link {
    display: flex;
    color: #fff;
    font-size: .8rem
}

.menu-slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media all and (min-width: 320px) {
    .menu-slide-left {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.menu-slide-left.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s
}

.mask.is-active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.item-inner {
    position: relative;
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    min-height: 50px
}

.item-inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #614f00;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.navbar-toggler-left {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

.navbar-toggler {
    -webkit-box-sizing: border-box;
    box-sizing: border-box !important
}

.ico {
    display: inline-block;
    width: 60px;
    height: 50px
}

.menu-link span {
    text-transform: capitalize;
    display: block;
    color: #fff;
    font-size: .85rem
}

.menu-link:focus {
    background: #744010
}

html, body {
    position: relative;
    height: 100%;
    min-height: 100%;
    background: #040303 !important
}

body {
    background: #efebeb;
    font-family: Battambang, Arial, "Helvetica Neue", "Leelawadee UI", sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0
}
button, input, optgroup, select, textarea {
    font-family: 'Battambang', sans-serif
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}

.menu > div {
    font-size: .9rem
}

.navbar-brand img {
    height: 50px
}
.header-logo img{
    height: 70px;
}
.nav-back {
    background-color: #D37509;
    padding: .1rem .4rem
}

.nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E1
}

.nav-wrap span {
    width: 100%;
    margin-left: .5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.container.main {
    padding-left: 5px;
    padding-right: 5px
}

.navbar-inverse .navbar-toggler-icon, header .navbar-toggler-icon {
    background-image: url(../../images/scb88/menu-resp.svg)
}

.footer {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center
}

.contant {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    margin: 0 0 20px
}

.clearfix {
    clear: both
}

.row.no-gutters-5 {
    margin-left: -5px;
    margin-right: -5px
}

.row.no-gutters-5 a span {
    color: #000;
    padding-top: 8px
}

.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.bg-2 {
    border-bottom: 1px solid #050505;
    background: transparent linear-gradient(180deg, #050505, #444 90%, #444)
}

.main-container {
    width: 100%
}

.img_3g {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block
}

@media (max-width: 500px) {
    .img-item i, .tran i {
        width: 100%;
        height: 70px
    }
}

.box-promotion-slide {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #000;
    display: block
}

.title-slide {
    width: 100%;
    max-width: 150px;
    height: auto;
    padding: 5px 0;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    color: #ffe000;
    background: #af0000
}

.promotion-slide {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px
}

.promotion-slide p {
    color: #fff
}

.home-display .icon-thumbnail {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    list-style: none
}

.home-display .icon-thumbnail-item {
    width: 33.33333333333333%;
    float: left;
    display: inline-block
}

.home-display .icon-thumbnail-item svg {
    width: 6.2rem;
    height: 7.6rem;
    fill: #ffe000
}

.home-display .icon-thumbnail-item:first-child a, .home-display .icon-thumbnail-item:nth-child(4) a, .home-display .icon-thumbnail-item:nth-child(7) a, .home-display .icon-thumbnail-item:nth-child(10) a, .home-display .icon-thumbnail-item:nth-child(13) a, .home-display .icon-thumbnail-item:nth-child(16) a, .home-display .icon-thumbnail-item:nth-child(19) a {
    border-left: none;
    border-right: 1px solid #560202
}

.home-display .icon-thumbnail-item:nth-child(2) a, .home-display .icon-thumbnail-item:nth-child(5) a, .home-display .icon-thumbnail-item:nth-child(8) a, .home-display .icon-thumbnail-item:nth-child(10) a, .home-display .icon-thumbnail-item:nth-child(11) a, .home-display .icon-thumbnail-item:nth-child(13) a, .home-display .icon-thumbnail-item:nth-child(14) a, .home-display .icon-thumbnail-item:nth-child(17) a {
    border-right: 1px solid #560202
}

.home-display .icon-thumbnail-item:nth-child(3) a, .home-display .icon-thumbnail-item:nth-child(6) a, .home-display .icon-thumbnail-item:nth-child(9) a, .home-display .icon-thumbnail-item:nth-child(12) a, .home-display .icon-thumbnail-item:nth-child(15) a, .home-display .icon-thumbnail-item:nth-child(18) a {
    border-right: none
}

.home-display .icon-thumbnail-item.product-casino-gold {
    height: 0 !important
}

.home-display .icon-thumbnail .product-games svg {
    width: 8.2rem
}

.home-display ul.icon-thumbnail-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    border-bottom: .1rem solid #560202;
    border-top: .1rem solid #cc0505;
    display: double
}

.home-display .icon-thumbnail-label {
    display: block;
    color: #fff
}

.home-display .icon-thumbnail-new-tag {
    position: absolute;
    top: .5rem;
    right: .6rem;
    display: block;
    padding: .2rem .5rem;
    background: red;
    color: #fff;
    font-size: 1.2rem;
    border-radius: .2rem
}

.product-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #560202;
    border-top: 1px solid #cc0505;
    background: #af0000
}

.t-home {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #fff;
    font-size: .9rem;
    display: block
}

.box-h {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #7e0000;
    border: 1px solid #af0000;
    color: #ffe000;
    border-radius: .5rem;
    display: block
}

.second {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    display: block
}

.side_logo {
    border-bottom: 1px solid #5e5e5e;
    padding: 7px 0
}

.layout-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block
}

.btn1 {
    border-radius: 0
}

.nav-game {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    padding: 10px 5px
}

.box-game-nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    border: 1px solid #5e5e5e;
    border-radius: 3px;
    display: block
}

.box-game-nav a img {
    width: 100%;
    max-width: 29px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block
}

.t-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #fff;
    font-size: .6rem;
    display: block;
    text-transform: uppercase
}

.nav2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #5e5e5e;
    position: relative
}

.quicklinks {
    width: 100%;
    max-width: 150px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    font-size: .7rem;
    color: #888787;
    background: #373737;
    display: block
}

.quick {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    display: block
}

.icon-nav2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0;
    margin: 5px auto;
    border: 1px solid #5e5e5e;
    border-radius: 3px;
    display: block
}

.t-nav2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #fff;
    font-size: .5rem;
    display: block
}

.t-casino {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    color: #fff;
    font-size: .7rem;
    display: block
}
.btn-danger_id{
    background-color: yellow !important;
    border-color: yellow !important;
    color: #000 !important;
}
.btn-danger {
    color: #fff;
    background-color: #be0707;
    border-color: #dc3545
}

.announment {
    width: 100%;
    height: auto;
    margin: 10px auto;
    background: #981109;
    display: flex;
    border-radius: .5rem;
    position: relative;
    min-height: 2.25rem;
}

.announment marquee {
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px 0 42px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.announ_id{
    background: yellow !important;
    color: #000 !important;
}
.announ_id marquee{
 color: #000 !important;
}
.announment i {
    vertical-align: middle;
    background: url(../../images/scb88/home/icon_announcement.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 2.5rem;
    margin-left: 10px
}
.ico-notice_id{
    vertical-align: middle !important;
    background: url(../../images/scb88/home/icon_announcement_id.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    margin-right: 2.5rem !important;
    margin-left: 10px !important;
}
.ico-notice {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    position: absolute;
    padding-right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.encircle {
    margin: 10px auto 15px auto;
    text-align: center
}

.encircle div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    color: #ecce79;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border: solid 4px red;
    box-sizing: content-box;
    margin: 1px;
    -webkit-animation: glow 2s infinite;
    -moz-animation: glow 2s infinite;
    -o-animation: glow 2s infinite;
    animation: glow 2s infinite
}

.encircle.cockf div {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 28px
}

@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 4px #f32022
    }
    50% {
        -webkit-box-shadow: 0 0 20px #f32022
    }
    100% {
        -webkit-box-shadow: 0 0 4px #f32022
    }
}

.form-row > .col, .form-row > [class*=col-] {
    margin-bottom: 10px
}

.img_3g {
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
    max-width: 100%
}

.title_cas {
    width: 100%;
    text-align: center;
    bottom: 0%;
    color: #ffd95f;
    font-weight: 700;
    text-transform: uppercase
}

.item-games {
    text-align: center
}

.item-games img {
    width: 100%
}

.title-loby {
    text-align: center;
    color: #f5dc87;
    font-size: 14px;
    font-weight: 700
}

.sec_home .item-games img {
    width: 100%;
    max-width: 200px
}

.sec_home .title-loby {
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #fff !important;
    font-weight: 700
}

.sl-blog {
    background: linear-gradient(to bottom, #940808 92%, #7b0000 100%);
    position: relative;
    border-radius: 5px;
    border: 1px solid #850000
}

.title-slot {
    text-align: center;
    color: #f5dc87;
    font-size: 14px;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase
}

.slot-games img {
    border-radius: 5px 5px 0 0
}

.logon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem;
    margin-bottom: 10px
}

.btnn {
    text-align: center;
    font-size: 1.1rem;
    text-transform: capitalize;
    display: block;
    color: #fff;
    position: relative;
    vertical-align: middle;
    padding: 7px 12px;
}

.logon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem
}

.logon li {
    width: 100%;
    padding: .1rem
}

.logon a {
    width: 100%
}

.logon a i {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.ico-login {
    background-image: url(../../images/scb88/icon/login.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ico-login_id{
    background-image: url(../../images/scb88/icon/login_id.png);
}
.btnn {
    background-color: #aa2c23
}

.btn-yellow {
    background-color: #c9a500 !important
}

.ico-register {
    background-image: url(../../images/scb88/icon/register.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ico-register_id{
    background-image: url(../../images/scb88/icon/register_id.png);
}
footer {
    position: relative
}

section.footer {
    width: 100%;
    height: 75px;
    border-top: 1px rgb(76 76 76) solid;
    position: fixed;
    left: 0;
    bottom: -.01rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999
}

.toolbar-inner {
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.toolbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
    background: transparent linear-gradient(180deg, #444, #050505 92%, #000)
}

ul.toolbar_icons {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center
}

ul.toolbar_icons li {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 20%
}

ul > li.menuicon {
    list-style: none;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(176, 0, 0, 1);
    height: 100px;
    width: 100px;
    border: 3px solid rgb(245 221 136);
    margin-top: -1.8rem
}

ul > li.menuicon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

ul.toolbar_icons li img {
    max-width: 32px;
    margin: 0 auto;
    display: block
}

ul.toolbar_icons li.menuicon img {
    max-width: 40%
}

ul.toolbar_icons li span {
    font-size: 18px;
    color: #fff
}

ul > li.menuicon {
    height: 75px;
    width: 75px
}

ul.toolbar_icons li span {
    font-size: 1em
}

.form-prepend {
    position: relative
}

.form-prepend i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1rem
}

.form-prepend .form-control {
    padding-left: 1.8rem
}

.is-invalid + .invalid-feedback {
    display: block
}

#btn-refresh {
    background-color: transparent
}

#btn-refresh:focus {
    box-shadow: none
}

#btn-refresh i {
    font-size: 1.2rem;
    color: #007bff
}

.list a {
    color: #fff;
    border: 1px solid #af0000
}

.list a:hover {
    background-color: #af0000
}

.btn-big {
    background-color: #af0000;
    color: #fff
}

.center-tab a {
    border: 1px solid #af0000
}

.center-tab a.active {
    background-color: #af0000
}

.input input.password {
    display: inline-block !important
}

label.captcha {
    border: 1px solid #af0000
}

@media (max-width: 414px) {
    ul > li.menuicon {
        height: 65px;
        width: 65px
    }

    ul.toolbar_icons li img {
        max-width: 25px
    }

    section.footer {
        height: 60px
    }
}

.center-avtar::before {
    content: "";
    font-size: 4em;
    width: 2.5rem;
    display: block;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c39.77 0 72 32.24 72 72S295.8 272 256 272c-39.76 0-72-32.24-72-72S216.2 128 256 128zM256 448c-52.93 0-100.9-21.53-135.7-56.29C136.5 349.9 176.5 320 224 320h64c47.54 0 87.54 29.88 103.7 71.71C356.9 426.5 308.9 448 256 448z'/%3E%3C/svg%3E");
    background-size: contain;
}

.nav-bank {
    flex-wrap: nowrap
}

.about-us p {
    color: inherit
}

.main {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 6rem;
}

.jackpot {
    text-align: center;
    background: #5c2961;
    border-radius: .3rem;
    background: url(../../images/scb88/jackpot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem;
    position: relative;
}
.jackpot > span{
    font-size: 1.1rem;
    display: block;
    padding: 1.5rem;
    color:#fff;
    font-weight: 600;
}
.jackpot .star {
    position: absolute;
    background: url(../../images/scb88/star.png) no-repeat;
    background-size: contain;
    overflow: hidden;
    opacity: 0;
    animation-name: starAnimate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 1.65s;
    animation-direction: normal;
    animation-fill-mode: both
}

.jackpot .star.star-1 {
    width: 52px;
    height: 47px;
    top: 0px;
    left: 181px;
    animation-delay: .5s
}
.jackpot .star.star-2 {
    width: 36px;
    height: 34px;
    top: -3px;
    left: 90%;
    animation-delay: 1.5s
}
.jackpot .star.star-3 {
    width: 52px;
    height: 47px;
    top: 2px;
    animation-delay: 2.5s
}
.jackpot .star.star-4 {
    width: 52px;
    height: 47px;
    top: -8px;
    left: 77px;
    animation-delay: 3.5s
}
.jackpot .star.star-5 {
    width: 52px;
    height: 47px;
    top: -10px;
    left: 140px;
    animation-delay: 4.5s
}
.jackpot .star.star-6 {
    width: 52px;
    height: 47px;
    top: -14px;
    left: 70%;
    animation-delay: 6.5s
}
.jackpot .star.paused {
    animation-play-state: paused
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes starAnimate {
    from {
        opacity: 0
    }
    25% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}

@keyframes sprite {
    from {
        background-position: 0 0%
    }
    to {
        background-position: 100% 0
    }
}
.nav-provider{
    width: 100%;
    justify-content: center;
}
.nav-provider .nav-item{
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: .5rem;
}
.nav-provider img{
    width: 4rem;
}
.nav-menu .nav-link{
    color:#f8f9fa;
}
.nav-bank-id li{
    background-color: #f1f1f1;
    flex: 1;
}
.navbar-brand{
    min-height: 50px;
}
.game-table input{
    color:#222;
}
.promo-description a{
    color: #e7be5c;
}
.center-table th,.center-table td{
    color:#333;
}
.wrap-download .download-content .download-logo{
    width: 122px !important;
    height: auto !important;
}