@charset "utf-8";

/* CSS Document */

:root {
    --color: #fcd603;
    --bg-wild-blue-yonder: hsla(216, 33%, 68%, 1);
    --bg-carolina-blue: hsla(199, 89%, 49%, 1);
    --bg-prussian-blue: hsla(216, 33%, 20%, 1);
    --bg-oxford-blue: hsla(222, 44%, 13%, 1);
    --bg-oxford-blue-2: rgb(255, 255, 255);
    --orrange: #ff8a00;
    --yellow: #fcd603;
    --333: #333;
    --red: #ff3b52;
    --blue: #315d84;
    --black: #000000;
    --text-white: hsla(0, 0%, 100%, 1);
    --text-alice-blue: hsla(216, 100%, 95%, 1);
    --text-columbia-blue: hsla(199, 69%, 84%, 1);
    --text-wild-blue-yonder: hsla(216, 33%, 68%, 1);
    --text-carolina-blue: hsla(199, 89%, 49%, 1);
    --text-shadow-blue: hsla(217, 24%, 59%, 1);
    --text-slate-gray: hsla(217, 17%, 48%, 1);
    --gradient-1: linear-gradient(90deg, #0ea5ea, #0bd1d1 51%);
    --gradient-2: linear-gradient(90deg, #0ea5ea, #0bd1d1 51%, #0ea5ea);
    --gradient-3: linear-gradient(0deg, #000d1a, transparent);
    --border-wild-blue-yonder: hsla(216, 33%, 68%, 1);
    --border-prussian-blue: hsla(216, 33%, 20%, 1);
    --border-white: hsl(0, 0%, 100%);
    --border-white-alpha-15: hsla(0, 0%, 100%, 0.15);
    --white: hsl(0, 0%, 100%, 1);
    --black: hsl(0, 0%, 0%, 1);
    --fontFamily-noto_sans: 'Noto Sans', sans-serif;
    --fontSize-1: 2.9rem;
    --fontSize-2: 2.0rem;
    --fontSize-3: 1.8rem;
    --fontSize-4: 1.6rem;
    --fontSize-5: 1.5rem;
    --fontSize-6: 1.4rem;
    --fontSize-7: 1.2rem;
    --fontSize-8: 1.3rem;
    --weight-medium: 500;
    --weight-semiBold: 600;
    --weight-bold: 700;
    --weight-extraBold: 800;
    --lineHeight-1: 1.3;
    --lineHeight-2: 1.5;
    --lineHeight-4: 1.5;
    --shadow-1: 0 8px 20px 0 hsla(0, 0%, 0%, 0.05);
    --shadow-2: 0px 3px 20px hsla(180, 90%, 43%, 0.2);
    --radius-6: 6px;
    --radius-8: 8px;
    --radius-16: 16px;
    --radius-48: 48px;
    --radius-circle: 50%;
    --radius-pill: 200px;
    --section-padding: 5px;
    --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;
    --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
    --cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);
     /*mode*/
     --main_color: #fcd603;
}

body {
    background:  #7a1515 !important;
}

.main {
    /* background: #7a1515; */
    display: block;
    height: auto;
    position: relative;
}

.contan-body {
    /* background: #7a1515; */
    /* height: calc(100vh - 100px); */
    position: relative;
}

.w-1200 {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.head {
    width: 100%;
}

.login ul {
    width: 100%;
    height: auto;
    padding: 19px 0;
    text-align: right;
    display: block;
}

.login ul li {
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    width: 100%;
    max-width: 210px;
    padding: 20px 0;
}

.inputs {
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-indent: 10px;
    width: 165px;
}

.inputs::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #777777;
    font-weight: bold;
}

.inputs::placeholder {
    color: #777777;
    font-weight: bold;
}

.post-re {
    position: relative;
}
.btn-sm{
    background: rgb(217,173,11);
}

.post-ab {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    background: rgb(217,173,11);
    padding: 8px 10px;
    margin-right: -29px;
    border-radius: 0 5px 5px 0;
}

.btns {
    background: rgb(217,173,11);
    font-weight: bold;
    color: #000000;
}

.btns:hover {
    background: #c1a400;
}

.btnr {
    background: #777777;
    font-weight: bold;
    color: #ffffff;
}

.btnr:hover {
    background: #bfbfbf;
}

.clock {
    text-align: center;
    margin: auto;
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 30px auto;
    border-right: 2px dotted FF3C36;
    display: block;
}

.clock span time {
    color: rgb(254 228 135);
    font-weight: bold;
}
.day-mode .clock span time {
    color: #000;
    font-weight: bold;
}
.day-mode .clock {
    border-right: 2px dotted #000;
}
.day-mode .fp{
    color: #000;
}
/* .day-mode .inputs{
    background-color: #ccc;
} */
.post-fb {
    position: relative;
}

.fp {
    position: absolute;
    left: 0;
    color: rgb(254 228 135);
    top: 0;
    margin-top: 60px;
    margin-left: 95px;
}

.fp:hover {
    color: #006CFF;
}

.bg-nav {
    background:#151414 ;
    border-top: 1px solid gold;
    border-bottom: 1px solid gold;
    box-shadow: 0 0 10px gold;
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, #FF3C36 35%, rgba(2, 0, 36, 1) 100%); */
}

.icon-nav {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.nav ul {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 7px 0;
    display: flex;
}

.nav ul li {
    flex: 1;
}

.home {
    background: url("../images/nav/sabayslot66/1Home.png") no-repeat center;
}

.nav ul li a span {
    font-size: 16px;
    color: #efe578;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

.nav ul li>a:hover i.home,
.nav ul li.active i.home {
    background: url("../images/nav/sabayslot66/1Home.png") no-repeat center;
    
}

.nav ul li:hover,
.nav ul li.active {
    background: #510707;
    border-radius: 5px;
}

.nav ul li>a:hover span,
.nav ul li.active span {
    color: #efe578;
}
.iconcasino_ {
    background: url("../images/nav/sabayslot66/casino.png") no-repeat center;
}

.nav ul li>a:hover i.iconcasino_,
.nav ul li.active i.iconcasino_ {
    background: url("../images/nav/sabayslot66/casino.png") no-repeat center;
}

.iconsport {
    background: url("../images/nav/sabayslot66/2AFB.png") no-repeat center;
}

.nav ul li>a:hover i.iconsport,
.nav ul li.active i.iconsport {
    background: url("../images/nav/sabayslot66/2AFB.png") no-repeat center;
}

.iconcasino {
    background: url("../images/nav/sabayslot66/3Joker.png") no-repeat center;
    width: 100%;
}

.nav ul li>a:hover i.iconcasino,
.nav ul li.active i.iconcasino {
    background: url("../images/nav/sabayslot66/3Joker.png") no-repeat center;
    width: 100%;
}

.iconnumber {
    background: url("../images/nav/sabayslot66/4Fishing.png") no-repeat center;
    width: 100%;
}

.nav ul li>a:hover i.iconnumber,
.nav ul li.active i.iconnumber {
    background: url("../images/nav/sabayslot66/4Fishing.png") no-repeat center;
    width: 100%;
}

.iconcocks {
    background: url("../images/nav/sabayslot66/5PG.png") no-repeat center;
}

.nav ul li>a:hover i.iconcocks,
.nav ul li.active i.iconcocks {
    background: url("../images/nav/sabayslot66/5PG.png") no-repeat center;
}

.iconlottery {
    background: url("../images/nav/sabayslot66/6AllSlot.png") no-repeat center;
}

.nav ul li>a:hover i.iconlottery,
.nav ul li.active i.iconlottery {
    background: url("../images/nav/sabayslot66/6AllSlot.png") no-repeat center;
}

.iconslot {
    background: url("../images/nav/sabayslot66/7Haba.png") no-repeat center;
}

.nav ul li>a:hover i.iconslot,
.nav ul li.active i.iconslot {
    background: url("../images/nav/sabayslot66/7Haba.png") no-repeat center;
}

.iconpoker {
    background: url("../images/nav/sabayslot66/8Dragonsoft.png") no-repeat center;
}

.nav ul li>a:hover i.iconpoker,
.nav ul li.active i.iconpoker {
    background: url("../images/nav/sabayslot66/8Dragonsoft.png") no-repeat center;
}
.iconnew1 {
    background: url("../images/nav/sabayslot66/MegaWheel.png") no-repeat center;
}

.nav ul li>a:hover i.iconnew1,
.nav ul li.active i.iconnew1 {
    background: url("../images/nav/sabayslot66/MegaWheel.png") no-repeat center;
}

.iconpromotion {
    background: url("../images/nav/sabayslot66/Promotion.png") no-repeat center;
}

.nav ul li>a:hover i.iconpromotion,
.nav ul li.active i.iconpromotion {
    background: url("../images/nav/sabayslot66/Promotion.png") no-repeat center;
}

.iconaffliate {
    background: url("../images/nav/affiliate.png") no-repeat center;
}

.nav ul li>a:hover i.iconaffliate,
.nav ul li.active i.iconaffliate {
    background: url("../images/nav/affiliate-active.png") no-repeat center;
}

.step ul {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.step ul li {
    display: inline-block;
    vertical-align: middle;
}

.titlestep {
    width: 100%;
    height: auto;
    font-size: 35px;
    color: #fcd603;
    font-weight: 800;
    line-height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: left;
}
.titlestep a{
    color: rgb(217,173,11);
}
.detailstep {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: rgb(217,173,11);
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.bannerstep img {
    width: 100%;
    max-width: 90px;
    text-align: left;

}

.gamesbanner img {
    width: 100%;
}

.gameshome {
    margin: 10px 0;
    position: relative;
}

.header-games {
    position: absolute;
    left: 10px;
    top: 10px;
    vertical-align: middle;
}

.header-games span {
    font-size: 20px;
    color: #efe578;
    font-weight: bold;
    padding-left: 10px;
}

.info-01 {
    width: 100%;
    padding: 0px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.info-01 p {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.bgslots {
    background: url("../images/slidegames/bg.jpg") no-repeat center;
    background-size: 100% 100%;
    height: 359px;
}

.navslot ul {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 50px;
}

.navslot ul li {
    flex: 1;
    padding: 10px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.bggamesslots {
    width: 100%;
    height: auto;
    margin: 5px auto;
    background: #7777777a;
    border-radius: 10px;
    padding: 10px;
}

.star ul {
    width: 100%;
    height: auto;
    display: block;
}

.star ul li {
    display: inline-block;
    text-align: left;
}

.info-02 {
    text-align: left;
    padding: 5px;
    position: relative;
    height: 100%;
}

.info-02 h4 {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
}

.info-02 p {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}

.btn-star {
    width: 100%;
    max-width: 200px;
    height: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: block;
}

.btn-star ul {
    width: 100%;
    display: flex;
}

.btn-star ul li {
    flex: 1;
}

.bannerslotgames img {
    width: 100%;
}

.c-slider {
    padding: 0 10px;
}

.slick-prev {
    width: 30px;
    height: 29px;
    background: url("../images/arrowleft.png") no-repeat !important;
    z-index: 9999 !important;
}

.slick-prev:before,
.slick-next:before {
    color: #808080 !important;
}

.slick-next {
    width: 30px;
    height: 29px;
    background: url("../images/arrowright.png") no-repeat !important;
    z-index: 9999 !important;
}

.games-01 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 5px;
}

.lastgameh ul {
    width: 100%;
    display: flex;
}

.lastgameh ul li {
    flex: 1;
}

.game-01 img {
    width: 100%;
    height: 300px;
}

.livescore {
    background: url("../images/sport/bg.jpg") no-repeat center;
    background-size: 100% 100%;
}

.textb {
    font-weight: bold;
    background: rgb(217,173,11);
}

.logo-sport {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.logo-sport p.nametem {
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    display: block;
}

.logo-sport p.score-01 {
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    display: block;
}

.logo-sport p.datelive,
.logo-sport p.timeslive {
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    line-height: 25px;
    font-size: 16px;
    display: block;
}

.logo-sport img {
    padding: 10px;
}

.sport-pro img {
    width: 100%;
    padding: 15px 5px;
}

.s-01 {
    margin: 19px auto;
}

.sport-pro button {
    margin: 20px auto;
}

.scoreslider {
    padding-top: 20px;
}

.livescore {
    width: 100%;
    padding: 0 33px;
}


.footer-01 h1 {
    color: rgb(254 228 135);
    font-weight: 800;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

.footer-01 ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}


.logo-footer img {
    margin-top: 100px;
    margin-left: -30px;
    width: 226px;
    padding: 5px 5px;
    transform: rotate(-90deg);
}

.info-03 span {
    padding: 10px 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    color: rgb(254 228 135);
}

.info-04 {
    padding: 38px 0;
    text-align: left;
}

.info-05 {
    width: 100%;
    height: auto;
    padding: 15px 10px;
}

.info-05 h1 {
    font-size: 35px;
    font-weight: 800;
    color: rgb(254 228 135);
    text-align: left;
    display: block;
}

.info-05 ul {
    width: 100%;
    height: auto;
}

.info-05 ul li {
    display: block;
    padding: 5px 0;
    text-align: left;
}

.info-05 ul li a {
    color: rgb(254 228 135);
    font-size: 25px;
    font-weight: bold;
}

.copy {
    background: #ffffff;
}

.copyright {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: rgb(254 228 135);
}

.bg-provider {
    background:#6F0101 ;
}

.provider ul {
    width: 100%;
    padding: 15px 0;
}

.provider ul li {
    display: inline-block;
    padding: 10px 20px;
    text-align: left
}

.info-04 span a {
    color: #fff;
}


/*------------------  sport ------------------*/

.title-games-page span {
    display: inline-block;
}

.title-games-page span {
    display: inline-block;
}

.title-s {
    font-size: 25px;
    font-weight: bold;
    color: rgb(254 228 135);
    padding: 0 20px;
}

.sub-title {
    vertical-align: baseline;
    color: rgb(254 228 135);
    font-size: 16px;
    display: block;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.info-shoose {
    padding: 20px;
}

.item-01 {
    background-image: -webkit-linear-gradient(top, #ffde24 13%, #ffd900 73%, #d5b500);
    background-image: linear-gradient(180deg, #ffde24 13%, #ffd900 73%, #d5b500);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #ffdf30, inset 0 -6px 5px 0 #fffadf;
    position: relative;
    margin: 10px auto;
    border-radius: 10px;
}

.title-games-01 {
    width: 100%;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.title-01 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 10px 2px;
}

.btn-pl-02 {
    /*background-image: -webkit-linear-gradient(top, #cfd5e0 13%, #f7f8fa 73%, #d3dce6);
    background-image: linear-gradient(180deg, #cfd5e0 13%, #f7f8fa 73%, #d3dce6);
    box-shadow: 0 6px 14px -2px rgb(128 142 155 / 32%), inset 0 -4px 0 0 #cfd5e0, inset 0 -6px 5px 0 #fbfbfb;*/
    background: var(--black);
    color: #00346f;
    margin: 10px auto;
    padding: 7px 20px;
}

.btn-pl-02:hover {
    /*background-image: -webkit-linear-gradient(top, #72b1f1 13%, #5998ff 73%, #b1d7ff);
    background-image: linear-gradient(180deg, #72b1f1 13%, #5998ff 73%, #b1d7ff);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #6b98c3, inset 0 -6px 5px 0 #a7d3ff;*/
    background: var(--red);
    color: var(--white);
}

.item-imgs {
    width: 100%;
    text-align: right;
}

.item-02 {
    background-image: -webkit-linear-gradient(top, #ffde24 13%, #ffd900 73%, #d5b500);
    background-image: linear-gradient(180deg, #f23935 13%, #ff3c3645 73%, #ff3c36);
    box-shadow: 0 6px 14px -2px rgb(111 26 44), inset 0 -4px 0 0 #5b152b, inset 0 -6px 5px 0 #9d252f;
    margin: 10px auto;
    border-radius: 10px;
    transition: 0;
}

.item-02:hover img {
    transform: scale(1.2);
    opacity: 1;
    transition: .4s;
}

.item-02:hover {
    background-image: linear-gradient(180deg, #ff3c3645 13%, #ff3c36 73%, #ff3c3645);
    border-radius: 10px;
}

.name-games {
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    display: block;
}

.img-games img {
    width: 100%;
}


/* pop */

.language-open img {
    width: 30px;
    cursor: pointer;
}

pop,
pop>x {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

pop {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    display: none;
}

pop>x {
    position: absolute;
}

pop-main {
    width: 90%;
    width: 600px;
    /* max-width: 720px; */
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

#pop-login pop-main {
    width: 1000px;
}

pop-title {
    background-color: white;
    border-bottom-width: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    /*position: relative;*/
}

.header .close {
    right: 5px !important;
    top: 5px !important;
    background: inherit !important;
}

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-cont {
    border: 2px solid !important;
    border-color: var(--gradient-2);
    border-radius: 20px;
    animation: slideInDown .2s linear alternate;
    animation-iteration-count: 1;
}

pop-cont {
    background-color: white;
    display: block;
    max-height: 70vh;
    overflow: auto;
}

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[right] pop-sider {
    right: 0;
}

.language-cont {
    padding: 50px;
}

.language-cont .btn {
    margin: auto;
    min-width: 120px;
}

.language-cont ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.language-cont ul li {
    padding: 10px;
}

.language-cont ul li a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    position: relative;
    border: 1px var(--black) solid;
    cursor: pointer;
}

.language-cont ul li a i {
    background-image: var(--gradient-2);
    color: white;
    border-radius: 100%;
    right: -5px;
    top: -5px;
    position: absolute;
    display: none;
}

.pop-close {
    position: absolute;
    top: 0;
    right: 0;
    /* background-image: var(--gradient-2); */
    font-size: 36px !important;
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    /* margin: -20px !important; */
}

.btn-submit {
    width: 200px;
    margin: 30px auto;
}

.language-cont ul li a.active i {
    display: block;
}

.ico-lang-kh {
    background-image: url(../images/lang/cambodia.svg);
}

.ico-lang-cn {
    background-image: url(../images/lang/china.svg);
}

.ico-lang-en {
    background-image: url(../images/lang/english.svg);
}

.ico-lang-india {
    background-image: url(../images/lang/india.svg);
}

.ico-lang-th {
    background-image: url(../images/lang/thailand.svg);
}

.ico-lang-france {
    background-image: url(../images/lang/france.svg);
}

.ico-lang-germany {
    background-image: url(../images/lang/germany.svg);
}

.ico-lang-hongkong {
    background-image: url(../images/lang/hongkong.svg);
}

.ico-lang-japan {
    background-image: url(../images/lang/japan.svg);
}

.ico-lang-korea {
    background-image: url(../images/lang/korea.svg);
}

.ico-lang-malaysia {
    background-image: url(../images/lang/malaysia.svg);
}

.ico-lang-philippines {
    background-image: url(../images/lang/philippines.svg);
}

.ico-lang-russia {
    background-image: url(../images/lang/russia.svg);
}

.ico-lang-spain {
    background-image: url(../images/lang/spain.svg);
}

.ico-lang-indo {
    background-image: url(../images/lang/indo.svg);
}

.ico-lang-vn {
    background-image: url(../images/lang/vietnam.svg);
}

pop-main {
    width: 90%;
    width: 600px;
    position: relative;
    z-index: 1;
}

.anime-zoom-in {
    animation-name: anime-zoom-in;
}

@keyframes anime-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes anime-zoom-in {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
    }
}

.anime-fade-in {
    animation-name: anime-fade-in;
}

.ico {
    font-family: ico !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    text-transform: none;
    display: inline-block;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    margin: auto;
}

pop-cont {
    border: 2px solid !important;
    border-color: var(--gradient-2);
    border-radius: 20px;
}

pop-cont {
    background-color: white;
    display: block;
    max-height: 70vh;
    overflow: auto;
    width: 600px;
    margin: auto;
    position: relative;
    top: 0;
    margin-top: 250px;
}

.language-cont .btn {
    margin: auto;
    min-width: 120px;
}

.pop-close {
    position: absolute;
    top: 0;
    right: 0;
    /* background-image: var(--gradient-2); */
    font-size: 36px !important;
    padding: 5px;
    border-radius: 100%;
    cursor: pointer;
    /* margin: -20px !important; */
}

.header .close {
    right: 5px !important;
    top: 5px !important;
    background: inherit !important;
}

.popup-button {
    width: 100%;
    margin: auto;
    text-align: center;
}

@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;
    }
}

.ico-close:before {
    content: "\e826";
}

.header .login .btn {
    border-radius: 10px 0 10px 0;
    min-width: 80px;
    height: 40px;
    line-height: 22px;
    white-space: nowrap;
}

.header .login .btn i {
    color: #fff;
}

.member-balance {
    color: #fff;
    font-size: 18px;
}

.member-balance span {
    color: red;
}

.main_games {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.center-side {
    float: left;
}

.user tab tab-list li {
    margin: 20px 0;
}

.user tab tab-list li.active,.user tab tab-list li:hover{
    background-image: -webkit-linear-gradient(left, #ff3c36 0, #0294ff00 100%) !important;
}
.center-side a:hover{
    background-image: -webkit-linear-gradient(left, #ff3c36 0, #0294ff00 100%) !important;
}

.user tab tab-list li.active span {
    color: #fff;
}

.user tab-list li {
    display: block;
}

.user tab tab-list li a i {
    width: 33px;
    height: 35px;
    margin-right: 5px;
    position: absolute;
    top: 3px;
}

.user tab tab-list li span {
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
}

.ico-fluent-member_info {
    background-image: url(../images/ico/boy_color_default.svg)
}

.ico-fluent-1st {
    background-image: url(../images/ico/1st_place_medal_color.svg)
}

.ico-fluent-2nd {
    background-image: url(../images/ico/2nd_place_medal_color.svg)
}

.ico-fluent-3rd {
    background-image: url(../images/ico/3rd_place_medal_color.svg)
}

.ico-fluent-anguished {
    background-image: url(../images/ico/anguished_face_color.svg)
}

.ico-fluent-backhand {
    background-image: url(../images/ico/backhand_index_pointing_left_color_default.svg)
}

.ico-fluent-logout {
    background-image: url(../images/logout.png)
}

.ico-fluent-exchangsport {
    background-image: url(../images/ico/ico-fluent-exchang_sport.png);
    background-size: 100%;
}

.ico-fluent-9wicket {
    background-image: url(../images/ico/ico-fluent-9wicket.png)
}

.ico-fluent-bonus {
    background-image: url(../images/bonus.png)
}

.ico-fluent-history {
    background-image: url(../images/ico/history.png);
    background-size: 100%;
}

.ico-fluent-change_pass {
    background-image: url(../images/ico/change_pass.png);
    background-size: 50px 100%;
    background-position: -10px;
}

.ico-fluent-basketball {
    background-image: url(../images/ico/basketball_color.svg)
}

.ico-fluent-beaming {
    background-image: url(../images/ico/beaming_face_with_smiling_eyes_color.svg)
}

.ico-fluent-boy {
    background-image: url(../images/ico/boy_color_default.svg)
}

.ico-fluent-cardfile {
    background-image: url(../images/ico/card_file_box_color.svg)
}

.ico-fluent-carddivider {
    background-image: url(../images/ico/card_index_dividers_color.svg)
}

.ico-fluent-clapping {
    background-image: url(../images/ico/clapping_hands_color_default.svg)
}

.ico-fluent-club {
    background-image: url(../images/ico/club_suit_color.svg)
}

.ico-fluent-coin {
    background-image: url(../images/ico/coin_color.svg)
}

.ico-fluent-confetti {
    background-image: url(../images/ico/confetti_ball_color.svg)
}

.ico-fluent-crown {
    background-image: url(../images/ico/crown_color.svg)
}

.ico-contact-us {
    background-image: url(../images/ico/contact-us.svg)
}

.ico-fluent-diamond {
    background-image: url(../images/ico/diamond_suit_color.svg)
}

.ico-fluent-dollar {
    background-image: url(../images/ico/dollar_banknote_color.svg)
}

.ico-fluent-euro {
    background-image: url(../images/ico/euro_banknote_color.svg)
}

.ico-fluent-fire {
    background-image: url(../images/ico/fire_color.svg)
}

.ico-fluent-disc {
    background-image: url(../images/ico/flying_disc_color.svg)
}

.ico-fluent-die {
    background-image: url(../images/ico/game_die_color.svg)
}

.ico-fluent-handshake {
    background-image: url(../images/ico/handshake_color.svg)
}

.ico-fluent-hearton {
    background-image: url(../images/ico/heart_on_fire_color.svg)
}

.ico-fluent-heartsuit {
    background-image: url(../images/ico/heart_suit_color.svg)
}

.ico-fluent-heartwith {
    background-image: url(../images/ico/heart_with_ribbon_color.svg)
}

.ico-fluent-joystick {
    background-image: url(../images/ico/joystick_color.svg)
}

.ico-fluent-key {
    background-image: url(../images/ico/key_color.svg)
}

.ico-fluent-label {
    background-image: url(../images/ico/label_color.svg)
}

.ico-fluent-ledger {
    background-image: url(../images/ico/ledger_color.svg)
}

.ico-fluent-bulb {
    background-image: url(../images/ico/light_bulb_color.svg)
}

.ico-fluent-locked {
    background-image: url(../images/ico/locked_color.svg)
}

.ico-fluent-lockedkey {
    background-image: url(../images/ico/locked_with_key_color.svg)
}

.ico-fluent-megaphone {
    background-image: url(../images/ico/megaphone_color.svg)
}

.ico-fluent-bag {
    background-image: url(../images/ico/money_bag_color.svg)
}

.ico-fluent-money {
    background-image: url(../images/ico/money_with_wings_color.svg)
}

.ico-fluent-orangeheart {
    background-image: url(../images/ico/orange_heart_color.svg)
}

.ico-fluent-popper {
    background-image: url(../images/ico/party_popper_color.svg)
}

.ico-fluent-partying {
    background-image: url(../images/ico/partying_face_color.svg)
}

.ico-fluent-pencil {
    background-image: url(../images/ico/pencil_color.svg)
}

.ico-fluent-pool {
    background-image: url(../images/ico/pool_8_ball_color.svg)
}

.ico-fluent-pound {
    background-image: url(../images/ico/pound_banknote_color.svg)
}

.ico-fluent-ribbon {
    background-image: url(../images/ico/ribbon_color.svg)
}

.ico-fluent-ring {
    background-image: url(../images/ico/ring_buoy_color.svg)
}

.ico-fluent-scroll {
    background-image: url(../images/ico/scroll_color.svg)
}

.ico-fluent-slot {
    background-image: url(../images/ico/slot_machine_color.svg)
}

.ico-fluent-soccer {
    background-image: url(../images/ico/soccer_ball_color.svg)
}

.ico-fluent-softball {
    background-image: url(../images/ico/softball_color.svg)
}

.ico-fluent-spade {
    background-image: url(../images/ico/spade_suit_color.svg)
}

.ico-fluent-sparkling {
    background-image: url(../images/ico/sparkling_heart_color.svg)
}

.ico-fluent-starstruck {
    background-image: url(../images/ico/star-struck_color.svg)
}

.ico-fluent-telephone {
    background-image: url(../images/ico/telephone_receiver_color.svg)
}

.ico-fluent-thumbsdown {
    background-image: url(../images/ico/thumbs_down_color_default.svg)
}

.ico-fluent-thumbsup {
    background-image: url(../images/ico/thumbs_up_color_default.svg)
}

.ico-fluent-ticket {
    background-image: url(../images/ico/ticket_color.svg)
}

.ico-fluent-fish {
    background-image: url(../images/ico/tropical_fish_color.svg)
}

.ico-fluent-lottery {
    background-image: url(../images/ico/lottery-01.svg)
}

.ico-fluent-poker {
    background-image: url(../images/ico/poker-01.svg)
}

.ico-fluent-number {
    background-image: url(../images/ico/number-01.svg)
}

.ico-fluent-cock {
    background-image: url(../images/ico/cockfight-01.svg)
}

.ico-fluent-download {
    background-image: url(../images/ico/download.png)
}

.ico-fluent-crescent {
    background-image: url(../images/ico/waning_crescent_moon_color.svg)
}

.ico-fluent-gibbous {
    background-image: url(../images/ico/waning_gibbous_moon_color.svg)
}

.ico-fluent-woman {
    background-image: url(../images/ico/woman_red_hair_color_default.svg)
}

.ico-fluent-gift {
    background-image: url(../images/ico/wrapped_gift_color.svg)
}

.ico-fluent-yen {
    background-image: url(../images/ico/yen_banknote_color.svg)
}

.ico-fluent-arcade {
    background-image: url(../images/ico/arcade.png)
}

.member-info * {
    font-weight: normal;
}

.member-info a {
    line-height: 40px !important;
}

.member-info .copy {
    padding: 15px 20px !important;
    width: 100px;
    top: 5px !important;
    border-radius: 10px;
}


/**
   * PAGE LOGIN AND REGISTER
   */

.page-access .container {
    max-width: 1200px;
}

.section.page-access {
    padding-block: 20rem;
    padding-block: 15rem;
    top: -50px;
    position: relative;
}

.banner.rounded {
    display: inline-flex;
    margin: 15px;
}

.form-access.rounded form {
    width: 100%;
}

.section .form-access {
    width: 100%;
    width: 45%;
    padding: 1rem;
    box-shadow: var(--shadow-1);
    display: inline-flex;
}

.section .form-access-login {
    width: 60%;
    padding: 1rem;
    box-shadow: var(--shadow-1);
}

.input-field {
    padding: 12px;
    padding-inline-start: 20px;
    border-block-end: 1px solid var(--text-wild-blue-yonder);
    font-size: var(--fontSize-6);
}

.flex-list {
    display: inline-flex;
    /* gap: 2rem; */
    background: #fff;
    border-radius: 10px;
}

.text-detail {
    margin-block: 10px;
    text-align: center;
}

.section.page-access .banner,
.section.page-access-login .banner {
    /* padding: 1rem; */
    box-shadow: var(--shadow-1);
    display: inline-flex;
}

.input-wrapper {
    position: relative;
    margin-block-end: 24px;
}

.input-wrapper select {
    width: 100%;
    outline: none;
    border: none;
    border-block-end: 1px solid var(--text-wild-blue-yonder);
    font-size: 18px;
}

.input-field {
    padding: 12px;
    border-block-end: 1px solid var(--text-wild-blue-yonder);
    font-size: var(--fontSize-6);
    padding-left: 5px;
    font-size: 18px;
    width: 100%;
}

.input-wrapper #currency {
    text-indent: 15px;
}

.input-field::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

.input-wrapper ion-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    --ionicon-stroke-width: 40px;
}

.section.page-access .banner,
.section.page-access-login .banner {
    /* padding: 1rem; */
    box-shadow: var(--shadow-1);
    margin: 15px;
}

@media (min-width: 575px) {
    .headline-3 {
        --fontSize-2: 2.4rem;
    }
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.headline-3 span {
    font-size: 25px;
    color: #e9da87;
}

.section-title {
    margin-block-end: 10px;
}

.headline-3 {
    font-size: var(--fontSize-2);
    line-height: var(--lineHeight-2);
}

.banner {
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    /* position: relative; */
}

.headline-3 {
    font-size: var(--fontSize-2);
    line-height: var(--lineHeight-2);
}

.slots-games {
    width: 1200px;
    margin: auto;
    background: transparent !important;
}

.slot_search_box {
    position: absolute;
    right: 0;
    top: 0;
}

.slots-games .slots-games-items .slots-games-right .type-game-list-box .slot-game-content li {
    margin: 3px !important;
}

.slots-games .slots-games-items .brand-list li {
    min-width: 143px !important;
    border: 1px solid #ff3c36 !important;
    background: #ff3c36 !important;
}

.refmain .copy {
    color: #fff;
    position: absolute;
    top: 0px;
    right: -110px;
    padding: 0;
    background-color: var(--color);
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    min-width: 100px;
    background: #f2d62f !important;
}

.refmain {
    float: left;
    margin-left: 185px !important;
}

.login-cont {
    display: flex;
    align-items: center;
}

.login-form {
    flex: 1;
}

.login-form h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    color: var(--deep);
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    font-weight: bold;
}

.login-form h3 b {
    padding: 0 5px;
}

.login-form h3 i {
    font-size: 40px;
    margin: inherit;
}

.login-form li {
    display: flex;
    align-items: center;
    position: relative;
}

.login-form li i {
    margin: inherit;
    position: absolute;
    left: 0;
    margin: 18px 20px;
    color: var(--txt);
    z-index: 99;
}

.login-form li input {
    border-width: 1px;
    background-color: transparent;
    padding-left: 50px;
    color: var(--333);
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.pop-login pop-cont {
    width: 700px;
}

.login-form li .input {
    background-color: transparent;
}

.login-form .btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 35px;
}

.login-form .code img {
    border-radius: 5px;
}

.login-form a.forgot:hover {
    color: var(--color);
}

.login-tip {
    text-align: center;
    padding: 50px;
}

.login-tip em {
    width: 180px;
    display: block;
    margin: auto;
}

.login-tip b {
    font-size: 16px;
    color: var(--txt);
    display: block;
    padding: 10px 0 30px;
}

.login-tip a {
    display: inline-block;
}

.login-form input {
    width: 100%;
    height: 50px;
    position: relative;
    padding: 0 10px;
    margin: 5px;
    float: left;
}.box_copy input.selected{
    background: rgba(242,214,47,.7);
    border-color: rgba(242,214,47,.7) !important;
    color: var(--white);
}

.day-mode #switch-theme .night-day-mode {
    text-align: center;
    margin: auto;
    padding: 5px 0;
    margin: 22px auto;
    display: block;
    width: 80px;
    height: 45px;
    background: url(../images/day-mode.png) center no-repeat;
    background-size: contain;
}


/* ---------------------------------------------------- */
/* Night Mode */
.wrapper.night-mode {
    background: #000;
}
  /* Day Mode */
.wrapper.day-mode {
    background: #fff;
}
.day-mode .custom-tabbar.owl-carousel {
    background: linear-gradient(90deg, #196e42, #028843, #196e42);
}
.day-mode .header{
    background: #ccc;
    border-bottom: 1px solid #ffffff30;
}
.day-mode .nav ul li a span{
    color: #fff;
}
.day-mode .nav ul li>a:hover span,.day-mode .nav ul li.active span{
    color: #000;
}
.day-mode .contan-body{
    height: auto !important;
}
.day-mode .bg-nav{
    background: var(--main_color);
}
.day-mode .item-02{
    background: var(--main_color);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #bbb179, inset 0 -6px 5px 0 #ebebeb;
}
.day-mode .item-01{
    background: var(--main_color);
    box-shadow: 0 6px 14px -2px rgb(33 33 33), inset 0 -4px 0 0 #bbb179, inset 0 -6px 5px 0 #ebebeb;
}
.day-mode .home{
    background: url(../images/nav/day/home.png) no-repeat center; 
}
.day-mode .nav ul li>a:hover i.home,.day-mode .nav ul li.active i.home {
    background: url(../images/nav/day/home-active.png) no-repeat center;
}
.day-mode .iconsport{
    background: url(../images/nav/day/sport.png) no-repeat center; 
}
.day-mode .nav ul li>a:hover i.iconsport,.day-mode .nav ul li.active i.iconsport {
    background: url(../images/nav/day/sport-active.png) no-repeat center;
}
.day-mode .iconcasino {
    background: url(../images/nav/day/casino.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconcasino,.day-mode .nav ul li.active i.iconcasino {
    background: url(../images/nav/day/casino-active.png) no-repeat center;
}
.day-mode .iconnumber {
    background: url(../images/nav/day/number.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconnumber,.day-mode .nav ul li.active i.iconnumber {
    background: url(../images/nav/day/number-active.png) no-repeat center;
}
.day-mode .iconcocks {
    background: url(../images/nav/day/cocks.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconcocks,.day-mode .nav ul li.active i.iconcocks {
    background: url(../images/nav/day/cocks-active.png) no-repeat center;
}
.day-mode .iconlottery {
    background: url(../images/nav/day/lottery.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconlottery,.day-mode .nav ul li.active i.iconlottery {
    background: url(../images/nav/day/lottery-active.png) no-repeat center;
}
.day-mode .iconslot {
    background: url(../images/nav/day/slot.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconslot,.day-mode .nav ul li.active i.iconslot {
    background: url(../images/nav/day/slot-active.png) no-repeat center;
}
.day-mode .iconpoker {
    background: url(../images/nav/day/poker.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconpoker,.day-mode .nav ul li.active i.iconpoker {
    background: url(../images/nav/day/poker-active.png) no-repeat center;
}
.day-mode .iconpromotion {
    background: url(../images/nav/day/promotion.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconpromotion,.day-mode .nav ul li.active i.iconpromotion {
    background: url(../images/nav/day/promotion-active.png) no-repeat center;
}
.day-mode .iconaffliate {
    background: url(../images/nav/day/affiliate.png) no-repeat center;
}
.day-mode .nav ul li>a:hover i.iconaffliate,.day-mode .nav ul li.active i.iconaffliate {
    background: url(../images/nav/day/affiliate-active.png) no-repeat center;
}
.day-mode .nav ul li:hover, .day-mode .nav ul li.active{
    background-color: #fff !important;
}
.day-mode .contan-body{
    background-color: #fff !important;
}
.day-mode .titlestep a, .day-mode .detailstep{
    color: #000;
}
.day-mode .info{
    background-color: #fff !important;
}
.day-mode .info-03 span{
    color: #000;
}
.day-mode .info-05 h1{
    color: #000;
}
.day-mode .footer{
    background: #fcd603;
}
.day-mode .bg-provider{
    background-color: #fff;
}
.day-mode .copy_{
    background: var(--main_color);
}
.day-mode .copyright{
    color: #000;
}


  .day-mode .icon-home-2 a .theme-icon-home {
    background: url(../images/home-day-mode.png) center no-repeat;
    background-size: contain;
  }
  .day-mode #switch-theme .night-day-mode {
    display: block;
    width: 80px;
    height: 45px;
    background: url(../images/day-mode.png) center no-repeat;
    background-size: contain;
  }
  .day-mode .logo-mode {
    display: block;
    width: 150px;
    height: 50px;
    /* background: url(../images/logo-afb855-day.png) center no-repeat; */
    background: url(../images/logo-afb855-day.gif) center no-repeat;
    background-size: contain;
  }
  .day-mode .icon-img-fb,
  .day-mode .icon-img-livechat,
  .day-mode .icon-img-telegram {
    display: block;
    width: 50px;
    height: 50px;
  }
  .day-mode .icon-img-fb {
    background: url(../images/socialmedia/fb-day-mode.png) center no-repeat;
    background-size: contain;
  }
  .day-mode .icon-img-livechat {
    background: url(../images/socialmedia/livechat-day-mode.png) center no-repeat;
    background-size: contain;
  }
  .day-mode .icon-img-telegram {
    background: url(../images/socialmedia/telegram-day-mode.png) center no-repeat;
    background-size: contain;
  }
  .day-mode .icon-home-2 a span.homes,
  .day-mode .lastinfo ul li a,
  .day-mode .top-foot h1,
  .day-mode .lastinfo h1 {
    color: var(--main_color);
  }
  .day-mode .lastinfo ul li a {
    line-height: 1;
  }
  .day-mode .top-footer,
  .day-mode section.w-100.p-01 {
    background: #e0e2e1;
  }
  .day-mode section.w-100.p-01 p {
    font-weight: bold;
    color: #000;
  }
  
  /* .day-mode .provider {
    background: linear-gradient(180deg, var(--white), rgba(98, 98, 98, 0.5));
  } */

  /*night mode*/
  .night-mode nav.navbar {
    background: var(--black);
  }
  .night-mode .c-menu {
    background: linear-gradient(180deg, var(--black), #626262);
    opacity: 0.98;
  }
  .night-mode .login_page {
    background: linear-gradient(135deg, #ba0100, #ff1c00);
    color: var(--white) !important;
  }
  .night-mode .register {
    background: linear-gradient(135deg, #0036e3, #007efd);
    color: var(--white) !important;
  }
  .night-mode .login_page,
  .night-mode .register {
    margin: 0.1rem 0;
    border-radius: 0.5rem !important;
    border: unset;
  }
  .night-mode .icon-home-2 {
    margin: 0.1rem auto;
    border-radius: 0.5rem;
    width: 95%;
    background: var(--white);
  }
  .night-mode .icon-home-2 a span.homes {
    color: var(--black);
  }
  .night-mode .icon-home-2 a .theme-icon-home {
    background: url(../images/home-night-mode.png) center no-repeat;
    background-size: contain;
  }
  .night-mode #switch-theme .night-day-mode {
    text-align: center;
    margin: auto;
    padding: 5px 0;
    margin: 22px auto;
    display: block;
    width: 80px;
    height: 45px;
    background: url(../images/night-mode.png) center no-repeat;
    background-size: contain;
  }
  .night-mode .logo-mode {
    display: block;
    width: 150px;
    height: 50px;
    /* background: url(../images/logo-afb855-night.png) center no-repeat; */
    background: url(../images/logo-afb855-night.gif) center no-repeat;
    background-size: contain;
  }
  .night-mode .icon-img-fb,
  .night-mode .icon-img-livechat,
  .night-mode .icon-img-telegram {
    display: block;
    width: 50px;
    height: 50px;
  }
  .night-mode .icon-img-fb {
    background: url(../images/socialmedia/fb-night-mode.png) center no-repeat;
    background-size: contain;
  }
  .night-mode .icon-img-livechat {
    background: url(../images/socialmedia/livechat-night-mode.png) center
      no-repeat;
    background-size: contain;
  }
  .night-mode .icon-img-telegram {
    background: url(../images/socialmedia/telegram-night-mode.png) center
      no-repeat;
    background-size: contain;
  }
  .night-mode .lastinfo ul li a {
    line-height: 1;
  }
  .night-mode .top-footer {
    background: #151515;
  }
  .night-mode .midle-footer {
    background: linear-gradient(180deg, rgba(98, 98, 98, 0.5), var(--black));
  }
  .night-mode section.w-100.p-01 p {
    font-weight: bold;
    color: var(--black);
  }
  .night-mode .info-01 p,
  .night-mode .lastinfo h1,
  .night-mode .top-foot h1,
  .night-mode .lastinfo h1 {
    color: var(--white) !important;
  }
.col-2.left-menu {
    width: 280px;
}
.col-2.net5555 {
    width: 120px;
}
.promotion_nav li.active a{
    background: #ff8a00 !important;
    border: 1px solid #ff8a00 !important;
}
.promotion_nav li a{
    background-color: #0fa1e5 !important;
}
.t-pro-btn_1{
    background-color: #ff8a00 !important;
}

.banner{
    height: 395px;
}
.rounded .card-banner img{
    height: 395px;
    width: 630px;
}
.livescore .header-games a{
    position: absolute;
    z-index: 3333;
}

/* contact us */
#slide_right {
    height: 200px;
    top: 30%;
    transition: all .3s ease;
}

#slide_right:hover {
    right: -20px;
    z-index: 99
}

#slide_right:after {
    position: fixed;
    right: -260px;
    z-index: 99
}

.support-24 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 31px;
    padding-top: 10px;
    background: linear-gradient(to bottom, #fcedbb 0, #dba53a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-ico h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-top: 5px;
    text-shadow: 1px 1px 1px #000
}

.download-item img {
    height: 50px
}

.four-banner {
    height: 350px;
    background-image: url(../images/bannerNew.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}

.slide_right_close {
    position: fixed;
    right: -280px;
    z-index: 99
}

.slide_right_open {
    right: 0;
    z-index: 99
}

#slide_right>ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 280px;
    padding-right: 15px;
    display: grid
}

#slide_right>ul>h2 {
    border-bottom: solid 1px #c0392b
}

#slide_right .slide-right-bg {
    background-color: rgba(0, 0, 0, .7);
    border: 1px solid #4c4e50
}

#slide_right .rightcontent .contact-item {
    width: 150px;
    margin: 10px auto 0 auto
}

#slide_right .rightcontent .contact-icon {
    float: left
}

#slide_right .rightcontent .conTitle {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

#slide_right .rightcontent .conInfo {
    font-size: 12px;
    color: #fff;
    float: left;
    line-height: 14px;
    margin-left: 5px
}

#slide_right .rightcontent .conInfo a {
    color: #fff;
    text-decoration: none
}

#slide_right .rightcontent .conInfo a:hover {
    color: #ff00f8;
    text-decoration: none
}

#slide_right .rightcontent .butt-livechat {
    width: 154px;
    margin: 12px auto 0 auto;
    padding-bottom: 10px
}
ul.list_menu2 li {
    list-style: none;
    /* background-color: #333232 */
    background-image: url(../images/contact-us/layer5.png);
    min-height: 350px;
}

.side-bg {
    padding: 4px 5px;
    margin-top: 10px;
    border-radius: 5px;
    min-height: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    background: linear-gradient(to bottom, #1d1d1d 0, #010101 100%);
    margin: 10px 15px 10px 15px
}
.con-us{
    position: absolute;
    top: 71px;
    left: -35px;
    transform: rotate(-90deg);
    color: #3e1700;
    font-size: 25px;
}
.img-con{
    width: 60px;
}
.cc_{
    width: 60px;
    margin-top: 5px;
}
.btn_con_right{
    display: flex;
    flex-direction: column;
}
#button_right{
    border-radius: 11px 0 0 11px;
    background: transparent;
}
.spp-24{
    width: 60px;
}
.spp-24-chat{
    width: 80px;
}
.spp-24-chat-1{
    width: 45px;
}
.side-bg{
    background-image: url(../images/contact-us/layer2_iplay369.png);
    background-repeat: round;
}
.side-bg-1{
    display: flex;
}
.p_24h{
    padding: 5px;
    font-size: 17px;
    color: #3e1700;
    font-weight: bold;
}
/* end contact us */

.top_c{
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.top_c1,.top_c2{
    padding: 0 5px;
}
.top_c1 li,.top_c2 li{
    padding: 0 10px;
}
.member-tit{
    padding: 0 2px;
}
.top_cc1 li .member-balance{
    padding: 0 5px;
}
.iplay369_home{
    margin-bottom: 10px;
    position: relative;
    top: -370px;
}


.footer-01 ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.footer-01 ul li {
    display: inline-block;
    padding: 10px;
}
.footer{
    background:#6f0101 ;
    /* border-top: 1px solid gold;
    border-bottom: 1px solid gold;
    box-shadow: 0 0 10px gold; */
}

.info {
    /* background:#6F0101 ; */
    /* background: linear-gradient(180deg,#00194a,#204fae); */
}
.footer-01 ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}
.footer .col-6{
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer img {
    width: 65px;
}
.bannerstep {
    font-size: 60px;
    /* background-image: url(../images/index/sabayslot66/Joined.gif); */
    /* background: rgb(217,173,11); */
    /* background: linear-gradient(0deg, rgba(217,173,11,1) 0%, rgba(241,203,10,1) 49%, rgba(228,182,8,1) 100%); */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: transparent;
    cursor: pointer;
    font-family: fantasy !important;
}
.bannerstep1{
    background-image: url(../images/index/sabayslot66/Joined.gif);
    background-size: cover;
}
.bannerstep2{
    background-image: url(../images/index/sabayslot66/Deposit.gif);
    background-size: cover;
}
.bannerstep3{
    background-image: url(../images/index/sabayslot66/withdraw.gif);
    background-size: cover;
}


.bannerstep img {
    width: 100%;
    max-width: 90px;
    text-align: left;
}
.promo-bg{
    background: unset !important;
}
.tab-promo ul li{
    background: #ff3c36 !important;
    border: 1px solid #ff3c36 !important;
}
.btn2{
   background: #FF3C36;
   border-color:#FF3C36 ;
}
.copy_{
    background: #6F0101;
}
.wrapper {
    width: 100%;
    background: url(../images/back_slots66.png) center repeat #7a1515;
    background-size: contain;
    background-blend-mode: soft-light;
}
.top-foot ul {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .top-foot ul li {
    display: inline-block;
    padding: 5px 5px;
  }
  
  .top-foot ul li img {
    width: 100%;
    max-width: 50px;
  }
.icon-img-fb {
    background: url(../images/socialmedia/sabayslot66/fb.png) center no-repeat;
    background-size: contain;
}
.icon-img-livechat {
    background: url(../images/socialmedia/sabayslot66/livechat.png) center no-repeat;
    background-size: contain;
}
.icon-img-telegram {
    background: url(../images/socialmedia/sabayslot66/telegram.png) center no-repeat;
    background-size: contain;
}
.icon-img-phone {
    background: url(../images/socialmedia/phone_sabayslot66.png) center no-repeat;
    background-size: contain;
}
.icon-img-fb,
.icon-img-livechat,
.icon-img-telegram,
.icon-img-phone {
  display: block;
  width: 60px;
  height: 65px;
}
.livescore {
    background: url(../images/index/fishing-banner.jpg) no-repeat center;
    background-size: 98% 100%;
    height: 295px;
}
.afbslot{
    background: url(../images/index/afb-banner.jpg) no-repeat center;
    background-size: 98% 100%;
    height: 360px;
}
.pgslots{
    background: url(../images/index/pg-banner.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 360px;
}
.joker123_{
    background: url(../images/index/joker.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 300px;
}
.casino_{
    background: url(../images/last-promotion.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 300px;
}
.left-mode {
    width: 10px;
    top: 16px;
    position: relative;
    /* left: -10px; */
    z-index: 9999;
}
.left-mode img{
    width: 40px !important; 
}

.phone-cont ul li{
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-bottom: 10px;
  }
  .phone-cont ul li a{
    color:red ;
    display: flex;
    /* margin-left: 150px; */
  }
  .tit-phone{
    font-size: 20px;
    font-size: 28px;
    font-weight: bold;
    color: rgb(217,173,11);
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  .tel_1 {
    padding: 5px 15px;
}
.tel_1 span{
  color: rgb(217,173,11);
  font-size: 20px;
}
.phone_foot {
    font-size: 25px;
    font-weight: bold;
}
    .footer- .contact{
    position: fixed;
    z-index: 9999;
    /* bottom: 40%; */
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .footer- .contact .c-all{
    padding: 5px 10px;
  }

 #pop-promo-lob .modal-content{
    /* background-image: url(../images/back_slots66.png) ; */
    background-image: url(../images/back_slots66.png);
    background-size: cover;
    background-color: #7a1515;
    background-blend-mode: soft-light;
 }
 #category_1 .close{
    background: unset !important;
 }
 .tit-pop{
    border-bottom: unset !important;
 }