<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

body {
    font-family: thaisanslite_r1;
    font-weight: 400;
    font-size: 18px;
    background-color: #170e00;
    background-repeat: no-repeat;
    background-position: top;
}

.bg-register {
    background: url(../images/ilogo/bg-register.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000000;
}

ol {
    padding-left: 1em;
}

.hero-unit {
    background: #27313b url(../images/ilogo/bg-register.png) 50% 0 no-repeat;
    background-size: cover
}

@font-face {
    font-family: thaisanslite_r1;
    src: url("../fonts/font-awesome/fonts/thaisanslite_r1c619.eot?v=1.0")
}

@font-face {
    font-family: thaisanslite_r1;
    src: url("../fonts/font-awesome/fonts/thaisanslite_r1c619.ttf?v=1.0")
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont5b62.eot?v=4.6.3');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfontd41d.eot?#iefix&amp;v=4.6.3') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b62.woff2?v=4.6.3') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b62.woff?v=4.6.3') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b62.ttf?v=4.6.3') format('truetype'), url('../fonts/font-awesome/fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul &gt; li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-home:before {
    content: "\f015"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-times:before {
    content: "\f00d"
}

.fa-plus:before {
    content: "\f067"
}

.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-user-plus:before {
    content: "\f234"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card__header .card-header__button {
    float: right
}

.card__header--has-filter &gt; h4 {
    display: block
}

.nav-account .nav-account__item {
    float: none;
    font-size: 20px;
}

    .nav-account .nav-account__item::before {
        content: none;
        margin: 0;
        font-size: 20px;
    }

    .nav-account .nav-account__item::after {
        content: "\2F";
        margin: 0 16px 0 14px;
        font-size: 20px;
    }

    .nav-account .nav-account__item:last-child:after {
        content: none;
        font-size: 20px;
    }

.main-nav .main-nav__list &gt; li &gt; a {
    font-size: 20px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.center-div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.br2 {
    margin: 2px;
}

.br4 {
    margin: 4px;
}

.br6 {
    margin: 6px;
}

.br8 {
    margin: 8px;
}

.br10 {
    margin: 10px;
}

.topup-about {
    height: 356px;
}

.loading-img {
    width: 20px;
    height: 20px;
}

.line-img {
    width: 208.38px;
    height: 250px;
}

.line-block {
    position: fixed;
    right: 10px;
    bottom: 55px;
    z-index: 99;
}

@media (min-width: 992px) {
    .line-block {
        bottom: 70px;
    }
}
.header__primary::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    width: 50%;
}

.header__primary-inner::before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 210px;
    background-color: transparent;
    left: -25px;
    margin-left: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.header {
    background-color: transparent;
    position: relative;
    z-index: 3;
}

.header__primary {
    background-color: transparent;
    position: relative;
    margin-top: 40px;
}

.header__top-bar {
    background-color: transparent;
}

.header__secondary {
    background-color: transparent;
}

.header__primary-inner {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.header-logo {
    max-width: 380px;
    bottom: 2px;
}

.header-main-nav {
    position: relative;
    text-align: right;
    height: 45px;
}


.header-logo__img-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 55%;
    max-height: 95%;
}

@media screen and (min-width: 510px) {
    .header-logo__img-2 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1px;
        width: 55%;
        max-height: 95%;
    }
}

@media (min-width: 992px) {
    .hero-unit__content--left-center {
        width: 100%;
    }
}

.header-logo__img-3 {
    z-index: 102;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    top: 21px;
    right: 34px;
    cursor: pointer;
    width: 35px;
    height: 45px
}

.popup-img {
    max-width: 250px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.popup-img-2 {
    max-width: 208px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
}

.popup-img-line {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 208px;
    height: 61px;
}

.popup-img-play {
    max-width: 208px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 99;
    width: 208px;
    height: 85px;
}

.topbar {
    position: fixed;
    width: 250px;
    z-index: 10;
    right: 10px;
    bottom: 50px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.topbar-2 {
    position: fixed;
    width: 250px;
    z-index: 10;
    right: 10px;
    bottom: 5px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.topbar-bottom-text {
    background-color: aliceblue;
    font-size: 16px;
    color: black;
}

.topbar2 {
    position: fixed;
    width: 195px;
    z-index: 10;
    left: 10px;
    top: 50px;
    padding: 10px 0px 0px 0px;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

#xButton {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    padding-top: 13px;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    text-transform: uppercase;
    touch-action: manipulation;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.xButton-popup {
    width: 25px;
    height: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: thaisanslite_r1;
    font-size: 12px;
    font-weight: 400;
    line-height: 2px;
    margin-top: -5px;
    padding-bottom: 13px;
}

.showBanner {
    width: 50%;
}

.container2 {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 38px;
    height: 6px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.br {
    margin-bottom: 0.5em;
}

.br2 {
    margin-bottom: 0.7em;
}

@media only screen and (max-width: 991px) {
    .hero-unit__img2 {
        display: none;
    }
}

.hero-unit__img2 {
    position: absolute;
    right: 0;
    bottom: -5px;
    max-width: 60%;
}

figure {
    margin: 1em 0px;
}

.main-news-banner {
    background-image: url(../images/ilogo/hot-deal.png);
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 100%;
    max-height: 350px;
    height: auto;
}

.main-news-banner--img-left .main-news-banner__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23%;
    width: 50%;
}

.slide1 {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 16px;
    font-family: thaisanslite_r1;
    color: #fff;
    text-transform: uppercase;
}

.slide2 {
    font-size: 14px;
    font-family: thaisanslite_r1;
    text-transform: uppercase;
    color: #fff;
}

.navbar-left {
    position: relative;
    float: left;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    .btn-container + .btn-container {
        margin-top: 5px;
    }
}

.invite-friend {
    font-size: medium;
}

.btn.btn-default {
    background: url(../../dialog/btn_bg.png) top center no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
    color: #000;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 80px;
    padding-top: 0px;
}

.btn.btn-default-register {
    background: url(../images/ilogo/bg.jpg) top center no-repeat;
    /* background-size: 300% 170px; */
    border-color: transparent;
    color: #fc0;
    margin: 0;
    margin-top: -24px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 80px;
    padding-top: 0px;
    border-radius: 5px;
    border-color: rgb(133 106 60 / 0.5);
}

.btn.btn-default-submit {
    width: 100%;
    background-color: #fc0;
    color: #000;
    font-size: x-large;
    text-align: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 25px;
    font-weight: 600;
    border-radius: 14px;
    border-color: #ff7800;
}


.btn.btn-default-copy {
    background: url(../images/ilogo/bg.jpg) top center no-repeat;
    background-size: 300% 300%;
    width: 100%;
    border-color: transparent;
    color: #fc0;
    font-size: larger;
    text-align: left;
    margin: 0;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-left: 50px;
    font-weight: 600;
    border-radius: 8px;
}

.modal-body {
    position: relative;
    padding: 5px;
    color: #ababab;
    text-align: center;
}

.form-control {
    border-radius: 8px;
    background-color: #252525 !important;
    border: none;
    border-bottom: 1px solid #9a66ca;
    font-size: 22px;
    height: 40px;
    padding: 4px 10px;
}

.select {
    border-radius: 8px;
    background-color: #161825;
}

select.form-control {
    border-radius: 8px;
    background-color: #161825;
}

.focus {
    background-color: #151725;
}

.on .focus {
    background-color: #151725;
}

.from-control:focus {
    background-color: #151725;
}

select.form-control:focus {
    background-color: #151725;
}

.btn {
    font-size: 16px;
}

.card__header &gt; h4 {
    font-size: 20px;
}

.btn-condensed.btn-sm.btn-icon-right {
    font-size: 18px;
    border-radius: 10px;
    background-image: url(../images/ilogo/bt_1.png);
    background-size: 100% 100%;
    border-color: transparent;
    color: #fff;
    padding: 15px 40px;
}

.topup-bg {
    background-image: url(../images/ilogo/bt_2.png);
}

.btn-condensed.btn-sm {
    padding: 13px 20px;
}

.btn-primary {
    font-size: 22px;
    border-radius: 10px;
}


.btn-outline.btn-inverse {
    border-color: #dcb764;
    color: #ffffff;
    border-width: 1px;
}

.btn-outline {
    background-color: #3c175dc7;
}

    .btn-outline.btn-default:hover {
        background-color: transparent;
        border-color: transparent;
        color: #777;
    }

    .btn-outline.btn-inverse:hover {
        background-color: #8c0100;
        border-color: #dcb764;
        color: #fff;
    }

.soccer {
    width: 100%;
    height: 900px;
}

.b27 {
    background-color: transparent;
}

.main-nav__list &gt; li &gt; a:hover {
    color: #dcb764;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
}

.main-nav__list &gt; li &gt; a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-size: 20px;
}

.label {
    font-size: 16px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: thaisanslite_r1;
    font-size: 16px;
}

.widget-banner.widget--sidebar .widget__content {
    padding: 10px;
}

.posts__item--category-1 .posts__cat-label,
.posts__item--category-1 .posts__cta {
    background-color: #9a8b68;
}

.sregister {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card__header--has-filter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card__header {
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background-color: transparent;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
    padding: 6.5px;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: thaisanslite_r1;
    font-size: 16px;
}

.img-header {
    max-width: 70%;
    margin-bottom: -13px;
    margin-left: 100px;
}

.posts--inline .posts__item,
.posts--inline .posts__title,
.posts--inline .posts__excerpt {
    display: inline-block;
    margin: 0;
    font-size: 20px;
}

.marquee-label {
    display: block;
    white-space: nowrap;
    position: absolute;
    left: 8px;
    padding: 0 10px 0 0;
    top: 0;
    line-height: 38px;
    z-index: 2;
    font-size: 20px;
    text-transform: uppercase;
    font-family: thaisanslite_r1;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #000;
    background-color: #dcb764;
}

.widget--sidebar {
    margin-bottom: 0px;
}

.contact {
    background-image: url(../images/ilogo/contact.gif);
    background-size: 100% 100%;
    width: 100%;
    height: 275px;
    margin-top: 15px;
    margin-left: 1px;
    border-radius: 5px;
}

.card__header {
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background-color: transparent;
}

.widget--sidebar {
    margin-bottom: 8px;
}

    .widget--sidebar .widget__content {
        font-size: 10px;
        line-height: 18px;
    }

.baccarat {
    font-size: 24px;
    margin-top: 0.5em;
}

    .baccarat .player {
        background: blue;
    }

    .baccarat .tile {
        background: green;
    }

    .baccarat .banker {
        background: red;
    }

    .baccarat .prophecy {
        display: flex;
    }

        .baccarat .prophecy &gt; * {
            flex: 1;
        }

        .baccarat .prophecy .bet-turn {
            padding: 0.4em;
        }

        .baccarat .prophecy .winrate {
            padding: 0.4em;
            text-align: right;
        }

@media(max-width: 480px) {
    .baccarat .prophecy {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

        .baccarat .prophecy .bet-turn {
            padding-left: 0;
        }

        .baccarat .prophecy .winrate {
            padding-left: 0;
            text-align: center;
        }
}

.baccarat .prophecy .result {
    flex: 1;
    text-transform: uppercase;
    padding: 0.4em;
    display: inline-block;
}

.baccarat--board {
    margin: 0.5em 0;
    width: 100%;
    background-color: white;
}

    .baccarat--board td {
        border: 1px solid;
    }

        .baccarat--board td span {
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            width: 100%;
        }

.baccarat .commands {
    display: flex;
}

.baccarat button {
    text-transform: uppercase;
    flex: 1;
    border-radius: 20px;
    margin: 3px;
}

.baccarat .btn-undo {
    background: gray;
}

.baccarat .prophecy-selection {
    margin: 0.3em 0;
    width: 100%;
    border-radius: 20px;
}

    .baccarat .prophecy-selection select {
        width: 100%;
        padding: 5px;
        background: #143562;
        border-radius: 10px;
    }

.caution {
    font-size: 3em;
    display: flex;
    min-height: 5em;
    align-items: center;
    justify-content: center;
}

    .caution .login-link {
        margin-left: 1ex;
    }

.text-capitalize-promotion {
    font-size: 18px;
}

.aboutus {
    margin-left: 35px;
    max-width: 90%;
}

.ftnew {
    font-size: 18px;
    line-height: 19px;
    color: #e4e4e4;
    margin: auto;
    width: 90%;
    max-width: 1100px;
}

.marginleft30 {
    margin-left: 30px;
}

label {
    font-size: 22px;
    font-weight: 500;
    text-shadow: 0px 1px 7px #fc0;
    text-transform: uppercase;
    font-family: thaisanslite_r1;
    color: #fc0;
    margin-bottom: 9px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 80px auto;
    margin-top: 150px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.titlepopup {
    font-size: 22px;
    color: black;
}

.textpopup {
    font-size: 16px;
    color: tomato;
}


#mobileshow {
    display: none;
}

/*@media screen and (max-width: 500px) {
    #mobileshow {
        display: block;
    }
    #user-referer-url {
        display: none;
    }
}*/

@media screen and (max-width: 992px) {
    .ireferer {
        height: 30px;
    }
}

.footer {
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4;
    background-color: #3c175d38;
}

.tt_clouds-front {
    margin-top: 455px;
}

.img {
    max-width: 100%;
}

.imgh2 {
    height: 300px;
    margin-top: 350px;
    position: absolute;
    opacity: 0.5;
}

.imgh3 {
    height: 250px;
    margin-top: 420px;
    margin-left: 900px;
    position: absolute;
    opacity: 0.9;
}

.marquee2 {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
}

    .marquee2 span {
        display: inline-block;
        padding-left: 100%;
        /* show the marquee just outside the paragraph */
        position: relative;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.marquee3 {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    /* overflow: hidden; */
    box-sizing: border-box;
    position: relative;
}

    .marquee3 span {
        display: inline-block;
        padding-right: 100%;
        /* show the marquee just outside the paragraph */
        position: relative;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.bg-fail {
    background-color: #a51212;
}

.bg-finish {
    background-color: #12a524;
}

.bg-pending {
    background-color: #a55612;
}

.my-banks {
    width: 100%;
    border: 1px;
    margin: 0 auto;
    color: #FFF;
    margin-bottom: 1em;
    text-align: center;
}

    .my-banks th {
        text-align: center;
        background: #333333;
        height: 40px;
    }

    .my-banks .bank-logo {
        width: 35px;
        height: 35px;
    }

    .my-banks .KTB {
        background: #0094ff;
    }

    .my-banks .SCB {
        background: #633974;
    }

    .my-banks .KBANK {
        background: #005900;
    }

    .my-banks .BAY {
        background: #ebca00;
        color: #000000;
    }

    .my-banks .truewallet {
        background: #CD6600;
    }

    .my-banks .truewallet {
        height: 40px;
    }

.KTB-text-primary {
    color: #fffb00;
}

.SCB-text-primary {
    color: #fffb00;
}

.KBANK-text-primary {
    color: #fffb00;
}

.BAY-text-primary {
    color: #000000;
}

.button-gameuser {
    display: inline-block;
    border-radius: 10px;
    background-color: #8a6d3b;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    /* padding: 20px; */
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
}

    .button-gameuser span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button-gameuser span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button-gameuser:hover span {
        padding-right: 25px;
    }

        .button-gameuser:hover span:after {
            opacity: 1;
            right: 0;
        }

.col-md-12-center {
    width: 100%;
    max-width: 1000px;
}

.col-md-12-center-2 {
    width: 95%;
    max-width: 1000px;
}

.automatic-login-page .logging-in {
    padding: 3em 0;
}

.goldtextcss {
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
    background-size: 1em 1em;
    color: #f8b700;
    display: inline-block;
    line-height: 20px;
    position: relative;
    /* z-index: auto margin: 0; */
    /* margin-top: 10px; */
    margin: 0 0 -0.25em;
}

.silvertextcss {
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #ffffff 0, #b1b1b1 38%, #ffffff 60%, #c7c7c7 86%, #adadad 100%);
    background-size: 1em 1em;
    color: #f1f1f1;
    display: inline-block;
    line-height: 20px;
    position: relative;
    /* margin-top: 10px; */
    margin: 0 0 -0.25em;
}


.text-danger-2 {
    color: #f00;
    font-size: 16px;
}

.text-line {
    color: #585858;
}


.text-capitalize-2 {
    color: #989898;
}

.card {
    border-radius: 30px;
    margin: 5% 10% 20% 10%;
    padding: 5% 5% 5% 5%;
    width: 80%;
    height: auto;
    min-width: 340px;
}

.card__content-2 {
    padding: 8px;
}

.card__content {
    padding: 10px;
}

.fix_footer {
    position: fixed;
    bottom: -18px;
    z-index: 99999999;
    width: 100%;
    min-height: 50px;
    text-align: center;
    color: #fff414 !important;
    border-top: 5px solid #7e602f80;
    background: #9d0300;
    background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: -webkit-linear-gradient(top, #9d0300 0%,#be000c 35%,#db0018 100%);
    background: linear-gradient(to bottom, #9d0300 0%,#be000c 35%,#db0018 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );
}

strong {
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    vertical-align: baseline;
    margin: 0px;
    padding: 0;
    margin-top: 420px;
}

.font-nsys1 {
    text-transform: none;
    font-style: normal;
    color: #fff;
    margin: 0 0 .75em;
    font-family: DBHelvethaicaMonX;
    letter-spacing: -0.01em;
}

#filtersubmit {
    top: -47px;
    margin: 20px;
    left: 0%;
    transform: translate(-50%, -50%);
    position: relative;
    color: #fc0;
    cursor: pointer;
    width: 0;
}

.footer-widgets {
    background-color: #00000099;
}

.footer {
    line-height: 20px;
    color: #e4e4e4;
    background-color: #000000f599;
}

.alert {
}

.alert-y {
    padding: 1px;
    padding-left: 60px;
    border-radius: 4px;
    border: 1px solid transparent;
    position: relative;
    color: #e4e4e4;
}

.alert-yellow {
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.05);
}

    .alert-yellow::before {
        background-color: #fc0;
        background-size: 11px 11px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11'%3E%3Cpath transform='translate(-190.844 -2353.84)' fill='%23fff' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E")' fill='%23fff' d='M190.843,2355.96l2.121-2.12,9.193,9.2-2.122,2.12Zm9.192-2.12,2.122,2.12-9.193,9.2-2.121-2.12Z'/%3E%3C/svg%3E)
    }

.alert-y::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    width: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.background-color-yellow::before {
    background-color: #3c763d;
}

/*
.fix_footer {
    position: fixed;
    bottom: 0px;
    z-index: 99999999;
    width: 100%;
    left: 0px;
    min-height: 50px;
    text-align: center;
    color: #fff414 !important;
    border-top: 1px solid #7e602f;
    background: #9d0300;
    background: -moz-linear-gradient(top, #9d0300 0%, #be000c 35%, #db0018 100%);
    background: -webkit-linear-gradient(top, #9d0300 0%,#be000c 35%,#db0018 100%);
    background: linear-gradient(to bottom, #f6db95 0%,#a98241 35%,#170e05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0300', endColorstr='#db0018',GradientType=0 );
}*/
.fix_footer {
    position: fixed;
    bottom: 0px;
    z-index: 99999999;
    width: 100%;
    left: 0px;
    /* min-height: 50px; */
    text-align: center;
    color: #3c763d !important;
    border-top: 1px solid #02471c;
    background: linear-gradient(to bottom, #3c175d 0%,#000000 35%,#244c25 100%);
}

    .fix_footer a {
        display: inline-block;
        color: #fff !important;
        margin-left: -3px;
        font-size: 22px;
        line-height: 28px;
        padding: 8px 50px 10px 50px;
        border-right: 1px solid #7e602f;
        cursor: pointer;
    }

    .fix_footer i {
        color: #fff !important;
    }

    .fix_footer a strong {
        color: #fff !important;
    }

    .fix_footer a strong-text-swap {
        animation: color-change 2s infinite;
    }

@keyframes color-change {
    0% {
        color: #fc0;
    }

    50% {
        color: #00d785;
    }

    100% {
        color: #ffffff;
    }
}

.fix_footer a strong-line {
    position: absolute;
    display: inline;
    margin-left: -30px;
    top: -4px;
    content: 'CLICK!';
    width: 25%;
    max-width: 45px;
    height: auto;
    background-color: #06b109;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 12px;
    animation: wibwab;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation: color-change-reg 0.30s infinite;
}

.fix_footer a strong-hot {
    position: absolute;
    display: inline;
    margin-left: -30px;
    top: -4px;
    content: 'CLICK!';
    width: 25%;
    max-width: 45px;
    height: auto;
    background-color: red;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 12px;
    animation: wibwab;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation: color-change-reg 0.30s infinite;
}

@keyframes color-change-reg {
    0% {
        color: #ffffff;
    }

    50% {
        color: #10ff00;
    }

    100% {
        color: #ffffff;
    }
}

@media screen and (max-width: 980px) {


    .fix_footer a {
        float: left;
        width: 25%;
        line-height: 18px;
        padding: 8px 0px 10px 0px;
        text-align: center;
        margin-left: 0px;
    }
}


@media screen and (max-width: 620px) {
    .fix_footer a {
        padding: 12px 0px 10px 0px;
        width: 25%;
    }
}


@media screen and (max-width: 620px) {
    .fix_footer a {
        padding: 12px 0px 10px 0px;
        width: 25%;
    }
}

@media screen and (max-width: 620px) {
    a.signin {
        width: 20%;
    }
}

@media screen and (max-width: 620px) {
    .fix_footer a.last {
        display: none;
    }
}

.p-3 {
    padding: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.dp-none {
    display: none;
}

.mySlides {
    display: none;
}


.hero-unit__content {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}


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


.form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-control::placeholder {
    color: #dadadae0;
    opacity: 1;
}

.sexyget-img {
    position: inherit;
    max-height: 220px;
}

b, strong {
    font-weight: bolder;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1.5rem
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0
    }

.steps-bar {
    position: relative;
    display: table;
    margin: 16px 0;
    table-layout: fixed;
    height: 4px;
    width: 100%;
    background-color: #333;
    padding-left: 0;
    margin-bottom: 25px
}

    .steps-bar .step-item {
        display: table-cell;
        position: relative;
        width: 2%;
        text-align: center;
        height: 4px
    }

        .steps-bar .step-item::before {
            content: '';
            display: block;
            width: 0%;
            height: 100%
        }

        .steps-bar .step-item::after {
            content: attr(step-name);
            position: absolute;
            top: 24px;
            left: 0;
            right: 0;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .steps-bar .step-item &gt; div {
            position: absolute;
            top: -16px;
            margin-left: -16px;
            display: inline-block;
            width: 32px;
            height: 32px;
            border-color: #fff;
            border-width: 0 8px;
            border-radius: 50%;
            line-height: 32px;
            text-align: center;
            font-size: 1em;
            color: #000;
            border: 1px solid #9a66ca
        }

        .steps-bar .step-item.wait::before {
            width: 50%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), to(#9a66ca));
            background-image: linear-gradient(#9a66ca, #9a66ca, #9a66ca, #9a66ca, #9a66ca)
        }

        .steps-bar .step-item.wait &gt; div {
            background-color: #381e8a;
            color: #2abd00
        }

            .steps-bar .step-item.wait &gt; div i::before {
                content: "\F0C3"
            }

        .steps-bar .step-item.success::before {
            width: 100%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), to(#9a66ca));
            background-image: linear-gradient(#9a66ca, #9a66ca, #9a66ca, #9a66ca, #9a66ca)
        }

        .steps-bar .step-item.success &gt; div {
            background-color: #9a66ca;
            color: #000
        }

            .steps-bar .step-item.success &gt; div i::before {
                content: "\F00C"
            }

        .steps-bar .step-item.fail::before {
            width: 50%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), to(#9a66ca));
            background-image: linear-gradient(#9a66ca, #9a66ca, #9a66ca, #9a66ca, #9a66ca)
        }

        .steps-bar .step-item.fail &gt; div {
            background-color: #c6171b;
            color: #2abd00
        }

            .steps-bar .step-item.fail &gt; div i::before {
                content: "\F05E"
            }

        .steps-bar .step-item.empty::before {
            width: 0%;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), color-stop(#9a66ca), to(#9a66ca));
            background-image: linear-gradient(#9a66ca, #9a66ca, #9a66ca, #9a66ca, #9a66ca)
        }

        .steps-bar .step-item.empty &gt; div {
            background-color: #333;
            color: #fff
        }

            .steps-bar .step-item.empty &gt; div i::before {
                content: "\F017"
            }

.head-box-transfer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d40b00), color-stop(#db0d00), color-stop(#e10f00), color-stop(#e81100), color-stop(#ef1300), color-stop(#ef1300), color-stop(#ef1300), color-stop(#ef1300), color-stop(#e81100), color-stop(#e10f00), color-stop(#db0d00), to(#d40b00));
    background-image: linear-gradient(#d40b00, #db0d00, #e10f00, #e81100, #ef1300, #ef1300, #ef1300, #ef1300, #e81100, #e10f00, #db0d00, #d40b00);
    border-radius: .6em
}

.content-page {
    background-color: #222;
    border-radius: .6em
}

.btn-user-transfer {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: url(../images/transfer-button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    padding-right: 30px;
    margin-top: 3px
}


.text-gold {
    color: #9a66ca;
}

    .text-gold:hover {
        color: #9a66ca
    }


.was-validated .form-control:invalid, .form-control.is-invalid, .form-control:focus {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


h2.text-align-center {
    font-style: normal;
    font-weight: bold;
    text-shadow: 0px 1px 20px #00ff3a;
    font-family: thaisanslite_r1;
    color: #00ff20;
    margin-bottom: 29px;
}

.card--lg .card__content {
    padding: 13px;
}

@media (min-width: 992px) .site-content {
    padding: 0px 0;
    margin-bottom: -150px;
}

.card.card--lg.login {
    border-radius: 30px;
    margin: 5% 10% 0% 10%;
    padding: 5% 5% 5% 5%;
    width: 80%;
    /* height: 500px; */
    min-width: 340px;
}</pre></body></html>