@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=roboto:300,400,700,900');
body {
    font-family: "roboto", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
    background: #000;
    max-width: 991px;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}


/** Header **/

.header-top {
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
     background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%);
    border-bottom: 1px solid #2a135b;
}

.logo {
    max-width: 120px;
    /* width: 70px; */
    align-self: center;
}

.logo_login {
    margin: 20px 0px;
}

.inbox-icon {
    position: relative;
    color: #8e8e8e;
}

.login_form_custom {
    display: flex;
    align-items: center;
}

.member-sec {
    padding: 15px 0;
    /* padding-bottom: 60px; */
    background: linear-gradient(to bottom, #f7f7f7 0%, #f0f0f0 50%, #ebebeb 99%);
    margin: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -1px rgb(0, 0, 0, 0.31);
}

.member-label img {
    width: 23px;
    margin-right: 23px;
}

.log-check {
    display: flex;
    padding-bottom: 10px;
    font-size: 12px;
    justify-content: space-between;
}

.btn-submt {
    width: 100%;
    color: #fff;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    background: linear-gradient(#0062c9, #003b79);
    border: none;
}

.btn-submt a {
    color: #000;
}

.forgot-item {
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
}

.forgot-item a {
    color: #6d6d6d;
    font-size: 12px;
}

.forgot-item a i {
    margin-right: 14px;
}

input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    color: #272727;
    border: 1px solid #2c2a2b;
    background-color: #d3d3d3;
    opacity: 1;
    border-top: .04rem solid #bfbfbf;
}

.form-control:focus {
    color: #595959;
    background-color: #e1e1e1;
    outline: 0;
    box-shadow: none;
    border: none;
}

input#chk_rememberme {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.member-label {
    color: #414655;
    font-size: 12px !important;
    font-weight: 600;
    margin-bottom: 0;
}

.login-col a {
    text-decoration: underline;
    color: #777777;
    width: 50%;
}

.msg_icon {
    color: #ffffff;
    font-size: 21px;
    margin-right: 11px;
}

.inbox-icon::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #FB0000;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
}

.title-top {
    padding: 9px 5px;
    font-size: 14px;
    color: #000;
    text-align: center;
     background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%);
    position: relative;
    border-bottom: none;
}

.left-btn {
    position: absolute;
    left: 2%;
    color: #000;
}

.right-btn {
    position: absolute;
    right: 2%;
    top: -5px;
    color: #fff;
    font-size: 19px;
}

.right-btn a,
.right-login-btn a {
    color: #d3d3d3;
    margin-right: 5px;
}

.right-btn-1 {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 17px;
}

.right-btn-1 a {
    color: #414655;
}

.right-member {
    display: flex;
    justify-content: flex-end;
}

.right-member .btn-login {
    padding: 5px;
    background: #eddfcb;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    color: #464646;
}

.right-member .btn-reg {
    padding: 5px;
    background: #00a3e2;
    text-align: center;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
}

.right-login-btn {
    float: right;
    color: #8e8e8e;
    font-size: 22px;
}

button#language-menu img {
    width: 30px;
}

.lang-box {
    top: 10px;
    right: 8px;
}

button#language-menu {
    color: #000;
    font-size: 13px;
    padding: 0;
}

button#language-menu img {
    width: 30px;
}

.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: auto;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.dropdown-menu.language .dropdown-item {
    padding: 7px 10px;
    text-align: center;
    color: #212121;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*sidebar*/

#left_modal_sm .modal-header {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(219, 219, 219, 1) 100%);
    border-radius: 0;
    border-bottom: none;
    padding: 5px 15px;
    align-items: center;
}

#left_modal_sm .modal-header img {
    width: 41px;
}

#left_modal_sm .modal-body {
    background:#2c2a2b;
    padding: 0px 0px;
}

#left_modal_sm .modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: inherit;
    color: #53286c;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: -19px;
}

.side-burger {
    display: flex;
    align-items: center;
    color: #4e2268;
    font-size: 25px;
    height: 47px;
}

.modal.left#left_modal_sm .modal-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
}

.login_modal_after {
    display: grid;
    margin-top: 25px;
    padding-bottom: 20px;
}

.login_head_main {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: auto;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
}

.login_modal_txt {
    color: #fff;
}

#left_modal_sm .modal-header img {
    width: 106px;
}

#left_modal_sm .modal-header .login_modal_after img {
    max-width: 30px;
}

.logout_btn {
    width: 41px;
    font-size: 21px;
}


/*sidebarEND*/


/*index*/

.mobile-slider {
    margin-top: 58px;
}

.btn-register,
.btn-register:hover,
.btn-register:active,
.btn-register:focus,
.btn-register:hover:active {
    color: #000!important;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: normal;
    background: #e5e5e5;
}

.btn-login,
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-login:hover:active {
    color: #260473!important;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
     background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%);
}

.login-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.annouce-sec {
    padding: 4px 0;
    background: #000; color:#FFF;
}

.annuuce-wrapper {
    display: grid;
    grid-template-columns: 10% 85%;
}

.speaker-icon {
    color: #fff;
    font-size: 18px;
}

.anouce-msg {
    align-self: center;
    color: #fff;
}

.lobby-sec {
    width: 100%;
}

.index_tab ul {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 10%);
    flex-wrap: nowrap;
    border: none;
    justify-content: space-between;
    background: #000; 
	border-top: 1px #d69b37 solid;
	border-bottom: 1px #d69b37 solid;
}

.index_tab ul li a.nav-link {
    border: none;
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 5px 10px;
    min-width: 70px;
    font-size: 11px;
    text-transform: uppercase;
}

.index_tab ul li a.nav-link.active {
    color: #eec300;
    background: linear-gradient(to bottom, 
	#0e0f07 0%,
	#292929 25%, 
	#2f2f2f 85%, 
	#171717 100%);
    border: none;
    border-radius: 0;
}

.index_tab ul li a img {
    width: 32px; 
	filter: brightness(0) invert(1);
}

.index_tab ul li a.active img {filter: none;}

.lobby-sec .container {
    margin: 0 auto;
    max-width: 991px;
}

.lobby-sec .tab-content {
    background-color: #2c2a2b;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
	border:1px solid #de9536;
}

.tab_product_main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    grid-row-gap: 15px;
}

.txt_product {
     background: -webkit-linear-gradient(#fde57b, #d99f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 12px;
    text-transform: uppercase; font-weight:700;
}

.most_txt {
    color: #000;
    margin: 10px 0px 5px 0px;
    font-size: 12px;
}

.main_most_scroll {
    overflow: hidden;
    overflow-x: scroll;
    display: -webkit-box;
}

.main_most {
    width: 80%;
    padding: 10px;
    margin-right: 10px;
    padding-bottom: 0.6rem;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    background:#2c2a2b;
	color:#FFF;
}

.p1_main {
    margin-top: 0.45rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_main {
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 10px;
}

.main_play {
    margin: 15px 0px;
    margin-bottom: 5px;
    text-align: center;
    background: -webkit-linear-gradient(#fde57b, #d99f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.most_txt {
    color: #000;
    margin: 10px 0px 5px 0px;
    font-size: 12px;
}

.main_refer {
    border-top: #f7f7f7 1px solid;
    border-bottom: #d8d8d8 1px solid;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 99%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 99%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e9e9e9 99%);
    padding: 20px;
}

.main_free {
    color: #0058b4;
}

.main_free_sub {
    font-size: 10px;
}

.refercode {
    display: flex;
    margin-top: 15px;
}

.refercode input {
    width: 100%;
    margin-right: 3%;
    border: dashed 1px #000;
    border-radius: 4px;
    background-color: #fff;
    padding: 7px;
    color: #000;
    font-weight: 700;
}

.license {
    width: 100%;
    text-align: center;
    color: #969495;
    padding-bottom: 50px;
}

.license p {
    line-height: 15px;
    font-size: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.wallet-sec {
    box-shadow: none;
    padding: 15px 5px 0;
    border-radius: 6px;
    color: #5b5a5a;
    background: transparent;
    border: none;
    margin-top: 46px;
}

.payment-menu {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 0;
    color: #bcbcbc;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e9e9e9 99%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #e9e9e9 99%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #e9e9e9 99%);
}

.top-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.eye-box {
    width: 20%;
}

.balance-box {
    width: 60%;
}

.restore-box {
    width: 20%;
    text-align: end;
    color: #000;
}

.eye-box img {
    max-width: 20px;
    filter: invert(1);
}

.balance-text {
    color: #ffb800;
    font-size: 12px;
}

.balance-box .bot-b {
    align-items: unset;
    display: flex;
    color: #000;
}

.balance-box span {
    font-size: 8px;
    margin-right: 6px;
}

.balance-box img {
    max-width: 15px;
    margin-left: 7px;
    max-height: 15px;
    margin-top: 2px;
}

.restore-box {
    width: 20%;
    text-align: end;
    color: #000;
}

.restore-box div {
    font-size: 10px;
    margin-right: 4px;
    margin-top: 2px;
    color: #000;
}

.bottom-balance {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
    padding-top: 10px;
}

.bottom-col {
    text-align: center;
    color: #000;
    font-size: 10px;
}

.bottom-col div {
    margin-top: 5px;
}

.mobile-slider.index_aflog {
    margin-top: 10px;
}


/*footer*/

.t-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 94%;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 0;
    background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 99;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 0px;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-wrapper a {
    color: #000;
    font-size: 10px;
    padding: 5px 0px;
}

.menu-wrapper a.active {
    color: #000;
    background-color: transparent;
}

.menu-wrapper a img {
    max-width: 32%;
    display: block;
    margin: auto;
    filter: brightness(0) invert(0);
}

.menu-wrapper a.active img {
    filter: brightness(0) invert(0);
}


/** Download **/

.download-sec {}

ul#download-tab {
    background: #161616;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.nav-tabs.download-tabs {
    border-bottom: 1px solid #ffc107;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.1);
}

ul.nav-tabs.download-tabs .nav-link {
    border-bottom: 3px solid transparent;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background: #a9a9a9;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    border: 0;
}

.nav-tabs.download-tabs .nav-item.show .nav-link,
.nav-tabs.download-tabs .nav-link.active {
    color: #000;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(219, 219, 219, 1) 100%);
}

div#downloadTabContent {
    padding: 20px 0 60px;
}

.dlwrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
}

.dl-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    border: 1px solid #fde57b ;
    box-shadow: 0 0 7px 0px rgb(0, 0, 0, 0.3);
    text-align: center;
    background-color: #4949495c;
}

.dl-item img {
    width: 100%;
}

a.play-dl {
   background: linear-gradient(to bottom,
	#fde57b 0%, 
	#d99f31 100%);
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 55px auto;
    padding: 4px 5px;
}

.play-dl i,
.dl-btn i {
    font-size: 18px;
}

.play-dl div {
    align-self: center;
    text-align: center;
}

.play-dl img {
    max-width: 21px;
}

.dl-btn {
    background: linear-gradient(to bottom,
	#fde57b 0%, 
	#d99f31 100%);
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    padding: 4px 5px;
}

.dl-btn:hover,
.dl-btn:focus {
    color: #fff;
}

.dl-btn div {
    align-self: center;
    text-align: center
}

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 900;
    color: #000000;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #ffffff;
    color: #fff;
    border: 1px solid #eaecf0;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    border: 1px solid #fff;
    background: #e6e6e6;
    color: #5b5b5b;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #000000;
}

.dld-wrap {
    position: relative;
    margin: 10px auto;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: url(../images/dl-btn.png)no-repeat center;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: linear-gradient(to bottom,  #d99f31 0%, #fde57b 25%,  #dda125 85%,  #d99f31 100%);
    /* border: 1px solid #873eb1; */
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* BLOG */

.blog-wrapper {
    margin: 0 auto;
    background: #e9e9e973;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 20px;
    border-radius: 9px;
    border: 1px solid #4e2268;
}

.blog-title-box {
    background: transparent;
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    background:#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: grid;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.blog-time-title {
    color: #ffffff;
}

.blog-time-title p i {
    margin-right: 10px;
}

.blog-content {
    color: #e8e8e8;
    margin-bottom: 15px;
    font-size: 12px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px;
    border-radius: 15px;
   background: linear-gradient(to bottom,
	#fde57b 0%, 
	#d99f31 100%);
    margin: 0 auto;
    justify-content: space-between;
    color: #000;
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 4px;
}

.seperate-line {
    height: 5px;
    width: 80%;
    margin: 0 auto;
   background: linear-gradient(to right,
	#fde57b 0%, 
	#d99f31 100%);
    border-radius: 10px;
}


/** Promotion **/

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.pmbox {
    display: inline-flex;
    text-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    font-size: 15px;
    color: #000;
    padding: 10px 18px;
}

.pmbox.active {
    color: #000;
 background: linear-gradient(to bottom, 
	#fde57b 0%, 
	#d99f31 100%);border-bottom: none;text-shadow: 0 1px 1px #fff;
}

.promo-content {
    padding: 15px;
    padding-bottom: 70px;
}

.promo-bx {
    position: relative;
}

.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}

.promo_img img {
    width: 100%;
}

.pm-boxer {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px;
}

.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
    color: #1A1A1A;
}

.date-promo i {
    color: #505050;
}

.pmbx {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #4a4a4a;
    border: 1px solid #7d7d7d3d;
    margin-top: 15px;
}

.prosm-title {
    color: #ffda6b;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.ptable {
    overflow: auto;
}

.promo-table {
    text-align: center;
}

.promo-table tr th {
    background: #00a3e2;
    color: #fff;
    font-weight: 500;
    padding: 8px 3px;
    border: 1px solid #262626;
}

.promo-table tr td {
    background: #fff;
    padding: 8px 3px;
    border: 1px solid #262626;
}

#promo-1 .modal-body {
    background-color: #161616;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(whitesmoke, #e6e6e6);
}

.promo-bx {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(whitesmoke, #cbcbcb);
}

.p1_promo {
    margin-top: 0.45rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_promo {
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 10px;
}

.promo_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    grid-gap: 5px;
}

.btn-common {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    height: 1.1rem;
    display: inline-block;
    line-height: 1.1rem;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
}

.btn-blue-promo {
    line-height: 1rem;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(219, 219, 219, 1) 100%);
    color: #260473;
    border-radius: 5px;
}

.btn-red-promo {
    line-height: 1rem;
    white-space: nowrap;
    color: #000;
     background: linear-gradient(to bottom, 
	#fde57b 0%, 
	#d99f31 100%);
    border-radius: 5px;
}

.promo_modal_custom .modal-header {
    border-bottom: 2px solid #ffffff;
    color: #000000;
    background: #ffffff;
}

.promo_modal_custom .modal-body {
    background-color: #161616;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(whitesmoke, #e6e6e6);
}

.logo_login {
    margin: 50px auto;
    width: 290px;
}


/* INFO */

.info-center {
    padding: 15px 15px;
    border-bottom: none;
    padding-top: 0px;
}

.info-center a {
    color: #000000;
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
}

.info-center a:hover {
    color: #6dace1;
}

.info-sec {}

.info-sec .container-fluid {
    max-width: 900px;
}

.inforow {
    text-align: center;
    color: #fff;
}

.title-info {
    text-align: center;
    background: #013B7A;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 17px;
}

.info-menu-wrapper {
    display: inline-block;
    text-align: center;
}

.info_item {
    display: block;
    color: #8d8d8d;
    text-align: center;
    font-size: 17px;
    padding: 15px 0;
}

.info_item img {
    filter: grayscale(1);
    margin-bottom: 15px;
}

.info_item:hover,
.info_item.active {
    color: rgb(0, 112, 209);
}

.info_item:hover img,
.info_item.active img {
    filter: none;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #d3d3d3;
}

button.btn-tnc {
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(219, 219, 219, 1) 100%);
    color: #eec300;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
}

.tnc-body {
    padding: 20px 15px;
    color: #9f9f9f;
    text-align: initial;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #8d8d8d;
}

.termcaps {
    color: #fff;
    font-size: 13px;
    margin: 10px 15px;
    text-align: justify;
}

.tnc-header {
    text-align: left;
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(219, 219, 219, 1) 100%);
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #4e2268;
    color: #4e2268!important;
    font-size: 13px;
}

.accordion .tnc-header:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
    float: right;
    content: "\f068";
}

.accordion .tnc-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.table-second {
    margin: 20px 0px;
}

.table-second>tbody>tr>th {
    border: 1px solid #303030;
    background: #303030;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}

.table-second>tbody>tr>td {
    border: 1px solid #2a135b;
    background: #ffffffe0;
    padding: 5px;
    color: #000000;
}


/*contact*/

.contact-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px;
    background: #ffffff9c;
    margin-bottom: 10px;
}

.contact-box-img {
    min-height: 50px;
    min-width: 50px;
    font-size: 35px;
    color: #00a3e4;
}

.contact-box-img img {
    height: 50px;
    width: auto;
}

.m-text-title {
    font-size: 12px;
    color: #0066d1;
}

.m-text-detail {
    font-size: 12px;
    color: #2a135b;
}

.contact-us-text {
    color: #2a135b;
    margin-left: 20px;
}

.contact-us-sec {
    /* padding-bottom: 70px; */
}


/*profile*/

.account_edit_top {
    border-top: .02rem solid #0066d1;
    border-bottom: .04rem solid #e2e2e2;
    min-height: 12rem;
    background: #eaecf0;
    padding: 13px;
    font-size: 12px;
}

.account_edit_top>table {
    width: 100%;
    margin-bottom: .64rem;
    border-collapse: collapse;
}

.account_edit_top>table .account_info_key {
    color: #6a8cb0;
}

.account_edit_top>table tr>td {
    width: 50%;
}


/*afterlogin*/

.card-btm {
    margin-top: 0px;
    font-size: 12px;
    padding: 0px 0 0px 0;
    border-radius: 6px;
}

.user_box {
    border-bottom: .04rem solid #9a9999;
    width: 100%;
    height: auto;
    background:#2c2a2b;
    padding: 10px 0px;
    color: #fff;
}

.restore_btn {
    width: 102px;
    background: #eaeaea;
    border-radius: 3px;
    min-height: 37px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #000;
}

.balance-wrapper {
    color: #fff;
    background: #353941;
}

.bln-box {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    padding: 7px 20px;
    position: relative;
}

.history-part {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer;
    padding: 7px 20px;
    color: #fff;
}

.history-part:hover,
.history-part:focus {
    color: #fff;
}

.history-part img {
    max-width: 22px;
    margin-left: 8px;
}

.bln-box {
    color: #fff;
    text-align: left;
}

.bln-box.collapsed {
    color: #fff;
}

.bln-box.collapsed:before {
    content: '+';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 49px;
}

.bln-box:before {
    content: 'x';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 7px;
    right: 49px;
}

.bln-body {
    padding: 10px 0px;
    border-top: 1px solid #9a9999;
    background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e6e6e6));
    background: -webkit-linear-gradient(whitesmoke, #e6e6e6);
    background: -o-linear-gradient(whitesmoke, #e6e6e6);
    background: linear-gradient(whitesmoke, #e6e6e6);
    color: #6d6d6d;
    padding-bottom: 0px;
}

table.bln-table tr td {
    padding: 10px;
}

table.bln-table tr {
    border-bottom: 1px solid #d3d3d3;
}

table.bln-table tr td:first-child,
table.bln-table tr th:first-child {
    text-align: left;
}

table.bln-table tr th {
    padding: 10px;
    color: #6d6d6d;
    font-weight: 500;
}

.menu-wallet {
    padding: 8px 0;
}

.wallet-btn {
    background: #ececec;
    color: #000;
    font-size: 14px;
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px 5px;
    border-radius: 9px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.wallet-btn.active {
    background: #0db0f0;
    color: #fff;
}

.withdrawal-sec {
    padding-bottom: 40px;
}

.withdrawal-wrapper {
    padding: 0 20px;
}

.bank-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #000;
    grid-gap: 12px 2px;
    padding: 15px 0;
    border-bottom: 2px solid #0db0f0;
    margin-bottom: 15px;
    font-size: 14px;
}

.wallet-input {
    border: none;
    border-bottom: 2px solid #0db0f0;
    background: transparent;
    padding: 8px 2px 0 2px;
}

.wallet-input:focus {
    outline: none;
}

.wallet-input~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #dfdfdf;
    transition: 0.4s;
}

.wallet-input:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.account-box-wrapper_custom {
    margin: 10px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 120%), linear-gradient( 170deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 51%);
    border-radius: 10px;
}

.account-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 10px 0px;
}

.ac-box {
    padding: 10px 10px;
    border-top: none;
}

.ac-box a {
    color: #eec300;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
}

.ac-box img {
    max-width: 35px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
   
	   filter: brightness(0) invert(1);
}

.border_fund {
    border-right: 1px solid #e2e2e2;
}

.border_fund:last-child {
    border-right: none;
}

hr.fund_hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-top: 1px solid rgb(255 255 255 / 36%);
}

.main_most {
    width: 80%;
    padding: 10px;
    margin-right: 10px;
    padding-bottom: 0.6rem;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    background:#2c2a2b; color:#FFF;
}

.most_txt {
    color: #fff;
    margin: 10px 0px 5px 0px;
    font-size: 12px;
}

.p1_main {
    margin-top: 0.45rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}

.p2_main {
    color: #fff;
    margin-bottom: 0;
    font-size: 10px;
}

.main_play {
    margin: 15px 0px;
    margin-bottom: 5px;
    text-align: center;
    color: #4e2268;
}

.main_most_scroll {
    overflow: hidden;
    overflow-x: scroll;
    display: -webkit-box;
}


/*afterlogin_tab*/

.afterlogin_tab {
    margin-top: 10px;
    margin-bottom: 40px;
}

.afterlogin_tab .nav-tabs .nav-link {
    background: linear-gradient(to bottom, #f7f7f7 0%, #e9e9e9 99%);
    font-size: 10px;
    color: #7a7a7a;
    margin-right: 5px;
}

.afterlogin_tab .nav-tabs .nav-item:first-child {
    margin-left: 5px;
}

.afterlogin_tab .nav-tabs .nav-link.active {
    background: #f3d86d;
    color: #000;
}

.radio-container {
    padding-left: .6rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
}

.deposit-bank-account-grid {
    display: grid;
    grid-template-columns: 12% 17% auto;
    align-items: center;
    color: #fff;
}

.deposit_bank_img img {
    width: 40px;
}

.radio_bg {
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
}

.msg_T {
    display: none;
}

.account_edit_top {
    border-top: .02rem solid #0066d1;
    border-bottom: .04rem solid #e2e2e2;
    min-height: 12rem;
    background: #eaecf0;
    padding: 13px;
    font-size: 12px;
}

.account_edit_top>table {
    width: 100%;
    margin-bottom: .64rem;
    border-collapse: collapse;
}

.account_edit_top>table .account_info_key {
    color: #6a8cb0;
}

.account_edit_top>table tr>td {
    width: 50%;
}

.referralTop {
    background-color: #fcb811;
    padding: 25px;
    font-size: 10px;
    color: #000;
}

.refercode {
    display: flex;
    margin-top: 15px;
}

.refercode input {
    width: 100%;
    margin-right: 3%;
    border: dashed 1px #000;
    border-radius: 4px;
    background-color: #fff;
    padding: 7px;
    color: #000;
    font-weight: 700;
}

.btn_share {
    border-radius: 4px;
     background: linear-gradient(to bottom,
	#fde57b 0%, 
	#d99f31 100%);
    color: #000;
    font-size: inherit;
    text-align: center;
    width: 36%;
    display: inline-block;
    border: none;
    font-size: 12px;
}

.referralmid_custom {
    display: flex;
    margin-top: 10px;
}

.referralRadio {
    width: 5%;
}

.referralOption {
    color: #000;
    width: 80%;
    font-weight: 700;
    line-height: 0.96rem;
}

.ticket {
    background: url(../images/icon/referral-ticket-1.png)no-repeat;
    background-size: cover;
    width: 162px;
    padding: 10px;
    margin-top: 10px;
}

.ticketDesc {
    color: #fff;
    font-size: 12px;
    display: flex;
}

.ticketDesc div {
    width: 86px;
}

.referralMid {
    padding: 10px;
    border-bottom: 0.06rem solid #e2e2e2;
    padding-bottom: 30px;
}

.referral_s {
    margin: 10px 0px;
}

.referralBtm {
    padding: 10px;
    color: #000000;
}

.referral_s_t {
    display: grid;
    grid-template-columns: 2fr 3fr;
    margin-bottom: 1px;
    color: #000;
}

.referralDesc {
    background-color: #858585;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    font-size: 10px;
}

.referralDigit {
    background-color: #e5e5e5;
    font-weight: 600;
    padding: 5px;
    font-size: 10px;
}


/*inbox*/

.inbox_main {
    display: grid;
    grid-template-columns: 30% 70%;
}

.inbox-list {
    background: #E3E3E3;
    font-weight: bold;
    flex: 0 0 auto;
}

.inbox-list ul {
    background: #F1F1F1;
    list-style: none;
    padding: 0px;
}

.inbox-list ul li a {
    display: flex;
    color: #5F5F5F;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
}

.inbox-list-body {
    width: 80%;
}

.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #27394d;
    font-size: 12px;
    font-weight: normal;
}

.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}

.inbox-list ul .time img {
    width: 40px;
}

.inbox-list::-webkit-scrollbar {
    width: 10px;
}

.inbox-scrollar::-webkit-scrollbar-thumb,
.inbox-list::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#174F81, #0FA3E6);
}

.inbox-list ul li:hover {
    background: #A8C8E4;
}

.message-delete-checkbox {
    margin-right: 10px;
    padding-top: 10px;
}

.subject {
    padding: 30px;
    color: #000000;
}

.subject_title {
    font-size: 20px;
    font-weight: bold;
}

.inbox-list.top_list ul {
    margin-bottom: 0px;
}

.top_list ul {
    background: #2a135b;
}

.top_list ul .tumbSubject {
    color: #fff;
}

.top_list ul .time {
    display: flex;
}

.top_list ul .time img {
    width: 30px;
    margin: 0px 5px;
}

.tab-content {
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 62px;
}

.form-group label {
    color: #999797;
    font-size: 12px;
}

input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    color: #272727;
    border: 1px solid #2c2a2b;
    background-color: #ffffff;
    opacity: 1;
}

.form-control:focus {
    color: #595959;
    background-color: #e1e1e1;
    outline: 0;
    box-shadow: none;
    border: none;
}

.box-amount3 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-amount3 ul li {
    width: 100%;
}

.btn-amt {
    padding: 9px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #6d6d6d;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    width: 100%;
}

.btn-amt:hover {
    color: #6d6d6d;
    border: 1px solid #d8d8d8;
    background: none;
    background-size: 25%;
    background-position: right bottom;
}

.btn-amt.active {
    background: #687dad;
    color: #fff;
}

.btn-submt {
    width: 100%;
    color: #000 !important;;
    font-size: 19px;
    padding: 7px 25px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
     background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%)!important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #d3d3d3;
    opacity: 1;
}

select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: none;
    color: #40434b;
    background-color: #ffffff;
    border: .04rem solid #bfbfbf;
}

.btn-top3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

.btn-top3 a {
    border: 1px solid #fff;
    padding: 5px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    display: initial;
    text-align: center;
    width: 100%;
}

.btn-top3 img {
    width: 65px;
}

.btn-top3 a.active {
    background: linear-gradient(#897b27, #d7a341, #eec95b, #aa8d41);
    color: #000;
    border: 1px solid #ffc000;
}

.btn-top3 a:hover {
    background: #d2b79c;
    color: #fff;
    border: 1px solid #d2b79c;
}

.deposit-choice {
    padding: 5px 0;
    margin-top: 10px;
}

.box-amount ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-amount ul li {
    width: 100%;
}

.btn-bank {
    padding: 5px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #ffc000;
    background: #fff0;
    width: 100%;
    height: 44px;
    font-weight: 500;
}

.btn-bank:hover {
    background: linear-gradient(#897b27, #d7a341, #eec95b, #aa8d41);
    color: #252525;
    border: 1px solid #ffc000;
}

.btn-bank img {
    /*filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(264deg) brightness(93%) contrast(101%);*/
}

.btn-bank:hover img {
    filter: none;
}

.deposit-provider {
    padding: 10px 0 0;
}

.maxLimit {
    color: red;
    font-size: 12px;
}

button.nextbtn {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    padding: 11px;
    border-radius: 6px;
    margin-top: 15px;
    color: #000;
    border: none;
     background: linear-gradient(to bottom, 
	#d99f31 0%,
	#fde57b 25%, 
	#dda125 85%, 
	#d99f31 100%);
}

.trans-btm {
    margin-top: 0px;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.dropdown_search {
    display: flex;
    align-items: flex-end;
}

.dropdown_search_btn {
    border: 1px solid #e5e5e5;
    background-color: transparent;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #e5e5e5;
}

.dropdown_search_btn:hover {
    color: #4e2268;
}

input.form-control.dropdown_search_form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    height: 38px;
}

.dropdown_search .dropdown-menu {
    border: 1px solid #ffc000;
    background-color: #000;
}

.dropdown_search .dropdown-menu a {
    color: #fff;
    background-color: #292929;
    margin: 10px auto;
    border-radius: 5px;
    width: 90%;
}

.upload-file {
    display: flex;
    position: relative;
}

.btn-file {
    padding: 5px 20px;
    height: 40px;
    top: 6px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 30%;
    color: #fff;
    border: none;
    background: #3a0e6c;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}


/******************History*********************/

.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr:nth-child(odd) {
    background: #f6f6f6;
}

.history-table tr:nth-child(even) {
    background: #ffffff;
}

.history-table tr th {
    border: 1px solid #e7e7e7;
    padding: 4px;
    background: transparent;
    text-align: center;
    color: #a9a9a9;
}

.history-table tr td {
    border: 1px solid #ffffff;
    padding: 10px 4px;
    text-align: center;
    color: #a9a9a9;
}

.history-table {
    background: #fff;
    font-size: 12px;
    margin-top: 15px;
}


/*vip*/

.vip-title {
    list-style: none;
    padding: 15px 0px;
    font-size: 15px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
    margin: auto;
    background-color: #581e85;
    color: #fff;
}

ul.vip-title li {
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

ul.vip-title li a {
    color: #ffffff;
}

ul.vip-title li a.active {
    color: #ffc107;
}

.vip-boxer {
    padding: 10px;
    padding-bottom: 70px;
    background-color: #282828;
    color: #ffffff;
    font-size: 13px;
}

table .vip_t_spe_head {
    background-color: #e2b331;
    color: #000;
    font-weight: 500;
}

table .vip_t_spe_head02 {
    background-color: #45296e;
    color: #ffffff;
    font-weight: 500;
}

table.vip_t_01 thead tr {
    background-color: #e2b331;
    color: #000;
    font-weight: 500;
}

table.vip_t_01 thead tr td {
    font-size: 12px;
    padding: 10px;
}

table.vip_t_01 thead tr td:first-child {
    text-align: left;
}

table.vip_t_01 tbody tr td {
    font-size: 10px;
    padding: 5px;
}

table.vip_t_01 tbody tr td:first-child {
    text-align: left;
}

.vip_be_o {
    font-size: 25px;
    font-weight: 700;
}

.vip_sm_v {
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
}

.vip_sm_v_s {
    color: #e2b331;
}

.vip_ab_more {
    font-size: 13px;
}

.vip_b_c {
    font-size: 12px;
    font-weight: 300;
    margin-top: 50px;
}

.vip_up_c_t {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 12px;
}

ol.vip_ol {
    padding: 10px;
}

.vip_faq_tit {
    font-weight: 600;
    font-size: 19px;
}

.vip_faq_que {
    font-weight: 600;
    font-size: 15px;
    color: #e2b331;
    margin-top: 10px;
}

.vip_hr {
    border-top: 1px solid #fff;
}

.m-text-details {
    word-break: break-all;
    font-size: 12px;
}

.nav-tabs.vip_tabs {
    border-bottom: 0;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 480px;
}

.nav-tabs.vip_tabs .nav-link {
    color: #fff;
    border: none;
    padding: 0;
}

.nav-tabs.vip_tabs .nav-item.show .nav-link,
.nav-tabs.vip_tabs .nav-link.active {
    color: #ffc107;
    background-color: transparent;
    border-color: unset;
    border: 0;
}

.vip-boxer .tab-content {
    padding: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 62px;
    padding-top: 20px;
}

/* 8/2/2024 */
/* mission */
.point-sec {
    text-align: center;
    position: relative;
    padding-top: 2%;
    background: #12121c url(../images/mission/check-in-bg-mobile.jpg)no-repeat top center;
    background-size: 100%;
    padding-bottom: 30px;
}

.redeem-angpow-wrapper {
    display: grid;
    grid-gap: 5px;
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
}

.angpow-box{
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    /* margin-bottom: 45px; */
}

.token-icon img{
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.angpow-box:hover {
    filter: drop-shadow(0 0 5px #fff);
}

.amt-credit {
    position: absolute;
    background: #6c576a;
    -webkit-background-clip: text;
    bottom: 9%;
    font-size: 4.4vw;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    font-weight: bolder;
    color: #fff !important;
    text-transform: uppercase;
}

.close{
    display:block;
    opacity: 1;
}

.open{
    display: none;
}

.angpow-box:hover .open{
    display: block;
    margin: 0 auto;
    
}

.angpow-box:hover .close{ 
    display: none;
    width: 80%;
}

.checkin-btn {
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(to bottom, #d79b34 0%, #f9e481 15%, #eec95b 48%, #d7982a 92%, #d7a341 100%);
    color: #000;
    padding: 10px;
    font-weight: bold;
}

button.token {
    background: linear-gradient(to right, #010101 0%, #343434 50%, #010101 100%) padding-box,
    linear-gradient(to right, #d7a341 0%, #ede3b1 10%, #d7982a 18%, #eec95b 48%, #ede3b1 71%, #f9e481 85%, #d79b34 100%) border-box;
    border-radius: 15px;
    border: 4px solid transparent;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    display: flex;
    grid-gap: 10px;
    width: 140px;
    height: 65px;
}

.addition-token {
    margin: 0 auto;
    padding-bottom: 20px;
}

.checkin-coins {
    width: 55px;
    height: 55px;
    padding: 5px;
}

.btn-text {
    font-size: 30px;
    margin: 5px;
}

.check-in {
    padding-top: 39%;
}

.modal-content.redeem {
	background: none;
	border: none;
	text-align: center;
    width:auto;
}
.pop-angpow {
    position: relative;
    filter: drop-shadow(0 0 50px #000000);
    padding: 10px;
}

.pop-angpow .close span{
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 20px;
    display: block;
    line-height: 1px;
    border: none;
}

.pop-angpow .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5%;
}


.modal-backdrop.show{
    opacity: 0.8;
}

.modal-congrat {
    font-size: 40px;
    font-weight: bold;
    background: -webkit-linear-gradient(#d79b34 0%, #f9e481 15%, #eec95b 48%, #d7982a 92%, #d7a341 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 30px;
}

button.tokenredeem {
    background: linear-gradient(to bottom, #d79b34 0%, #f9e481 15%, #eec95b 48%, #d7982a 92%, #d7a341 100%);
    padding: 15px;
    font-size: 15px;
    color: #000;
    border-radius: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: bolder;
    border: none;
    border-radius: 30px;
}

.token-pt {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
}

span.color-text1 {
    color: #ffea00;

}

span.color-text2 {
    color: #ffea00;
    
}

.text1, .text2 {
    font-size: 20px;
    color: #fff;
}

.img-wrap {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0px;
    left: 0px;
    margin: auto;
    bottom: 95px;
}

.angpow-box.active .open {
    display: block;
    margin: 0 auto;
}

.angpow-box.active .close {
    display: none;
    margin: 0 auto;
}

/* reward */
.floating img {
    width: 40%;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 5px;
    margin-top: 5px;
    bottom: 10%;
    position: fixed;
    z-index: 1000;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.floating-all img {
    width: 70%;
}

.floating_modal .modal-content {
    background: none;
    border: none;
}

.floating-wrap img {
    display: block;
    margin: 0px auto;
    opacity: 1;
}

.floating-wrap .close {
    color: #fff;
    opacity: 1;
}

.floating_modal .close {
    color: #fff;
    opacity: 1;
    font-size: 50px;
    position: absolute;
    right: 0px;
    z-index: 10;
}

.floating-wrap a {
    position: relative;
}

.floating-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    padding: 16px;
    color: #000;
    font-weight: bold;
}

.floating-pop {
    display: inline-flex;
    padding: 10px 20px;
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px black;
    line-height: 10vw;
}

#closeButton {
    right: 0;
    top: 0px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 35%;
    font-size: 27px;
    font-weight: 100;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    font-weight: bold;
}

.text-gold {
    font-size: 25px;
    line-height: 25px;
    background: #ECE976;
    background: repeating-linear-gradient(to bottom, #d79b34 0%, #f9e481 15%, #eec95b 48%, #d7982a 92%, #d7a341 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 0px #000);
}

/* fortune wheel */
.header-menu .container {
    max-width: 1300px;
}

.wheel-sec{
    padding-top: 5%;
}

.wheel-bg {
    background: #06070b url(../images/fortune/mobile-checkin-page-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.fortune-wrap {
    display: flex;
    justify-content: space-between;
}

.fortune-wheel-bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 353px;
}

.wheel-frame {
    z-index: 11;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.prize-wheel {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wheel-needle {
    position: relative;
    z-index: 13;
    width: 100%;
    text-align: center;
    top: 0;
}

.wheel-center {
    position: absolute;
    z-index: 13;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-fortune-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.point-circle-1 {
    color: #ffffff !important;
    border-radius: 5px;
    padding: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/fortune/button-token.png) no-repeat;
    background-size: 100% 100%;
}

.point-circle-2 {
    background: #003d52;
    border: 2px solid #00fdff;
    color: #ffff74 !important;
    border-radius: 50%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
}

.point-circle-1:hover,
.point-circle-2:hover {
    color: #fff;
}

.spin-btn {
    color: #fff !important;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    background: url(../images/fortune/Button-spin.png) no-repeat;
    background-size: 100% 100%;
    width: 131px;
    height: 41px
}

.spin-btn:hover {
    filter: drop-shadow(0px 0px 8px #d99f31);
    color: #fff;
}

.more-btn {
    color: #fff !important;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    min-width: 100px;
    background: url(../images/fortune/Button-info.png) no-repeat;
    background-size: 100% 100%;
    width: 131px;
    height: 41px
}

.more-btn:hover {
    filter: drop-shadow(0px 0px 8px #d99f31);
    color: #fff;
}

.modal_spin ul {
    list-style-type: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

.fortune-modal .close {
    color: #fff;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.fortune-modal .modal-content {
    background: #000;
}

.fortune-modal h4{
    font-size: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(#d79b34 0%, #f9e481 15%, #eec95b 48%, #d7982a 92%, #d7a341 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 16/10/2025 */
.slots-lobby {
    margin-top: 15px;
    padding: 10px;
}

.slot-catergory {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.mini-box .hoverlay {
    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 .hoverlay {
    opacity: 1;
}

.mini-box {
    position: relative;
    width: 100%;
    border: 1px solid #d99f31;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to bottom, #d99f31 0%, #fde57b 25%, #dda125 85%, #d99f31 100%);
}

.mini-box img{
    width: 100%;
}

a.btn-playmini-1 {
    background: linear-gradient(to bottom, #d99f31 0%, #fde57b 25%, #dda125 85%, #d99f31 100%);
    color: #000;
    padding: 5px;
    border-radius: 25px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #d99f31;
}

.btn-playmini:hover {
    color: #fff;
}

.game-list-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.game-title-text {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.product-lobby {
    padding-top: 45px;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.search-bar input {
    background: #fff;
    border: 1px solid #d99f31;
    color: #000;
    padding: 10px 5px;
    display: block;
}

.search-bar input:focus {
    outline: none;
}

.search-btn {
    background: linear-gradient(to bottom, #d99f31 0%, #fde57b 25%, #dda125 85%, #d99f31 100%);
    color: #000 !important;
    padding: 10px 5px;
    width: 10%;
    text-align: center;
    border: 1px solid #d99f31;
}
