@charset "utf-8";

/*.main_games {
	position: absolute !important;
	left: 251px !important;
}*/

:root {
    --bg-color: #3a435e;
    --bg-color-1: linear-gradient(to right, #f18c99 0%, #fba268 100%);
    --theme-color: #2e364b;
    --sidebar-color: #2e364b;
    --lg-color: linear-gradient(to right, #f18c99 0%, #fba268 100%);
    --lg-login: linear-gradient(to right, #f06b75 0%, #fa8c40 100%);
    --lg-regi: linear-gradient(to right, #fa7d90 0%, #fba268 100%);
    --lg-footer: linear-gradient(#c8c8c9 0%, #a51d1d 100%);
    --txt-w: #ffff;
    --txt-b: #000;
    --text-o: linear-gradient(to right, #f18c99 0%, #fba268 100%);
    --hover-color: linear-gradient(to top, #f18c99 0%, #fba268 100%);
}

.w-100 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.pass pop-main {
    max-width: 900px;
    border: 2px var(--color) solid;
    border-radius: 20px 0 20px 0;
}

.w-1200 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.approved-modal {
    display: none !important;
}

.top-footer {
    box-shadow: 0px 1px 5px var(--text-o);
}

.header {
    background: var(--theme-color) !important;
    box-shadow: 0 0 10px var(--text-o);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.logo {
    text-align: left;
    padding: 5px 0;
}

.logo a img {
    height: 65px;
}

.timezone {
    color: #ffffff;
    font-size: 16px;
    margin-left: 176px;
}

.d-flex {
    align-items: center !important;
}

.clock {
    padding: 18px 0;
    margin-left: -193px;
}

.loginpage {
    width: 60%;
    text-align: right;
    display: block;
    padding: 6px 0;
    display: flex;
}

.btn-register {
    background: var(--lg-regi) !important;
}

.btn-form {
    padding: 7px 20px !important;
    color: #ffffff;
    font-weight: bold;
    flex: 1;
    margin: 2px;
}

.btn-login {
    background: var(--lg-login) !important;
}

.sidebar {
    width: 100%;
    max-width: 250px;
    height: 100%;
    background: var(--sidebar-color) !important;
    text-align: left;
    padding: 20px;
    position: fixed;
    top: 50px;
    left: 0;
    display: block;
    z-index: 98;
}

.contain {
    min-width: 1200px;
    background: var(--bg-color) !important;
}

.header {
    min-width: 1200px;
    height: 72px;
}


/* click menu  css */

.sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    width: 300px;
    color: white;
    transition: left 0.3s ease-in-out;
}

.sidebar.hidden {
    left: -300px;
}

.menubar {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 5px;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

/* end click menu css  */

.sidebar ul li {
    display: block;
    vertical-align: middle;
    text-align: left;
    padding: 15px 0;
    padding-left: 25px;
    border-radius: 5px;
    margin: 4px 0 !important;
}

.sidebar ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.sidebar ul li a span {
    padding: 8px 10px;
    border-right: 1px solid #ffffff;
    margin-right: 5px;
}

.sidebar ul li a span img {
    width: 25px;
}

.sidebar ul li.active,
.sidebar ul li:hover {
    background: var(--bg-color-1) !important;
}

.slider_s {
    margin: 10px auto;
}

body {
    background: var(--bg-color) !important;
}

.wrapper {
    background: var(--bg-color) !important;
    background-size: cover;
    /* background: #161029; */
}

.pages {
    padding-top: 60px;
    padding-bottom: 20px;
    /*	width: calc(100% - 33.3333%) !important;*/
    z-index: 97;
    min-height: 650px;
}

.part_v {
    margin: 5px auto;
}

.carousel-inner {
    border-radius: 5px;
}

.winer-title {
    width: 100%;
    line-height: 20px;
    height: auto;
    text-align: center;
    margin: 5px auto;
    color: #ffffff;
    background: url("../images/line.png") bottom center no-repeat;
    display: block;
}

.winer {
    border: 1px solid #004560;
    border-radius: 5px;
    padding: 5px;
    margin: 10px auto;
    background: url("../images/winer/bg.jpg") no-repeat;
    background-size: 100% 100%;
    display: block;
    /* height: 367px; */
}

.header_win {
    width: 100%;
    height: auto;
    display: flex;
}

.header_win span {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    line-height: 16px;
    color: #ffffff;
}

.amount_win span {
    color: #ffffff;
}

.amount_win span img {
    width: 20px;
}

.item-win {
    width: 100%;
    height: auto;
    border: 1px solid #004560;
    border-radius: 5px;
    padding: 5px;
    margin: 4px auto !important;
}

.amount_win {
    width: 100%;
    height: auto;
    padding-right: 10px;
    text-align: right;
}

.user_win {
    width: 100%;
    height: auto;
    text-align: left;
    padding-left: 5px;
    display: block;
}

.user_win span {
    color: #ffffff;
}

/*-----------------------*/
.column div figure a img {
    width: 100%;
}

.column::after {
    content: "";
    clear: both;
    display: block;
}

.column div {
    position: relative;
    width: auto;
    height: auto;
}

figure {
    overflow: hidden;
    border-radius: 5px;
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.99s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.header_games {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    padding: 5px 0;
    background: url("../images/line.png") no-repeat left bottom;
    margin: 10px auto;
    display: block;
}

.bannerjackpot img {
    width: 100%;
}

.jackpotbg {
    margin: 10px auto;
    padding: 40px 10px;
    border: 1px solid #6c4b00;
    background: url("../images/games/bg.jpg") no-repeat;
    border-radius: 10px;
}

.jack_pot span {
    font-size: 35px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
}

.jack_pot {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.c_btn {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

.itemjackpot_g img {
    width: 100%;
    border-radius: 5px;
}

.bg_01 {
    background: url("../images/games/bg_01.png") no-repeat;
    background-size: 100% 100%;
}

.bg_02 {
    background: url("../images/games/bg_02.png") no-repeat;
    background-size: 100% 100%;
}

.bg_03 {
    background: url("../images/games/bg_03.png") no-repeat;
    background-size: 100% 100%;
}

.bg_04 {
    background: url("../images/games/bg_04.png") no-repeat;
    background-size: 100% 100%;
}

.bg_05 {
    background: url("../images/games/bg_05.png") no-repeat;
    background-size: 100% 100%;
}

.bg_06 {
    background: url("../images/games/bg_06.png") no-repeat;
    background-size: 100% 100%;
}

.itemjackpot_g {
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.title_j_games {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    display: block;
    white-space: nowrap;
}

.jackpotgames .slick-prev {
    background: url("../images/arrow_left.png") no-repeat;
}

.jackpotgames .slick-next {
    background: url("../images/arrow_right.png") no-repeat;
}

.slick-prev:before {
    content: none;
}

.slick-next:before {
    content: none;
}

.item_promo {
    margin: 5px;
}

.item_promo a img {
    width: 100%;
    border-radius: 5px;
}

.footer {
    background: var(--bg-color) !important;
    display: table-cell;
    position: absolute;
    min-width: 1200px;
}

.logo-footer {
    text-align: left;
    padding: 10px 0;
}

.logo-footer a img {
    width: 150px;
}

.detail {
    text-align: left;
}

.detail p {
    font-size: 16px;
    color: #ffff !important;
}

.detail_footer {
    font-size: 18px;
    color: #ffff !important;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    display: block;
}

.info ul {
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
}

.info ul li {
    /* width: 100%; */
    text-align: left;
    padding: 10px;
    display: block;
}

.info ul li a {
    color: #ffffff;
    font-size: 16px;
}

.bank-footer-list ul {
    width: 100%;
    text-align: left;
}

.bank-footer-list ul li {
    display: inline-block;
    /* width: 100%; */
    max-width: 150px;
    height: 60px;
    background: #c7c7c7;
    border-radius: 5px;
    margin: 2px;
    text-align: left;
}

.bank-footer-list ul li a img {
    width: 44px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.last_footer {
    padding: 5px 0;
    border-top: 1px solid var(--theme-color);
}

.contact ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.contact ul li {
    display: inline-block !important;
    padding: 0;
    margin: 2px;
    overflow: hidden;
    width: 50px;
}

.c_coppy,
.c_coppy a {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    display: block;
}

.footer_last_02 ul {
    width: 100%;
    text-align: right;
}

.footer_last_02 ul li {
    display: inline-block;
    padding: 10px 5px;
}

.footer_last_02 ul li a {
    color: #ffffff;
    font-size: 16px;
}

.item_games {
    position: relative;
    margin: 5px auto;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.item_games:hover .image {
    opacity: 0.6;
}

.item_games:hover .middle {
    opacity: 1;
}

.icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_play img {
    width: 80px;
    border-radius: 50% !important;
}

.item_games img {
    border-radius: 10px 10px 0 0 !important;
}

.title_games {
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    display: block;
    background: var(--hover-color) !important;
    border-radius: 0 0 10px 10px;
}

.title_games:hover {
    background: var(--lg-regi) !important;
}


/* after login */
.recenter {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn1:hover {
    background: var(--hover-color) !important;
}

.btn1 {
    background: var(--lg-color) !important;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    font-weight: bold;
    padding: 10px 12px;
    width: 120px;
    height: 47px;
    text-wrap: nowrap;
}

.head-login a {
    color: white;
    padding: 0 5px;
}

/* .head-login {
      padding-top: 7px;
} */

.head-login .avatar {
    margin-right: 10px;
    display: block;
    font-size: 20px;
    overflow: hidden;
}

.show_username {
    color: white;
    text-transform: capitalize;
}

.head-login b,
.head-login i {
    color: orange;
}

a.btn_logout:hover {
    background: var(--hover-color) !important;
}

a.btn_logout {
    background: var(--lg-color) !important;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    font-weight: bold;
    padding: 11px 12px;
    color: white;
    margin-left: 10px;
    text-wrap: nowrap;
    height: 47px;
    font-size: 16px;
}

/* popUp Login */
.modal-box,
.modal-boxx,
.modal-box-trasfer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 110;
    transition: all 0.5s ease;
    pointer-events: none;
}

.overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-box {
    width: 900px;
    padding: 50px 0px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);

}

.modal-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.modal-boxx {
    width: 900px;
    padding: 50px 0px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
}

.modal-boxx.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.modal-box-trasfer {
    width: 900px;
    padding: 50px 0px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
}

.modal-box-trasfer.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.group {
    display: flex;
    line-height: 30px;
    align-items: center;
    position: relative;

}

.input {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding: 0 5rem;
    padding-left: 3rem;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
    border-color: var(--theme-color);
}

.form-select:focus,
select:focus,
input:focus,
.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgb(255, 251, 0);
}

.input::placeholder {
    color: #94a3b8;
}


.group>i {
    position: absolute;
    left: 1rem;
    fill: none;
    width: 1rem;
    height: 1rem;
    z-index: 9999;
}

.plogin {
    background: var(--lg-login) !important;
    height: 50px;
    font-size: 18px;
    color: #fff !important;
    border-radius: 5px;
}

.p_register {
    background: var(--lg-regi) !important;
    height: 50px;
    padding: 0 20px;
}

.err_div {
    color: red;
}

.slick-arrow {
    z-index: 98;
    top: -5% !important;
}

.top_header .dropdown {
    position: relative;
    display: inline-block;
    margin-top: 9px;
}

.top_header .dropbtn {
    border: none;
    cursor: pointer;
    padding: 17px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
}

.top_header .lang_dropdown {
    padding-left: 2px;
    margin-top: -10px;
}

.lang_dropdown .dropbtn img {
    width: 30px !important;
}

.top_header .dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f9f9f9; */
    min-width: 82px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    /* margin-left: -18px; */
}

.top_header .dropdown-content a {
    color: black;
    background: var(--theme-color);
    /* padding: 12px 16px; */
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
}

.top_header .dropdown-content a.active,
.top_header .dropdown-content a:hover {
    background-color: var(--text-o);
}

.top_header .dropdown-content img {
    width: 30px;
}

.top_header .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a.active {
    color: red;
    position: relative;
    background-color: #f1f1f1;
}

/* .dropdown-content a.active::after {
      content: '\2713';
      font-size: 1em;
      color: red;
      position: absolute;
      font-weight: bold;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
} */

/* fix slot  */

.slots-games {
    background: none !important;
}

.slots-games .slots-games-items .brand-list li {
    width: 141px !important;
    background: var(--lg-color) !important;
}

.slots-games .slots-games-items .brand-list li:hover,
.slots-games .slots-games-items .brand-list li.active {
    background: var(--lg-regi) !important;
}

.slot-game-content li .img-box .hover-box>span:hover:nth-child(2) {
    background: var(--lg-regi) !important;
}

.slot-game-content li .img-box .hover-box>span:nth-child(2) {
    background: var(--lg-color) !important;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
    width: 183px !important;
    height: 183px !important;
}

.slot-foot,
.total_of_slots,
.slot_search_box .search_input {
    color: #fff !important;
}

body .login-left {
    width: 60% !important;
}

body .login-right {
    width: 40% !important;
}

/********************************** Point Wheel **********************************/

#gift-main #content {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

body .gift_leftmenu {
    max-width: 100% !important;
    background-image: url(../images/winer/bg.jpg) !important;
    margin-top: 40px !important;
}

.gift_leftmenu ul li {
    color: #b10b0b !important;
}

.gift_leftmenu ul li:hover {
    color: #ff0000 !important;
    background-color: rgb(255, 255, 255) !important;
}

/* .gift_leftmenu ul li:hover a {
	color: #fff !important;
} */

#load_more {
    top: 80px !important;
}

.lead {
    font-size: 15px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 45px !important
}

#gift-main .left-table {
    margin-bottom: 100px !important;
}

#gift-main .left-table {
    margin-top: 36px !important;
}

#gift-main .control_table tbody tr td div {
    color: #000 !important;
}

#gift-main .control_table input,
#gift-main .control_table select {
    color: #d63838 !important;
}

.gift_list>li a:hover {
    color: yellow !important;
}

#gift-main .gift_leftmenu ul li a,
#gift-main #tblFooter tr td a {
    color: #d63838 !important;
}

#gift-main .main_table td:hover,
#gift-main .main_table tr:hover {
    background: none !important;
}

#gift-main .main_table th,
#gift-main .main_table td {
    color: #ff8000 !important;
}

#gift-main .left-table span,
#gift-main .left-table h5,
#gift-main .head-text {
    color: #fff !important;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--text-o);
    color: #fff !important;
    display: block;
    padding: 10px;
    border-radius: 20px;
    margin: 10px;
}

#gift-main .spintxt {
    display: none;
}

.slots-games-items .brand-list li span {
    color: #fff !important;
}

.btn {
    white-space: nowrap;
}

body .slot_search_box .search_btn {
    width: 37px !important;
    height: 28px !important;
    padding: 0px !important;
    position: absolute;
    right: -5px !important;
    top: -52px !important;
    border: none !important;
}

.slot_search_box .search_input {
    height: 38px !important;
    width: 185px !important;
    margin-top: -58px !important;
}

#left {
    width: 70% !important;
}

.vip .vip-cont .table table thead tr {
    background: #f1f1f1f1;
}

.vip .vip-cont .table table tbody tr:nth-child(2n) {
    background-color: #f1f1f1f1;
}

.vip .vip-cont .table table tbody tr:hover {
    background-color: #fff;
}

.rewards-cont h5 {
    flex: unset !important;
    color: #fff;
}

.tit_rew {
    font-size: 24px;
}

.rewards {
    width: 100% !important;
}

.main_games {
    width: 100%;
    position: relative;
    height: 852px !important;
    left: 0;
    margin: 0 auto;
    max-width: 1249px !important;
    /* max-height: 500px; */
}

/* contact-us */
.contact-us ul {
    width: 50%;
    margin: auto;
}

.contact-us li {
    padding: 15px;
    margin: 15px;
    display: flex;
    border-radius: 10px;
    justify-content: flex-start;
}

.contact-us i {
    font-size: 50px;
}

.contact-us li a:hover img {
    transform: rotateY(180deg);
}

.contact-us a {
    display: flex;
    align-items: center;
    color: var(--color);
}

.contact-us span {
    padding: 10px;
    font-size: 20px;
}

.contact-us img {
    width: 50px;
    height: 50px;
}

.contact-bg {
    border: 1px solid #004560;
    box-shadow: 1px 2px 2px #004560;
    overflow: hidden;
}

.contact-us ul li.bg-linelink {
    background: #25d366 !important;
}

.contact-us ul li.bg-whatsapp {
    background: #2fba43 !important;
}

.contact-us ul li.bg-skype {
    background: #08b2f0 !important;
}

.contact-us ul li.bg-wechat {
    background: #35c309 !important;
}

.contact-us ul li.bg-telegram {
    background: #2fafe1 !important;
}

.contact-us ul li.bg-email {
    background: #e02f2f !important;
}

.contact-us ul li.bg-meta {
    background: #1877f2 !important;
}

.contact-us ul li.bg-twitter {
    background: #55acee !important;
}

.contact-us ul li.bg-phone {
    background: #67c15e !important;
}

.contact-us ul li.bg-instagram {
    background: #c8359b !important;
}

.contact-us ul li.bg-youtube {
    background: #e02f2f !important;
}

.contact-us ul li.bg-message {
    background: #0078b5 !important;
}

.contact-bg span {
    color: #fff;
}

.afbsports2 .game-frame {
    width: 1287px !important;
}

.b-annoucement {
    background: #997b59;
    border-radius: 5px;
}

.b-annoucement i {
    color: #fff;
    font-size: 18px;
}

.b-annoucement .annouce-in {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: 45px;
}

.b-annoucement .runningtext {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.jackpotbg .btn-warning {
    background: var(--lg-color) !important;
}

.btn:hover {
    color: var(--txt-b) !important;
}

.form-select {
    margin-bottom: 13px;
    padding: 14px;
    border: 1px solid var(--theme-color);
}

.btn-form,
.btn {
    font-weight: unset !important;
}

.modal-box .fw-bold,
.modal-boxx .fw-bold {
    text-transform: uppercase;
    color: var(--theme-color) !important;
}

.login,
.register {
    border-radius: 5px;
    font-size: 18px !important;
    color: #fff !important;
    background: var(--lg-login) !important;
}

.center-side {
    background: var(--lg-color) !important;
}

.center-side a.active,
.center-side a:hover {
    background: var(--lg-login) !important;
}

.center-side a {
    border-image-source: linear-gradient(to left, var(--text-o), var(--txt-w)) !important;
}

.center-submit:focus {
    outline: none !important;
    border: none !important;
}

.center-data-btn a,
.center-submit {
    background: var(--lg-login) !important;
    border-radius: 5px !important;
}

.center-title h3 {
    color: var(--theme-color) !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.copy {
    background: var(--theme-color) !important;
}

.center-tab a {
    color: var(--text-o) !important;
}

.center-tab a:hover,
.center-tab a.active {
    color: var(--theme-color) !important;
    border-bottom: 3px solid var(--text-o) !important
}

.center-contant .center-table table thead tr {
    background: var(--bg-color) !important;
}

.center-contant .center-table table thead tr th {
    color: #fff !important;
}

.num1 {
    text-align: center;
    height: 35px !important;
    width: 200px !important;
}

.lottery-1 .center-submit {
    height: 35px !important;
}

.center-data .inp {
    background: var(--lg-login) !important;
    color: #fff !important;
}

.center-data .inp:hover {
    background: var(--hover-color) !important;
}

.iturnover {
    text-align: left !important;
}

.iturnover input {
    margin: 5px !important;
}

.turnover tbody tr {
    background: var(--bg-color) !important;
    color: #fff !important;
}

.center-table-achievement th {
    background: var(--bg-color) !important;
    color: #fff !important;
}

#sidebar_ach ul li .s-item {
    background: var(--text-o) !important;
}

#sidebar_ach ul li .sub_menu {
    background: var(--bg-color) !important;
}

#sidebar_ach ul li .sub_menu.active,
#sidebar_ach ul li .sub_menu:hover {
    background: var(--theme-color) !important;
}

body #sidebar_ach ul li a {
    color: #fff !important;
    border-bottom: unset !important;
}

.member_msg .center-submit {
    height: 35px !important;
}

.msgbox thead tr {
    background: var(--bg-color) !important;
    color: #fff !important;
}

#promoPage .btn-promotion,
#promoPage .btn-clear {
    background: var(--lg-login) !important;
}

.promo-item-desc h2.promo-title span.promo-pTitle {
    font-size: 20px !important;
    color: var(--text-o) !important;
}

.depo-promo-pop .btn-depo-promo {
    background: var(--bg-color) !important;
    color: #fff !important;
}

.depo-promo-pop .btn-depo-promo:hover {
    background: var(--text-o) !important;
}

body .depositfr #real_amount {
    width: 180px !important;
}

/* scroll style  */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(247, 204, 85);
    background: -moz-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(247, 204, 85)), color-stop(100%, rgb(237, 230, 233)));
    background: -webkit-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -o-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: -ms-linear-gradient(top, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    background: linear-gradient(to bottom, rgb(247, 204, 85) 0%, rgb(237, 230, 233) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f64f9', endColorstr='#db427d', GradientType=0);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(237, 230, 233);
    background: -moz-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(237, 230, 233)), color-stop(100%, rgb(247, 204, 85)));
    background: -webkit-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -o-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: -ms-linear-gradient(top, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    background: linear-gradient(to bottom, rgb(237, 230, 233) 0%, rgb(247, 204, 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db427d', endColorstr='#9f64f9', GradientType=0);
}

/* end scroll style  */
pop_register,
pop_register>x {
    z-index: 99999999 !important;
}

.promo-register .full-center-reg {
    background: var(--lg-login) !important;
}

body .account-wrap {
    background: var(--lg-regi) !important;
}

.btnView {
    color: #fff !important;
}

.register_title h4 {
    color: var(--text-o) !important;
}

.js-modal-next {
    background: var(--lg-login) !important;
    height: 50px;
    font-size: 18px;
    color: #fff !important;
    border-radius: 5px;
    width: 49%;

}

.register_title p {
    color: #ffffff !important;
}

#promoPage .btn-default,
#promoPage .btn-clear {
    background: #bbb9bb !important;
    border: unset !important;
}

#buttonNav {
    margin-top: 15px !important;
}



/* trasfer */
/* pop */
pop,
pop>x {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

pop {
    position: fixed;
    background-color: var(--000-8);
    z-index: 3;
    display: none;
}

pop>x {
    position: absolute;
}

pop-main {
    width: 90%;
    max-width: 720px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

pop-title {
    /* background-color: white; */
    border-bottom-width: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

pop-title h3 {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    flex: 1;
    min-width: 0;
    font-size: 18px;
}

pop-title h3:nth-child(2) {
    padding: 0;
}

pop-title .ico {
    line-height: 50px;
    width: 50px;
    height: 50px;
}

pop-title .close:after {
    content: '\e826';
}

pop-cont {
    /* background-color: white; */
    display: block;
}

pop-solve {
    display: flex;
}

pop-solve .btn {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

pop-solve .btn:hover {
    transform: translate(0);
}

pop-choice,
pop-sider {
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

pop-choice {
    bottom: 0;
    width: 100%;
}

pop-sider {
    top: 0;
    width: 300px;
    height: 100%;
    background-color: white;
}

pop-sider {
    display: flex;
    flex-direction: column;
}

pop-sider pop-cont {
    flex: 1;
    overflow: auto;
}

.pop-language pop-main {
    max-width: 850px;
}

@media(max-width:640px) {
    pop-title h3 {
        line-height: .7rem;
        padding: 0 .2rem;
        font-size: .24rem;
    }

    pop-title .ico {
        line-height: .7rem;
        width: .7rem;
        height: .7rem;
    }

    pop-sider {
        width: 5rem;
    }
}

.slot_search_box {
    margin-right: unset !important;
}

.type-game-list-box .slot-slic.slots-nav {
    justify-content: unset !important;
}

.type-game-list-box .slot-slic.slots-nav a {
    padding: 0 5px !important;
    line-height: 50px !important
}