@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    height: 100%;
}

img {
    max-width: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #fff;
    background: #000;
}


.container {
    max-width: 1330px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* HEADER */
.t-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    font-family: 'Oswald', sans-serif;
}

.header-top {
    background: #000;
}

.header-t-l {
    display: flex;
    align-items: center;
}

.header-t-r {
    display: flex;
    padding: 5px;
}

.timezone {
    color: #777777;
    font-size: 12px;
}

.def-btn {
    border-radius: 25px;
    padding: 5px;
    width: 100px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.def-btn.login {
    background: none;
    border: 1px solid #ae9040;
    color: #ae9040;
    margin-right: 10px;
}

.def-btn.reg {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #000;
    border: 1px solid transparent;
}

.logo {
    width: 15%;
}

.menu {
    width: 70%;
    position: inherit;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.movie {
    width: 15%;
}

.header-menu {
    background: #1a1a1a;
}

.m_item {
    height: 100%;
}

.m_item a.link-item {
    color: #ffffff;
    padding: 27px 10px;
    font-size: 14px;
    height: 100%;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.m_item a.link-item .hot-game {
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 35px;
}

.m_item a.link-item:hover {
    color: #ae9040;
    border-bottom: 1px solid #ae9040;
    text-decoration: none;
}

.m_item:hover a.link-item {
    color: #ae9040;
    border-bottom: 1px solid transparent;
}

.dropdown_menu {
    position: absolute;
    z-index: 9;
    background: #302311bf;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    visibility: hidden;
}

.m_item:hover .dropdown_menu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.dropitem {
    max-width: 970px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    padding: 15px 0;
}

.dropitem a {
    transition: all 0.3s;
    display: inline-block;
}

.dropitem a:hover {
    transition: all 0.3s;
}

.dropitem a:hover img {
    filter: drop-shadow(0px 0px 3px #fff);
}

.dropitem a:hover .mn-text {
    color: #000;
}

.mn-text {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.movie {
    display: flex;
}

.movie a {
    display: block;
    padding: 0px 10px;
}

/*language*/
.download-link {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}

.lang-box {
    align-self: center;
    background: #222222;
    margin-left: 10px;
    width: 55px;
    border-radius: 25px;
}

.lang-btn {
    background: transparent;
    border: 1px solid transparent;
}

.lang-btn:focus {
    outline: none;
}

.lang-btn.dropdown-toggle::after {
    color: #fff;
}

.dropdown-menu.language {
    padding: 10px;
    background: rgb(0 0 0);
    min-width: 221px;
    border: none;
    top: 6px !important;
    box-shadow: 0 0 1px #fff;
}

.dropdown-menu.language a {
    padding: 1px 5px;
}

.dropdown-menu.language a:hover {
    background: transparent;
}

.dropdown-menu.language a:hover img {
    filter: drop-shadow(0px 0px 2px #fff);
}

/* end */
/* BODY */
.t-body {
    padding-top: 119px;
}

.annoucement {
    background: #000;
    padding: 5px 25px;
    color: #ae9040;
    border-bottom: 1px solid #473d24;
}

.icon-annoucement {
    color: #ae9040;
}

.promotion-c {
    padding-top: 40px;
}

#promo-slide {
    border: 1px solid #ae9040;
    border-radius: 15px;
}

#promo-slide img {
    border-radius: 15px;
}

#promo-slide .carousel-indicators {
    bottom: -40px;
}

#promo-slide .carousel-indicators .active {
    background-color: #ae9040;
}

.pro-sli {
    border-radius: 15px;
}

/* hot game slider */
.index-title {
    font-size: 16px;
}

.index-title img {
    margin-right: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {}

.swiper-pagination-bullet {
    background: #fff;
    margin-left: 10px !important;
    margin-right: 10px !important;
    height: 5px;
    width: 5px;
}

.hotgameContent {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.hotgameContent p {
    margin-bottom: 0.02rem;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}

.hotGameSubContent {
    display: flex;
    justify-content: left;
}

.hotGameSubContent span {
    margin-right: 0.05rem;
    color: #efefef;
    font-size: 14px;
}

.hotgameImg {
    display: flex;
    align-items: center;
}

.upcoming {
    background: linear-gradient(to bottom, rgba(136, 136, 136, 1) 0%, rgba(26, 26, 26, 1) 97%);
    border-radius: 10px;
    border: 1px solid #ae9040;
}

/* FOOTER */
.t-footer {
    border-top: 1px solid #ae9040;
    background: #1a1a1a;
}

h4.section-title {
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 16px;
    margin: 0 0 16px;
    border-left: 5px solid #ae9040;
    text-transform: uppercase;
}

.provider-li-ticker {
    width: 100%;
}

.provider-li-ticker ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}

.provider-li-ticker ul li {
    margin-right: 15px;
}

.footer-wrpr {
    width: 100%;
    min-width: 1200px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-title {
    display: block;
    color: #525252;
    font-size: 0.85em;
    margin: 0 0 8px;
}

.footer-wrpr ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.footer-wrpr ul li img {
    display: block;
    height: 28px;
    margin-right: 16px;
}

.footer-nav-menu {
    width: 100%;
}

.footer-nav-menu ul li {
    margin-top: 32px;
    margin-right: 32px;
    font-size: 0.85em;
    font-weight: 700;

}

.footer-nav-menu ul li a {
    color: #fff;
}

.footer-nav-menu ul li:last-child {
    margin-right: 0;
}

p.cookies-agree {
    width: 100%;
    font-size: 0.85em;
    margin: 24px 0;
}

p.copyright {
    width: 100%;
    font-size: 0.85em;
}

.main-banner {
    text-align: center;
    padding-bottom: 20px;
}

/* BG */
.sport-bg {
    background: url(../images/common/sports/sportsbg.jpg)no-repeat center;
    background-size: cover;
}

.casino-bg {
    background: url(../images/common/casino/livecasinobg.jpg)no-repeat center top;
    background-size: cover;
}

.fish-bg {
    background: url(../images/common/fish/fh-bg.jpg)no-repeat center top;
    background-size: cover;
}

.poker-bg {
    background: url(../images/common/poker/pkr-bg\ \(1\).jpg)no-repeat center top;
    padding-top: 15px !important;
    background-size: cover;
}

.lottery-bg {
    background: url(../images/common/lottery/lotto-bg.jpg)no-repeat center top;
    background-size: cover;
}

.cock-bg {
    background: url(../images/common/cock/cf-bg.jpg)no-repeat center top;
    padding-top: 45px !important;
    background-size: cover;
}

.esport-bg {
    background: url(../images/common/esports/esp-bg.jpg)no-repeat center top;
    background-size: cover;
}

.download-bg {
    background: url(../images/common/download/downloadbg.jpg)no-repeat center top;
    background-size: cover;
}

.info-bg {
    background: url(../images/common/info/infobg.jpg)no-repeat center top;
    background-size: cover;
}

/* LOBBY */
.lobby {
    padding-top: 65px;
    padding-bottom: 40px;
}

.lobby .play-now {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .3s;
}

.lobby .play-now img {
    transform: translate(0, 100%);
    opacity: 0;
    transition: all .3s;
}

.lobby .game-item a:hover .play-now img {
    transform: translate(0, 0);
    opacity: 1;
}

.lobby .game-item a {
    position: relative;
    display: inline-block;
}

.lobby.game-item a:hover .play-now {
    background: rgba(0, 0, 0, 0.7);
}

.game-item {
    padding-bottom: 30px;
}

.t-pimg {
    position: relative;
    background: linear-gradient(0deg, rgba(170, 123, 0, 1) 0%, rgba(255, 234, 106, 1) 80%, rgba(255, 231, 148, 1) 100%);
    border-radius: 10px;
}

.t-pimg .product_img {
    width: auto;
    border-radius: 10px;
    padding: 1px;
}

.t-title1 {
    color: #ffffff;
    text-transform: uppercase;
}

.product_img_btn {
    position: absolute;
    bottom: 14px;
    left: 15px;
}

.t-img-spec:hover {
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
}

.lottery-bg .pt-5 {
    padding-top: 60px;
}

/* LOGIN */
.register-body {
    padding-bottom: 50px;
}

.login-reg-bg {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 30px;
    min-height: 620px;
}

.login-bg-promo {
    background: #1a1a1a;
    border-radius: 10px;
    padding: 30px 100px;
    min-height: 620px;
}

.standard-form-field {
    position: relative;
    width: 100%;
    margin-bottom: .14rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #666666;
}

.standard-form-field .standard-input,
.standard-form-field .standard-select {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: .05rem .05rem .05rem .1rem;
    border: .01rem solid #666666;
    border-radius: 6px;
    background: #1a1a1a;
    color: #666666;
    font-family: avertastd-regular, "sans-serif", å®‹ä½“, sukhumvitset-text;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.standard-form-field .standard-input:disabled,
.standard-form-field .standard-select:disabled {
    background: #eee;
    color: grey;
    opacity: 1;
    -webkit-text-fill-color: unset;
    cursor: not-allowed
}

.standard-form-field .standard-input:-webkit-autofill,
.standard-form-field .standard-select:-webkit-autofill {
    -webkit-text-fill-color: #0f161f
}

.standard-form-field .standard-select {
    padding: .05rem .05rem .05rem .1rem;
    line-height: 1.5;
    -webkit-appearance: none;
    cursor: pointer
}

.standard-form-field .standard-select span {
    overflow: hidden;
    white-space: nowrap
}

.standard-form-field .standard-select span:first-child {
    margin: 0 .25rem 0 0
}

.standard-form-field .standard-select img {
    width: .2rem;
    height: .2rem;
    margin-right: .05rem
}

.standard-form-field .standard-select-dropdown {
    position: absolute;
    right: 0;
    top: .35rem;
    border: .01rem solid #d6d6d6;
    background: #f3f5f6;
    z-index: 2;
    width: 100%;
    overflow-y: scroll;
    max-height: 1.8rem
}

.standard-form-field .standard-select-dropdown .standard-select-search input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: .4rem;
    padding: .05rem;
    border: none;
    color: #0f161f;
    background: 0 0;
    font-size: .16rem
}

.standard-form-field .standard-select-dropdown .standard-select-options {
    display: list-item;
    align-items: center;
    padding: .05rem .1rem;
    height: .4rem;
    color: #0f161f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.standard-form-field .standard-select-dropdown .standard-select-options img {
    width: .2rem;
    height: .2rem
}

.standard-form-field .standard-select-dropdown .standard-select-options span {
    width: 100%
}

.standard-form-field .standard-select-dropdown .standard-select-options:hover {
    background: #1e90ff;
    color: #fff !important
}

.standard-form-field .standard-select-arrow {
    position: absolute;
    right: .1rem;
    top: .14rem;
    border-width: 0 .03rem .03rem 0;
    border-color: #afb3b6;
    border-style: solid;
    display: inline-block;
    width: .08rem;
    height: .08rem;
    transform: rotate(45deg)
}

.standard-form-field .standard-select-arrow.active {
    transform: rotate(225deg)
}

.standard-form-field .standard-input-svg {
    position: absolute;
    right: .1rem;
    width: .21rem;
    height: 100%;
    padding: 0;
    fill: #afb3b6;
    margin: 0;
    overflow: visible
}

.standard-form-field .standard-password-bio {
    position: absolute;
    right: 5%;
    width: .3rem;
    height: 100%;
    padding: .06rem;
    fill: #8697a2;
    margin: 0;
    cursor: pointer
}

.standard-form-field .standard-password-eye {
    position: absolute;
    right: .1rem;
    width: .21rem;
    height: .21rem;
    fill: #afb3b6;
    margin: 0;
    cursor: pointer;
    background: undefined;
    border-radius: 100%;
    padding: .03rem
}

.standard-form-field .standard-password-eye:hover {
    fill: #afb3b6
}

.standard-form-field .standard-password-eye.reveal {
    fill: #afb3b6
}

.standard-form-field .standard-password-eye.reveal:hover {
    fill: #afb3b6
}

.standard-form-field .react-datepicker-wrapper {
    width: 100%
}

.standard-form-field .standard-checkbox-container {
    display: flex;
    align-items: flex-start;
    padding: .1rem 0 0;
    color: #8697a2
}

.standard-form-field .standard-checkbox-container .standard-checkbox-text-container {
    width: 88%;
    font-size: .13rem
}

.standard-form-field .standard-checkbox-container .standard-checkbox-text-container .standard-checkbox-text {
    margin: 0 .05rem;
    text-decoration: underline;
    cursor: pointer;
    color: #ff8a00
}

.standard-form-field .standard-checkbox-container .standard-invisible-checkbox {
    width: 7%;
    margin-right: 5%;
    position: absolute;
    z-index: 9;
    opacity: 0;
    cursor: pointer
}

.standard-form-field .standard-checkbox-container .standard-checkbox {
    position: relative;
    top: .01rem;
    float: left;
    margin-right: .15rem;
    border-radius: .02rem;
    border: solid #d7d7d7;
    border-width: .01rem;
    height: .15rem;
    width: .15rem;
    background: unset;
    cursor: pointer
}

.standard-form-field .standard-checkbox-container .standard-checkbox svg {
    position: absolute
}

.standard-form-field .standard-checkbox-container .standard-checkbox svg path {
    fill: none;
    stroke: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .6s ease;
    stroke-dashoffset: 0
}

.standard-form-field .standard-checkbox-container .standard-checkbox svg polyline {
    fill: none;
    stroke: transparent;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all .3s ease
}

.standard-form-field .standard-checkbox-container .standard-invisible-checkbox:checked+.standard-checkbox {
    border-color: #ff8a00;
    background: #ff8a00
}

.standard-form-field .standard-checkbox-container .standard-invisible-checkbox:checked+.standard-checkbox svg path {
    fill: #ff8a00;
    stroke: #ff8a00
}

.standard-form-field .standard-checkbox-container .standard-invisible-checkbox:checked+.standard-checkbox svg polyline {
    stroke-dashoffset: 0;
    stroke: #fff
}

.standard-form-field .standard-checkbox-container:hover .standard-checkbox svg path {
    stroke-dashoffset: 0
}

.standard-form-field .standard-error-validation {
    margin: .05rem 0 0
}

.standard-form-field .standard-input-img {
    position: absolute;
    right: 0;
    width: 1.8rem;
    height: 80%;
    padding: .06rem .48rem;
    margin: 1% 0;
    border-left: .01rem solid #fff
}

.standard-form-field.standard-password-field input {
    padding-right: .3rem
}

.standard-form-field .standard-form-field-col-img {
    height: .35rem
}

.standard-form-field .field-dropdown-addBtn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.standard-form-field .field-dropdown-addBtn .standard-select {
    width: 70%
}

.standard-form-field .field-dropdown-addBtn .bank-add-deposit-btn {
    background: #81cbfc;
    border-radius: .05rem;
    height: .38rem;
    color: #fff
}

.standard-form-field-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.standard-error-validation {
    display: block;
    margin: -.1rem 0 .08rem;
    width: 100%;
    float: right;
    color: red !important;
    background: 0 0;
    font-size: .12rem
}

.standard-submit-form-button {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #000;
    border-radius: 25px;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.forget-password-container {
    text-align: center;
}

.break-line {
    background: #666666;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}

.login-title {
    color: #fff;
    margin-top: 25px;
    padding: 15px;
}

/* REGISTER */
.step-nav {
    display: flex;
    padding: 0;
    width: 90%;
    margin: 30px auto;
    list-style: none;
    justify-content: space-between;
    border-bottom: 0;
}

.step-nav li {
    position: relative;
}

.step-nav a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(to bottom, #313131 0%, #232323 98%);
    color: white;
    position: relative;
}

.step-nav .nav-item.show a,
.step-nav a.active {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: white;
    position: relative;
}

.step-nav .nav-item.show a:last-child,
.step-nav a.active:last-child {
    background: #6ac259;
}

.step-nav a:nth-child(1):before {
    content: "";
    width: 114px;
    height: 2px;
    background: #363636;
    position: absolute;
    top: 50%;
    left: 98%;
    z-index: 11;
}

.step-nav a:nth-child(2)::before {
    content: "";
    width: 114px;
    height: 2px;
    background: #363636;
    position: absolute;
    top: 50%;
    left: 98%;
    z-index: 11;
}

.back-btn {
    background: #444444;
    border-radius: 25px;
    padding: 9px 15px;
    width: 25%;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.red {
    color: #ff0000;
    margin-left: 5px;
}

/* PROMO */
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0;
    background-color: #1a1a1a;
    display: flex;
    padding: 0px 15px;
}

.pmbox {
    background: none;
    color: #666666;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.pmbox.active {
    color: #fff;
    border-bottom: 1px solid #a98b3e;
}

.promo-left {
    width: 40%;
    border-radius: 10px;
    border: 1px solid #ae9040;
}

.promo-left img {
    border-radius: 10px;
}

.promo-right {
    width: 45%;
}

.card-promo {
    margin-bottom: 20px;
}

.promo-bnr {
    background: #000;
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: space-between;
}

.promo-bnr:hover {
    color: #fff;
}

.pm-boxer_inner {
    padding: 15px;
}

.pm-boxer_inner h4 {
    color: #ffffff;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.pm-btn-group {
    display: flex;
    justify-content: space-between;
    max-width: 50%;
}

.pm-btn-group button {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moreinfo_btn {
    background: linear-gradient(to bottom, rgb(254 0 0) 0%, rgb(135 0 1) 100%);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.apply_btn {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}


.card-body.promo {
    font-size: 12px;
    background: #1a1a1a;
    color: white;
    text-align: left;
    border: none;
    padding: 20px;
    border-radius: 10px;
}

.card-body.promo ul {
    padding-left: 20px;
    list-style: auto;
}

.card-body.promo h5 {
    color: #ff7200;
    text-transform: uppercase;
    font-size: 16px;
}

#filter-box {
    padding-bottom: 50px;
}
.promo-inner-body td{
    padding: 10px;
}
.promo-timing {
    width: 15%;
}

.timing-wrap {
    display: flex;
    justify-content: space-between;
}

.day-wrap {
    text-align: center;
    width: 30%;
}

.day-1 {
    background: #1a1a1a;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
}

.day-1 span {
    margin-left: 10px;
    margin-right: 10px;
}

.date-wrap {
    text-align: center;
    width: 65%;
}

.grey-day {
    padding: 10px;
    color: #666666;
    font-size: 13px;
}

.grey-day span {
    margin-left: 10px;
    margin-right: 10px;
}

.remain-time {
    color: #666666;
}

.form-check {
    padding-left: 0;
}

.form-check-label {
    padding: 20px;
    margin-right: 10px;
    margin: 0;
    color: #666666;
}

.form-check-label a {
    color: #cc5600 !important;
}

.form-check-label input[type=checkbox] {
    position: relative;
    border: 1px solid #fff;
    border-radius: 6px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 30px;
    width: 45px;
    -webkit-appearance: none;
    opacity: 0.5;
    padding: 5px;
    font-size: 16px;
}

.form-check-label input[type=checkbox]:hover {}

.form-check-label input[type=checkbox]:checked {
    border: 1px solid #666666;
    color: #fff;
    opacity: 1;
}

.form-check-label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.captcha {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 155px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.next-btn,
.depo-btn {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;

    padding: 10px 25px;
    font-size: 15px;
}

.next-btn,
.depo-btn:hover {
    color: #000;
}

.forget-password-container a {
    text-decoration: underline !important;
    color: #1e90ff !important;
}

.help-container a,
.prompt-create a {
    color: #cc5600
}

/* SLOTS */
.slot-nav {
    width: 100%;
}

.slot-nav ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
    border-bottom: none;
}

.slot-nav ul li a {
    background: #1a1a1a;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    padding: 10px 20px;
    border-radius: 25px !important;
    color: #666666;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.slot-nav ul li a div:first-child {
    width: 35%;
    text-align: left;
    margin-right: 10px;
}

.slot-nav ul li a div:last-child {
    width: 55%;
    text-align: left;
    font-size: 13px;
}

.slot-nav .nav-item.show .nav-link,
.slot-nav .nav-link.active {
    border: 1px solid #ae9040;
    background: none !important;
    color: #fff;
}

.slot-nav .nav-link:focus,
.slot-nav .nav-link:hover {
    border: 1px solid #ae9040;
    color: #fff;
}

.slot-nav ul li a img {
    margin-right: 10px;
    max-height: 40px;
}

.slot-product {
    width: 100%;

}

.image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.568);
}

.mini-box:hover .overlay {
    opacity: 1;
}

.mini-box {
    position: relative;
    width: 100%;
    padding: 2px;
}

.btn-playmini {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    background-size: 100% 100%;
    color: #fff;
    padding: 5px;
    border-radius: 25px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 65%;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-playmini:hover {
    color: #000;
}

.game-text {
    padding: 10px;
}

.slot-catergory {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    align-items: center;
}

.slot-catergory-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    align-items: center;
}

.slot-content form.search-form {
    display: flex;
    justify-content: flex-end;
    width: 23%;
    color: #fff;
    margin-left: auto;
}

.slot-content label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}

.slot-content input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 40px;
    border-radius: 0;
    color: #fff;
}

.slot-content input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}

.search-form {
    margin-bottom: 20px;
}

.search-form label {
    border-radius: 25px;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
}

.search-form input {
    background: none;
    border: none;
}

.screen-reader-text {
    width: 10%;
    color: #666666;
}

/* VIP */
.vip-container {
    padding: 40px 0;
    background: url(../images/common/vip/bg-vip.jpg)no-repeat center top;
}

.vip-table {
    width: 100%;
    margin-top: 40%;
    background: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 38px 3px #ae9040;
}

.vip-table table {
    width: 100%;
}

.vip-table th {
    padding: 15px;
    font-size: 12px;
}

.vip-privilege th:first-of-type {
    text-align: left
}

.vip-privilege th {
    text-align: center
}

.vip-privilege img:first-of-type {
    object-fit: contain;
    object-position: left;
   
}

.vip-privilege-title td {
    text-align: left;
    color: #ae9040;
    padding: 10px 15px;
    text-transform: uppercase;
}

.vip-privilege-content td {
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 12px;
    width: 13% !important;
}

.vip-privilege-content td:first-child {
    width: 23% !important;
}

.vip-privilege-content td:not(:first-of-type) {
    text-align: center;
    color: #ffffff;
    font-size: .875rem;
}

.vip-privilege-content td:not(:first-of-type).white {
    color: #fff;
    font-weight: 700
}

.vip-desc {
    margin: 80px 0;
    padding: 30px;
    border-radius: 10px;
    background: #4848483d;
    color: #ffffff;
    margin-bottom: 0;
}

.vip-desc ul {
    list-style: decimal;
    padding-left: 16px;
    font-size: 13px;
}

.vip-name.normal {
    color: #00c554;
}

.vip-name.bronze {
    color: #d26d37;
}

.vip-name.silver {
    color: #999999;
}

.vip-name.gold {
    color: #fed362;
}

.vip-name.platinum {
    color: #777777;
}

.vip-name.black {
    color: #666666;
}

.border-light {
    border-color: #ae9040 !important;
    border-left: 1px solid;
    border-right: 1px solid;
}

.grey {
    background: #191919;
}

.color-white {
    color: #fff !important;
    text-transform: capitalize !important;
}

/* BACKEND */
/*** Member page ***/

.member-page-wrpr {
    width: 100%;
    min-width: 960px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
}

.member-page-sidebar {
    display: flex;
    flex-direction: column;
    width: 22%;
    padding: 48px 3% 0 0;
}

.member-page-sidebar h3 {
    margin: 0;
    padding: 0;
}

.member-page-sidebar ul {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(49 49 49 / 98%);
    list-style: none;
    padding-left: 0;
}

.member-page-sidebar ul li {
    margin: 16px 0;
}

.member-page-sidebar ul li:last-child {
    margin: 16px 0 0;
}

.member-page-sidebar ul li a {
    padding: 4px 0;
    color: #fff;
}

.member-page-sidebar ul li a:hover {
    font-weight: 700;
    color: #ae9040;
}

.member-page-sidebar ul li.active {
    border-left: 5px solid #ae9040;
    font-weight: 700;
    padding-left: 16px;
}

.member-page-sidebar .member-vip {
    height: 144px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.profile--vipimg {
    display: block;
    max-width: 50px;
    margin-bottom: 16px;
}

.profile--lastlogged {
    display: block;
    margin: 4px 0 0;
    font-size: 0.75em;
}

.profile--user {
    font-weight: 700;
}

.vip-spade {
    color: #fff;
    background: darkgoldenrod;
}

.profile--level {
    display: block;
    margin: 8px auto 0;
    padding: 4px 8px;
    border-radius: 25px;
    width: 88px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;
    cursor: default;
}

.btn-mem-logout {
    display: block;
    width: 100%;
    background: none;
}

.btn-mem-logout a {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 8px;
    color: #fff;
}

.member-page-content {
    width: 80%;
    padding: 48px 0 0;
}

.status-info-wrpr {
    width: 100%;
    /* height: 144px; */
    color: #fff;
    background: rgb(59, 59, 59);
    background: -moz-linear-gradient(0deg, rgba(59, 59, 59, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(59, 59, 59, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: linear-gradient(0deg, rgba(59, 59, 59, 1) 0%, rgba(25, 25, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b3b3b", endColorstr="#191919", GradientType=1);
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.vip-details-wrpr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255 255 255 / 0.15);
}

.vip-details-wrpr .member-label {
    display: block;
    font-size: 0.75em;
    margin: 0 0 4px;
}

.member-level,
.member-verify {
    width: 20%;
    padding: 16px;
    text-align: center;
}

.member-progress {
    width: 60%;
    padding: 16px 5%;
    border-right: 1px solid rgba(255 255 255 / 0.15);
    border-left: 1px solid rgba(255 255 255 / 0.15);
}

.member-progress .darkg {
    background-color: rgba(0 0 0 / 0.25);
}

.progress-bar-wrpr {
    width: 45%;
    margin: 8px 0 0;
}

.required-amount {
    font-size: 0.75em;
    margin: 9px 0 0;
}

.progress-stats {
    display: flex;
    justify-content: space-between;
}

.member-verify ul {
    display: flex;
    justify-content: space-evenly;
    gap: 16px;
}

.member-verify ul li i {
    font-size: 1.2em;
    margin: 4px 0 0;
}

.member-verify ul li {
    display: flex;
    color: rgba(255 255 255 / 0.5);
}

.member-verify ul li.verified {
    color: forestgreen;
}

.member-verify ul li.smaller-ico {
    font-size: 0.85em;
    margin: 2px 2px 0 0;
}

.main-wallet-details {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
}

.main-wallet-details .main-wallet {
    width: 80%;
    display: flex;
}

.main-wallet .main-wallet-info {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-self: center;
}

.main-wallet .main-wallet-info .main-wallet-label {
    font-size: 0.65em;
}

.main-wallet .main-wallet-info .main-wallet-cur {
    font-size: 1em;
}

.main-wallet .main-wallet-balance {
    display: block;
    margin: 0 16px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 700;
    align-self: center;
}

.btn-wallet-restore {
    width: 150px;
    line-height: 32px;
    align-self: center;
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    border-radius: 25px;
    border: none;
}

.btn-wallet-restore a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.75em;
    text-shadow: 0 0 10px #fff;
    border-radius: 25px;
}

.member-page-2col {
    display: flex;
    justify-content: space-between;
    background: #1a1a1a;
    padding: 32px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.member-content {
    width: 65%;
}

.member-warning {
    width: 30%;
    margin-top: 56px;
}

.member-warning ul li {
    font-size: 0.75em;
    list-style-type: decimal;
    margin: 0 0 8px 16px;
    line-height: 120%;
}

.wallet-trx {
    margin: 32px 0;
}

.trx-form-group {
    margin: 0 0 24px;
    position: relative;
}

.trx-form-group .trx-desc {
    display: block;
    font-size: 0.85em;
    margin: 0 0 4px;
}

.trx-form-group input[type=text],
.trx-form-group input[type=number],
.trx-form-group select {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 11px;
    color: #191919;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
}

.trx-form-group select {
    -webkit-appearance: none;
    min-height: 40px;
}

.trx-form-group .trx-select-ico {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.trx-form-group .float-ico {
    position: relative;
}

.trx-form-group input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.trx-form-group input[type="radio"]:checked+label {
    border: 0;
    color: #ff6529;
    border: 2px solid #ff6529;
    background: #fff;
}

.trx-form-group .bank-nobtn {
    width: 19%;
    padding: 8px 0;
    text-align: center;
}

.trx-form-group .bank-radiobtn {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #fff;
}

.trx-form-group .bank-radiobtn img,
.trx-form-group .bank-nobtn img {
    max-width: 50%;
}

.trx-form-group .amount-radiobtn {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #fff;
    color: #000;
}

.trx-form-group .select-promo {
    width: 100%;
    margin: 0 0 4px;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #f2f2f2;
    background: #f2f2f2;
}

.trx-form-group .btn-max {
    padding: 8px;
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    border-radius: 6px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

.trx-form-group .btn-max a {
    color: #ffffff;
}

.trx-bank-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.trx-bank-card .bank--desc {
    width: 25%;
    padding: 8px 0;
    text-align: right;
    font-size: 0.85em;
    align-self: center;
}

.trx-bank-card .bank--details {
    width: 53%;
    margin: 0 0 0 2%;
    padding: 8px 4px;
    font-weight: 700;
    align-self: center;
}

.trx-bank-card .bank--copy {
    width: 20%;
    padding: 4px;
    align-self: center;
    cursor: pointer;
}

.trx-rd-wrpr {
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16% 16%;
    gap: 0.8%;
    margin: 4px 0 0;
}

.trx-method {
    display: flex;
    gap: 1%;
    justify-content: space-between;
}

.trx-method a {
    color: #191919;
}

.trx-method>.active {
    border: 2px solid #ff6529;
}

.trx-options {
    width: 19%;
    text-align: center;
    border: 1px solid rgba(17, 17, 17, 0.1);
    padding: 4px 0;
    border-radius: 8px;
    background: #fff;
}

.trx-options img {
    max-width: 80%;
}

.bank-desc {
    font-size: 0.65em;
    display: block;
    margin: 4px auto;
    color: #000;
}

.secured-msg {
    margin: 24px auto 0;
    display: block;
    text-align: center;
}

.trx-form-group .date {
    width: 49%;
    margin: 0 auto;
    display: block;
    padding: 11px;
    color: #191919;
    background: rgb(255 255 255);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    -webkit-appearance: none;
    min-height: 40px;
}

.date-wrpr {
    display: flex;
}

span.rangeto {
    margin: 0 4px;
    align-self: center;
}

.trx-attention {
    margin: 24px 0 0;
}

.trx-attention ul li {
    list-style-type: decimal;
    margin: 8px 0 0 16px;
    font-size: 0.85em;
    line-height: 120%;
}

.btn-action {
    display: block;
    width: 50%;
    margin: 48px auto 0;
    background: none;
    border: none;
}

.btn-action a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    border-radius: 8px;
}

.sidebar-wallet-wrpr,
.sidebar-bank-details {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-top: 56px;
}

.sidebar-wallet {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
}

.sidebar-wallet .side-wallet-provider {
    font-size: 0.85em;
    display: block;
    margin: 0 0 8px;
}

.sidebar-wallet .side-wallet-balance {
    font-weight: 700;
}

.sidebar-info h4 {
    display: block;
    width: 100%;
    padding-left: 16px;
    margin: 0 0 16px;
    border-left: 5px solid #ae9040;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 16px;
}

.member-warning ul {
    padding-left: 0;
}

.sidebar-info p {
    font-size: 0.75em;
    margin: 0 0 16px;
    padding: 0;
}

.sb-bank-card {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.sb-bank-title {
    font-weight: 700;
}

.sb-bank-label {
    display: block;
    font-size: 0.75em;
    margin: 16px 0 4px;
}

.profile-edit-wrpr {
    margin: 32px 0;
}

.pf-form-group {
    margin: 0 0 24px;
    position: relative;
}

.pf-form-group .float-ico {
    position: relative;
}

.pf-form-group .pf-select-ico {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.pf-form-group input[type=text],
.pf-form-group input[type=password],
.pf-form-group input[type=number],
.pf-form-group input[type=email],
.pf-form-group select,
.pf-birth {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 11px;
    color: #191919;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
}

.pf-birth,
.pf-form-group select {
    min-height: 40px;
    -webkit-appearance: none;
}

.pf-warning {
    display: block;
    margin: 4px 0 0;
    font-size: 0.85em;
    color: #525252;
}

.pf-form-group .pf-desc {
    display: block;
    font-size: 0.85em;
    margin: 0 0 4px;
}

.bank-account-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 32px;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: #fff;
    color: #000;
}

.bank-account-card h4 {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 8px 8px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.bank-account-card .bank--desc {
    width: 45%;
    padding: 4px;
    text-align: right;
    font-size: 0.85em;
    align-self: center;
}

.bank-account-card .bank--details {
    width: 55%;
    padding: 4px;
    font-weight: 700;
}

.bank-add-new a {
    display: block;
    padding: 16px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 100%);
    color: #fff;
}

.profile-benefit {
    display: flex;
    margin: 32px 0;
    justify-content: space-between;
}

.profile-edit-wrpr p {
    margin: 0 0 32px;
    text-align: center;
}

.profile-benefit .profile-vip,
.profile-benefit .profile-share {
    display: flex;
    width: 49%;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    padding: 8px;
}

.profile-benefit .info--ico {
    width: 25%;
    margin: 0 2% 0 0;
    align-self: center;
}

.profile-benefit .info--ico img {
    max-width: 100%;
}

.profile-benefit .info--details {
    width: 73%;
    align-self: center;
}

.profile-benefit .info--title {
    display: block;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-benefit .info--desc {
    color: #525252;
    font-size: 0.65em;
}

.inbox-table {
    font-size: 0.85em;
    color: #fff;
}


.inbox-table a {
    color: #fff;
}

.inbox-content p {
    margin: 0 0 8px;
    line-height: 120%;
}

.btn-close {
    background: none;
    color: #fff;
    border: none;
}

/*download*/
.body_download {
    background: url(../images/download/downloadbg.jpg) center top / cover;
}

.t-content .t-nav .t-border1 {
    border-color: #ae9040;
}

#mobileTabPill {
    border-style: solid;
    border-width: 1px;
}

#mobileTabPill .t-text1 {
    color: #000000;
}

#mobileTabPill .nav-link {
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}

#mobileTabPill .nav-link.active {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #ffffff;
}

#mobileTabPill .nav-link:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#mobileTabContent .mobile-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

#mobileTabContent .mobile-info table {
    max-width: 400px;
    margin: 0;
}

.t-content .t-bg {
    background: #fff;
}

.mobile-item img {
    width: 200px;
}

.mobile-item a {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    display: block;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    max-width: 50%;
    margin: 0 auto;
}

.t-content .t-title {
    color: #1f1f1f;
}

.mobile-info table {
    max-width: 400px;
    margin: 0;
}

.mobile-info table th {
    background: #1f1f1f;
    color: #fff;
}

/*downloadEND*/
.lang-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.lang-menu {
    padding: 15px;
    min-width: 250px;
    background: #010205;
    border: 1px solid #516997;
}

.lang-drop-menu {
    color: #fff;
}

.region-wrap {
    display: flex;
    justify-content: unset;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #516997;
}

.lang-drop-menu i {
    font-size: 30px;
    color: #005fa0;
}

.bb-none {
    border-bottom: none;
}

.reginItem {
    margin-bottom: 10px;
}

.language-sec {
    height: 100vh;
    background-size: cover;
    padding: 10px;
    background: #023431 url(../images/bg-index.jpg)no-repeat center;
}

.lang-title {
    font-size: 25px;
    color: #ffe001;
    padding: 5px;
    text-align: center;
    background: #001315;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 20px;
}

.region_box .reginItem .iconsAndText {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.1rem;
    justify-content: space-between;
}

.region_box .reginItem .iconsAndText>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.region_box .reginItem .iconsAndText>ul>li {
    height: 0.72rem;
    border-right: 0.02rem solid #cccccc;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.region_box .reginItem .iconsAndText>ul>li:last-child {
    border-right: none;
}

.iconsAndText img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-left: 0;
}

.region_box .reginItem .title {
    font-size: 11px;
    color: #929292;
    line-height: 100%;
}

.region_box {}

.mainFont {
    color: #fff !important;
    font-size: 10px;
}

.region-text {
    margin-left: 15px;
    text-transform: uppercase;
}

.lang-btn img {
    max-width: 20px;
}

.info_custom {
    background: #00000096;
    color: #fff;
    padding: 15px;
}

#tncList .card {
    margin-bottom: 5px;
    background: transparent;
    border: none;
    border-radius: 0px;
}

#tncList .card-header {
    padding: 0;
    border-radius: 0;
}

#tncList .card-header button {
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #ffffff26;
}

#tncList .t-bg2 {
    background: #fff;
}

#tncList .t-text2 {
    color: #1f1f1f;
}

.info_custom #contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info_custom #contact li {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: bold;
}

.info_custom #contact li.t-bg {
    color: #000;
    background: #fff;
}
.info_custom .t-thm-text2 {
    color: #f13434;
}

.info_custom .t-text-active {
    color: #86221f;
}
.info_custom #contact li:not(:last-child) {
    margin-bottom: 10px;
}
.table-hover tbody tr:hover {
    color: #bd9f4b;
    background-color: rgba(0,0,0,.075);
}
/* EVENT */
.dropitem.pmc{
    grid-template-columns: repeat(2,1fr);
    max-width: 615px;
}
/*tournament*/
.body_tournament {
    background: url(../images/common/event/bg-tnm.jpg) center top / cover;
}

.tournament_top {
    display: flex;
    justify-content: space-around;
    max-width: 500px;
    margin: auto;
    padding-top: 30px;
}

a.tournament_swap {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

a.tournament_swap.active {
    text-shadow: 0px 1px 4px #ff9800, -2px -1px 7px #ff9800;
}

.countdown_txt {

    color: #fff;

    font-size: 32px;

    text-transform: uppercase;

    font-weight: 500;
}

.sw__hero__countdown__dates {

    color: #fff;

    font-size: 43px;
}

.spanmid {

    color: #fff;

    font-size: 46px;
}

.tournament_count_wrap {
    text-align: center;
    line-height: 1.1;
    padding: 30px 0;
    font-weight: 500;
}

.tournament_count_wrap_time {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.tournament_count_wrap_time:before {
    content: '';
    background-image: url(../images/common/event/bdr-left.png);
    width: 379px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    left: 10%;
    top: 40%;
    background-size: contain;
}

.tournament_count_wrap_time:after {
    content: '';
    background-image: url(../images/common/event/bdr-right.png);
    width: 379px;
    height: 10px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10%;
    top: 40%;
    background-size: contain;
}

.tournament_top_img {
    text-align: center;
}

.tournament_top_title {
    margin-top: 0;
}

.ttl-tour {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-gap: 25px;
}

.ttl-tour-all img {
    width: 90%;
}

.ttl-tour-center img {
    width: 105%;
}

.ttl-tour-all-txt {
    color: #fff;
    font-size: 10px;
    line-height: 1.1;
}

table.tournament_table_wrap {
    border: 1px solid #e0c366;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}

table.tournament_table_wrap tr th {
    background: linear-gradient(to bottom, rgba(234, 206, 110, 1) 0%, rgba(114, 82, 17, 1) 98%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px;
}

table.tournament_table_wrap tr td {
    color: #7c7d80;
    background-color: #000000c2;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 800;
}

table.tournament_table_wrap tr th:first-child {
    border-top-left-radius: 5px;
}

table.tournament_table_wrap tr th:last-child {
    border-top-right-radius: 5px;
}

table.tournament_table_wrap tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

table.tournament_table_wrap tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.tournament_table {
    padding: 30px 0;
    width: 100%;
    margin: auto;
}

button.tournament_btn {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ae8410;
    min-width: 120px;
    padding: 5px;
    border-radius: 5px;
}

.tournament_btn_wrap {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    padding-bottom: 20px;
}

.tournament_modal .modal-bg {
    color: #fff;
}

.tournament_modal .modal-header .close {
    padding: 0px;
    color: #ffae00;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffae00;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: -11px;
    top: -35px;
    background: #000;
}

#tournament_prizepastModal.tournament_modal .modal-header .close {
    padding: 0px;
    color: #ffae00;
    font-weight: 400;
    text-shadow: none;
    border: 3px solid #ffae00;
    border-radius: 56px;
    width: 32px;
    height: 32px;
    opacity: 1;
    margin: 0;
    margin-top: 15px;
    font-size: 26px;
    position: absolute;
    right: 7px;
    top: -9px;
    z-index: 1;
}

.tournament_modal .modal-header {
    border-bottom: 1px solid #ffffff00;
    display: block;
    position: relative;
    padding: 10px 10px 0 10px;
}

.tournament_modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    position: absolute;
    width: 309px;
    top: -20px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #fff000 0%, #ff8a00 60%);
    border-radius: 5px;
    padding: 4px;
    margin: auto;
    border: 1px solid #efb800;
    text-transform: uppercase;
}

.tournament_modal .modal-content {
    background-color: rgb(0 0 0);
    border: 1px solid #efb800;
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
    color: #fff;
}

.tournament_modal .modal-dialog {
    margin-top: 80px;
}

.remark_red {
    color: red;
}

.body_tournament_past {
    background: url(../images/common/event/bg-result.jpg) center top / cover;
}

.tournament_past_wrapper {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 15px;
}

.tournament_past_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.tournament_past_grid_each {
    border: 1px solid #930000;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tournament_past_grid_each img {
    border-radius: 10px;
    width: 100%;
}

.tournament_past_grid_txt{
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 40px;
    top: 67px;
    line-height: 1;
    text-shadow: 2px 1px 6px #ff0000, -2px -1px 7px #ff0000;
}
.tournament_past_grid_txt .grid_txt_th{
    font-size: 18px;
}

.tournament_past_grid_txt_grid {
    display: flex;
}

.tournament_p_title {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 28px;

    line-height: 1.2;

    font-weight: 700;
}

.tournament_p_title2 {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    font-size: 21px;
}

.tournament_p_title3 {

    text-align: center;

    color: #fff;

    background: -webkit-linear-gradient(#fdf5e0 26%, #bf8005 49%, #e7a916 50%, #bf8005 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 52px;

    font-weight: 700;

    line-height: 1;

    margin-top: 20px;
}

.tournament_past_wrap {
    padding-bottom: 30px;
}

.modal_past_content {
    background-image: url(../images/common/event/bg-congratulations.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.tournament_top_img img {
    width: 100%;
}

.body_tournament_wrap {
    padding: 0 10px;
}

.body_tournament_past a.tournament_swap.active {
    text-shadow: 2px 1px 6px #ff0000, -2px -1px 7px #ff0000;
    border-bottom: 4px solid #ffae00;
}

.side-ico.ico-grd.ico_tour img {
    height: 20px;
    filter: grayscale(0) invert(0);
    display: block;
    margin: 0px auto;
}

.tournament_title {
    font-size: 17px;
    font-weight: 700;
}

/*tournamentEND*/
/* PMC */
.event-sec{

}
.body_pmc{
    background: url(../images/common/event/bg-pmc.jpg) center top / cover;
    padding-bottom: 50px;
}
.top-1{
    margin: 50px auto;
    text-align: center;
}
.top-1 img{padding: 0px 30px;}

.top-pmc-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.pmc-money{
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 10px;
}
.pmc-currency{
    font-size: 55px;
    line-height: 1;
    margin-right: 10px;
}
.pmc-number{
    font-size: 91px;
    line-height: 1;
}
.pmc-btn-wrap{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.pmc-btn-left{
    width: 50%;
    text-align: center;
}
.pmc-btn-right{
    width: 50%;
    text-align: center;
}
.pmc-btn-wrap button{background: none;border:none;margin-top: 10px;margin-bottom: 10px;}
.tournament_title.pmc{
    color: #ffc600;
}
.lotto-guide ol{
    padding-left: 15px;
}