@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow-x: hidden;
    background-color: #000000;
}

body.noscroll {
    overflow: hidden
}

/** {transition: all 0.3s;}*/
*, ::after, ::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.inbox a{
    color: inherit;
}

img {
    max-width: 100%;
}

hr {
    opacity: 0.7;
}

.tc {
    text-align: center;
}

.font-red-10 {
    color: #df0e0b;
    font-size: 10px;
}

.font-red-10:hover {
    color: #563a6d;
}

.sidebar::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    background: transparent
}

.sidebar::-webkit-scrollbar-thumb {
    background: #b46ffd;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.75)
}

.lang {
    display: flex;
    padding-right: 10px;
}

.lang a {
    padding: 0px !important;
    width: 26px !important;
}

.lang .btn {
    color: #ffffff;
    padding: 0px;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.lang .dropdown-menu {
    min-width: 0px;
    background: #000000;
}

.lang .dropdown-toggle::after {
    display: none;
}

.sidebar .btn {
    display: block !important;
}

.sidebar .button-area {
    display: none;
}

.sidebar {
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    /* background: #17052e; */
    background: #000000;
    overflow-y: auto
}

.sidebar .logo {
    padding: 30px 30px 10px;
    text-align: center
}

.sidebar .logo img {
    width: 100%;
    max-width: 100%;
    max-width: inherit;
}

.sidebar .nav li a:hover, .sidebar .nav li a.aaa {
    filter: drop-shadow(2px 2px 1px #c003fd);
}

.welcomebox {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    margin-right: 5px;
    line-height: normal
}

.welcomebox span {
    display: block;
    color: #00ff57;
    font-weight: bold
}

a.angpao {
    min-width: 0px!important;
    padding: 0px !important;
    margin: 0px !important;
}
.angpao img {
    width: 40px;
}

.offcanvas-body .button-area {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.offcanvas-body {
    padding: 0.5rem 0.5rem;
}

.offcanvas-body .reward {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}

.offcanvas-body .cat {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-gap: 15px 0px;
}

.offcanvas-body .cat img {
    max-width: 100%;
}

.sidebar .button-area {
    padding: 10px 0px;
    text-align: center;
}

.sidebar .button-area a, .access .button-area a, .offcanvas-body .button-area a {
    border-radius: 5px;
    display: inline-block;
    margin: 6px;
    line-height: 40px;
    padding: 0px 20px;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid transparent;
}

.offcanvas-body .button-area a {
    line-height: 34px;
    padding: 0px 10px;
    text-align: center;
    font-size: 14px;
    width: 90%
}

.sidebar .button-area a:hover, .access .button-area a:hover {
    filter: brightness(1.2)
}

.sidebar .button-area .btn-register, .access .button-area .btn-register,  .offcanvas-body .button-area .btn-register {
    color: #2e2e2e;
    background: linear-gradient(180deg, #03fe94 0%, #00b324 100%);
    border-color: #00ff57
}

.sidebar .button-area .btn-login, .access .button-area .btn-login, .offcanvas-body .button-area .btn-login {
    color: #ffffff;
    border-color: #a403ff;
    background: linear-gradient(180deg, #a500fb 0%, #4e01b3 100%);
}

.sidebar .button-area .btn-login.balance, .access .button-area .btn-login.balance, .offcanvas-body .button-area .btn-login.balance {
    color: #4cfaff;
}

.sidebar .button-area .btn-login.balance i, .access .button-area .btn-login.balance i, .offcanvas-body .button-area .btn-login.balance i {
    color: #fff000;
}

.sidebar .button-area.s2 {
    display: none;
}

.sidebar .reward {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column; 
    color: #ffffff; 
    margin-left: 45px;
}

.sidebar .reward img{ 
    width: 40px; 
    margin-right: 11px; 
}

.reward a:hover img {
    filter: brightness(1.1);
    transform: scale(1.03);
    transition: all 0.3s;
}

.access {
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    text-align: center;
}

.access .button-area {
    width: 30%;
    display: flex;
    justify-content: end
}

.sidebar .user-area {
    padding: 10px 0px;
    text-align: center;
}

.sidebar .user-area div {
    margin: 4px 0px;
}

.sidebar .user-area .spebox {
    margin-top: 20px;
}

.sidebar .nav {
}

.sidebar .nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.sidebar .nav li {
    line-height: 44px;
    font-size: 14px;
    position: relative;
}

.sidebar .nav li img {
    max-height: 24px;
    line-height: 24px;
}

.sidebar-active{
    filter: hue-rotate(280deg) brightness(1.5);
}

.sidebar .nav li span {
    display: inline-block;
    padding-left: 15px;
}

.sidebar .nav li a {
    color: #ffffff;
    display: block;
    margin: 8px 30px;
    padding: 0px 20px;
    background: rgb(0 0 0 / 50%);
    border-radius: 10px;
 /*background-image:url(../img/cat-bg.png); background-repeat:no-repeat; background-position:center; background-size:cover*/
}
/*
            .sidebar .nav li a.s1 { background-image:url(../img/refer-bg.png) }
            .sidebar .nav li a.s2 { background-image:url(../img/epic-bg.png) }
            .sidebar .nav li a.s3 { background-image:url(../img/event-bg.png) }
            .sidebar .nav li a.s4 { background-image:url(../img/im-bg.png) }
*/
.sidebar .nav li a:hover, .sidebar .nav li a.aaa {
    filter: hue-rotate(280deg) brightness(1.5) drop-shadow(2px 2px 0px cyan));
}

.sidebar .nav hr {
    background: #b46ffd;
    opacity: 1;
    margin: 10px 20px;
}

.sidebar .logout-area {
    margin: 20px 0px;
    text-align: center;
}

.sidebar .logout-area a {
    font-size: 18px;
    color: #b46ffd;
}

.sidebar .logout-area a:hover {
    color: #b46ffd;
}

.after-log {
    display: none;
}

.sidebar.after-acc {
    display: none;
}

.wrapper {
    margin-left: 300px;
}

.wrapper .overlap {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 70px;
    bottom: 0px;
}

.ann {
    padding: 3px 0px 3px 20px;
    background-color: #190138;
    color: #ffffff;
    margin: 0px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center
}

.ann .icon {
    display: inline-block;
    color: #2e2e2e;
    border: 1px solid #00ff57;
    border-radius: 5px;
    background: linear-gradient(180deg, #03fe94 0%, #00b324 100%);
    width: 30px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

.ann .text {
        /* line-height: 40px; 
        vertical-align: top;  */
    width: calc(100% - 55px);
}

.banner {
    padding: 20px 20px 15px;
}

.banner .carousel {
    border-radius: 20px;
    overflow: hidden
}

.banner-m {
    display: none
}

.banner-inpage {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.banner-inpage h5 {
    font-weight: bold;
    color: #c102fd;
    font-size: 50px;
}

.banner-inpage.promo {
    background-image: url(../img/banner/promo.jpg);
}

.banner-inpage.after-login {
    background-image: url(../img/banner/after-login.jpg);
}

.conbox {
}

.tabs {
    position: relative;
}

.tabs .tabs-holder {
    padding: 15px;
}

.tabs .tabs-holder a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0px 5px 4px;
    border: 2px solid #9d00ff;
    border-radius: 16px;
    padding: 4px;
    line-height: normal;
    background: #000000;
}

.tabs .tabs-holder a.hot {
    background: linear-gradient(180deg, #a51aef 0%, #656ac8 100%);
}

.tabs .tabs-holder a.hot img {
    filter: brightness(100)
}

.tabs .tabs-holder a:hover, .tabs .tabs-holder a.aaa {
    background: linear-gradient(180deg, #a51aef 0%, #656ac8 100%);
}

.tabs .tabs-holder a:hover img, .tabs .tabs-holder a.aaa img {
    filter: brightness(100)
}

.tabs .tabs-holder a.epic img { 
    filter:drop-shadow(0px 0px 3px black) drop-shadow(0px 0px 0px black) 
}

.tabs .tabs-holder a span {
    font-size: 2.6vw;
    color: #ffffff;
}

.tabs .tabs-holder a img {
    max-width: 80%
}

.tabs .tabs-holder.promo {
    white-space: nowrap;
    overflow-x: auto
}

.tabs .tabs-holder.promo a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    padding: 0px 20px;
    font-weight: bold;
    filter: none;
}

.tabs .tabs-holder.promo a:hover, .tabs .tabs-holder.promo a.aaa {
    color: #cb00ff
}

.tabbox {
}

.gbox-wrap {
    display: none;
    border: 2px solid #9601e1;
    box-shadow: 0 0 6px #9601e1;
    background: rgba(0,0,0,0.7);
    margin: 20px;
    border-radius: 20px;
    overflow: hidden
}

.gbox-wrap.aaa {
    display: block
}

.gbox {
    padding: 20px;
    font-size: 0px;
}

.gbox .ggl {
    display: inline-block;
    width: 12.5%;
    padding: 8px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.gbox .ggl a.fav::after {
    content: '';
    background: url(../img/fav.png)no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 5%;
    max-width: 30px;
    filter: brightness(0.5)
}

.gbox .ggl a.fav.selected::after {
    content: '';
    background: url(../img/fav-s.png)no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 5%;
    max-width: 30px;
    filter: brightness(1)
}

.s-fav {
    filter: none !important;
}

.gbox .ggl span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.gbox .ggl .iimg {
    position: relative;
}

.gbox .ggl .iimg.tag::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 2px;
    bottom: 1px;
    background-position: bottom left;
    background-size: 60%;
}

.gbox .ggl .iimg.tag.new::after {
    background-image: url(../img/new.png);
}

.mob-nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    display: none;
    grid-template-columns: 20% 20% 20% 20% 20%;
    text-align: center;
    height: 15vw;
    background: linear-gradient(180deg, #160e25 0%, #261a30 100%);
    border-radius: 0px;
    border: 2px solid #9601e1;
    border-width: 2px 0px 0px 0px;
    filter: drop-shadow(0px -1px 8px rgb(150,1,225,0.4));
}

.mob-nav img {
    max-height: 9vw;
}

.mob-nav span {
    line-height: 3vw;
    font-size: 2.8vw;
    display: block;
}

.mob-nav a {
    padding: 1vw;
    color: #ffffff;
}

.mob-nav a:hover, .mob-nav a.aaa {
    filter: hue-rotate(280deg) brightness(1.5);
}

.mob-nav .ccen {
    border: 0.4vw solid #00ff57;
    background: linear-gradient(180deg, #4c01b4 0%, #6b10ad 100%);
    width: 14vw;
    height: 14vw;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: none!important
}

.mob-nav .ccen i {
    font-size: 6vw;
    color: #00ef7a
}

.wallet i {
    color: #00ef7a;
    font-size: 20px;
}

.mob-nav-lv2 {
    position: absolute;
    bottom: 15vw;
    left: 0;
    width: 100%;
    padding: 1.5vw;
    background-color: rgba(0,0,0,0.8);
    display: none
}

.mob-nav-lv2 a {
    padding: 0px 5px;
    ; float: left;
}

.mob-nav-lv2 img {
    height: 15vw;
    max-height: none
}

.mob-nav-lv2.aaa {
    display: block
}

.rwd a {
    filter: none !important;
}

.bonus-sel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #140926;
    border-radius: 5px;
    margin-bottom: 20px;
}

.bonus .active, .bonus-sel:hover {
    filter: drop-shadow(0px 0px 3px cyan)
}

.bonus-sel img {
    border-radius: 5px 0px 0px 5px;
    filter: drop-shadow(4px 0px 3px black);
    margin-right: 20px;
}

.bonus-sel div {
    margin-right: 50px;
}

.bonus-sel .title {
    color: #4dfaff;
}

.bonus-sel .coin i {
    color: #fff000;
}

.bonus-sel > :nth-child(2) {
    min-width: 270px;
}

.p-list {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.p-list .form-check-input:checked {
    background-color: #7a18a5;
    border-color: #c102fd;
}

.p-list .form-check-label {
    background: #140a25;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c102fd;
    width: 100%;
    color: #c102fd;
}

.p-list .form-check-input:checked + .form-check-label {
    background: #7a18a5;
    border: 1px solid #c102fd;
    color: #ffffff;
}

.modal-header {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
    color: #ffffff;
    border-bottom: 0px;
}

.modal-header .btn-close {
    filter: invert(100%);
    opacity: 1
}

#modal-inbox .modal-title {
    font-size: 12px;
}

.modal-title {
    padding-left: 2rem;
    width: 100%;
    text-align: center;
}

.modal-footer.s2 {
    display: block;
    border-top: 0;
    padding: 0 .75rem 1rem
}

.modal-content {
    background: #18032e;
    color: #ffffff;
    overflow: hidden;
    border-radius: 20px;
}

.modal-header-cus {
    text-align: center;
    padding: 1.5rem .5rem 0
}

.modal-header-cus h1 {
    color: #c700ff;
    font-weight: bold;
    margin: 0;
    padding: .5rem
}

.modal-header-cus h2 {
    color: #c700ff;
    font-weight: bold;
    margin: 0;
    padding: .5rem
}

.modal-link {
    color: #9279a0
}

.modal-link:hover {
    color: #c700ff
}

.modal-link b {
    color: #c700ff;
}

.btn-submit {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
    padding: 0px 40px;
    color: #2e2e2e;
    border: 1px solid #00ff57;
    border-radius: 5px;
    background: linear-gradient(180deg, #03fe94 0%, #00b324 100%);
}

.btn-cancel {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 46px;
    padding: 0px 40px;
    color: #2b2b2b;
    border: 1px solid #bbbbbd;
    border-radius: 5px;
    background: linear-gradient(180deg, #fdfeff 0%, #d9dbda 100%);
}

.col-form-label, .form-control {
    font-size: 14px;
}

.col-form-label {
    color: #ffffff;
    padding: 0px 0px 4px
}

.form-control {
    border-color: #57456f;
    background-color: #57456f;
    color: #ffffff;
    padding: .4rem .8rem
}

.form-control:focus {
    background-color: #222222;
    outline: none;
    border-color: #57456f;
    box-shadow: none;
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff
}

.form-control:disabled, .form-control[readonly]{
    background-color: grey;
}

.note {
    color: #c2bcca;
    display: block;
    padding-top: 3px;
    font-size: 9px
}

.promobox {
    padding: 20px;
    font-size: 0px;
    display: flex;
    flex-wrap: wrap
}

.pbox {
    display: inline-block;
    width: calc(33.33% - 16px);
    margin: 8px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #4c1b67;
}

.pbox .iimg {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.pbox .ttext {
    padding: 8px 12px;
    color: #cb00ff;
    background-color: #18032e
}

.pbox .ttext h5 {
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
}

.pbox .ttext p {
    font-size: 12px;
    margin: 8px 0px;
    line-height: normal;
}

.pbox .ttext .time {
    font-size: 10px;
    background-image: url(../img/icon/time.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 20px;
    line-height: 20px;
    padding-left: 26px;
}

.pbox:hover {
    filter: brightness(1.1);
    transform: scale(1.03);
    transition: all 0.3s;
}

.panelbox {
    padding: 0 20px 20px;
    max-width: 900px;
    margin: 0px auto;
}

.panelbox .panel-tabs {
    border: 2px solid #934c5f;
    border-radius: 50px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 20px 0px;
}

.panelbox .panel-tabs a {
    color: #454545;
    display: flex;
    flex: 1 1 auto;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    margin: 2px;
    border-radius: 50px;
}

.panelbox .panel-tabs a:hover, .panelbox .panel-tabs a.aaa {
    background-color: #934c5f;
    color: #ffffff;
}

.panelbox .panel-holder {
}

.panelbox .panel-holder h3 {
    color: #c102fd;
}

.quickamo {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 8px;
}

.quickamo .qamo {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    color: #df0e0b;
    border-radius: 3px;
    border: 1px solid #df0e0b;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    width: 25%;
}

.quickamo .qamo.aaa, .quickamo .qamo:hover {
    background-color: #df0e0b;
    color: #ffffff;
}

.wd-balance {
    margin-bottom: .5rem;
}

.wd-balance span {
    font-size: 14px;
    color: #df0e0b;
    display: block;
}

.wd-balance .amo {
    background: #df0e0b;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

.transbox-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px
}

.transbox {
    border: 2px solid #b3b3b3;
    display: flex;
    flex: 1 1 auto;
    border-radius: 5px;
    background-size: 120%;
    background-position: center bottom 34px;
    background-repeat: no-repeat;
    filter: grayscale(1) invert(1);
    opacity: 0.4;
}

.transbox .bal {
    margin-top: 60%;
    background-color: #df0e0b;
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 34px;
}

.transbox.aaa, .transbox:hover {
    filter: none;
    opacity: 1;
}

.main-bbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url(../img/d-bg.jpg);
    opacity: 0.5
}

.main-bbg.home {
    opacity: 1
}

.float-icon {
    position: fixed;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
}

.float-icon img {
    max-width: 90px
}

.sgbtn {
    filter: grayscale(1)
}

.sgbtn.aaa {
    filter: grayscale(0)
}

.sgbox {
    display: none
}

.sgbox.aaa {
    display: block
}

.hometabs .tabs {
    display: none
}

.mob-top {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background-color: #1b0432;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

.mob-top .ll {
    position: absolute;
    left: 15px;
    font-size: 7vw
}

.mob-top .ll a {
    color: #ffffff
}

.mob-top .cc {
    color: #ffffff;
    font-size: 5vw;
    font-weight: bold
}

.resbox {
    margin: 40px 0px;
    background-color: #280056
}

.resbox .resbox-top {
    border: 1px solid #7a18a5;
    background-color: #250f45;
    padding: 24px 16px;
    display: flex;
    align-items: center
}

.resbox .resbox-top h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold
}

.resbox .resbox-top .ll {
    width: 100%;
    display: flex;
    justify-content: start
}

.resbox .resbox-top .rr {
    width: 100%;
    display: flex;
    justify-content: end
}

.resbox .resbox-con {
}

.resbox-bals {
    color: #ffffff;
    padding: 20px;
    line-height: normal;
    font-size: 16px;
}

.resbox-bals span {
    display: block;
    color: #00ff57;
    font-weight: bold
}

.restable {
    width: 100%;
    background-color: #250f45;
    color: #ffffff;
    border: 1px solid #7a18a5;
    font-size: 14px;
}

.restable thead {
    border-bottom: 1px solid #7a18a5
}

.restable tbody {
    border-top: 0!important
}

.restable td, .restable th {
    padding: 16px;
}

.resinfo {
    color: #ffffff;
    font-size: 24px
}

.resinfo:hover {
    color: #ea49ff
}

.resbox-cus-tabs {
    border: 1px solid #7a18a5;
    background-color: #250f45;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.resbox-cus-tabs .ctabs {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    cursor: pointer
}

.resbox-cus-tabs .ctabs.aaa, .resbox-cus-tabs .ctabs:hover {
    background-color: #8127C5
}

.resbox-cusbox {
    display: none
}

.resbox-cusbox.aaa {
    display: block
}

.resbox-tabs {
    font-size: 16px;
}

.resbox-tabs .nav-tabs {
    background-color: #1b0432;
    color: #ffffff;
    flex-wrap: nowrap;
    border-bottom: 0px;
}

.resbox-tabs .nav-tabs .nav-item {
    width: 100%;
}

.resbox-tabs .nav-tabs .nav-item img {
    max-width: 50px
}

.resbox-tabs .nav-tabs .nav-item span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    text-transform: capitalize
}

.resbox-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 12px;
    filter: grayscale(1)
}

.resbox-tabs .nav-tabs .nav-link:focus, .resbox-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.resbox-tabs .nav-tabs .nav-item.show .nav-link, .resbox-tabs .nav-tabs .nav-link.active {
    background-color: #280056;
    filter: grayscale(0)
}

.resbox-tabs .nav-tabs.s2 .nav-link {
    filter: grayscale(0)
}

.resbox-tabs .nav-tabs.s2 .nav-link.active img {
    filter: brightness(100)
}

.resbox-tabs .tab-content {
    background-color: #280056;
    color: #ffffff;
    padding: 20px;
}

.resbox-tabs .tab-content .tab-pane {
    background-color: #1b0432;
    border-radius: 16px;
    padding: 20px;
    overflow: hidden
}

.resbox-tabs .tab-content .tab-pane.nopad {
    padding: 0px
}

.resbox-tabs .tab-content .inbox.tab-pane { 
    padding:5px; 
    border-radius: 16px 16px 0px 0px;
}
.resbox-tabs .inbox .tab-content { 
    padding:2vw;
}
.resbox-tabs .nav-tabs .nav-item.show .nav-link, .resbox-tabs .inbox .nav-tabs .nav-link.active { 
    border-radius: 13px 13px 0px 0px;
}


.btn-sub {
    background-color: #3bfe72;
    padding: 0px 8px;
    border-radius: 5px;
    margin: 0px 10px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.btn-sub.s2 {
    min-width: 130px;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px
}

.downline-wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    /* background-color: #2B1D41; */
    border-bottom: 1px solid #7a18a5;
}
.downline-left {
    margin-bottom: 12px;
}
.downline-left .row:first-child {
    margin-bottom: 8px;
}
.downline-left .row .col-5 {
    text-align: right;
    padding-right: 0;
    margin-left: 12px;
}
.downline-right {
    margin-bottom: 8px;
}
.downline-right .input-group {
    height: 40px;
}
.downline-right .form-control {
    /* background-color: #3C2955; */
    margin-right: 12px;
}
.downline-right .btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    min-width: 115px;
    font-size: 16px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.downline-wrap {
    display: flex;
    align-items: center
}

.downline-wrap .dlbox {
    width: 100%;
}

.downline-wrap .dlbox.ll {
}

.downline-wrap .dlbox.rr {
    display: flex;
    justify-content: end
}

.bank-detail {
    background-color: #140926;
    margin-bottom: 16px;
}

.bank-detail-header {
    padding: 10px 12px;
    text-transform: capitalize;
    background-color: #2F1F46;
    border-bottom: 1px solid #7a18a5;
}

.bank-detail-body {
    padding: 9px 12px;
}

.bank-detail-body .row {
    padding: 6px 0;
}

.bank-detail-body .row a {
    text-decoration: underline;
    color: #DA67D7;
}

.deposit-amount-wrapper {
    margin-bottom: 16px;
}

.deposit-amount-wrapper .row {
    padding: 0 9px;
}

.deposit-amount-wrapper .col {
    margin-bottom: 6px;
    padding: 0 3px;
}

.deposit-amount-wrapper .col .select-amount {
    text-align: center;
    background-color: #280056;
    cursor: pointer;
    padding: 6px 8px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.deposit-amount-wrapper .col .select-amount:hover, .deposit-amount-wrapper .col .select-amount:focus {
    background-color: #00ff57;
    color: #1b0432
}

.withdrawal-description {
    margin-bottom: 16px;
}

.deposit-progress-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.deposit-progress-right {
    color: #ea49ff;
    font-size: 11px;
}

.progress-wrapper {
    background-color: #140926;
    border-radius: 50px;
    padding: 8px
}

.progress { 
    border-radius: 50px; 
    background-color: #23004a; 
    position: relative; 
    height:14px; 
    line-height:14px 
}
.progress-bar {
    background-color: #c521f8;
    color: #ffffff;
    font-size: 10px;
}

.percent {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.text-orange {
    color: #ffd800
}

.disabled-grey {
    background: #e5e5e5;
    color: #aaaaaa !important;
    pointer-events: none;
}

.gbox-filbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 0px 12px;
    margin-left: 10px;
    font-size: 14px;
    background-color: #1f1f1e;
    height: 38px;
    min-width: 90px;
    cursor: pointer;
    border-radius: 5px;
}

.gbox-filbox .nname {
    padding-right: 12px
}

.gbox-filbox .iicon {
    max-width: 18px
}

.gbox-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    height: 38px;
    cursor: pointer
}

.gbox-search .iicon {
    max-width: 18px;
    margin: 0px 12px;
}

.gbox-search-box {
    display: none;
    align-items: center;
    justify-content: right;
    margin: 0px 20px;
}

.gbox-search-box .search-games {
    transition: all 0.35s;
    width: 0px;
    visibility: hidden
}

.gbox-search-box .search-games .form-control {
    padding: 0px 12px;
    height: 38px;
}

.gbox-search-box .search-cancel {
    font-size: 12px;
    margin-left: 12px;
    color: #fde32a;
    display: none
}

.gbox-search-box.aaa {
    display: flex
}

.gbox-search-box.aaa .search-games {
    width: 100%;
    max-width: 280px;
    visibility: visible
}

.gbox-search-box.aaa .search-cancel {
    display: block
}

.modal-filbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
    background: rgba(0,0,0,0.7);
    display: none;
    visibility: hidden;
    opacity: 0
}

.modal-filbox.aaa {
    display: block;
    visibility: visible;
    opacity: 1
}

.modal-filbox-content {
    max-width: 600px;
    position: relative;
    padding: 40px 20px 20px;
    margin: 0px auto
}

.modal-filbox .tt-main {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px
}

.modal-filbox .filter-close {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 30px;
    cursor: pointer
}

.modal-filbox .conbox {
}

.modal-filbox .tt-item {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 8px 5px
}

.modal-filbox .confirmbox {
    background-color: #2a054b;
    margin: 12px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 16px);
    border-radius: 6px;
    font-size: 16px;
    height: 38px;
    cursor: pointer;
    transition: all 0.3s;
    color: #ffffff;
}

.modal-filbox .confirmbox:hover {
    filter: brightness(1.2)
}

.filter-itembox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-itembox span {
    background-color: #2f2f2f;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    height: 60px;
    width: calc(33.33% - 16px);
    margin: 8px;
    padding: 12px;
    filter: grayscale(1);
    transition: all 0.3s;
    cursor: pointer
}

.filter-itembox span.aaa, .filter-itembox span:hover {
    filter: grayscale(0);
    background-color: #2a054b;
    color: #ffffff
}

@keyframes depoanimation {
    0% {
        top: -50%;
    }

    10% {
        top: -60%;
    }

    20% {
        top: -50%;
    }

    30% {
        top: -60%;
    }

    40% {
        top: -50%;
    }

    100% {
        top: -50%;
    }
}

.realtime-trans {
    display: flex;
    background-color: #240251;
    align-items: center;
    border-radius: 50px;
    margin: 0px 20px;
    overflow: hidden
}

.realtime-trans .tt {
    text-transform: uppercase;
    background-color: #17052e;
    color: #ffffff;
    padding: 0px 30px;
    height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    width: 170px;
}

.realtime-trans .ccon {
    width: calc(100% - 170px);
}

.rtt-wrap {
    width: 100%
}

.rttbox {
    display: flex;
    padding: 0px 0px 0px 10px;
}

.rttbox .rimg {
    width: 40px;
    min-width: 40px;
}

.rttbox .rcon {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    justify-content: center
}

.rttbox .rcon div {
    display: flex;
    align-items: center
}

.rttbox .rcon span {
    padding-left: 5px;
}

.rttbox .rcon .time {
    color: #8264ac;
    font-size: 10px
}

.rttbox .rcon .amo {
    color: #00ff97;
    font-weight: bold;
    font-size: 12px;
}

.float-eve {
    position: fixed;
    z-index: 2;
    bottom: 30vw;
    left: 0;
    align-items: end;
    transition: all .3s;
    display: none
}

.float-eve .evebox {
    border: 2px solid #00ff56;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
    background-color: #211529;
    max-width: 60px;
    padding: 6px
}

.float-eve .arrow {
    color: #23162a;
    font-size: 14px;
    cursor: pointer
}

.float-eve .arrow span {
    background-color: #00ff56;
    padding-left: 1px;
    width: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    border-radius: 0 80px 80px 0;
    transition: all .3s
}

.float-eve.no {
    left: -60px;
}

.float-eve.no .arrow span i {
    transform: rotate(180deg)
}

.float-eve .evebox a { 
    display:block; 
    padding:3px 0px 
}
.float-eve .evebox a span { 
    color:#ffffff; 
    font-size:1vw; 
    display:block; 
    font-size:1.8vw; 
    text-align:center; 
    width:100%; 
    line-height:normal 
}

.banner-freecredit {
    text-align: center
}

.mob-evebanner {
    position: fixed;
    left: 0;
    bottom: 15vw;
    display: none
}

.mob-evebanner .cclose {
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer
}

.mob-evebanner .cclose img {
    max-width: 20px;
}

.close-tutorial{
    position: absolute;
    right: -2px;
    top: -2px;
    cursor: pointer;
    z-index: 99;
}

.close-tutorial img{
    max-width: 20px !important;
}

.step-reg {
    display: flex;
    gap: 60px;
    margin-bottom: 10px;
    justify-content: center
}

.rstepbox {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a0530;
    border: 1px solid #56446e;
    color: #ffffff;
    position: relative
}

.rstepbox::after {
    content: "";
    position: absolute;
    right: -61px;
    width: 60px;
    height: 1px;
    background-color: #56446e
}

.rstepbox:last-child::after {
    display: none
}

.rstepbox.active {
    color: #2e2e2e;
    border-color: #00ff57;
    background: linear-gradient(180deg, #03fe94 0%, #00b324 100%);
}

.rewards-wrap {
    background-color: #261942;
    padding: 10px;
    display: flex;
    justify-content: center
}

.reward-item {
    padding: 10px;
    width: 150px
}

.social-wrap {
    padding: 10px;
    background-color: #1d1135;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-wrap a {
    width: 45px;
    height: 45px;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    font-size: 1.5rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-wrap a.facebook {
    background: #475993
}

.social-wrap a.youtube {
    background: #e21a20
}

.social-wrap a.instagram {
    background: #dc005f
}

.social-wrap a.telegram {
    background: #33abdf
}

.social-wrap a.blog {
    background: #ed7826
}

.footer {
    background-color: #160d27
}

.nav-footer {
    padding: 20px 30px
}

.nav-footer a {
    color: #a6a8b7;
    padding: 0 30px;
    border-right: 2px solid #a6a8b7
}

.nav-footer a:first-child {
    padding-left: 0
}

.nav-footer a:last-child {
    border: 0
}

.seo {
    border-top: 1px solid #281d3e;
    border-bottom: 1px solid #281d3e;
    color: #a6a8b7;
    margin: 0px 20px;
    padding: 20px;
}

.btn-read-more {
    border-radius: 3px;
    background-color: #543492;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

button.btn-read-more.collapsed:before {
    content: '+ Read More';
}

button.btn-read-more:before {
    content: '- Read Less';
}

.plogo {
    padding: 30px;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center
}

.plogo img {
    max-height: 32px
}

.gconbox {
    background-image: url(../img/bg-content.jpg);
    background-size: cover;
    color: #ffffff;
    text-align: center;
    line-height: normal;
    padding: 2vw
}

.gconbox small {
    font-size: 12px;
    font-weight: bold;
    display: block
}

.gconbox span {
    font-size: 30px;
    font-weight: bold;
    display: block
}

.gconbox a {
    margin-top: 20px;
    display: inline-block;
    color: #ffffff
}

.btn-s2 {
    color: #ffffff;
    border: 1px solid #a403ff;
    border-radius: 5px;
    background: linear-gradient(180deg, #a500fb 0%, #4e01b3 100%);
    padding: 8px 24px;
    font-weight: bold;
}

.gbox-menu {
}

.gbox-menu-prov {
    display: flex;
    padding: 10px 12px;
    gap: 6px;
    white-space: nowrap;
    overflow-x: auto
}

.gprovbox {
    color: #5f6366;
    border: 2px solid #5f6366;
    border-radius: 16px;
    min-width: 80px;
    text-align: center;
    padding: 6px;
    cursor: pointer
}

.gprovbox img {
    filter: grayscale(1)
}

.gprovbox span {
    display: block;
    font-size: 12px;
}

.gprovbox.aaa {
    border-color: #09fb95;
    color: #ffffff
}

.pro-img{
    height: 55px;
}

@media (hover: hover) and (pointer: fine) {
    .gprovbox:hover {
        border-color: #09fb95;
        color: #ffffff
    }
}

.gprovbox.aaa img, .gprovbox:hover img {
    filter: grayscale(0)
}

.gbox-menu-cats {
    border-top: 1px solid #4c4a5f;
    padding: 10px 20px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto
}

.gbox-menu-cats a {
    color: #ffffff;
    font-weight: bold;
    margin: 0px 20px;
}

.gbox-menu-cats a.active, .gbox-menu-cats a:hover {
    color: #09fb95
}

.plist-wrap {
    width: 100%
}

.plist {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    background-color: #280056;
    line-height: normal;
    margin-bottom: 8px;
    cursor: pointer
}

.plist .pll {
    /* display: flex */
}

.plist .pll img {
    /* max-height: 80px; */
    max-height: 92px;
    position: relative;
    top: 0px;
    left: -1px;
}

/* .plist .pll .mmain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
    font-size: 24px;
} */
.mmain{
    font-size: 24px;
}


.plist .pll .mmain small {
}

.plist .pll .mmain .bbonus {
    display: flex;
    align-items: center;
    color: #00ff57;
    font-weight: bold
}

.plist .prr {
    /* display: flex; */
    width: calc( 100% - 70px );
}

.plist .prrbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    font-size: 18px;
    width: 30%;
}

.plist .prrbox small {
    color: #c1afd9
}

.plist .prrbox span {
    font-weight: bold;
    color: #ffffff
}

.plist .prrbox b {
    color: #00ff57
}

.plist.active {
    background-color: #000000
}

.supbanklist {
    display: flex;
    justify-content: start;
    gap: 3px;
    margin-bottom: 12px;
}

.supbanklist img {
    max-width: 38px
}

.historynote {
    color: #c2bcca;
    display: block;
    padding: 0px 0px 10px;
    font-size: 10px;
    text-align: center
}

.table-history {
    width: 100%;
    font-size: 14px;
}

.table-history thead {
    background-color: #34006f
}

.table-history th, .table-history td {
    padding: 12px 8px;
    text-align: center
}

.table-history td {
    border-bottom: 1px solid #58416d
}

.table-history.v2 { 
    color:#ffffff; 
    background-color:#1b0432 
}
.table-history.v2 td { 
    text-align:center 
}

.inbox .table-history th, .inbox .table-history td { 
    padding:12px 8px; 
    text-align:left 
}
.inbox .unread { 
    color:#00ef7a;
}
.inbox .delete { 
    color:#8E8E8E;
}

.table-footer {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 12px;
    padding: 20px;
}

.table-num {
    display: flex;
    gap: 8px
}

.table-num span {
    min-width: 18px;
    text-align: center
}

.table-num span.active {
    color: #0ad758
}

.status-done {
    color: #0ad758
}

.status-fail {
    color: #ff066a
}

.status-pending {
    color: #f6e614
}

.review-item {
    padding: 20px;
    vertical-align: bottom;
}

.review-box-outer {
    padding: 10px;
    border-radius: 5px;
    border: 2px #7485fc solid;
    box-shadow: 0px 0px 5px 2px rgba(116,133,252,0.5);
    position: relative;
    background-color: rgba(30, 1, 60, 0.7);
}

.review-box-outer:after, .review-box-outer:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.review-box-outer:after {
    border-color: rgba(35, 5, 65, 0);
    border-top-color: #230541;
    border-width: 10px;
    margin-left: -10px;
}

.review-box-outer:before {
    border-color: rgba(116, 133, 252, 0);
    border-top-color: #7485fc;
    border-width: 13px;
    margin-left: -13px;
}

.review-box-inner {
    padding: 15px;
    border-radius: 5px;
    border: 2px #d12fea solid;
    box-shadow: inset 0px 0px 5px 2px rgba(209,47,237,0.5);
    color: #fff;
    background-color: rgba(30, 1, 60, 0.7);
    text-align: left;
}

.review-date {
    color: rgba(255,255,255,0.5);
    font-size: 0.7rem;
    margin-top: 5px;
}

.review-content {
    width: 100%;
    overflow-y: hidden;
}

.review-content .review-title {
    font-size: 1rem;
    color: #c3a4ff;
}

.review-user {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #fff;
    text-align: left;
}

.review-user .user-icon {
    width: 50px;
}

.user-info-wrap {
    margin-left: 10px;
}

.review-content .rate {
    margin-bottom: 5px;
}

.review-content .star {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.3);
    content: "\f005";
    height: 15px;
    width: 15px;
    font-size: 16px;
}

.review-content .star.active {
    color: #FFC000;
}

.reviews-wrap {
    background-color: #331052;
    padding-bottom: 30px;
}

.reviews-wrap2 {
    display: flex
}

.slick-dots li {
    margin: 0
}

.slick-dots li button::before {
    opacity: 1;
    color: #cd8bf5;
    font-size: 9px;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fc00f7;
}

.charts-wrapper {
    padding: 15px 15px 30px 15px;
    background-color: #270056;
    width: 50%
}

.highcharts-credits {
    display: none
}

.top10wd-wrapper {
    width: 50%;
    padding: 15px 10px 30px 10px;
    background-color: #1a0530
}

.list-wrapper .top-list-wrapper {
    width: 100%;
    background-color: rgba(30, 1, 60, 0.7);
    padding: 15px 10px 30px 10px;
}

.list-wrapper .top-list-wrapper:last-child {
    background-color: rgba(41, 3, 80, 0.3);
}

.title-wrapper {
    text-align: center;
    color: #fff;
}

.title-wrapper .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFC000;
    text-align: center;
    font-weight: bold;
}

.title-wrapper .update {
    color: #64fef0;
}

.top-list-wrapper {
    padding: 0;
    position: relative;
}

.top-list {
    color: #fff;
    margin: 15px auto 0;
    max-width: 400px;
}

.top-list-header {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px;
    background-color: #1c082f;
    border-bottom: 2px #f3b114 solid;
}

.top-list-header .highlight {
    color: #f3b114;
}

.top-list-row {
    display: flex;
    justify-content: space-between;
    padding: 2px 5px;
    align-items: center;
    font-size: 1rem;
}

.top-list-row .icon,
.top-list-row .coin {
    width: 35px;
    margin-right: 5px;
}

.top-list-row .icon img {
    width: 100%;
}

.top-list-row .amount {
    text-align: right;
    position: relative;
    color: #34ff69;
    font-weight: bold;
    font-size: 0.9rem;
}

.top-list-row .winning-rate {
    font-size: 0.8rem;
}

.top-list-row .winning-rate strong {
    color: #34ff69;
    font-weight: bold;
    font-size: 0.9rem;
}

.top-list-row .name-wrapper {
    display: flex;
}

.top-list-row .name-wrapper .text {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}

.top-list-row .name-wrapper .name {
    font-size: 0.9rem;
}

.contact-wrap {
}

.contactbox {
}

.contactbox .ctbox-top {
    background-color: #260c3c;
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.contactbox .ctbox-con {
    background-color: #331052;
    display: flex;
    padding: 10px 20px 40px;
}

.ctbox {
    text-align: center;
    width: 12.5%
}

.ctbox span {
    color: #ffffff;
    margin-top: -8%;
    display: block
}

.ctbox-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center
}

.ctbox-info .iimg {
}

.ctbox-info .ccon {
    color: #ffffff
}

.ctbox-info .ccon p {
    color: #ac72d9;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    line-height: normal
}

.ctbox-info .ccon span {
}

.news-list-wrap {
    background-color: #2f0358;
    padding: 20px;
}

.news-listbox {
    display: flex;
    padding: 20px
}

.news-listbox:nth-child(even) {
    background-color: #440b73
}

.news-listbox .iimg {
    width: 230px;
    min-width: 230px;
}

.btn-custom{
    display: inline-block;
    margin-top: 10px;
    padding: 0 1vw !important;
    width: 100%;
    text-align: center;
}

.news-listbox .ccon {
    color: #ffffff;
    padding-left: 20px;
}

.news-listbox .ccon h3 {
    font-size: 1.2rem;
    font-weight: bold
}

.news-listbox .ccon p {
}

.news-listbox .ccon a {
    display: inline-block;
    color: #2e2e2e
}

.promo-item {
    background-color: #2b0253;
    padding: 0px 0px 20px 0px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin: 16px 8px 0px 8px;
    width: calc(33.33% - 16px)
}

.promo-pic {
    position: relative;
}

.promo-pic img {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.promo-more-info {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px 5px 12px;
    font-size: 22px;
    color: #af80ff;
    background-color: #2b0253;
    border-radius: 0px 5px 0px 20px;
}

.promo-more-info a {
    color: #af80ff;
}

.promo-more-info:hover a {
    color: #d2b7ff;
}

.promo-detail-wrapper {
    text-align: center;
    background-color: rgb(28, 1, 78);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 0px 5px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, .3);
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 1;
    border: 2px #7485FC solid;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    -moz-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    color: #fff;
    display: flex;
    width: 90%;
    max-width: 400px;
}

.promo-detail-col {
    border-left: 1px rgba(255,255,255,0.2) solid;
    text-align: center;
    padding: 0px;
    flex-grow: 1;
}

.promo-detail-col:first-child {
    border-left: 0px;
}

.promo-info-title {
    color: rgba(255,255,255,0.5);
    font-size: 0.7rem;
    line-height: normal;
}

.promo-info-amount {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: normal;
}

.promo-info-amount.highlight {
    color: #34ff69;
}

.promo-btn-wrap {
    margin-top: 50px;
}

.btn-claim {
    border: none;
    border-radius: 30px;
    padding: 0px 30px !important;
    line-height: 35px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.btn-logout {
    color: #ffffff !important;
    background: linear-gradient(180deg, #c102fd 0%, #8901ff 100%);
    border-color: #b46ffd;
    border-radius: 30px;
    display: inline-block;
    margin: 6px;
    line-height: 48px;
    padding: 0px 20px;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid transparent;
    width: 80%;
}

/* promo */
.promo-content table{
    margin: 0 auto;
    width: 100% !important;
    /* max-width: 100%; */
    border-collapse: separate;
    /* padding: 0.25rem 0; */
    font-size: 0.8rem;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
    border: 2px #7485FC solid;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    -moz-box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    box-shadow: inset 0px 0px 5px 2px rgba(116,133,252,0.5);
    background-color: #17013278;
    table-layout: fixed;
    word-wrap: break-word;
}

/* .promo-content > table, th, td {
border: 1px solid white;
} */

.promo-content th {
    color: #b27be8 !important;
    font-weight: bold;
    border-bottom: 2px #7485FC solid;
    padding: 7px 0;
    font-size: 0.6rem;
    text-align: center;
    margin-right: -15px;
    margin-left: -15px;
}

.promo-content td{
    border-bottom: 1px #7485fc80 solid;
    padding: 7px 0;
    overflow: hidden;
    text-align: center;
    color: #03ffcc;
    font-weight: bold;
    margin-right: -15px;
    margin-left: -15px;
}


/* member setting class */
.member-setting {
    background-color: #250f45;
    border: 1px solid #7a18a5;
}
.member-setting-title {
    padding: 12px;
    color: #ea49ff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #7a18a5;
}
.member-setting-title a {
    color: #ea49ff;
}
.member-setting-icon {
    font-size: 16px;
    margin-right: 10px;
}
.member-setting-icon img {
    width: 22px;
}
.member-setting-icon.icon-statement img {
    width: 15px;
}
.member-setting-text {
    font-weight: 700;
    text-transform: uppercase;
}

.nav-member {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7a18a5;
    background-color: #33244A;
}
.nav-member .nav-item {
    flex: 0 0 auto;
    /* width: 33.33333333%; */
    width: 50%;
    border-right: 1px solid #7a18a5;
    text-align: center;
    align-items: stretch;
}
.nav-member .nav-item:last-child {
    border-right: 0;
}
.nav-member .nav-item .nav-link {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}
.nav-member .nav-item .nav-link.active {
    background-color: #7a18a5;
}

.member-setting .tab-content {
    padding: 14px 12px;
}
.member-setting .tab-content .form-check {
    margin-bottom: 0;
}
.member-setting .tab-content .form-check-label {
    font-size: 11px;
}
.member-btn-wrapper {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 16px;
}
.member-btn-wrapper a {
    color: #FFFFFF;
    font-weight: 600;
}
.member-btn-wrapper a .btn-sub {
    color: #443657;
}
.member-btn-wrapper a .btn-cancel {
    color: #A095AF;
    border: 1px solid #A095AF;
    margin-right: 10px;
}
.member-btn-wrapper a .btn-main {
    border: 1px solid #7a18a5;
    margin-left: 10px;
}
.member-btn-wrapper a .btn-main, .member-btn-wrapper a .btn-cancel, .member-btn-wrapper a .btn-sub {
    min-width: 125px;
    padding: 6px 12px;
    font-weight: 600;
}
.member-setting .tab-content .tab-pane .tac-wrapper {
    background-color: transparent;
    margin-bottom: 24px;
    padding: 0;
}
.member-setting .tab-content .tab-pane .tac-wrapper .tac-field .form-control {
    background-color: transparent;
    margin-right: 0;
}
.member-setting .tab-content .tab-pane .tac-wrapper .tac-field .btn-sub {
    text-transform: uppercase;
    min-width: 140px;
    margin-left: 10px;
}

.statement-single {
    border-bottom: 1px solid #7a18a5;
}
.statement-single:last-child {
    border-bottom: 0;
}
.statement-single-content {
    padding: 10px 12px;
}
.statement-date {
    margin-bottom: 3px;
}
.statement-detail {
    background-color: #43315E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    margin-bottom: 3px;
}
.statement-detail-left, .statement-detail-right {
    text-transform: capitalize;
}
.statement-detail-right {
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.statement-win, .statement-lose {
    font-weight: 700;
    text-transform: uppercase;
}
.statement-win {
    color: #3bfe72;
}
.statement-lose {
    color: #ea49ff;
}
.statement-balance {
    display: flex;
    justify-content: space-between;
}
.statement-balance-left {
    text-transform: capitalize;
}
.statement-desktop {
    display: none;
}
.table-statement {
    font-size: 14px;
}
.table-statement .table-statement-row {
    padding: 16px;
    margin: 0;
    border-bottom: 1px solid #7a18a5;
}
.table-statement .table-statement-row:first-child {
    border-bottom: 2px solid #7a18a5;
}
.table-statement .table-statement-row:last-child {
    border-bottom: 0;
}
.table-statement .table-statement-row .table-statement-col {
    text-transform: capitalize;
}
.table-statement .table-statement-row .table-statement-col a {
    text-decoration: underline;
}
.table-statement-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    display: none;
}
.statement-history {
    border-bottom: 1px solid #7a18a5;
}
.statement-history:last-child {
    border-bottom: 0;
}
.statement-history-content {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7a18a5
}
.statement-history-left, .statement-history-right {
    display: flex;
    flex-direction: column;
}
.statement-history-right {
    text-align: right;
}
.statement-date.redeem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*about us*/
.aboutus-info-box{
    background-color: #2F0358;
    border-radius: 10px;
    border: 1px #A680C9 solid;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-align: left;
    padding:15px 30px;
    color: #fff;
    margin: 15px;
    position: relative;
    height:calc( 100% - 30px );
}

.aboutus-info-box ul{
    padding: 0px;
    margin: 0px;
}

.aboutus-slider,
.aboutus-slider-vertical,
.aboutus-swiper-container{
    margin: 0 15px;
}

.aboutus-info-box.small-box{
    padding: 20px;
    height: auto;
    margin: 15px 0;
    background-image: url(../img/about_info_bg.png);
    background-position: right bottom;
    background-size: cover;
    /* height: 180px !important; */   /* custom vue */
    height: 198px;
}

.aboutus-info-box.small-box .logo-badge{
    display: flex;
    align-items: center;
    justify-content:space-around;
    width: 100%;
}

.aboutus-info-box.small-box .logo-badge img{
    flex: 0 0 32%;
    width: 33%;
    max-width: 80px;
}

.aboutus-info-box .highlight{
    font-size: 1rem;
    font-weight: bold; 
    line-height: normal;
}

.aboutus-info-box .title{
    text-transform: uppercase;
    color: #DE78FF;
    font-weight: bold;
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 15px;
}

.aboutus-info-box.small-box .title.grn{
    color: #ADF8A0;
    font-weight: bold;  
    line-height: normal; 
    font-size: 0.9rem;
    min-height: 35px;
}

.aboutus-info-box.small-box .text{
    display: none;
}

.aboutus-info-box.small-box .icon{
    width: 50px;
    flex: 0 0 40px;
    margin-bottom: 10px;
    display: block;
    margin-right: 10px;
}

.aboutus-info-box.small-box .icon img{
    width: 100%;
}

.aboutus-info-box.small-box .epic-media{
    width: 100%;
    max-width: 220px;
}

.aboutus-info-box.small-box .epic-media img{
    width: 100%;
}

.about-title{
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 30px 30px 15px;
    text-align: center;
}

.about-title .headline{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    color: #62FDB5;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.about-title p{
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.aboutus-icon{
    flex: 0 0 80px;
    display: grid;
    place-items:center;
}

.official-logo{
    display: grid;
    place-items: center;
}

.official-logo img{
    width: 90%;
    max-width: 300px;
}

/*custom bank dropdown*/
.bankpicker-wrap{
    width: 100%;
    height: 48px;
}

.bankpicker {
    display: none;
}

#bank-dropdown-list,
#bank-dropdown-list1{
    padding-left: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}

#bank-dropdown-list img,
#bank-dropdown-list1 img,
.btn-select img {
    width: 65px;
    border-radius: 3px;
}

#bank-dropdown-list li,
#bank-dropdown-list1 li{
    list-style: none;
    font-size: 0.8rem; 
    color: #fff;
    cursor: pointer;
}

#bank-dropdown-list li a,
#bank-dropdown-list1 li a{
    text-decoration: none;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;
}

#bank-dropdown-list li span,
#bank-dropdown-list1 li span,
.btn-select li span {
    margin-left: 5px;
}

.bank-dropdown-wrap {
    display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fff;
    position:relative;
    top: 0px;
    box-sizing: border-box;
    z-index: 100;
    text-align: left;
    height:300px;
    overflow-y: scroll;
}

.btn-select {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    font-size:16px;
    cursor: pointer;
    border-radius: 0 0 0 0;
    background: #F1F1F1;
    border-bottom: 2px solid #afafaf;
    height: calc(1.5em + 0.75rem + 2px + 12px);
    color: #000000;
    -webkit-appearance: none;
    padding-top: 16px;
    padding: 10px;
}

.bank-select {
    width: 100%;
    position: relative;
    height: 35px;
}

.btn-select:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    font-size: 0.8rem;
}

.countdown{
    position: relative;
    display: inline-block;
    background-color: #ffc107;
    border-bottom: 2px solid #ffc107;
    /* margin-bottom: 20px; */
    font-weight: bold;
}

.countdown .timer{
    width: 150px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}


/* transaction */
.transaction-header{
    font-size: inherit !important;
}

.no-deco{
    text-decoration: none !important;
    color: #ffffff !important;
}


/*disabled  */
.disable-display{
    background: #57456f !important;
}

/* image upload */
/* .custom-file-input {
    height: calc(1.5em + 0.75rem + 2px + 12px);
} */

/* .custom-file-label {
    border-color: #F1F1F1;
    background: #F1F1F1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #afafaf;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 16px;
    height: calc(1.5em + 0.75rem + 2px + 12px);
    line-height: 2.5;
    padding-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #F1F1F1;
    background: #F1F1F1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #FFC000;
}

.custom-file-label::after {
    display: none;
}

.custom-file-input {
    height: calc(2em + 0.75rem + 2px + 2px);
}

.custom-file-label {
    height: calc(2em + 0.75rem + 2px + 2px);
    line-height: 2;
} */

/* withdrawal */
.withdrawal-detail{
    /* border-top: 1px #ccc solid; */
    margin:0px -15px;
    padding-top: 20px;
}

.withdrawal-detail h1{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 30px 10px 30px;
}

.withdrawal-detail ul{
    display: flex;
    justify-content: center;
    align-items: top;
    margin: 0px;
    padding: 0px 30px;
}

.withdrawal-detail li{
    list-style: none;
    width:calc( 33.33% - 10px );
    margin: 0px 5px;
    max-width:150px; 
    text-align: center;
}

.withdrawal-detail li img{
    width: 50px;
    display:block;
    margin: 0 auto 10px auto;
}

.pointer{
    cursor: pointer;
}

/*modal review*/
.rating {
    text-align: center;
    position: relative;
}

.hidden {
    opacity: 0;
}

.star {
    display: inline-block;
    margin: 5px;
    font-size: 20px;
    color: #ccc;
    position: relative;
}

.star.animate {
    -webkit-animation: stretch-bounce .5s ease-in-out;
}

.star.hidden {
    opacity: 0;
}

.full:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
    font-weight: bold;
}

.half:before {
    font-family: "Font Awesome 5 Free";
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
    font-weight: bold;
}

.star-colour {
    color: #ffd700;
}

/*modal banner*/

#modal-banner .modal-form .modal-content,
#modal-banner-0 .modal-form .modal-content,
#modal-tutorial .modal-form .modal-content{
    border: 1px #8127c5 solid;
    overflow: hidden;
}

#modal-banner .modal-form .modal-body,
#modal-banner-0 .modal-form .modal-body,
#modal-tutorial .modal-form .modal-body{
    border-radius: 0;
}

#modal-banner .modal-body,
#modal-banner-0 .modal-body,
#modal-tutorial .modal-body{
    background-color: transparent;
    padding: 0;
}

#modal-banner .btn-wrapper,
#modal-banner-0 .btn-wrapper,
#modal-tutorial .btn-wrapper{
    background-color: #331152;
    text-align: center;
}

#modal-banner .btn-modal-banner,
#modal-banner-0 .btn-modal-banner,
#modal-tutorial .btn-modal-banner{
    border-radius: 3px;
    display: inline-block;
    padding: 0px;
    min-width: 100px;
    text-align: center;
    margin:7px 5px;
    text-transform:uppercase;
    width: 150px;
    font-size: 16px !important;
}

/*modal banner cta*/
#modal-banner-cta .modal-body{
    padding: 15px;
}

#modal-banner-cta .modal-body img{
    border-radius: 10px;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    75% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.selected:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}

.selected.is-animated:before {
    transition: 1s ease-out;
}

.category-wrapper{
    text-align: center;
}
.category-wrapper label{
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
    vertical-align:middle;
    max-width: 150px;
    width: 49%;
}

.category-wrapper .rating{
    width: 49%;
    max-width: 176px;
    display: inline-block;
    vertical-align:middle;
}

.review-header{
    font-size: 1.05rem;
    font-weight: bold;  
    /* color:#310363; */
    max-width: 470px;
    margin: 0 auto !important;
    text-align: center;
}

.review-header span{
    display: block;
    font-weight: normal;
    font-size: 0.8rem;
}

.review-wrapper,
.refer-wrapper{
    /* background-color: #efefef;  */
    padding: 15px;
    margin-top: 10px;
}

.refer-wrapper{
    margin-top: 10px;
}

.refer-info{
    color:#000;
    max-width: 470px;
    margin: 0 auto;
}

.refer-info strong{
    color:#310363;
}

.refer-wrapper .prefix{
    background-color: #fff;
    border: 1px #ccc solid;
    height: 50px;
    font-size: 1rem;
    display: inline-block;
    width: 80px;
    margin-top: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 15px;
}

.refer-wrapper .mobile-number{
    width: calc( 100% - 100px );
    background-color: #fff;
    border: 1px #ccc solid;
    height: 50px;
    margin-top: 15px;
    font-size: 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 15px;
}

.refer-input-group{
    max-width: 480px;
    margin:0 auto 5px;
}

.refer-text{
    text-align: center;
    max-width: 470px;
    margin:10px auto 0 auto;
}

.total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
}

.free-spin{
    color: #c10e0e;
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}

/*modal thank you*/

.thankyou-icon{
    width: 150px;
    margin: 50px auto 20px auto;
}

/* pagination */
.pagenumber {
    text-align: center;
}

.pagenumber ul li {
    list-style: none;
    display: inline-block;
}

.pagenumber ul li.round {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    /* background: #fff; */
}

.pagenumber ul li.round a:hover {
    /* background: #F1F1F1; */
    border-radius: 50%;
}

.pagenumber ul li.round.active a,
.pagenumber ul li.round.active a:hover {
    /* background: #FFC000; */
    color: #0ad758;
}

.pagenumber ul li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
}

.pagenumber ul li.prev a::after {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: auto !important;
}
  
.pagenumber ul li.next a::after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: auto !important;
}

.logout-mobile{
    display: none;
}

.modal-backdrop.show{
    opacity: 0.9 !important;
}

#modal-login .modal-content,
#modal-register01 .modal-content,
#modal-register02 .modal-content{
    border-color: lightgreen;
}


/* marquee */
.notification-wrap{
    background-color: #20003d;
    color:#fff;
}

.notification-wrap .marquee{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}
  
.notification-wrap .icon-wrap{
    background-color: #20003d;
    position: absolute;
    left:0;
    z-index: 1;
    text-align: center;
}

.notification-wrap .icon-wrap .icon{
    color:#451162;
    background-color: #a0fc9d;
    border-radius: 5px;
    font-size:12px;
    padding: 3px 10px;
}

.notification-wrap .marquee-1,
.notification-wrap .marquee-2{
    position: absolute;
    min-width: 100%;
    display: flex;
    flex-direction: row;
}

.notification-wrap .marquee-1{
    animation: marquee-keywords 30s linear infinite;
    left: 0%;  
}

.notification-wrap .marquee-2{
    left: 100%; 
}
  
.notification-wrap .text{
    padding: 0 5rem;
    white-space: nowrap;
}
  
@keyframes marquee-keywords {
    0% {
        transform: translate(0, 0);
    }

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

@-webkit-keyframes marquee-keywords {
    0% {
        -webkit-transform: translate(0, 0);
    }

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

/*raining effect */
.red-packets{
    -webkit-perspective: none;
    position: relative;
    z-index: 9999;
}

@keyframes red-packets-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes red-packets-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@-webkit-keyframes red-packets-shake {
    0% {
        -webkit-transform: translateX(0px) rotateZ(0deg) rotateX(0deg);
    }

    50% {
        -webkit-transform: translateX(80px) rotateZ(0deg) rotateX(0deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateX(0px) rotateZ(0deg) rotateX(0deg);
    }
}


@keyframes red-packets-shake {
    0% {
        transform: translateX(0px) rotateZ(0deg) rotateX(0deg);
    }

    50% {
        transform: translateX(80px) rotateZ(0deg) rotateX(0deg);
        opacity: 0.5;
    }

    100% {
        transform: translateX(0px) rotateZ(0deg) rotateX(0deg);
    }
}

.red-packet {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: red-packets-fall, red-packets-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: red-packets-fall, red-packets-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.red-packet img{
    width: 50px;
}

.red-packet:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.red-packet:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.red-packet:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.red-packet:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.red-packet:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.red-packet:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.red-packet:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.red-packet:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.red-packet:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.red-packet:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.dbar-wrapper {
    display:flex;
    justify-content:center;
    align-items:center
}
.dbar {
    position:relative;
    min-width:980px 
}
.dbar .iimg {
    position:absolute;
    top:6px;
    z-index:1;
    left: 50%;
    transform: translateX(-50%);
}
.dbar .ccon {
    border-radius:8px;
    border:2px solid #c17d32;
    background:rgba(0,0,0,0.7);
    position:relative;
    margin:4% 5% 12px;
    text-align:center;
    padding:8px 5px 5px 
}
.dbar .ccon .ffloat {
    position:absolute;
    left:-4%;
    top:58%;
    transform:translateY(-50%);
    z-index:2 
}
.dbar .ccon .ttitle {
    position:relative;
    z-index:1;
    padding-left:8% 
}
.dbar .ccon .ddate {
    color:#fff32c;
    line-height:28px;
    font-size:14px 
}
.dbar .ccon .pbar {
    border-radius:20px;
    border:1px solid #ffeea6;
    color:#ffeea6;
    font-size:12px;
    background-color:#3c0000;
    line-height:24px;
    position:relative;
    margin:6px 0 
}
.dbar .ccon .pbar .bars {
    position:absolute;
    border-radius:20px;
    background: linear-gradient(180deg, #fe0000 0%, #720000 100%);
    height:100%;
    left:0 
}
.dbar .ccon .pbar span {
    position:relative;
    z-index:1 
}
.dbar .ccon .bbtn {
    position:absolute;
    bottom:5px;
    right:5px;
    cursor:pointer 
}
.dbar .ccon .bbtn:hover {
    filter:brightness(1.3) 
}
.checkin-wrapper {
    padding:20px;
    max-width: 900px;
    margin: 0px auto;
    background-image:url(../img/checkin/bg.jpg);
    background-repeat:no-repeat;
    background-size:cover 
}
.checkinbox {
}
.checkinbox .ttitle {
    text-align:center 
}
.checkinbox .subtitle {
    font-size:24px;
    padding:5px;
    text-transform:uppercase;
    text-align:center;
    color:#ffffff;
    line-height:normal;
}
.ci-wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top: 15px;
}
.cib {
    position:relative 
}
.cib .bbg {
}
 .cib .tt {
    text-transform:uppercase;
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
    position:absolute;
    width:100%;
    text-align:center;
    top:8%;
    z-index:1;
    line-height:normal 
}
.cib .iimg {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0 
}
.cib::before {
    content:'';
    width:100%;
    height:100%;
    background-image:url(../img/checkin/lock.png);
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    z-index:1;
}
.cib.claimed::before {
    background-image:url(../img/checkin/check.png) 
}
.cib.ready::before {
    background-image:url(../img/checkin/depo.png);
    animation-iteration-count: infinite;
    animation-direction:normal;
    animation-timing-function: linear;
    animation-duration:1.6s;
    animation-name:shineit;
    filter:brightness(0.7) 
}
.cib.ready {
    cursor:pointer 
}
.ci-pbar {
    position:relative;
    display:flex;
    min-height:90px;
}
.ci-pbar .ccon {
    width:100%;
    margin:4px 0px 
}
.ci-pbar .ccon .iimg {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    z-index:2 
}
.ci-pbar .ccon .pgbar {
    border-radius:20px;
    border:1px solid #ffeea6;
    color:#ffeea6;
    font-size:12px;
    background-color:#1b002b;
    height:28px;
    line-height:28px;
    position:relative;
    margin:30px 0 5px 50px;
    text-align:center;
}
.ci-pbar .ccon .pgbar .bars {
    position:absolute;
    border-radius:20px;
    background: linear-gradient(180deg, #5e00ff 0%, #a018f6 100%);
    height:100%;
    left:0 
}
.ci-pbar .ccon .pgbar span {
    position:relative;
    z-index:1;
    font-weight:bold 
}
.ci-pbar .ccon .pgbar .tipsbtn {
    position:absolute;
    top:-30px;
    display:none 
}
.ci-pbar .ccon .rw {
    color:#53432a;
    display:flex;
    font-size:14px;
    font-weight:bold;
    justify-content:space-evenly;
    padding-left:80px 
}
.ci-pbar .ccon .rw div {
    width:16.6667%;
    /* text-align:center  */
    text-align: right;
}
.ci-pbar.s2 {
    min-height:102px;
    margin-top:20px 
}
.ci-pbar.s2 .ccon .iimg {
    top:36% 
}
.ci-pbar.s2 .ccon .pgbar {
    background-color:#3c0000;
}
.ci-pbar.s2 .ccon .pgbar .bars {
    border-radius:0px;
    background: linear-gradient(180deg, #fedc00 0%, #bc6e02 100%);
}
.ci-pbar.done1 {
}
.ci-pbar.done1 .ccon .pgbar .tipsbtn {
    display:block;
    left:calc(16.66% - 80px) 
}
.ci-pbar.done1 .ccon .pgbar .bars {
    width:calc(16.66% - 40px) 
}
.ci-pbar.done1 .ccon .rw div:nth-child(-n+1) {
    color:#ffa 
}
.ci-pbar.done2 {
}
.ci-pbar.done2 .ccon .pgbar .tipsbtn {
    display:block;
    /* left:calc(33.32% - 80px)  */
}
.ci-pbar.done2 .ccon .pgbar .bars {
    /* width:calc(33.32% - 40px)  */
}
/* .ci-pbar.done2 .ccon .rw div:nth-child(-n+2) {
    color:#ffa 
} */
.ci-pbar.done3 {
}
.ci-pbar.done3 .ccon .pgbar .tipsbtn {
    display:block;
    left:calc(48.88% - 80px) 
}
.ci-pbar.done3 .ccon .pgbar .bars {
    width:calc(48.88% - 40px) 
}
.ci-pbar.done3 .ccon .rw div:nth-child(-n+3) {
    color:#ffa 
}
.ci-pbar.done4 {
}
.ci-pbar.done4 .ccon .pgbar .tipsbtn {
    display:block;
    left:calc(64.66% - 80px) 
}
.ci-pbar.done4 .ccon .pgbar .bars {
    width:calc(64.66% - 40px) 
}
.ci-pbar.done4 .ccon .rw div:nth-child(-n+4) {
    color:#ffa 
}
.ci-pbar.done5 {
}
.ci-pbar.done5 .ccon .pgbar .tipsbtn {
    display:block;
    left:calc(81.66% - 80px) 
}
.ci-pbar.done5 .ccon .pgbar .bars {
    width:calc(81.66% - 40px) 
}
.ci-pbar.done5 .ccon .rw div:nth-child(-n+5) {
    color:#ffa 
}
.ci-pbar.done6 {
}
.ci-pbar.done6 .ccon .pgbar .tipsbtn {
    display:block;
    left:calc(97% - 80px) 
}
.ci-pbar.done6 .ccon .pgbar .bars {
    width:100%;
    border-radius:20px 
}
.ci-pbar.done6 .ccon .rw div:nth-child(-n+6) {
    color:#ffa 
}
.ci-table {
    margin: 12px auto;
    border-radius:20px;
    overflow:hidden;
    max-width:400px 
}
.ci-tnc-wrapper {
    color:#ffffff;
    padding-top:12px 
}
.ci-cmsg-wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    position:relative;
    pointer-events:auto 
}
.ci-cmsgbox {
    position:relative 
}
.ci-cmsgbox .bbg {
}
.ci-cmsgbox .ccon {
    position:absolute;
    width:76%;
    left:12%;
    top:42%;
    text-align:center 
}
.ci-cmsgbox .ccon .ttext {
    font-size:24px;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
}
.ci-cmsgbox .ccon .bclose {
    display:inline-block;
    background-color:#400d0a;
    font-size:16px;
    margin-top:20px;
    padding:4px 24px;
    color:#ffffff;
    border:2px solid #fee50c;
    border-radius:20px;
    cursor:pointer 
}
.ci-cmsgbox .ccon .bclose:hover {
    filter:brightness(1.5) 
}
 @keyframes shineit {
    50% {
        filter:brightness(2.4) 
    }
}


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

    body {
        font-size: 1.1vw;
    }

    .sidebar {
        width: 18vw;
    }

    .wrapper {
        margin-left: 18vw;
    }

    .sidebar .logo {
        padding: 2vw 2vw 1vw;
    }

    .sidebar .button-area {
        padding: 1vw 2vw;
    }

    .sidebar .button-area a {
        font-size: 1.4vw;
        line-height: 4vw;
        background-size: 3vw;
        padding: 0px 2vw;
        min-width: 100%;
        margin: 0.5vw 0;
        border-width: 0.2vw;
    }

    .sidebar .nav li {
        line-height: 4.2vw;
    }

    .sidebar .nav li a {
        padding: 0px 1.5vw;
        margin: 0 1vw 1vw
    }

    .sidebar .nav li img {
        max-height: 2.5vw;
        line-height: 2.5vw;
    }

    .sidebar .nav li span {
        font-size: 1.2vw;
        padding-left: 1.2vw;
    }

    .sidebar .nav li.aaa::before, .sidebar .nav li:hover::before {
        border-top-width: 2.5vw;
        border-bottom-width: 2.5vw;
        border-right-width: 1.8vw;
    }

    .sidebar .logout-area {
        margin-top: 4vw;
    }

    .sidebar .logout-area a {
        font-size: 1.4vw;
    }

    .ann {
        padding: 0.5vw 0 0.5vw 1.2vw;
    }

    .ann .icon {
    }

    .ann .icon img {
        width: 3vw;
    }

    .ann .text {
        /* line-height: 3vw;  */
        width: calc(100% - 4.4vw);
    }

    .tabs .tabs-holder {
        padding: 1.2vw;
    }

    .tabs .tabs-holder a {
    }

    .gbox {
        padding: 1.2vw;
    }

    .gbox .ggl {
        padding: 0.8vw;
        width: 16.66%
    }

    .gbox .ggl span {
        font-size: 1vw
    }

    .pbox .ttext h5 {
        font-size: 1.2vw;
    }

    .pbox .ttext p {
        font-size: 0.8vw;
    }

    .pbox .ttext .time {
        background-size: 1.5vw;
        line-height: 1.5vw;
        padding-left: 2vw;
        font-size: 0.6vw;
    }

    .modal-body {
        font-size: 1.2vw;
    }

    .banner-inpage {
        height: 15vw;
    }

    .banner-inpage h5 {
        font-size: 3vw;
    }

    .col-form-label, .form-control {
        font-size: 1.4vw;
    }

    .wd-balance span {
        font-size: 1.4vw;
    }

    .wd-balance .amo {
        font-size: 1.6vw;
        padding: 0.5vw 2vw
    }

    .btn-submit, .btn-cancel {
        font-size: 1.4vw;
        line-height: 4vw;
        padding: 0 4vw;
    }

    .btn-custom{
        display: inline-block;
        margin-top: 10px;
        padding: 0 1vw !important;
        width: 100%;
        text-align: center;
    }

    .panelbox {
        padding: 0
    }

    .panelbox .panel-tabs {
        margin: 2vw 0;
        font-size: 1.4vw;
    }

    .quickamo .qamo {
        font-size: 1.8vw;
    }

    .access .button-area {
        width: 70%;
    }

    .plist .pll img {
        max-height: 9vw
    }

    /* .plist .pll .mmain {
        font-size: 2.2vw
    } */
    .mmain{
        font-size: 2.2vw
    }

    .plist .prrbox {
        font-size: 1.6vw;
        padding: 1vw 2vw
    }

    .promo-item {
        width: calc(50% - 16px)
    }

    .wallet i {
        font-size: 2em;
    }

    .btn-upload{
        padding: 0.55rem 0.75rem;
    }
}

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

    body {
        font-size: 2.6vw;
    }

    .main-bbg {
        background-image: url(../img/m/bg.jpg);
    }

    .sidebar .nav, .sidebar .logout-area {
        display: none;
    }

    .offcanvas.show {
        width: 70%;
    }

    .sidebar .btn {
        color: #cb00ff;
    }

    .offcanvas-header {
        background: #260748;
    }

    .offcanvas {
        background: linear-gradient(135deg, #180331 0%, #0c0118 100%)
    }

    .sidebar {
        width: 100%;
        height: 15vw;
        overflow: initial;
        display: flex;
    }

    .sidebar .logo {
        height: 15vw;
        padding: 2vw 2vw;
        display: flex;
        align-items: center
    }

    .sidebar .logo img {
        width: auto;
        max-height: 14vw
    }

    .sidebar .button-area {
        position: absolute;
        right: 0vw;
        top: 3vw;
        padding: 0px;
        text-align: right;
        display: flex;
        align-items: center;
    }

    .sidebar .button-area .lang {
        display: block !important;
    }

    .sidebar .button-area .lang a {
        min-width: 20px;
    }

    .sidebar .button-area a {
        text-align: center;
        min-width: 18vw;
        margin: 0.3vw 0.8vw;
        background-size: 6vw;
        line-height: 7vw;
        font-size: 3vw;
        padding: 0px 4vw;
        border-width: 0.3vw;
        width: auto
    }

    .sidebar .button-area.s2 a {
        padding: 0 3vw 0 3vw;
        border-width: 0;
        min-width: auto;
    }

    .sidebar .button-area.s2 a i {
        line-height: 8vw;
        font-size: 5vw;
    }

    .sidebar .button-area .stm {
        max-width: 20px;
    }

    .bonus-sel img {
        filter: none;
        margin-right: 5px;
        width: 90px;
    }

    .bonus-sel div {
        margin-right: 5px;
    }

    .bonus-sel p {
        margin-bottom: 5px;
    }

    .bonus-sel > :nth-child(2) {
        min-width: 140px;
    }

    .wrapper {
        margin-left: 0px;
        margin-top: 15vw;
        padding-bottom: 15vw;
    }

    .wrapper .overlap {
        height: 20vw;
        bottom: 5vw;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 50%);
    }

    .gbox .gl {
        width: 33.33%;
    }

    .gbox .ggl a.fav::after {
        content: '';
        background: url(../img/fav.png)no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        top: 0%;
        max-width: 20px;
        filter: brightness(0.5)
    }

    .gbox .ggl a.fav.selected::after {
        content: '';
        background: url(../img/fav-s.png)no-repeat;
        background-size: 100%;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0px;
        top: 0%;
        max-width: 20px;
        filter: brightness(1)
    }

    .s-fav {
        filter: none !important;
        max-width: 30px;
    }

    .ann {
        padding: 1vw 0 1vw 2vw;
        margin: 0;
        border-radius: 0
    }

    .ann .icon {
    }

    .ann .icon img {
        width: 6vw;
    }

    .ann .text {
        /* line-height: 6vw;  */
        width: calc(100% - 8vw);
    }

    .tabs .tabs-holder {
        padding: 2vw 0;
        font-size: 0;
    }

    .tabs .tabs-holder a {
    }

    .tabs.home .tabs-holder {
        position: sticky;
        top: 15vw;
        height: calc(100vh - 60vw);
        overflow: auto
    }

    .hometabs {
        display: flex;
    }

    .hometabs .tabs {
        min-width: 80px;
        width: 20vw;
 /*height:98vw;*/
        scrollbar-width: none;
        -ms-overflow-style: none;
        display: block
    }

    .hometabs .tabs::-webkit-scrollbar {
        display: none;
    }

    .hometabs .tabbox {
        width: 80vw;
 /*height:98vw;*/
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .hometabs .tabs::-webkit-scrollbar {
        display: none;
    }

    .gbox {
        padding: 2vw;
    }

    .gbox .ggl {
        padding: 1vw;
        width: 33.33%;
    }

    .gbox .ggl span {
        font-size: 2.4vw
    }

    .gbox-wrap {
        margin: 2vw 1vw 2vw 0;
    }

    .mob-nav {
        display: grid;
    }

    .banner {
        display: none
    }

    .banner-m {
        display: block
    }
/*	.sidebar .button-area {display:none;}*/
    .sidebar> .after-log.button-area {
        display: flex;
    }

    .sidebar.after-acc {
        display: flex;
        position: relative;
    }

    .sidebar.after-acc .button-area {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }

    .sidebar.after-acc .button-area a {
        min-width: 40vw;
    }
	

/*    .banner-inpage { height: 30vw; }*/
    .banner-inpage h5 {
        font-size: 7vw;
    }

    .promobox {
        padding: 2vw;
    }

    .pbox {
        width: calc(100% - 2vw);
        margin: 1vw;
    }

    .pbox .ttext {
        padding: 2vw;
    }

    .pbox .ttext h5 {
        font-size: 3.5vw;
    }

    .pbox .ttext p {
        font-size: 2vw;
        margin: 1.5vw 0;
    }

    .pbox .ttext .time {
        background-size: 3vw;
        line-height: 3vw;
        padding-left: 4vw;
        font-size: 1.5vw;
    }

    .modal-body {
        font-size: 3vw;
    }

    .col-form-label, .form-control {
        font-size: 5vw;
    }

    .wd-balance span {
        font-size: 3vw;
    }

    .wd-balance .amo {
        font-size: 3.2vw;
        padding: 1vw 3vw
    }

    .btn-submit, .btn-cancel {
        font-size: 4vw;
        line-height: 9vw;
        padding: 0 8vw;
    }

    .panelbox .panel-tabs {
        font-size: 2.8vw;
    }

    .panelbox .panel-tabs a {
        line-height: 9vw;
    }

    .quickamo .qamo {
        font-size: 3.2vw;
        line-height: 8vw;
        flex: 1 0 20%;
    }

    .quickamo {
        flex-wrap: wrap;
    }

    .sidebar .user-area {
        display: none;
    }

    .sidebar .button-area.s2 {
        display: block;
    }

    .float-icon {
        right: 3vw;
        bottom: 30vw;
    }

    .float-icon.after { 
        bottom:15vw; 
    }

    .float-icon img {
        max-width: 16vw
    }

    .mob-top {
        display: flex
    }

    .resbox {
        padding: 0;
        margin: 0
    }

    .resbox-tabs {
        font-size: 2.8vw;
    }

    .resbox-tabs .tab-content {
        padding: 4vw
    }

    .downline-wrap {
        flex-wrap: wrap
    }

    .downline-wrap .dlbox.rr {
        margin-top: 15px
    }

    .resbox-cus-tabs .ctabs {
        font-size: 3.4vw;
        padding: 3vw;
        text-align: center
    }

    .access {
        justify-content: space-around;
        display: none
    }

    .access .button-area {
        width: 80%;
        justify-content: space-around;
    }

    .access .button-area a {
        font-size: 14px;
        line-height: 30px;
    }

    .access .lang {
        display: none;
    }

    .sidebar .reward {
        display: none;
    }

    .filter-itembox span {
        font-size: 2.8vw;
        margin: 4px;
        padding: 8px;
        width: calc(33.33% - 8px)
    }

    .gbox-filbox {
        min-width: auto
    }
/*	afterlogin user info*/
    .profile {
        font-size: 30px;
        color: #636363;
        margin-right: 6px;
    }

    .username {
        color: #9929ea;
    }

    .balance {
        color: #fff000;
    }

    .balance i {
        color: #636363;
        margin-left: 5px;
    }

    .realtime-trans {
        margin: 0px;
        border-radius: 0px
    }

    .realtime-trans .tt {
        font-size: 2.2vw;
        line-height: normal;
        padding: 0px 15px;
        height: 50px;
        width: 22%
    }

    .realtime-trans .ccon {
        width: 78%
    }

    .rttbox .rimg {
        min-width: 7vw;
        width: 7vw
    }

    .rttbox .rcon {
        font-size: 2.2vw
    }

    .rttbox .rcon .time {
        font-size: 1.6vw
    }

    .rttbox .rcon .amo {
        font-size: 2vw
    }

    .float-eve {
        display: flex
    }

    .mob-evebanner {
        display: block
    }

    .rewards-wrap {
        flex-wrap: wrap
    }

    .reward-item {
        width: 90px;
        padding: 6px
    }

    .plogo {
        flex-wrap: wrap
    }

    .plogo img {
        max-height: 20px;
    }

    .gconbox {
        height: calc(100vh - 30vw);
        padding: 12vw 2vw
    }

    .video .gconbox { 
        height: calc(77vh - 30vw); 
        padding: 2vw;
    }

    .plist .pll img {
        max-height: 17vw
    }

    /* .plist .pll .mmain {
        font-size: 3vw
    } */

    .mmain {
        font-size: 3vw
    }

    .plist .prrbox {
        font-size: 2.4vw;
        padding: 2vw 2vw 2vw 0
    }

    .resbox-tabs .nav-tabs .nav-item img {
        max-width: 10vw
    }

    .resbox-tabs .nav-tabs .nav-item span {
        font-size: 2vw
    }

    .table-history {
        font-size: 3vw;
        line-height: normal
    }

    .table-footer {
        font-size: 2.4vw
    }

    .reviews-wrap2 {
        flex-direction: column
    }

    .charts-wrapper {
        width: 100%
    }

    .top10wd-wrapper {
        width: 100%;
    }

    .ctbox {
        width: 33.33%
    }

    .contactbox .ctbox-con {
        flex-direction: column;
        padding: 20px;
    }

    .ctbox-info {
        flex-direction: row;
        width: 100%;
        text-align: start;
    }

    .ctbox-info .iimg {
        min-width: 24vw;
        width: 24vw
    }

    .news-list-wrap {
        padding: 0
    }

    .news-listbox {
        flex-direction: column
    }

    .news-listbox .ccon {
        padding: 0
    }

    .news-listbox .details{
        text-align: center;
        margin-bottom: 1em;
    }

    .news-listbox .iimg {
        width: 200px;
        min-width: 200px;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .promo-item {
        width: calc(100% - 16px)
    }

    .dbar { min-width:100% }
    .dbar .iimg { width:100%; top:0px; }
    .dbar .ccon .ffloat { max-width:15vw }
    .dbar .ccon .bbtn { max-width:16vw }
    .dbar .ccon .ddate { font-size:2.6vw; line-height:2.3vh }
    .dbar .ccon .pbar { line-height:22px }
    .dbar .ccon .pbar span { font-size:2.6vw }
    .dbar .ccon .ttitle img { max-width:88% }

    .checkin-wrapper { padding:10px }
    .checkinbox .subtitle { font-size:4vw }
    .cib .tt { font-size:3vw }
    .ci-pbar .ccon .iimg { max-width:20vw }
    .ci-pbar .ccon .rw { font-size:2.2vw; padding-left:19vw }
    /* .ci-pbar .ccon .pgbar .tipsbtn { max-width:14vw; top:-5vw } */
    .ci-pbar.s2 { margin-top:0 }

    .ci-pbar.done1 .ccon .pgbar .tipsbtn { left:calc(16.66% - 9.3vw) }
    .ci-pbar.done1 .ccon .pgbar .bars { width:calc(16.66% - 2.3vw) }
    /* .ci-pbar.done2 .ccon .pgbar .tipsbtn { left:calc(33.32% - 9.3vw) } */
    /* .ci-pbar.done2 .ccon .pgbar .bars { width:calc(33.32% - 2.3vw) } */
    .ci-pbar.done3 .ccon .pgbar .tipsbtn { left:calc(48.88% - 9.3vw) }
    .ci-pbar.done3 .ccon .pgbar .bars { width:calc(48.88% - 2.3vw) }
    .ci-pbar.done4 .ccon .pgbar .tipsbtn { left:calc(64.66% - 9.3vw) }
    .ci-pbar.done4 .ccon .pgbar .bars { width:calc(64.66% - 2.3vw) }
    .ci-pbar.done5 .ccon .pgbar .tipsbtn { left:calc(81.66% - 9.3vw) }
    .ci-pbar.done5 .ccon .pgbar .bars { width:calc(81.66% - 2.3vw) }
    .ci-pbar.done6 .ccon .pgbar .tipsbtn { left:calc(97% - 9.3vw) }

    .ci-cmsgbox .ccon .ttext { font-size:3.6vw }
    .ci-cmsgbox .ccon .bclose { font-size:2.6vw }

    .aboutus-info-box{
        height: 145px !important;
    }

    /* custom table */
    .custom-table{
        display: none;
    }

    .logout-mobile{
        display: block;
    }

    .hide-mobile{
        display: none;
    }

    #modal-banner .btn-modal-banner,
    #modal-banner-0 .btn-modal-banner{
        width: 130px;
    }

    .pro-img{
        height: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .realtime-trans .tt {
        height: 40px
    }
}



/*custom */
/* loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
  }
  
  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
  }
  
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }

  /* sweet alert */
.swal2-popup {
    background-color: #250f45 !important;
    border: 1px solid #7a18a5 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
  }
  .swal2-styled.swal2-confirm {
    background-color: #7a18a5 !important;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    min-width: 125px !important;
  }
  .swal2-styled.swal2-confirm:hover {
    background-color: #9A31E9 !important;
  }
  .swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
  }
  .swal2-icon.swal2-info {
    color: #ea49ff !important;
    border-color: #ea49ff !important;
  }
  .swal2-title {
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    font-size: 26px !important;
    font-weight: 700 !important;
  }
  .swal2-content {
    color: #FFFFFF !important;
    font-size: 14px !important;
  }
  .swal2-actions > .btn-deposit{
    width: 50% !important;
    font-size: 14px !important;
  }
  .swal2-actions > .btn-info{
    width: 50% !important;
    font-size: 14px !important;
  }

