@charset "utf-8";

/* CSS Document */

:root {
    --color: #0F355E;
    --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: #0F355E;
    --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);
}

body {
    background: #060D1A !important;
}

.main {
    background: #060D1A;
    display: block;
    height: auto;
    position: relative;
}

.contan-body {
    background: #060D1A;
    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: 150px;
    padding: 10px 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;
}

.post-ab {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    background: #0F355E;
    padding: 8px 10px;
    margin-right: -29px;
    border-radius: 0 5px 5px 0;
}

.btns {
    background: #0F355E;
    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 #ffffff;
    display: block;
}

.clock span time {
    color: #ffffff;
    font-weight: bold;
}

.post-fb {
    position: relative;
}

.fp {
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 0;
    margin-top: 60px;
    margin-left: 95px;
}

.fp:hover {
    color: #006CFF;
}

.bg-nav {
    background: #0F355E;
}

.icon-nav {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    filter: invert(1) !important;
}

.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/home.png") no-repeat center;
    filter: invert(1);
    filter: brightness(0) invert(1);
    filter: invert(1) brightness(0);
}

.nav ul li a span {
    font-size: 16px;
    color: #fff;
    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/home-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.nav ul li:hover,
.nav ul li.active {
    background: #000000;
    border-radius: 5px;
    
}

.nav ul li>a:hover span,
.nav ul li.active span {
    color: #28a5f5;
}

.iconsport {
    background: url("../images/nav/sport.png") no-repeat center;
}

.nav ul li>a:hover i.iconsport,
.nav ul li.active i.iconsport {
    background: url("../images/nav/sport-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconcasino {
    background: url("../images/nav/casino.png") no-repeat center;
}

.nav ul li>a:hover i.iconcasino,
.nav ul li.active i.iconcasino {
    background: url("../images/nav/casino-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconnumber {
    background: url("../images/nav/number.png") no-repeat center;
}

.nav ul li>a:hover i.iconnumber,
.nav ul li.active i.iconnumber {
    background: url("../images/nav/number-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconcocks {
    background: url("../images/nav/cocks.png") no-repeat center;
}

.nav ul li>a:hover i.iconcocks,
.nav ul li.active i.iconcocks {
    background: url("../images/nav/cocks-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconlottery {
    background: url("../images/nav/lottery.png") no-repeat center;
}

.nav ul li>a:hover i.iconlottery,
.nav ul li.active i.iconlottery {
    background: url("../images/nav/lottery-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconslot {
    background: url("../images/nav/slot.png") no-repeat center;
}

.nav ul li>a:hover i.iconslot,
.nav ul li.active i.iconslot {
    background: url("../images/nav/slot-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconpoker {
    background: url("../images/nav/poker.png") no-repeat center;
}

.nav ul li>a:hover i.iconpoker,
.nav ul li.active i.iconpoker {
    background: url("../images/nav/poker-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.iconpromotion {
    background: url("../images/nav/promotion.png") no-repeat center;
}

.nav ul li>a:hover i.iconpromotion,
.nav ul li.active i.iconpromotion {
    background: url("../images/nav/promotion-active.png") no-repeat center;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.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;
    filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(747%) hue-rotate(176deg) brightness(97%) contrast(98%) !important;
}

.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: #0F355E;
    font-weight: 800;
    line-height: 50px;
    padding-left: 10px;
    text-transform: uppercase;
    text-align: left;
}
.titlestep a{
    color: #fff;
}
.detailstep {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    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: #ffffff;
    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;
}

.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 {
    background: #0F355E;
}

.footer-01 h1 {
    color: #fff;
    font-weight: 800;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

.footer-01 ul {
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
}

.footer-01 ul li {
    display: inline-block;
    padding: 5px;
}

.info {
    background: #000000;
}

.logo-footer img {
    width: 170px;
    padding: 17px 6px;
    margin-top: 95px;
    margin-left: -90px;
    transform: rotate(-90deg);
}

.info-03 span {
    padding: 10px 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    color: #ffffff;
}

.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: #ffffff;
    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: #0F355E;
    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: #fff;
}

.bg-provider {
    background: #0F355E;
}

.provider ul {
    width: 100%;
    padding: 15px 0;
}

.provider ul li {
    display: inline-block;
    padding: 10px 20px;
    text-align: left
}

.info-04 span a {
    color: #0F355E;
}


/*------------------  sport ------------------*/

.title-games-page span {
    display: inline-block;
}

.title-games-page span {
    display: inline-block;
}

.title-s {
    font-size: 25px;
    font-weight: bold;
    color: #0F355E;
    padding: 0 20px;
}

.sub-title {
    vertical-align: baseline;
    color: #0F355E;
    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, #2D74D4 10%, #1F5BA3 70%, #16477F);
    background-image: linear-gradient(180deg, #2D74D4 10%, #1F5BA3 70%, #16477F);
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, 0.5),inset 0 -4px 0 0 #1E4F90,inset 0 -6px 5px 0 #2E5FA8;
    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, #2D74D4 10%, #1F5BA3 70%, #16477F);
    background-image: linear-gradient(180deg, #2D74D4 10%, #1F5BA3 70%, #16477F);
    box-shadow: 0 6px 14px -2px rgba(0, 0, 0, 0.5),inset 0 -4px 0 0 #1E4F90,inset 0 -6px 5px 0 #2E5FA8;
    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, #c6b746 13%, #fbfcfc 73%, #f2d62f);
    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 {
    background-image: -webkit-linear-gradient(left, #32bef3 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: 2rem;
    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: #f2d62f;
}

.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;
}

.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);
}