:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
}

html,
body {
    font-family: 'Kanit', sans-serif;
    background-color: #2a2a2a;
    color: #fff;
}

a img {
    transition: 0.5s;
}

a img:hover {
    transition: 0.5s;
    filter: brightness(110%);
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.d-inline-block {
    display: inline-block;
    justify-content: space-between;
}

.delay-05s {
    animation-delay: 0.5s;
}

.delay-10s {
    animation-delay: 1s;
}

.delay-15s {
    animation-delay: 1.5s;
}

.testobj {
    border: 1px solid red;
}

.radius-15 {
    border-radius: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-custom {
    background: #000;
    background-size: cover;
    padding-top: 0.35rem;
    padding-bottom: 0.5rem;
    box-shadow: 1px 2px 6px 0px #434343;
}


/*.bg-custom::before {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(255, 255, 255);
    background: #fd7f8d;
    position: absolute;
    left: 0;
    bottom: -5px;
}*/

.bg-custom .navbar-brand {
    padding: 0;
    width: 140px;
    display: inline-block;
}

.bg-custom .navbar-brand .logo-head {
    width: 140px;
}

.change-language {
    background: #49009c;
    border-radius: 30rem;
    color: white;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-language .active {
    box-shadow: inset 0px 0px 12px 3px #fff264;
    background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
    background-color: #fecb5e;
    border-radius: 42px;
    border: 2px solid #b99459;
    padding: 8px 18px !important;
    color: #010000;
    cursor: pointer;
}

.change-language .language {
    padding: 10px 10px;
    display: inline-block;
}

.menu-bar-main {
    position: absolute;
    bottom: -140px;
    width: 100%;
    background: url(../images/bg-btn.png) center;
    background-size: cover;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    /* margin-top: -40px; */
    z-index: 20;
    /* transform: translateY(-40px); */
}

#banner img {
    border-radius: 10px !important;
}

.wrap-menu-bar-main {
    padding: 0px 200px;
}


/* 
.icon-lottery {
    background: url(../images/icon/icon-lottery.png) center no-repeat;
    background-size: 90%;
}

.icon-lottery:hover {
    background: url(../images/icon/icon-lottery-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
}

.icon-hotgame {
    background: url(../images/icon/icon-hotgame.png) center no-repeat;
    background-size: 90%;
}

.icon-hotgame:hover {
    background: url(../images/icon/icon-hotgame-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
}

.icon-casino {
    background: url(../images/icon/icon-casino.png) center no-repeat;
    background-size: 90%;
}

.icon-casino:hover {
    background: url(../images/icon/icon-casino-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
}

.icon-slot {
    background: url(../images/icon/icon-slot.png) center no-repeat;
    background-size: 90%;
}

.icon-slot:hover {
    background: url(../images/icon/icon-slot-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
}

.icon-sport {
    background: url(../images/icon/icon-sport.png) center no-repeat;
    background-size: 90%;
}

.icon-sport:hover {
    background: url(../images/icon/icon-sport-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
}

.icon-table {
    background: url(../images/icon/icon-table.png) center no-repeat;
    background-size: 90%;
}

.icon-table:hover {
    background: url(../images/icon/icon-table-hover.png) center no-repeat;
    transition: 0.3s;
    background-size: 90%;
} */

.icon-hot {
    background: url(../images/cate-icon/icn-hot.png) no-repeat;
    background-size: 50%;
}

.icon-hot:hover,
.icon-hot.active {
    background: url(../images/cate-icon/icn-hot-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-sportsbook {
    background: url(../images/cate-icon/icn-sportsbook.png) no-repeat;
    background-size: 50%;
}

.icon-sportsbook:hover,
.icon-sportsbook.active {
    background: url(../images/cate-icon/icn-sportsbook-check.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-livecasino {
    background: url(../images/cate-icon/icn-lc.png) no-repeat;
    background-size: 50%;
}

.icon-livecasino:hover,
.icon-livecasino.active {
    background: url(../images/cate-icon/icn-lc-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-cards {
    background: url(../images/cate-icon/icn-card-2.png) no-repeat;
    background-size: 50%;
}

.icon-cards:hover,
.icon-cards.active {
    background: url(../images/cate-icon/icn-card-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-slot {
    background: url(../images/cate-icon/icn-ufaslot.png) no-repeat;
    background-size: 50%;
}

.icon-slot:hover,
.icon-slot.active {
    background: url(../images/cate-icon/icn-ufaslot-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-itpslot {
    background: url(../images/cate-icon/icn-itpslot.png) no-repeat;
    background-size: 50%;
}

.icon-itpslot:hover,
.icon-itpslot.active {
    background: url(../images/cate-icon/icn-itpslot-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-fishing {
    background: url(../images/cate-icon/icn-fishing.png) no-repeat;
    background-size: 50%;
}

.icon-fishing:hover,
.icon-fishing.active {
    background: url(../images/cate-icon/icn-fishing-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-lotto {
    background: url(../images/cate-icon/icn-lotto.png) no-repeat;
    background-size: 50%;
}

.icon-lotto:hover,
.icon-lotto.active {
    background: url(../images/cate-icon/icn-lotto-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.icon-esport {
    background: url(../images/cate-icon/icn-esports.png) no-repeat;
    background-size: 50%;
}

.icon-esport:hover,
.icon-esport.active {
    background: url(../images/cate-icon/icn-esports-checked.png) no-repeat;
    transition: 0.3s;
    background-size: 60%;
}

.main-content {
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 10;
    padding: 0px 5px 0px 0px;
}

.icon-size {
    position: relative;
    color: #fecb5e;
    background-position: 50% 25% !important;
    margin: 0 auto 10px auto;
    height: 80px;
    width: 90px;
    transition: 0.3s;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    box-shadow: 0 5px 7px 0 #111;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2px;
    font-size: .75rem;
    font-weight: 300;
}

.side-bar-menu .menu-block:last-child .icon-size {
    margin-bottom: 0;
}

.icon-size::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, #393939, #292929);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.icon-size:hover::before {
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.icon-size.active::before {
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.icon-size.active {
    color: #fff !important;
}


/* .icon-hotgame::before {
    background: #FFDF01;
} */

.side-bar-menu {
    padding: 30px 0;
    width: 135px;
    z-index: 10;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.content-game-list {
    width: calc(100% - 150px);
    padding-top: 20px;
    padding-bottom: 20px;
    /* overflow-y: scroll; */
    /* height: 1000px; */
    position: relative;
    z-index: 6;
}

.wrap-content-game {
    padding: 0px 25px;
    display: none;
}

.wrap-content-game.active {
    display: block;
}

.head-title {
    /*display: flex;*/
    display: none;
    align-items: center;
}

.head-title .icon-title {
    width: 80px;
}

.head-title h2 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 0px;
}

.head-title .line-title {
    width: 80px;
    height: 4px;
    margin-top: 5px;
    background-color: #FFDF01;
}

.list-game-all {
    padding: 10px 0 40px 0px;
}

.list-promotion-all {
    padding: 40px 0px 0px;
}

.list-game {
    padding: 0 0.5rem;
    margin: 1rem 0 0.25rem;
    width: 25%;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
    border-radius: 15px;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}


/* Begin :: Button */

.btn-main {
    box-shadow: inset 0px 0px 12px 3px #fff264;
    background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
    background-color: #fecb5e;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #010000;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 28px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #000000;
    position: relative;
}

.btn-main:hover {
    background: linear-gradient(to bottom, #ba934c 5%, #fecb5e 100%);
    background-color: #ba934c;
    transition: 0.3s;
}

.btn-main:active {
    position: relative;
    top: 1px;
}


/* End :: Button */


/* Hover card */

.hover-1 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    transition: all 0.3s;
}

.hover-1-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}


/* Hover card */

.content-promotion {
    position: relative;
    width: 100%;
    /* background: url(../images/bg-promotion.png) center top;
    background-size: cover; */
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 20;
}

.content-partner {
    background: url(../images/bg-huay.jpg) center top;
    background-size: cover;
}

.partner-list {
    list-style: none;
    padding: 10px 0px;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
}

.partner-list li {
    display: inline-block;
    width: 8%;
}

.footer-custom {
    padding-top: 30px;
    background-size: cover;
    text-align: center;
    margin-bottom: 60px;
}

.tag-footer-all {
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 20px;
    margin-top: 0px;
}

.tag-footer-all li {
    cursor: pointer;
    color: #fff;
    padding: 4px 5px;
    border-radius: 8px;
    display: inline-block;
    margin: 2px;
}

.tag-footer-all li img {
    width: 40px;
    -webkit-border-radius: 50%;
}

.text-power {
    padding: 15px 0px;
    background: #000;
    color: white;
    text-align: center;
}

.menu-footer-anchor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.menu-footer-anchor li {
    width: 25%;
    border-right: 1px solid #3e3d3d;
}

.menu-footer-anchor li:last-child {
    border-right: none !important;
}

.menu-footer-anchor li a {
    display: block;
    padding: 5px 2px;
    font-size: .95rem;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.menu-footer-anchor li a:hover {
    color: #ffe66a;
}

.modal-custom {
    backdrop-filter: blur(6px) saturate(100%);
    -webkit-backdrop-filter: blur(6px) saturate(100%);
    background-color: rgba(17, 25, 40, 0.2);
}

.button-close-custom {
    position: absolute;
    right: 0px;
    top: -40px;
}

.btn-close-custom i {
    color: white;
    font-size: 28px;
}

.modal-content-custom {
    background-color: #5d2d79;
    border-radius: 18px;
}

.body-content-custom {
    overflow: hidden;
    border-radius: 18px;
}

.nav-tabs-custom {
    border-bottom: none;
}

.text-contact {
    margin-top: 30px;
    text-align: center;
    color: white;
}

.text-contact span {
    color: #FFFD6D;
}

.nav-tabs-custom .nav-link.active {
    box-shadow: inset 0px 0px 12px 3px #fff264;
    background: linear-gradient(to bottom, #fecb5e 5%, #ba934c 100%);
    background-color: #fecb5e;
    color: #682f2f;
    border-color: transparent;
}

.nav-link-custom {
    color: white;
    padding: 17px 0px;
    font-size: 18px;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #010000;
    transition: 00.3s;
}

.content-login {
    padding: 30px 50px;
}

#navbarDropdownMenuLink {
    display: flex;
    align-items: center;
}

#navbarDropdownMenuLink .text-white {
    display: inline-block;
    padding: 0 2px 0 6px;
}

.icon-user-custom {
    background: linear-gradient(to bottom, #ffe66a 5%, #ffc756 100%);
    background-color: #ffe66a;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 30rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.icon-user-custom img {
    width: 17px;
}

.dropdown-toggle::after {
    color: #fff;
    margin-bottom: -5px;
}

.box-amount {
    font-size: 1.1rem;
    background: #FFDF01;
    border-radius: 30rem;
    padding: 6px 0px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-amount i {
    color: #000;
    font-size: 20px;
}


/* .dropdown-profile-custom {
    border-right: #ffda62 1px solid;
    padding-right: 15px;
    margin-right: 15px;
} */

.dropdown-menu-profile {
    background-color: #3f4244;
    color: white;
    border-radius: 10px;
    border: none;
}

.dropdown-item-profile {
    color: white;
}

.dropdown-item-profile:focus,
.dropdown-item-profile:hover {
    background-color: #c31200;
    color: #fff;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler i {
    color: white;
    font-size: 24px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px) saturate(100%);
    -webkit-backdrop-filter: blur(6px) saturate(100%);
    background-color: rgba(17, 25, 40, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content .box-amount {
    font-size: 18px;
    padding: 2px 0px 3px 0px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.overlay a {
    padding: 10px 0px;
    text-decoration: none;
    font-size: 20px;
    color: #ddd;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.is-disabled>div>img {
    filter: grayscale(80%);
    cursor: not-allowed;
}

.is-disabled>div>.hover-1-content>button {
    filter: grayscale(60%);
    font-size: 0.9rem;
    cursor: not-allowed;
}

.is-disabled>div>.hover-1-content {
    background: rgba(0, 0, 0, 0.4);
}

.tab-bar-mobile {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    /* top:200px; */
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #2d094f;
    /* background: linear-gradient(90deg, rgba(35, 1, 70, 1) 0%, rgba(116, 62, 141, 1) 50%, rgba(35, 1, 70, 1) 100%); */
    box-shadow: 1px -6px 35px -15px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 1px -6px 35px -15px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 1px -6px 35px -15px rgba(0, 0, 0, 0.65);
    padding: 15px 0px;
}

.tab-bar-mobile ul.tab-control {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.tab-bar-mobile .tab-control .tab-list {
    color: #ebb70d;
    width: 25%;
    text-align: center;
    font-size: 14px;
}

.tab-bar-mobile .tab-control .tab-list i {
    font-size: 20px;
}


/*=============================================
=            Banner            =
=============================================*/

#bannerSlide .item,
#bannerSlide .item img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#bannerSlide .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 7px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 220px;
}

#bannerSlide .owl-dots .owl-dot span {
    width: 18px;
    height: 3px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#bannerSlide .owl-dots .owl-dot.active span,
#bannerSlide .owl-dots .owl-dot:hover span {
    background: #000;
}


/*=====  End of Banner  ======*/

.switch-language {
    position: relative;
    display: flex;
    align-items: center;
}

.switch-language ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
}

.switch-language ul li {
    margin-left: 15px;
    position: relative;
}

.switch-language ul li a {
    width: 33px;
    line-height: 1;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
}

.switch-language ul li a img {
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.switch-language ul li a:hover {
    transform: scale(1.055);
    -webkit-transform: scale(1.055);
    -moz-transform: scale(1.055);
    -ms-transform: scale(1.055);
    -o-transform: scale(1.055);
}

#promotionSlide .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#promotionSlide .owl-dots .owl-dot.active span,
#promotionSlide .owl-dots .owl-dot:hover span {
    background: #fd7f8d;
}


/*=============================================
=            Hamburger            =
=============================================*/

.hamburger {
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 1003;
    width: auto;
    justify-content: flex-end;
    margin-left: 20px;
}

.hamburger .text-menu {
    color: #333;
    font-size: 14px;
    padding-right: 10px;
}

.hamburger-box {
    width: 28px;
    height: 20px;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    width: 85%;
    right: 0;
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
}

.hamburger--spring.is-active .hamburger-inner:before {
    width: 100%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 28px;
    height: 2px;
    background-color: #fd7f8d;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fd7f8d;
}


/*=====  End of Hamburger  ======*/


/*=============================================
=            Footer            =
=============================================*/


/* 
#footer {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 100;
    padding: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#footer .container {
    position: relative;
    padding: 0;
}

.navmenu-bottom ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.navmenu-bottom ul li {
    width: 20%;
    text-align: center;
}

.navmenu-bottom ul li a {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    line-height: 1;
}

.navmenu-bottom ul li a i {
    font-size: 125%;
}

.navmenu-bottom ul li a figure {
    margin-bottom: 0px;
}

.navmenu-bottom ul li a figure img {
    height: 30px;
}

.navmenu-bottom ul li a figcaption {
    margin-bottom: 7px;
}

.btn-home-footer {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 65px;
    height: 65px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(195, 195, 195, 1) 20%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 57%, rgba(195, 195, 195, 1) 81%, rgba(255, 255, 255, 1) 100%);
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    padding: 4px;
    margin-top: -25px;
    margin-bottom: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-home-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fd7f8d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-home-footer-inner img {
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-home-footer::before {
    content: '';
    width: 60px;
    height: 250%;
    border: none;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 3s infinite;
    -webkit-animation: shine 3s infinite;
}

@keyframes shine {
    from {
        left: -100%;
    }
    to {
        left: 100%;
    }
}


=====  End of Footer  ====== */


/*=============================================
=            deposit            =
=============================================*/

.modal-content {
    border: none;
}

#create-account-popup,
#history-popup,
#acc-popup {
    width: 600px;
    max-width: 97%;
    padding: 0 10px;
    font-family: 'Prompt', sans-serif;
    display: none;
}

#create-account-popup p {
    margin-bottom: .35rem;
}

#create-account-popup select,
#create-account-popup input {
    box-shadow: none !important;
}

#create-account-popup .btn-submit,
#acc-popup .btn-submit {
    border: none;
    padding: 6px 35px;
    font-weight: 500;
    font-size: 1.1rem;
    color: #000;
    background: rgb(204, 152, 76);
    background: #fd7f8d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#create-account-popup .btn-submit:hover {
    background: linear-gradient(0deg, rgba(195, 137, 64, 1) 0%, rgba(195, 137, 64, 1) 100%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}

#deposit-popup {
    width: 600px;
    max-width: 97%;
    padding: 0;
    font-family: 'Prompt', sans-serif;
    display: none;
}

#deposit-popup p {
    margin-bottom: 1.25rem;
}

#deposit-popup ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

#deposit-popup ul li:nth-child(1) {
    min-width: auto;
    text-align: left;
    margin-right: 10px;
}

#deposit-popup input {
    border: 1px solid #ddd;
    margin-top: -5px;
    width: 180px;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
}

#copybank {
    background: rgb(195, 137, 64);
    background: #fd7f8d;
    display: inline-block;
    border: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#copybank:hover {
    background: linear-gradient(0deg, rgba(195, 137, 64, 1) 0%, rgba(195, 137, 64, 1) 100%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}

#withdraw-popup {
    width: 600px;
    max-width: 97%;
    padding: 0;
    font-family: 'Prompt', sans-serif;
    display: none;
}

.total-money {
    text-align: center;
}

.total-money span {
    color: #666;
}

.total-money h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

#withdraw-popup input {
    box-shadow: none !important;
    width: 400px;
    max-width: 100%;
}

#withdraw-popup .btn-submit {
    background: rgb(195, 137, 64);
    background: #fd7f8d;
    display: inline-block;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    padding: 5px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#withdraw-popup .btn-submit:hover {
    background: linear-gradient(0deg, rgba(195, 137, 64, 1) 0%, rgba(195, 137, 64, 1) 100%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}


/*=====  End of deposit  ======*/

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-content table {
    width: 100%;
    margin-bottom: 30px;
}

.modal-content table th {
    background-color: #333;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.modal-content table td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.modal-content table tr:nth-child(odd) td {
    background-color: #FFF;
}

.modal-content table tr:nth-child(even) td {
    background-color: #f1ebeb;
}

#acc-popup p {
    margin-top: 15px;
    margin-bottom: 0.2rem;
}

.h1,
h1,
.h3,
h3 {
    font-size: calc(1rem + 1.5vw);
    color: #FFDF01;
}

b,
strong {
    color: #FFDF01;
}

.container,
.container-sm {
    max-width: 100%;
}

.content-game-list .hover-1 {
    box-shadow: 1px 2px 6px 0px #000;
}

#banner {
    margin-top: 60px;
    padding: 10px;
}


/*=============================================
=            Login header            =
=============================================*/

.header-top {
    display: flex;
    justify-content: flex-end;
}

.form-login .input-group {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.form-login .input-group i {
    font-size: 12px;
    color: #888;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.form-login .input-group input {
    border: 1px solid #9f9f9f;
    background-color: transparent;
    padding: 3px 5px 3px 30px;
    color: #fff;
    font-weight: 400;
    width: 175px;
    z-index: 0;
    outline: 0;
    font-size: 15px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.form-login .input-group input:focus {
    border-color: #fec84e;
}

.form-login .btn-login {
    background-color: #b0020c;
    background: linear-gradient(108.4deg, #fd2c38 3.3%, #b0020c 98.4%);
    padding: 3px 10px;
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    border: 1px solid #b0020c;
    text-decoration: none !important;
    outline: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
}

.form-login .btn-login:hover {
    background-color: #b0020c;
    background: linear-gradient(108.4deg, #b0020c 3.3%, #b0020c 98.4%);
}

.form-login .btn-login i {
    font-size: 85%;
    margin-left: 5px;
}


/*=====  End of Login header  ======*/


/*=============================================
=            Footer            =
=============================================*/

#footer-fixed {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(#b78628, #1a160d);
    border-top: 3px solid #fff;
    position: fixed;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 100;
    padding: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#footer-fixed .container {
    position: relative;
    padding: 0;
}

.navmenu-bottom ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.navmenu-bottom ul li {
    width: 25%;
    text-align: center;
}

.navmenu-bottom ul li:nth-child(1) {
    background-color: transparent;
    color: #fff;
}

.navmenu-bottom ul li a {
    padding: 7px 0 7px;
    display: block;
    text-align: center;
    font-size: .9rem;
    color: inherit;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.navmenu-bottom ul li a figure {
    margin-bottom: 0px;
}

.navmenu-bottom ul li a figure img {
    height: 33px;
}

.navmenu-bottom ul li a figcaption {
    margin-top: 2px;
}

.btn-home-footer {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    overflow: hidden;
    display: flex;
    width: 68px;
    height: 68px;
    background: #3e3d3d;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(224 220 220) 20%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 1) 57%, rgb(240 237 237) 81%, rgba(255, 255, 255, 1) 100%); */
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    padding: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-home-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #202020;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-home-footer img {
    width: 34px;
}

.btn-home-footer::before {
    content: '';
    width: 60px;
    height: 250%;
    border: none;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(35deg);
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shine 3s infinite;
    -webkit-animation: shine 3s infinite;
}

@keyframes shine {
    from {
        left: -100%;
    }
    to {
        left: 120%;
    }
}


/*=====  End of Footer  ======*/


/*=============================================
=            Line Fixed            =
=============================================*/

.line-fixed {
    width: auto;
    height: auto;
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 101;
    background-color: transparent;
    border-radius: 25px;
}

.line-fixed a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-direction: column;
    position: relative;
    animation: beat 2.5s ease-in-out infinite;
    -webkit-animation: beat 2.5s ease-in-out infinite;
}

.line-fixed a figure {
    margin: 0;
    padding: 0;
}

.line-fixed a figure img {
    width: 60px;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.line-fixed a figure img:hover {
    filter: unset;
    -webkit-filter: unset;
}

.line-fixed a div {
    font-size: 15px;
    background-color: #ffffff;
    color: #2e9a04;
    border: 2px solid #39cd00;
    padding: 2px 8px;
    margin-top: -10px;
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.line-fixed a div span {
    font-family: sans-serif;
    font-size: 95%;
}

.line-fixed a:hover div {
    background-color: #39cd00;
    color: #fff;
}

@keyframes beat {
    0% {
        scale: .925;
    }
    50% {
        scale: 1;
    }
    100% {
        scale: .925;
    }
}


/*=====  End of Line Fixed  ======*/