body {
    background: var(--bg-color) !important;
    background-size: cover !important;
    color: #fffdfd;

    --color: #14805e;
    --block: #fff;
    --deep: #ffdf1b;
    --bg: #100f21;
    --bo: #b31390;
    --lg: linear-gradient(135deg, #5a478f, #7818af);
    --bg-color: #055340;
}

.wrapper {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.content {
    background: #14805e;
}

* img {
    max-width: 100%;
}

.carousel {
    background: #000;
}

.top-header {
    background: #055340;
}

.head {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.right-header {
    padding-right: 15px;
}

.header_info {
    margin-top: 10px;
    border-radius: 15px 15px 0 0;
    width: 1200px;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

.logo a img {
    width: 100%;
    max-width: 273px;
    height: auto;
    float: left;
}

.login {
    width: 100%;
    height: auto;
    padding: 23px 0;
    float: right;
    padding-right: 15px;
}

.date,
.time {
    font-weight: bold;
    color: #fce921;
    font-size: 12px;
}

.login ul li {
    display: inline-block;
}

.btn-secondary {
    color: #ffffff;
    background-color: rgb(123 92 193);
    border-color: #ffcdcd;
    font-weight: bold;
}

.btn-secondary:hover {
    background-color: #7f65c4;
    border-color: #e8cfff;
    font-weight: bold;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #aaa191;
    background-color: #06325c;
    border-color: #06325c;
    font-weight: bold;
}

/***header info***/
.header_info .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.header_info .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.button-login {
    padding: 0 15px;
    margin-right: 5px;
    color: #fff;
    border: 1px solid #2e4e46;
    background: #017631;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.button-register {
    color: #020000;
    border: 1px solid rgb(5 83 64);
    background-color: #ffdf1b;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.button-logout {
    color: #020000;
    border: 1px solid rgb(5 83 64);
    background-color: #ffdf1b;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.button-bonus {
    color: #020000;
    border: 1px solid rgb(5 83 64);
    background-color: #fff;
    padding: 5px 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}

a.button-register:hover {
    color: #fcb712;
}

.input-wrap {
    position: relative;
    margin-right: 10px;
}

.input-wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/user-icon.png) no-repeat;
    z-index: 1;
}

.input-wrap1 {
    position: relative;
    margin-right: 10px;
}

.input-wrap1::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/pwd-icon.png) no-repeat;
    z-index: 1;
}

.input-input {
    position: relative;
    width: 100%;
    -ms-flex: 1 1;
    flex: 1 1;
}

.input-user {
    padding-left: 35px;
    width: 150px;
    height: 32px;
    border-radius: 6px;
    outline: 0;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid rgb(255 225 225 / 57%);
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    outline: none;
    color: #666;
    -webkit-appearance: none;
    /* text-indent: 22px; */
    text-align: center;
}

.input-pwd,
.code-icon {
    padding-left: 35px;
    width: 150px;
    height: 32px;
    border: 1px solid rgb(255 225 225 / 57%);
    border-radius: 6px;
    outline: 0;
    display: inline-block;
    padding: 0 8px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    outline: none;
    color: #666;
    /* text-indent: 22px; */
    text-align: center;
}

.input-code {
    position: relative;
    margin-right: 10px;
}

.input-code::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/se-icon.png) no-repeat;
    z-index: 1;
}

.code-numb {
    padding: 0 15px;
    margin-right: 5px;
    color: #fff;
    background-color: transparent;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
}

/* input[placeholder=Username],
input[placeholder=Password],
input[placeholder=Code] {
    padding-left: 30px;
} */

input-code {}

.right-top {
    width: 100%;
    height: auto;
    display: block;
}

.right-top ul {
    float: right;
}

.right-top ul li {
    display: inline-block;
}

.login ul {
    float: right;
}

.login input {
    background: #fff;
    color: #666;
}

.top-nav {
    font-size: 0;
}

.top-nav>li {
    display: inline-block;
    vertical-align: top;
    /* margin: 0 5px; */
    color: #fff;
    font-size: 12px;
}

.top-nav a {
    color: inherit;
    text-decoration: none;
}

.top-nav-right {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.top-nav-right .board {
    color: #ffa500;
    margin-right: 10px;
}

.top-nav-right .partner {
    color: #00f;
}

.top-nav-right .redenvelope {
    color: red;
}

.top-nav-right .redenvelope:hover {
    color: #ff0;
}

.top-nav-right>.language {
    margin-left: 8px;
    background: #017631;
    border-radius: 50%;
    padding: 3px;
}

.top-nav-right>.language:before {
    display: none;
}

.top-nav-right>.language>a span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    margin-right: 6px;
    cursor: pointer;
}

/* lang-pop */
.top-nav-right>.language .lang-drop img {
    width: 26px;
}

#language-pop pop-title {
    background: rgb(14 56 42 / 88%);
    border-bottom-color: var(--color);
}

#language-pop pop-cont {
    background: url(../images/home/register_bg.jpg);
    background-size: cover;
}

#language-pop pop-main {
    margin: auto;
    border-radius: 25px;
    width: 700px;
}

.languages {
    padding: 40px;
    background: rgb(14 56 42 / 88%);
}

.languages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.languages li a {
    position: relative;
    display: block;
}

.languages li a img {
    width: 50px;
    border-radius: 100%;
    transition-duration: 0.3s;
}

.languages li a img:hover {
    transform: rotate(360deg);
}

.languages li a horn {
    padding: 0px;
    border-radius: 100%;
    color: var(--deep);
    opacity: 0;
}

.languages li a horn i {
    color: #fff;
}

.languages li.active a horn {
    opacity: 1;
}

#language-pop .btn-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #14805e;
    color: #fff;
}

#language-pop #btn_submit_lang {
    background: #ffdf1b;
    color: #000;
}

/* end */
.top-nav-right>.language>a span[data-language="kh"] {
    background-image: url("../images/kh.png");
}

.top-nav-right>.language>a span[data-language="cn"] {
    background-image: url("../images/cn.png");
}

.top-nav-right>.language>a span[data-language="vn"] {
    background-image: url("../images/vn.png");
}

.top-nav-right>.language>a span[data-language="en"] {
    background-image: url("../images/en.png");
}

.top-nav-right>.language>a span[data-language="id"] {
    background-image: url("../images/id.png");
}

.top-nav-right>.language>a span[data-language="th"] {
    background-image: url("../images/th.png");
}

.top-nav-right>.language>a span[data-language="ca"] {
    background-image: url("../images/ca.png");
}

.top-nav-right>.language>a span[data-language="kr"] {
    background-image: url("../images/kr.png");
}

.top-nav-right>.language>a span[data-language="jp"] {
    background-image: url("../images/jp.png");
}

.top-nav-right>.language>a span[data-language="mm"] {
    background-image: url("../images/mm.png");
}

.top-nav-right>.language>a span[data-language="ma"] {
    background-image: url("../images/ma.png");
}

.top-nav-right>.language>a span[data-language="ph"] {
    background-image: url("../images/ph.png");
}

.top-nav-right>.language>a span[data-language="pk"] {
    background-image: url("../images/pk.png");
}

/*---------------  nav--------------------------------*/
.header-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 58px; */
    background: #14805e;
}

#menu {
    width: 100%;
    float: left;
    display: flex;
    padding: 0px 15px;
}

#logo {
    width: 230px;
    height: 30px;
    text-align: center;
    z-index: 9999999;
    float: left;
}

#menu li {
    display: table-cell;
    flex: 1;
    height: 58px;
}

#menu li:last-child {
    border-right: 0px;
}

#menu li.active,
#menu li:hover {
    background: #00452f;
    color: #e8e805;
    background-size: contain;
    border-bottom: 2px solid #ffdf1b;
}

#menu li.active a {
    color: #df0;
}

#menu li a {
    display: block;
    vertical-align: middle;
    font-family: "Bebas", sans-serif, "Microsoft Yahei" !important;
    font-weight: 200;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    color: #fafafa;
    text-transform: uppercase;
    padding: 16px 0 0 0;
    text-align: center;
    position: relative;
}

.flex-item h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffdf1b;
    font-size: 14px;
}

#menu li.mobile a {
    padding: 5px;
}

#menu li.mobile a>img {
    vertical-align: middle;
    padding: 6px 0;
}

#menu-bottom {
    padding: 8px 0px 10px 0px;
    width: 740px;
    display: inline-block;
}

#menu-bottom li:last-child a {
    border-right: 0px;
}

#menu-bottom li a {
    padding: 0px 10px;
    font-size: 12px;
    background: url(../../images/menu-left.png) no-repeat center left,
        url(../../images/menu-right.png) no-repeat center right;
    display: block;
    border-right: 1px solid #fff;
}

#menu-bottom li a span {
    position: relative;
}

#menu li:hover .megamenu {
    /*visibility: visible;*/
    display: block;
    opacity: 1;
    /* text-align: center; */
    z-index: 9999;
}

#menu li .megamenu {
    position: absolute;
    font-family: dinpro, sans-serif;
    left: 0px;
    right: 0px;
    background: rgb(5 83 64);
    z-index: 1;
    display: none !important;
    /* closing #menu li .megamenu */
    opacity: 0;
    padding: 20px 0;
}

.flex-item:hover h5 {
    color: #555;
}

.wrapper .casino1 div {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}

/* .flex-container{
    display: flex;
} */

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-item {
    text-align: center;
    text-align: center;
    display: inline-block;
    width: 165px;
    padding-top: 0px !important;
}

.megamenu a {
    padding: 0px !important;
}

.flex-item:last-child {
    border-right: none;
}

.button {
    height: 40px;
    padding: 0 15px;
}

.button .btn {
    display: none;
    opacity: 0;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
}

.flex-item:hover {
    background: #f2f2f2;
}

.flex-item:hover .button .btn {
    display: block;
    opacity: 1;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex-item h5 {
    padding: 10px 0px;
}

#menu>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 92px;
}

#menu li a:before {
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background: no-repeat center;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
}

#menu li a:hover:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#menu li a span {
    display: block;
    padding-top: 20px;
    color: #fff;
}

#menu li.active span,
#menu li a span:hover {
    color: #ffdf1b;
}

#menu li.home>a:before {
    background-image: url("../images/nav/home.png");
}
#menu li.hot-games>a:before {
    background-image: url("https://d3h1yom8coubmj.cloudfront.net/content/855test/images/ico/fire_color.svg");
}
#menu li.mobil>a:before {
    background-image: url("../images/mobile.png");
}

#menu li.slot>a:before {
    background-image: url("../images/nav/slotnav.png");
}

#menu li.poker>a:before {
    background-image: url("../images/nav/poker.png");
}

#menu li.casino-w>a:before {
    background-image: url("../images/nav/livenav.png");
}

#menu li.fish>a:before {
    background-image: url("../images/nav/fishnav.png");
}

#menu li.lottery>a:before {
    background-image: url("../images/nav/lotterynav.png");
}

#menu li.number>a:before {
    background-image: url("../images/nav/number.png");
}

#menu li.cockfight>a:before {
    background-image: url("../images/nav/cockfight.png");
}
body[data-dir="855test"] #menu li.sport-w>a:before {
    background-image: url("../images/nav/sportnav_855test.png") !important;
}
#menu li.sport-w>a:before {
    background-image: url("../images/nav/sportnav.png");
}

#menu li.forex-w>a:before {
    background-image: url("../images/nav/forex.png");
}

#menu li.promo-w>a:before {
    background-image: url("../images/nav/promotion.png");
}

#menu li.service-w>a:before {
    background-image: url("../images/nav/online_service.png");
}

#menu li.reward-w>a:before {
    background-image: url("../images/nav/reward.png");
}

/*---------------------  end nav -------------------------------*/
.announment {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #00452f;
    padding: 5px 0;
    display: block;
}

.news {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}

.icon-news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.icon-news img {
    padding: 2px 5px;
    background: #00452f;
}

.marq {
    color: #ffffff;
}

/****footer style*****/
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #2c2c2c;
    display: block;
    border-top: 3px solid #404040;
}

.copy-right {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #404040;
}

.info h4 {
    font-size: 14px;
    height: 30px;
    border-bottom: 1px solid #404040;
    text-align: left;
    font-weight: bold;
    color: #ffb124;
    text-transform: uppercase;
    display: block;
}

.title-info {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.foot-logo2 {
    padding-top: 35px;
    width: 200px;
    left: 0;
    right: 0;
    top: -100px;
    margin: auto;
}

.discription-info {
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    text-align: justify;
    font-weight: 500;
}

.infor {
    padding-top: 15px;
    padding-bottom: 10px;
}

.provider {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    border-top: 1px solid #404040;
}

.logo-provider img {
    padding: 15px 0;
}

.no-border-right {
    border-right: none !important;
}

div#banks {
    padding: 20px 0px;
    border-top: 1px solid #404040;
}

.footer h3 {
    padding: 15px 0px;
    color: yellow;
}

/*---------------------------  slide sidebar   ---------------------------------------*/
.sidebar {
    display: block;
    top: 175px;
    position: fixed;
    right: -215px;
    z-index: 10;
    background: none !important;
    transition: all 0.2s ease;
}

.sidebar span {
    color: #ffc107;
    font-size: 16px;
}

.sidebar:hover {
    right: 0px;
}

.sportsbook .sidebar,
.sportsbook .load_sidebar {
    display: none;
}

.sidebar__btn {
    background: #14805e;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    left: -40px;
    position: absolute;
    padding: 12px;
    top: 0;
    max-width: 40px;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sidebar__btn .contact-icon {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    vertical-align: top;
}

.sidebar__btn .contact-title {
    background: #14805e;
    top: 95px;
    color: #ffdf1b;
    width: 160px;
    padding: 5px;
    left: -60px;
    font-size: 21px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    text-transform: uppercase;
    border-radius: 10px;
}

.sidebar .sidebar__contact {
    background: #055340;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}

.sidebar .sidebar__contact .sidebar__contact--title {
    display: block;
    font-size: 16px;
    padding: 20px 15px 15px;
    width: 100%;
    background: #084637;
}

.sidebar__contact--list-wrapper .way {
    min-height: 65px;
    padding: 15px;
    position: relative;
}

.sidebar__contact--list-wrapper .way::after {
    content: "";
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.sidebar__contact--list-wrapper .way:last-of-type::after {
    display: none;
}

.sidebar__contact--list-wrapper .way .way__icon {
    width: 47px;
}

.sidebar__contact--list-wrapper .way .fa-bbm-iocn {
    background-position: 0 -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .fa-zalo-icon {
    background-position: -27px -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .fa-line-iocn {
    background-position: -53px -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .way__text {
    max-width: 160px;
    word-break: break-word;
    word-wrap: break-word;
    display: inline-block;
    margin-top: -40px;
    padding-left: 50px;
    float: left;
}

.sidebar__contact--list-wrapper .way i.fa {
    font-size: 27px;
    color: #fff;
}

.sidebar__contact--list-wrapper .way span {
    color: #81d8ff;
    display: block;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}

.sidebar__contact--list-wrapper .way a {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    display: inline-block;
}

.sidebar__contact--list-wrapper .way a:hover,
.sidebar__contact--list-wrapper .way a:focus {
    color: #81d8ff;
}

.tip-wra .tip span {
    color: #14805e;
    display: block;
    font-size: 12px;
    width: 100%;
}

.tip-wra {
    background: #093a2e;
    padding: 10px;
}

.join a {
    background: #ffdf1b;
    color: #000;
}

/****************/
/** login **/
.modal-login {
    width: 650px;
    margin: auto;
}

.modal-login-bg {
    background: url(../images/home/register_bg.jpg);
    background-size: cover;
}

.modal-login .modal-login-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: rgb(14 56 42 / 88%);
    border: 1px solid #14805e;
    border-radius: 25px;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    padding: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-login .modal-title {
    text-align: center;
    font-size: 30px;
    margin: 0px;
    color: #fff;
    width: 100%;
}

.modal-login .close {
    position: absolute;
    top: -21px;
    right: -11px;
    text-shadow: 0 1px 0 #1b1b23;
    color: #ffc107;
    font-size: 3rem;
}

.form_login .pass-input {
    padding: 6px 0;
}

.form_login input {
    box-sizing: border-box;
    width: 100%;
    border: 1px rgb(25, 76, 59) solid;
    padding: 0 10px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    background: rgb(0 0 0 / 28%);
}

.form_login button {
    width: 50%;
    height: 50px;
    line-height: 34px;
    border-radius: 25px;
    display: block;
    background: #ffdf1b;
    margin-top: 10px;
    color: #000000;
    font-size: 18px;
}

.form_login .reg_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
}

.form_login .reg_btn a {
    font-size: 15px;
    color: #ffc107;
    font-weight: bold;
    margin: 0 10px;
}

/**Register form**/
/****************/
section.sec_register {
    background: url(../images/home/register_bg.jpg);
    background-size: cover;
}

.form_main {
    width: 750px;
    box-sizing: border-box;
    padding: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.form_main .title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    background: rgb(5 83 64);
    border: 1px solid #14805e;
    border-bottom: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.form_contant {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: rgb(14 56 42 / 59%);
    border: 1px solid #14805e;
    border-top: none;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.form_main input {
    box-sizing: border-box;
    width: 100%;
    border: 1px rgb(20 128 94) solid;
    padding: 0 10px;
    height: 50px;
    line-height: 45px;
    margin: 0 0 5px;
    color: #ffffff;
    background: rgb(0 0 0 / 28%);
}

.re_select select {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px rgb(20 128 94) solid;
    margin: 0 0 5px;
    background: rgb(13 13 21 / 28%);
}

.re_select select option {
    background: rgb(22 24 39);
    color: #ffff;
}

.form_contant button {
    width: 50%;
    height: 50px;
    line-height: 34px;
    border-radius: 25px;
    display: block;
    background: #ffdf1b;
    margin-top: 10px;
    color: #000000;
    font-size: 18px;
}

input.code {
    width: 70%;
}

.register-code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29%;
    background: #036b4a;
    color: #cbb;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
}

#code_match {
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #100f0f;
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}

/********jackport style*********/
#jport {
    margin-bottom: 25px;
}

.jackpot-number strong {
    font-size: 28px;
    color: #480b00;
    letter-spacing: 0.2em;
    text-shadow: 0px 2px 10px #7ac3ac;
    line-height: 1.8;
}

.jackpot-number {
    margin-bottom: 10px;
    background: url(../images/home/jp_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 55px;
}

h2.jackpot__title.title-section.text-center {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.encircle {
    margin: 10px auto 15px auto;
    text-align: center;
}

.encircle div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border: solid 4px #00f9ff;
    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;
}

@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 4px #00f9ff;
    }

    50% {
        -webkit-box-shadow: 0 0 20px #00f9ff;
    }

    100% {
        -webkit-box-shadow: 0 0 4px #00f9ff;
    }
}

/***********************home***************************/
section.ection {
    padding-bottom: 10px;
}

/*.img-run {
    animation: spin 6s linear infinite;
    -webkit-animation: spin 6s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}*/
/* Hover Blur Effect */

.pad-item {
    padding: 0 15px;
}

.hover-blur2,
.hover-blur {
    background: rgb(65 66 66 / 71%);
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000000;
    border: 1px solid #4e4e4e;
    margin-bottom: 33px;
}

.text-white {
    color: #fff;
}

.hover-blur a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-blur img {
    height: auto;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    max-width: 100%;
}

.hover-blur:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0.9) blur(1px);
    filter: grayscale(0.9) blur(1px);
}

.hover-blur a span.text-white,
.hover-blur2 a span.text-white {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, rgb(75 23 169 / 0%) 0%, rgb(31 27 27) 50%, rgb(75 23 169 / 0%) 100%);
    bottom: 0%;
    padding: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ffdf1b !important;
    font-weight: bold;
    text-transform: uppercase;
}

.hover-blur:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-blur .text-white,
.hover-blur2 .text-white {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    font-size: 18px;
}

.hover-blur:hover .text-white {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

span.text-white p {
    color: #fff;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #363737;
}

.pro_right p {
    color: #fff;
}

.readmore {
    margin-top: 10px;
    background: #febd00;
    color: #000;
}

.readmore a {
    background: #ff3f28;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.container {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.extrabox_1 {
    margin-bottom: 12px;
    /* background: var(--bg-color); */
    border-bottom: 1px solid var(--color);
}

.service-box.extraservice_1 {
    position: relative;
    overflow: visible;
    padding: 0px 0px 15px 0px;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.service-box.extraservice_1 .icon {
    margin: 0 auto 15px auto;
    position: relative;
    overflow: hidden;
    display: block;
    width: 220px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.service-box.extraservice_1 .service-box_body {
    overflow: hidden;
    text-align: center;
}

.service-box.extraservice_1:after {
    position: absolute;
    background: #ee4815;
    left: 0;
    right: 0;
    height: 0;
    bottom: 50%;
    height: 0;
    margin-left: -15px;
    margin-right: -15px;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.service-box.extraservice_1 h2 {
    font-family: asap, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #ffdf1b;
    margin: 0 0 9px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-box.extraservice_1 h5 {
    font-family: droid sans, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    margin: 0 0 13px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-box.extraservice_1 .service-box_txt {
    margin-bottom: 17px;
    color: #797979;
    line-height: 17px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 15px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }

    65% {
        -moz-transform: translate(0, 15px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}

.casbox {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
}

.casbox img {
    -webkit-animation: opacityAni 3s linear infinite;
    animation: opacityAni 3s linear infinite;
}

@-webkit-keyframes opacityAni {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes opacityAni {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

/**************************
Start lobby Page.
************************/
.section-heading {
    text-align: center;
    padding: 0px 10px 30px 10px;
}

.section-heading .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffaa00;
}

.section-heading .subtitle.extra-padding {
    margin-bottom: 17px;
}

.section-heading .title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffdf1b;
    padding-top: 15px;
}

.section-heading .title.extra-padding {
    margin-bottom: 20px;
}

.section-heading .text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #ffff;
}

/***loby Casino***/
.banner-casino img {
    width: 400px;
    max-width: 100%;
}

h3.section-header {
    text-align: center;
    border: 2px dotted #737373;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: -5px;
    font-size: 22px;
}

.ban_cas {
    position: relative;
    display: block;
}

.sport-home {
    -moz-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

.sport-home:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.cas-text {
    position: absolute;
    right: 2%;
    text-align: center;
    top: 30%;
    transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    width: 200px;
}

.play_now {
    background: #b21726;
    padding: 10px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    box-shadow: 0px 2px 10px #e0969d;
}

/******sport*******/
.main-contain.sport_bg {
    background: url(../images/sport/sport_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.box-num,
.box-sport {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ffdf1b;
    background: rgb(44 44 44 / 24%);
    transition: 0.5s;
}

.text-info {
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    display: block;
    background: rgb(5 83 64 / 94%);
    position: absolute;
    bottom: 0;
}

.text-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffdf1b;
}

p.stext {
    line-height: 1.5;
    margin-top: 5px;
    color: #ffffff;
}

.slide-sport {
    position: relative;
}

.text_banner {
    position: absolute;
    top: 26%;
    right: 5%;
    transform: translate(-5%, 0);
}

.text_banner p {
    font-size: 2.8em;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000;
    font-weight: bold;
}

p.second-color {
    color: #ffdb00;
}

/******casino*******/
.cas_title {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    left: 50%;
    text-transform: uppercase;
    text-align: left;
    bottom: 0%;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    background: linear-gradient(to right, rgb(0 3 2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.cas_title h3 {
    padding: 0.8rem 5px;
    font-size: 1.3rem;
    color: var(--deep);
    font-family: "888-Bold", verdana, sans-serif;
}

.cas_title h3:before {
    background: url(../images/casino/icon_casin.png);
    background-repeat: no-repeat;
    text-align: left;
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}

.box-casino {
    position: relative;
    background: linear-gradient(to right, #055340, #1d1d1d, #0f2027);
    overflow: hidden;
    -moz-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    margin-bottom: 10px;
    border: 1px solid #ffdf1b;
}

.box-casino:hover span:nth-child(1),
.box-casino:hover span:nth-child(2),
.box-casino:hover span:nth-child(3),
.box-casino:hover span:nth-child(4) {
    opacity: 1;
}

.box-casino span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent, #ffeb3b);
    animation: animate1 2s linear infinite;
    opacity: 0;
    z-index: 1;
}

.box-casino span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #ffeb3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
    opacity: 0;
    z-index: 1;
}

.box-casino span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to left, transparent, #ffeb3b);
    animation: animate3 2s linear infinite;
    opacity: 0;
    z-index: 1;
}

.box-casino span:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to top, transparent, #ffeb3b);
    animation: animate4 2s linear infinite;
    opacity: 0;
    animation-delay: 1s;
    z-index: 1;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.cas_overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 36;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cas_overlay a {
    display: block;
    margin: -55px auto;
    width: 130px;
    line-height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}

.box-casino:hover .cas_overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

/******slot*******/
.slot-bg {
    background: url(../images/slot/slot_bg_ds.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.lottery-bg,
.numb-bg {
    background: url(../images/lottery/lottery_bg.jpg) no-repeat center top;
}

.box-slot {
    transition: 0.5s;
}

.title-games {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    padding: 5px 0px;
    display: block;
    color: #ffdb00;
    text-shadow: 2px 3px 3px #212529, 0px -5px 20px rgb(0 0 0);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, rgb(75 23 169 / 0%) 0%, rgb(84 73 84) 50%, rgb(75 23 169 / 0%) 100%);
}

.slot-lobby .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 5px;
    padding-right: 5px;
}

/******lottery*******/
/* .main-contain.lottery-bg {
    padding: 15px 10px 20px 10px;
} */

.box-lottery {
    width: 100%;
    height: auto;
    margin: 5px auto;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ffdf1b;
    background: rgb(44 44 44 / 24%);
    transition: 0.5s;
}

.box-lottery:hover .title-lottery {
    color: #ffffff;
}

/****Cockfight****/
.cockfight-bg {
    width: 100%;
    background-size: cover;
    background-image: url(../images/cockfight/cockfight_dc.jpg);
    min-height: 620px;
    padding: 15px 10px 20px 10px;
}

.bg_pokerbg {
    background: url(../images/poker/poker_bg.jpg) no-repeat center top;
}

.box-cock {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ffdf1b;
    background: rgb(44 44 44 / 24%);
    transition: 0.5s;
}

/******poker*******/
.box-poker {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #ab9200;
    background: rgb(44 44 44 / 24%);
    transition: 0.5s;
}

.box-poker img {
    max-width: 100%;
}

.overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.overlay a {
    display: block;
    margin: -55px auto;
    width: 100px;
    line-height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    font-size: 20px;
    background: rgb(0 60 41 / 84%);
    border: 3px solid rgb(255 237 64);
    border-radius: 100%;
    box-shadow: 0px 0px 10px #ffc107;
    text-shadow: 0px 2px 5px #134a2a, 2px 0px 4px #154c2a, 0px 0px 10px #000000;
}

.overlay a:hover {
    color: #fff;
    background-color: rgb(0 80 55 / 88%);
    border-color: rgb(255 223 27);
    text-shadow: none;
    box-shadow: 0px 0px 10px #ffc107;
}

/*** all box in one***/
.box-poker:hover .overlay,
.box-sport:hover .overlay,
.box-slot:hover .overlay,
.box-cock:hover .overlay,
.box-num:hover .overlay,
.box-lottery:hover .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.box-cock:hover,
.box-lottery:hover,
.box-slot:hover,
.box-poker:hover,
.box-num:hover,
.box-sport:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.box-casino:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

section#promotion {
    padding-bottom: 10px;
}

/***lang***/
.dropdown-menu {
    min-width: auto;
    border: 1px solid #5333c5;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

button.dropdown-item:focus,
button.dropdown-item:active {
    background: #ccc;
    outline: 0;
    margin: 0px;
}

.flex-item h5 {
    position: relative;
}

.member-header-info a {
    color: #666;
    font-weight: normal;
}

.member-header-info li:first-child a,
.member-header-info li:first-child a:hover {
    color: #fff;
}

a.button-logout {
    color: #020000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #00452f;
    min-width: 189px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-top: 9px;
    z-index: 9999;
    margin-left: 5px;
    border-radius: 4px;
}

ol.dropdown-content li {
    display: block !important;
    padding: 5px;
}

ol.dropdown-content:before {
    border-bottom-color: #00452f;
    border-width: 16px;
    margin-left: -16px;
}

ol.dropdown-content:after,
.dropdown-content:before {
    bottom: 100%;
    left: 47%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

ol.dropdown-content li a {
    text-decoration: none;
    color: #ffff;
    margin: 5px;
}

.sidebar__contact--list-wrapper .way .fa-zalo-icon,
.sidebar__contact--list-wrapper .way .fa-line-iocn {
    background-image: url(../images/sprite_contactus_sidebar.png);
}

.ios_d {
    margin-right: 10px;
}

.ios_d p {
    color: #fff;
}

.ios_d img {
    width: 75px;
}

.app_download {
    margin-bottom: 10px;
    /* display: flex; */
}

.banner-casino,
.banner-promo,
.banner {
    background: #4a0206 url(../images/casino/casino_bg.jpg) no-repeat center top !important;
    background-size: 100% 100% !important;
}

.banner-lott,
#vnApp,
.banner-gnumber,
.banner-kenolist,
.new_keno_class {
    background: #4a0206 url(../images/lottery/lottery_bg.jpg) no-repeat center top !important;
    background-size: 100% 100% !important;
}

.afb2_sports,
.banner-sport {
    width: 100% !important;
    background: #075442 url(../images/sport/sport_sd.jpg) no-repeat center top !important;
}

.new_keno_class {
    background: #4a0206 url(../images/lottery/lottery_bg.jpg) no-repeat center top !important;
    width: 100% !important;
    text-align: center;
}

.checkbox {
    display: inline-block;
    width: 215px !important;
    height: 30px;
}

#sidebar ul li {
    background-image: -webkit-linear-gradient(top, #14805e, #055340) !important;
}

.sub_menu {
    background: #055340 !important;
}

.ShowPass {
    cursor: pointer;
    right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/showeye.png) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.HidePass {
    cursor: pointer;
    right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/hideeye.png) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slots-list a {
    margin: 8.444px !important;
}

.search_btn {
    height: 22px !important;
}

/*sign*/
.sign {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 20px 0;
}

.sign li:last-child {
    grid-column: span 2;
}

.sign li a {
    background-color: var(--f7);
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
    text-transform: capitalize;
    font-weight: bold;
    height: 70px;
    background-position: right center;
}

.sign li:nth-child(1) a {
    background-image: url(../images/bonus/sign/1.png);
}

.sign li:nth-child(2) a {
    background-image: url(../images/bonus/sign/2.png);
}

.sign li:nth-child(3) a {
    background-image: url(../images/bonus/sign/3.png);
}

.sign li:nth-child(4) a {
    background-image: url(../images/bonus/sign/4.png);
}

.sign li:nth-child(5) a {
    background-image: url(../images/bonus/sign/5.png);
}

.sign li:nth-child(6) a {
    background-image: url(../images/bonus/sign/6.png);
}

.sign li:nth-child(7) a {
    background-image: url(../images/bonus/sign/7.png);
}

.sign li a.lost {
    background-color: var(--ddd);
}

.sign li a.done {
    background-color: var(--color);
    color: white;
}

.sign li a.wait {
    background-color: var(--orange);
}

.deop-bonus-pop .cliam-bonus {
    text-transform: capitalize;
    color: #fff;
    margin: 5px;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    white-space: nowrap;
}

.deop-bonus-pop .cliam-bonus.disabled {
    pointer-events: none;
    background: #ccc;
}

.deop-bonus-pop article li {
    padding: 5px 0;
}

.deop-bonus-pop .amount {
    padding: 20px 50px;
}

.deop-bonus-pop .amount-list li {
    border-bottom: 1px solid;

    padding: 10px 0;
    line-height: 200%;
    display: flex;
    align-items: center;
    border-color: #f1f1f1;
}

.deop-bonus-pop .amount-list li h6 {
    flex: 1;
}

.deop-bonus-pop .amount-list li span {
    font-weight: 700;
}

.deop-bonus-pop .amount-list li b {
    font-size: 30px;
    color: var(--orange);
}

.deop-bonus-pop .title {
    padding: 20px 0;
}

.deop-bonus-pop .amount-list .depo-claim-bonus {
    line-height: 32px;
}

article,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article p {
    padding: 10px 0;
}

.deop-bonus-pop .center {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
}

.deop-bonus-pop pop-main {
    width: 90%;
    max-width: 720px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.deop-bonus-pop pop-title {
    background-color: white;
    border-bottom-width: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.deop-bonus-pop pop-title h3 {
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    flex: 1;
    min-width: 0;
    font-size: 18px;
}

.deop-bonus-pop pop-title h3:nth-child(2) {
    padding: 0;
}

.deop-bonus-pop pop-title .ico {
    line-height: 50px;
    width: 50px;
    height: 50px;
}

.deop-bonus-pop pop-title .close:after {
    content: "";
    display: none;
}

.deop-bonus-pop pop-cont {
    background-color: white;
    display: block;
}

.deop-bonus-pop pop-main {
    border-radius: 10px;
}

.deop-bonus-pop pop-cont {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


    .highlight span {
        color: #fff !important;
    }

    .highlight {
        position: relative;
        box-shadow: inset 0 0 1px 1px #ffffff;
        z-index: 999999 !important;
        border: 3px solid #100f23;
        outline: 1px solid #fff;
        background-color: unset !important;
        /* border-radius: 10px 0 10px 0 !important; */
        overflow: hidden;
        font-weight: bold;
        padding: 3px 12px !important;
        /* margin-left: 10px; */
    }

    .skip-btn,
    .next-btn {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        line-height: 18px !important;
    }

    .skip-btn {
        background-color: #2f2d59;
        color: #ffffff;
    }

    .next-btn {
        background-color: #e51177;
        color: white;
        margin: auto;
    }

    .dot.active {
        background-color: #4400ff;
    }

    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        /* display: flex; */
        justify-content: center;
        align-items: center;
        /* z-index: 999 !important; */
    }

    .step p {
        color: #000;
    }

    #modalContent::before {
        content: "" !important;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-bottom-color: white;
    }

    .progress {
        display: flex;
        gap: 5px;
        justify-content: center;
        margin: auto;
        background: unset;
        height: unset !important;
    }

    #modalContent.step-5-pseudo::before {
        content: "" !important;
        position: absolute;
        top: 58px !important;
        left: -6% !important;
        transform: translateX(-50%);
        border: 19px solid transparent;
        border-right-color: white;
    }