/*guide*/
@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Regular;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

/*url('../fonts/NunitoSans-Bold.ttf') format('truetype'),*/
      
body {
    font-weight: 300;
    color: #5a5349;
    overflow-x: hidden;
    font-family:Roboto-Regular;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    background-color: #f8f8f8;
}

a,
button,
input[type=submit] {
    transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s;
    -webkit-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s;
    -moz-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s;
    -o-transition: color .2s ease-in-out 0s, background .2s ease-in-out 0s;
}

input:focus-visible{outline: none;}
input:read-only {
  color: #a1a1a1;font-weight: normal;
}

/******************** BOTTON *******************/
.btn {
    padding: 10px 30px;
    font-size: 1em;
    font-weight: 400
}

.btn-yellow{
  border-radius: 22px;
  color: #ffffff;
  width:49%;
  padding: 16px;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(to bottom, #0172c4, #003e92);
}

.btn-red{
  border-radius: 22px;
  color: #ffffff;
  width:49%;
  padding: 16px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #94cdff, #5b9fff);
}

.btn-primary {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    padding:15px 2px;
    width: 200px;
    margin:auto;
    margin-bottom: 20px;
    color: #fff !important;
    border-radius: 16px;
    border:none;
    background-color: #d49939;
    background-image: linear-gradient(to left, #f64e4e, #f460bb 60%)
}

.btn-whatsapp {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    margin-bottom: 20px;
    color: #fff !important;
    border:none;
    width:100%;
    margin-top:20px;
    border-radius: 8px;
    background-color: #00c814;
}

.btn-primary2 {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    padding:15px 66px;
    width:100%;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #6295dc;
    background-color: unset;
    border: solid 1px #344966;
}

.btn-secondary {
    font-size: 1em;
    font-weight:bold;
    color: #fff;
    min-width: 160px;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
    max-width: 500px;
    border-radius: 13px;
    border: solid 1px #d76d00;
    background-color: #fe8101;
      background-image: linear-gradient(to bottom, #fcd280 0%, #f49807 100%);
      border:none;
}


/********** LOGIN PAGE ***********************/
.prelogin-nav-logo {
    width: 140px;
    margin: 50px 0px;
}

.login_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #1c043b;
}

.show_passowrdd {
    position: absolute;
    color: #ff0a3f;
    right: 15px;
    top: 15px;
    font-size: 16px;
    z-index: 100;
    background: transparent;
}

/****************** BODY ********************/
.container-fluid {
    max-width: 1140px;
    padding: 0;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding-bottom:30px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 85vh;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.title{
  font-size:24px;
  color:#000000;
  font-weight: bold;
  font-family:Roboto-Bold;
}

/*.package--first .sponsor-username:first-child {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #ffffff;
}
*/
/*
.search-btn-ininput {
    position: absolute;
    line-height: 18px;
    top: 50%;
    margin-top: -9px;
    width: 35px;
    text-align: center;
    left: 0;
    background: transparent;
    border: 0;
    font-size: 0.875em;
    color: #c89501;
    padding: 0 0 0 3px;
}*/

.jstree-anchor {
    padding: 0 !important;
    margin-left: -8px !important;
}

.jstree-default .jstree-anchor {
    margin-top: 15px !important;
    height: auto !important;
    min-width: 370px;
    padding-right: 15px !important;
    width: 100%;
}

.jstree-default .jstree-icon {
    margin-top: 25px;
}

.jstree-default .jstree-icon:empty {
    margin-top: 0px !important;
    width: 40px !important;
    height: 40px !important;
}

.jstree-default .jstree-node {
    margin-left: 32px !important;
    background: url("../img/sponsorline.png") left top/40px auto repeat-y !important;
}

.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0px !important;
    padding-right: 20px;
}

select:focus-visible{outline: none}

.login_captcha {
    position: absolute;
    right: 0;
    top: 0;
}

.login_captcha img {
    border-radius: 0 30px 30px 0;
}

label.error,
.error_message {
    font-size: 0.75em;
    display: block;
    margin: 2px 0 0;
    color: red;
    font-weight: 400;
    margin-top: 0%;
    margin-left: 3%;
}

.input-group-addon {
    border-right: 0;
    position: absolute;
    background: #eee;
    width: 56px;
    padding: 13px 22px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #151515;
    height: auto;
    box-shadow: none;
    font-size: 1em;
    margin: 2px;
}

.bar-login {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
    margin: auto;
    width: 90%;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 51%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
}

.js-radioparent {
    width: 60%;
}

.form-label-left {
    width: 100%;
    padding: 0 15px;
    float: left;
    min-height: 60px
}

.form-label-left .form-label {
    margin-bottom: 0px;
    padding: 0;
}

/**************** REGISTER ****************/
#country-code{
  position: absolute;
  color: #003305;
  font-size: 13px;
  /*left: 5px;*/
  left: 18px;
  bottom: 14px;
  font-weight: bold;
  /*padding: 0px 11px;*/
  border-radius: 10.5px;
  align-items: center;
  justify-content: center;
  display: flex
}

.register .code label{
  top: -15px !important;
  font-size: 14px;
 
}

.js-tabcontent-parent .js-tabcontent {
    /*width: 50%;*/
    display: inline;
}

/*header*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 32;
    /*transition:background 0.5s ease-in-out 0s;-webkit-transition:background 0.5s ease-in-out 0s;-moz-transition:background 0.5s ease-in-out 0s;-o-transition:background 0.5s ease-in-out 0s;*/
}

.js-copyhideshow--post {
    display: none;
}

nav {
    float: right;
    width: auto;
    z-index: 99;
    text-align: center;
    background: transparent;
    /* nav{position: fixed;width: 100%;top:66px;left:0;background: #fff;margin:0;border-top:1px solid #cacaca;display: none;
    -webkit-box-shadow: 0px 5px 17px -5px rgba(21,21,21,0.69);
    -moz-box-shadow: 0px 5px 17px -5px rgba(21,21,21,0.69);
    box-shadow: 0px 5px 17px -5px rgba(21,21,21,0.69);
  }*/
    /*position: fixed;left:0px;width: 320px;font-weight: 400;top:0;background: #1a1a1a;padding:200px 0 70px;z-index: 12;height: 100%;
  background: #231f20;  background: linear-gradient(to bottom, #231f20 0%, #352f1f 100%);*/
}

/*.epin-box {
    margin: 5%;
}
*/
.nav-top-parent {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.nav-content-parent {
    height: 60px;
    display: flex;
    width: 600px;
    margin: 10px auto;
}

.nav-btm-parent {
    padding-top: 30px;
    color: #6d6d6d;
    text-align: center;
}

.nav-head {
    display: block;
    padding: 0px;
    position: relative;
    color: #919191;
    font-size: 1.5em;
}

.nav-head span {
    margin-left: 10px;
    vertical-align: text-bottom;
}

.active .nav-head {
    color: #ffc51b;
}

.active .nav-head .menu-icon {
    color: #fff;
    opacity: 1;
}

.active .nav-head div.hidden-xs {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #ffe43a -150%, rgba(0, 0, 0, 0));
}

.active .nav-head span.hidden-xs {
    display: inline;
}

.menu-icon {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    opacity: 0.3;
    font-size: 1.5em;
}

.subnav-mob {
    background: transparent;
    overflow: auto;
    text-align: center;
    border-bottom: 1px solid rgba(248, 196, 99, 0.2)
}

.sub-menu {
    display: flex;
    overflow: auto;
}

.sub-menu--right {
    max-width: 1100px;
    margin: 0 auto;
}

.nav-child {
    display: inline-block;
    color: #838383;
    line-height: 28px;
    padding: 28px 0;
    white-space: nowrap;
    font-size: 1.25em;
    margin-left: 40px;
}

.nav-child:first-child {
    margin-left: 0px;
}

.nav-child.active {
    font-weight: 700;
    color: #facf71;
    background: url("../img/icon-submenu-indi.png") center bottom -2px/40px auto no-repeat;
    font-size: 1.5em;
}

.nav-hr {
    margin: 30px 0;
}

.postheader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    background-image: linear-gradient(to bottom, #292929, #121212);
    height: 80px;
}

.special_postlogin .postheader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    background-image: linear-gradient(to top, rgba(4, 13, 18, 0.3), rgba(9, 35, 52, 0.3));
    height: 80px;
}


.menu-selected-icon {
    width: 14px;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    display: none;
}

.welcome-member-icon {
    width: 100%;
    max-width: 45px;
    margin-right: 15px;
    display: inline-block;
}

.welcome-member-item {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

.radio-label {
    margin: 0px;
    font-size: 1.125em;
}


/*footer*/

.prefooter {
    text-align: center;
    padding:20px 0px;
    font-size: 11px;
    color: #ababab;
    letter-spacing: 1.2px
}

.header-postlogin {
    padding: 17px 0 20px;
    height: 75px;
    background-image: linear-gradient(to bottom, #202020, #121212 54%);
}


/*prelogin*/
.header-prelogin--flex {
    display: flex;
}

.header-prelogin--flex>* {
    flex: 1;
}

.prelogin.prehomebg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/elements/BG-01.png') bottom/cover no-repeat;
    /*background-image: url('../img/elements/BG-01.png');*/
    background-size: 100%;
    display: block;
}

.prelogin-content--register {
    max-width: 600px;
}

.bodywrapper {
    position: relative;
    z-index: 1
}

.postloginbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    /*background-image: url('../img/Element/System/BG-03.png');*/
    background-size: 100%;
}


.postloginbg_invitation {
  background: url('../img/elements/BG-26.png') center/cover no-repeat;
}

.postloginbg_pink {
   background-image: linear-gradient(to bottom, #ffe5e6 10%, rgba(255, 229, 230, 0) 100%);
}

/*.postloginbg_topup {*/
  /*background: #f8f8f8;*/
/*}*/

.postloginbg_grab{
  background: url('../img/elements/BG-04.png') center/cover no-repeat;
  height: 375px;
  background-size: 100%;
}

.postloginbg_home{
  background: url('../img/elements/BG-02.png') center/cover no-repeat;
  background-size: 100%;
  height: 330px;
  background-repeat: no-repeat;
}

.postloginbg_profile{
  background: url('../img/elements/BG_08.png') bottom/cover no-repeat;
  background-size: 100%;
  height: 260px;
}




/******* FOR HEADER WITH NO BACKGROUND ****/
/*.postloginbg_profile header{
  display:none !important;
}*/

.postloginbg_profile .top-header,
.postloginbg_invitation .top-header
{
    background:unset;
    position:relative;
    box-shadow:unset;
}


.bg-light {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.postlogin-content {
    margin: 0 auto;
    /*padding: 30px 0;*/
}

/*.postlogin-content--home {
    padding-bottom: 0px !important;
}*/

.postlogin-normalwidth {
    max-width: 800px;
    margin: 0 auto;
}

.postlogin-biggerwidth {
    max-width: 1000px;
    margin: 0 auto;
}

.u-relative {
    position: relative;
}

.u-withbordertop:not(.u-notrelative),
.u-withborderbtm:not(.u-notrelative),
.u-withborderleft:not(.u-notrelative),
.u-withborderright:not(.u-notrelative) {
    position: relative;
}



/*u*/

.u-floatleft {
    float: left;
    width: auto;
}

.header-prelogin--flex .u-floatright {
    margin-top: 20px
}

.u-floatright {
    float: right;
    width: auto;
}
/*************** MARGIN SPACE *****************/
.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30{
    margin-top:30px;
}
.mt-50 {
    margin-top: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-30 {
    margin-left: 30px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-8 {
    padding-right: 8px;
}

.pl-8 {
    padding-left: 8px;
}

option {
    color: #000;
    outline-color: none;
}

/*md & below/ above xs*/

@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .hide_cont
    {
        background-image: url('../img/elements/BG-01.png');
        z-index: 40;
    }

    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:50%;font-weight:bold;
        display:block
    }
    .mobile-view
    {
        display:none;
    }
    .web-view
    {
        display:block;
    }
    .header-dropdown {
        margin-left: 5px;
    }
    .welcome-member-item {
        margin-left: 10px;
    }
    .welcome-member-icon {
        margin-right: 5px;
    }
    .active .nav-head {
        padding: 11%;
    }
    .nav-head {
        padding-left: 40px;
        padding-right: 20px;
        font-size: 1.4em;
    }
    .menu-icon {
        height: 18px;
        margin-top: -9px;
        font-size: 1.5em;
        padding-bottom: 10px;
    }
    .menu-selected-icon {
        width: 8px;
        margin-top: -4px;
        right: 10px;
    }
    .postheader,
    .bodywrapper--postlogin {
       
    }
    .nav-child,
    .header-title {
        font-size: 1em;
    }
    .nav-child {
        padding: 20px 0;
    }
    .header-nav {
        margin-left: auto !important;
    }
  
    .u-floatleft img.hidden-xs {
        width: 32% !important;
        margin-top: 5% !important;
    }
  
}


/*sm & above*/

@media only screen and (min-width: 768px) {
    nav {
        display: inline-block !important;
    }
    .row--flexcenter-sm {
        align-items: center;
    }
    .title-section--center-sm {
        justify-content: center;
    }
    .nav-content-parent {
        width: 500px;
    }

    .mobile-view
    {
        display:none;
    }
    .web-view
    {
        display:block;
    }
    
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:block
    }
}


img.level_rank_img {
    max-width: 50px;
}

.package-icon {
    width: 10%;
    text-align: center;
    margin-left: 40%;
}

.copyqr {
    color: #eab98f;
    font-size: 1em;
}

.jstree-default .jstree-last {
    background: transparent !important;
}


/*footer*/
/*
.prelogin-footer {
    padding: 0 0 20px;
}
*/
.radio-parent {
    /*border:1px solid #ddd;*/
    text-align: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*padding:0 15px;*/
    /*display: inline-block;*/
    /*background: #333;*/
}

.radio-item {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.radio-item:first-child {
    margin-left: 0px;
}

.radio-label {
    margin: 0px;
    font-size: 0.85em;
    color: #ffff;
}

.radio-input {
    position: absolute;
    left: 0;
    top: 5px;
}


/*footer*/
/*.prelogin-footer {
    color: #696969;
    padding: 0 0 35px;
    font-size: 11px;
    letter-spacing: 1px;
}

.postlogin-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #696969;
    padding: 15px 0 30px;
}
*/

/************************ MODAL ******************************************/
.modal-backdrop {
    position: inherit;
}


.modal-open .modal {
  z-index: 999999;
   -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(48, 1, 1, 0.5)
}


.modal {
    text-align: center;
    background:#f8f8f8;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-header {
    font-size: 20px;
    border-bottom:none;
    padding-bottom:0px;
/*    font-weight: 600;
    height:50px;
    font-size:14px;
    display:flex;
    position: relative;
    align-items: center;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #17355c;
    width:100%;*/
}

/*resolve the header align problem*/
/*.modal-header div{
    float:left;
    text-align: left;
    justify-content: left;
    align-items: left;
    position: absolute;
    left: 20px;
}*/

.modal .close {
    color: #a1a1a1;
    opacity: 1;
    /*position:absolute;*/
    /*right:15px;*/
    /*margin-top: 2px;*/
    /*font-weight: bold;*/
    font-size:15px;
    text-shadow: unset;
    width:100%;
    text-align: right;

}

.modal .close:hover,
.modal .close:focus {
    opacity: 0.51;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 80%;
    max-width: 90%;
    border-radius:0px;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  border:unset;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.modal-title{
    /*font-family: CambriaMath;*/
  font-size: 24px;
  text-align: left;
  color: #000000;
  font-weight: bold;
}

/*.modal .icon-icon-10{
  font-size:40px;
  color: #d5d5d5;
  position: relative;
  padding:20px;
}
*/
/*.modal .icon-icon-09{
  font-size:40px;
  color: #b4d077;
  position: relative;
  padding:20px;
}
*/
.modal .modal-message{
  color: #000000;
  font-size:16px;
  font-weight: bold;
  padding-bottom:10px;
  display: flex;
  align-items: center
}

.icon-Icon4{color:#00c97b;padding-right:10px;font-size: 20px}
.icon-Icon5{color:#ff1818;padding-right:10px;font-size: 20px}

.modal .modal-fail-msg{
    font-size: 12px;
    line-height: 1.33;
    margin: auto;
}

/*#fail-modal .btn-primary{
  background-color:#ff7373;
  margin-top:10px;
}

#success-modal .btn-primary{
  margin-top:10px;
}*/

#fail-modal .modal-body{
  color:#fe3637;
  text-align: left
}

#success-modal .modal-body{
  color:#a0a0a0;
  text-align: left
}

.modal .modal-body {
  border-radius:0px;
}

.modal-footer {
  border: none;
  text-align: center;
  /*border-bottom-left-radius: 13px;*/
  /*border-bottom-right-radius: 13px;*/
  /*background:#f8f8f8;*/
}

/*.modal-body{
  background:#f8f8f8;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}*/


.modal .modal-fail-msg .blue,
.modal .modal-body .darkblue{
    max-width:222px;
}




/*IPAD*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        z-index: unset;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:none;
    }
 /*   .home-logo {
        width: 25% !important;
    }*/
    .selection {
        margin-top: 10%;
    }
    #reg_login_header {
        margin-top: -10% !important;
    }
    .prelogin-logo {
        width: 15%;
    }
    .register_img img {
        width: 10% !important;
    }
    .personal-rank-img-box img {
        width: 35% !important;
    }
    .js-tabcontent-parent {
        padding-top: 25px;
    }
    .nav-record {
        width: 40%;
        float: right;
        display: inline;
        text-align: right;
    }
    .personal-tab {
        padding-top: 0%!important;
        margin-left: 0%!important;
    }
    #myCarousel {
        margin-top: -10px;
    }
}

.carousel-indicators {
    bottom: 0px;
    z-index: 10;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.3);
    width: 7px;
    height: 7px;
    border: none;
    margin: 0 1px;
}

.carousel-indicators .active {
    background: rgba(255, 255, 255, 1);
    width: 7px;
    height: 7px;
}

#myCarousel img {
    width: 100%;
    height: 200px;
    max-width: 770px
}

.item {
    max-height: 320px;
}

.carousel-inner {
    border-radius: 15px;
}

.icon-transaction-success {
    color: #2fd53b;
}

.icon-transaction-fail {
    color: #ec1c24;
}

.icon-transaction-process {
    color: #919191;
}

.level-text-right {
    display: inline-block;
    float: right;
    margin-right: 36%;
    width: 13%;
    margin-top: 3%;
}

.nav-logo {
    width: 10%;
    float: right;
    margin-top: -7%;
}

.nav-record {
    width: 40%;
    float: right;
    display: inline;
    text-align: right;
}


.serach-btn-record {
    margin: auto;
    width: 50%;
    margin-bottom: 1%;
}

.close-overlay {
    margin-right: 5%;
    margin-top: -1%;
    padding: 5px;
}

.file-container {
    font-size: 15px;
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 12px;
    text-align: right;
    background: transparent;
    background-image: radial-gradient(ellipse at 50% 120%, #495bff, rgba(0, 0, 0, 0) 50%);
}


.ranking-box {
    width: 100%;
    margin-top: 4%;
    margin-left: 20%;
    line-height: 20px;
}

.ranking-label {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.ranking-name {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.15px;
    color: #ffffff;
}

/*.form-input-parent input::-webkit-input-placeholder {
    color: #c6cbd8 !important;
    font-size: 16px;
}*/

/*.wallet-label {
    text-align: center;
    margin-top: 5%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: 1px;
    color: #ffffff;
}*/

.alignleft {
    float: left;
    width: 50%;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px;
}

.alignright {
    float: left;
    width: 50%;
    text-align: right;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 15px;
}

​ .game-label {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.game-icon {
    transform: rotate(-90deg);
    color: #ffffff;
}

.game-accum-amt {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #40bbff;
}

.personal-rank-box {
    display: flex;
}

.personal-rank {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.personal-rank-name {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.personal-username-box {
    
    text-align: center;
    width: 100%;
    padding: 10px;
}

.personal-username {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.personal-rank-img-box {
    width: 70%;
    text-align: end;
}

.personal-rank-img {
    width: 30%;
}

.personal-rank-info {
    width: 50%;
    padding: 20px;
    padding-left: 5px;
    margin: auto;
}

/*.btn-language-personal {
    width: 70%;
    margin: auto;
}*/

.dropdown-menu {
    right: 0;
    left: auto!important;
}

.file-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.file-container [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.file-container [type=file] {
    cursor: pointer;
}

.upload-text {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: right;
    text-decoration: underline;
    color: #ffffff;
}

.upload-icon {
    color: #ffffff;
}

.radio-inline,
.checkbox-inline {
    color: #2694eb;
}


#req_qr {
    max-width: 100% !important;
}

#req_qr_logo {
    margin-top: -10%;
}

#reg_qr_img {
    width: 20% !important;
    margin-bottom: 15px;
}

#reg_qr_user {
    text-align: left;
    padding: 0;
    width: 50%;
    display: inline-block;
}

#req_qr_words {
    color: #fff;
}

#req_qr_words p {
    margin-bottom: 0;
}

#req_qr_center {
    margin-bottom: 60px;
}

#req_qr_qr {
    max-width: 100%;
    float: right;
    display: inline;
    width: 20%;
}

.next-page {
    transform: rotate(-180deg);
    display: inline-block;
    color: #fff;
    font-size: 10px;
    position: absolute;
    margin-top: 20px;
    right: 0;
    margin-right: 30px;
}

.btn-delete {
    background-color: red;
    border: red;
}

.package_right {
    text-align: right;
    right: 0;
    width: 40%;
}

.btn-draft-cancel {
    display: inline-block;
    margin-right: 20px;
    border: solid 1px #696969;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(18, 18, 18, 0.59));
    padding: 10px 40px;
    width: 45%;
}

.btn-draft-save {
    padding: 10px 40px;
    width: 45%;
    border: solid 1px #4581ff;
}

.copy_address {
    background: #000;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    border: 1px solid #4581ff;
    max-width: 300px
}

.copy_address:hover {
    cursor: pointer
}

#copy_address_2 {
    width: 100%;
    border: none;
    background: transparent;
    color: #919191;
    font-size: 12px;
}

#copy_address_2:focus,
.copy_address_2:active {
    outline: none;
}

@media only screen and (min-width: 1440px) {
    .sponsor_tree {
        overflow-x: hidden;
    }
    .hide_cont
    {
        background-image: url('../img/elements/BG-01.png');
        z-index: 40;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:block
    }
}

@media only screen and (max-width: 1440px) {
    .mobile-view
    {
        display:none;
    }
    .web-view
    {
        display:block;
    }
    .hide_cont
    {
        /*background-image: url('../img/Element/System/BG-02.png');*/
        z-index: 40;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:block
    }
    .u-floatleft {
        width: auto;
    }
    .ranking-box {
        margin-left: 30%;
    }
    .hidden-xs.desktop-username img.hidden-xs {
        width: 20% !important;
    }
    /*.game-header{margin-left:37%;}*/
    .header-prelogin--flex {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        background-image: url('../img/elements/BG-01.png');
        z-index: 40;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:block
    }
    .dropdown-titledesc {
        white-space: normal;
    }
    #myCarousel {
        max-width: none !important;
    }
    #myCarousel img {
        height: unset !important;
    }
    .carousel_description {
        width: 100%;
    }
   /* .home-content-display-flex {
        padding-left: 0 !important;
        width: 100%;
        margin-bottom: 30px;
    }
    .home-level-box-item {
        width: 100% !important;
    }
    .home-level-box-item .label {
        width: 80%;
    }
    .home-content-display-flex.sponsor-home-content {
        margin-top: 0px;
        margin-bottom: 30px;
    }*/
   /* .container.header-nav {
        max-width: 90%;
    }
    .top-tabs li {
        width: 33%;
    }*/
}

@media only screen and (max-width: 767px) {
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        z-index: unset;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:block
    }
    .package_filter_price {
        font-size: 12px
    }
    .preloginbg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background:#ffffff;
        /*background-image: linear-gradient(to top, #ffffff, #f9efe9);*/
    }

    .postloginbg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background-image: url('../img/Element/System/BG-03.png');*/
        background-size: 100%;
    }
    .newloginbg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(to top, #ffffff, #f9efe9);
    }
  /*  .filter_list .label,
    .wallet-level-box-item .label {
        width: 230px;
    }*/
   /* .js-tabcontent-parent.personal-tab {
        width: 100% !important;
    }
    .nav-content-parent {
        padding: 0px;
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
    }
    .home.main-div .top-tabs {
        min-width: 0;
    }
    .top-tabs li {
        width: 32%;
    }
    #next_step {
        display: inline-block !important;
    }*/
}

/******* ONLY SHOW IN PHONE LAYOUT ***********/
@media only screen and (max-width: 1440px){
  .hide_cont {
      background-image: url(../img/elements/BG-01.png);
      z-index: 40;
  }
}
@media only screen and (max-width: 991px){
  .hide_cont {
      background-image: url(../img/elements/BG-01.png);
      z-index: 40;
  }
}

@media only screen and (max-width: 460px) {
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        z-index: unset;
        display: none;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:none
    }
    .prelogin-right {
        max-width: 90%;
        margin-top: -30px;
    }
    .prelogin-logo {
        width: 30%;
    }

   /* .home-level-box-item .point-small {
        font-size: 12px;
    }*/
    .btn-view-primary{margin-top: 10px;padding: 5px 15px;}
    body {
        font-size: 12px;
    }
    .bodywrapper.bodywrapper--postlogin {
        padding: 0 !important;
    }
    .header-prelogin--flex {
        margin-left: 0;
        width: 100% !important;
    }
    .mobile-header-icon-left {
        padding: 11px;
    }
    .icon-Notification:before {
        padding-left: 0px;
    }
    .copyqr {
        margin-top: 25px;
    }
    .game-header {
        margin-left: 0;
    }
    .vmc-container {
        width: auto !important;
    }
    .vmc-arrow-left {
        left: -20px !important;
    }
    .vmcarousel-centered-infitine.vmc-centered.vmcarousel::before {
        margin-left: 0 !important;
    }
    .vmc-viewport {
        width: 280px;
        margin: auto;
    }
 /*   .bar-wallet {
        margin-top: 6% !important;
        margin-bottom: 6% !important;
    }*/
 /*   .js-copy.btn.btn-primary {
        min-width: 100%;
    }*/
  /*  .home-game-banner-1,
    .home-game-banner-2,
    .home-game-banner-3,
    .home-game-banner-4 {
        margin-bottom: 20px;
    }*/
    #myCarousel {
        margin-left: -30px;
        margin-right: -30px;
    }
    #myCarousel .carousel-inner {
        border-radius: unset;
    }
    .carousel_description {
        margin-left: -30px;
        margin-right: -30px;
        border-radius: unset;
        width: auto;
    }
    #req_qr_logo {
        width: 50% !important;
        margin-top: 0 !important;
    }
    #req_qr_container {
        margin-top: -40px;
    }
    #req_qr {
        max-width: 100%;
    }
    #req_qr_qr {
        max-width: 100%;
        float: right;
        display: inline;
        width: 30%;
    }
    #req_qr_center:nth-child(1) {
        font-size: 11px;
    }
    #theform {
        width: 100% !important;
        margin: auto;
    }
    .whitebox-section:first-child {
        width: 90%;
    }
    .btn-logout {
        width: 100%;
    }
    .hide_in_mobile {
        display: none;
    }
    td.currency-buy,
    td.currency-sell {
        padding: 15px 5px;
    }
    .package_filter_price {
        font-size: 11px;
    }
    button.thumb {
        font-size: 11px;
        width: 30% !important;
    }
    .prelogin header.scrolled {
        position: relative;
    }
    .prelogin header {
        margin-top: 0;
    }
    .level_name {
        font-size: 14px;
    }
    .profile_container .col-xs-2 {
        padding: 0;
    }
    .next-page {
        margin-top: 15px;
    }
    .title-overlay {
        padding-bottom: 20px;
    }
 /*
    .sponsor_current_level {
        text-align: center;
    }
    .overlay-content {
        width: 50%;
    }
    .sponsor_container img {
        vertical-align: bottom !important;
    }
    .profile_container .sponsor_current_level {
        text-align: center;
    }*/
    .form-content.tnc-form {
        height: 300px;
    }
    input[type="date"].form-control {
        min-width: 100%;
        -webkit-appearance: none;
    }
    .page_name {
        font-size: 30px;
    }
    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none;
    }
    .section-article {
        margin-bottom: 150px;
    }
    /*Grab Order*/
    .grabmain .icon{
        font-size:20px;
        width:50px;
        height:50px;        
    }
    .grab .cover2{
      background-color: #191026;
      padding: 10px 20px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom:20px;
    }
    .grab .top_marquee i{font-size:12px;}
    .grab .cover{background-size:100%;height:275px;background-position:top}
    .grab .grab-note{color:#fff;width:227px;margin:auto}

    /*.grab .order{background:#fe8101;color:white !important;}*/
    .grab .order img{width:40px; height:40px;border-radius: 10px; object-fit:cover;margin-right:15px;}
    .grab .note{ text-align: center; max-width: 256px; padding:20px 0px; text-align:center;margin:auto;}
    .grab .countdown_container{display: none;z-index:9999;position: absolute;left: 0;right: 0;top: 30vh;font-size:20px;}
    .grab img.countdown_gif{width: 50%;height: 50%;background: transparent !important;box-shadow: none !important;margin: auto !important;display: block;}
    .black_overlay{background-color: rgba(0,0,0,0.7); position: fixed;width: 100vw;height: 100vh;display: none;z-index: 999;top: 0;left: 0;}
    .grab img.grab_img{width:39px;height: 40px;width: 39px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    padding-right:0px;
    margin-right:16px}
    .grab .btngrab{width: 100%;
  padding: 10px;
  background-image:unset;
  background-color: transparent;
  color:#ff0a3f !important;
  border-radius: 8px;
  text-decoration: underline;
  margin-bottom: 0px;
  border: solid 1px #ff0a3f;}
    .grab .icon{width:38px;font-size:20px;height:40px}

    .grab_top_container{margin-top: 50vh}
    .grab_qty{width:30%;text-align: right;}
    .upgrade_level_container{margin-top: 10px;text-align: center;}
    .upgrade_level_description{font-size: 12px;color: #8a8a8a;line-height: 1.33;margin-top:5px;font-weight: normal;}
    .countdown_label{font-size: 13px;text-align: center;color: #ffffff;}
    .countdown_value{font-size: 22px;font-weight: bold;text-align: center;color: #ffffff;margin-top: 5px;}
    .toggle_icon{font-size: 6px;color:#af0c0c;}
}

@media only screen and (max-width: 375px) {
    /*.grab_top_container{margin-top: 45vh}*/
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        z-index: unset;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:none
    }
    .btn-view-primary{margin-top: 10px;}
}

@media only screen and (max-width: 325px) {
    /*.grab_top_container{margin-top: 35vh}*/
    .mobile-view
    {
        display:block;
    }
    .web-view
    {
        display:none;
    }
    .hide_cont
    {
        z-index: unset;
    }
    .hide_txt
    {
        z-index:50;color:#000000;text-align:center;font-size:70px;padding-top:20%;font-weight:bold;
        display:none
    }
}

  /************ HEADER USE ************/
  .top-header{
    /*position:sticky;*/
    position:relative;
    padding:20px;
    z-index:99;
    height: 60px;
    width:100%;
    /*margin-bottom:10px;*/
    margin-bottom:20px;
    transition: 0.5s;
    background-color: #ffffff
    /*background-image: linear-gradient(to bottom, #492f25, #231510);*/
  }

  .top-header.scrolls{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  }

  /*.top-header.scrolls a,
  .top-header.scrolls .title-prelogin{
    color:#1c043b !important;
  }*/

  .top-header img{
    width: 108px;
  }

  .top-header a.icon-Icon9{
    color:#38e07c;
    background: linear-gradient(to bottom, #e50006, #ff2bc7);
       -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
  }

  .top-header a.profile{
    color:unset;
    font-size: unset;
  }
  

  .u-inlineblock{
    display: inline-block;
    right:10px;
    position: absolute;
    border-radius: 3px;
    margin:20px 20px;
    padding:9px 16px;
    font-size: 12px !important;
    color: #1c043b;
    border-radius: 22.5px;
    background-color: #fff;
    border: solid 1px #6fb6ff;
  }

 /* .top-header .u-inlineblock{
    background: none;
    margin-right:0px;
    padding-right:0px;
  }*/

/**************** FROM CONTROL ********************/
  .form-group {
    position: relative;
    margin: 16px 0px;
  }

  .form-control {
    height:50px;
    border:none;
    width:100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    -webkit-box-shadow: none;
    border: solid 1px transparent;
    color:#000000;
    border-radius: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .form-label{
    color: #3f3f3f;
    font-size: 13px;
    font-weight:normal;
    position: absolute;
    left: 20px;
    top: 15px;
    margin: 0;
    z-index: 2;
  }

  ::placeholder{
    font-weight: normal;
    color: #d8d8d8 !important;
  }

  input.password {
    padding-right:40px;
  }

  .form-control:focus{
    outline:none;
    border: solid 1px #ff5959;
  }

  /************ BOTTOM USE ************/
 
  /************ BOTTOM USE ************/
  .bottom_nav{
    position:fixed;
    bottom:0px;
    display:flex;
    align-items: center;
    box-shadow: 8px 5px 5px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    width:100%;
    font-size: 11px;
    z-index: 999;
  }

  .nav-parent {
    margin: auto;
    padding:10px 0px;
    width:20%;
    color:#d8d8d8;
    text-align: center;
  }

  .nav-parent i{
    font-size:20px; 
    color:#d8d8d8;
  }

  .bottom_nav a{
    align-items: center;
    text-align: center;
    color:#d8d8d8;
    padding: 15px 0 !important;
    border-top: transparent 2px solid; 
  }

  .bottom_nav .nav-parent.active i,
  .bottom_nav .nav-parent.active a{
    color:#ff0a3f;
    font-weight: bold
  }

.bottom_nav .logo_bottom a,
.bottom_nav .logo_bottom i,
.bottom_nav .logo_bottom.active a,
.bottom_nav .logo_bottom.active i{
  color:white;
}

.bottom_nav .logo_bottom {
    margin-top: -20px;
    width: 49px !important;
    height: 49px !important;
    padding-top: 12px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    border: solid 2px #eaeaea;
    background-color: #d8d8d8;
}

.bottom_nav .logo_bottom.active{
  background: #ff0a3f;
}

.bottom_nav .logo_bottom.active div{
  color:#ff0a3f;
}

  /************ PUBLIC USE ************/
  .box{
    padding: 16px;
    border: solid 1px #f0f0f0;
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);*/
    /*border-radius: 8px;*/
    border-radius: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /*background-color: transparent;*/
    margin:unset;
  }
  .box.small{
    margin:15px 0px;
    padding:12px 20px;
    /*background-color:#f3f3f3;*/
  }
  .box3{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding:10px
  }

  .flex_around{
    display:flex;
    align-items: center;
    justify-content: space-around;
  }

  .flex_normal{
    display:flex !important;
    align-items: center !important;
  }

  .flex_center{
    display:flex;
    justify-content: center;
    align-items: center;
  }

  .flex_top{
    display:flex;
    align-items: top;
    justify-content: space-between;
  }

  .flex_between{
    display:flex;
    align-items: center;
    justify-content: space-between;
  }

  hr{
    border-top: solid 1px #f0f0f0;
    margin:10px 0px;
  }

  hr.horizontal{
    border-left: 1px solid #f0f0f0;
    border-top: 40px solid #f0f0f0;
  }

  hr.normal{
    border-top: solid 1px #f0f0f0;
    margin:8px auto !important;
  }

   hr.height{
    border-top: solid 1px #f0f0f0;
    margin:20px auto !important;
  }

  img.topbanner{
    width: calc(100% + 40px);
    object-fit: cover;
    margin: -20px 0px 0px -20px;
  }

  .banner{
   padding:30px 0px 25px 50%;
   background-size:100%;
   margin-left:-30px;
   background-repeat: no-repeat; 
  }

  .noti-num{
    background-color: #20324d;
    color:#fff;
    padding:0px 5px;
    margin-left:5px;
    border-radius: 50%
  }

/********** HOME PAGE ONLY *****************/

 .top_marquee{
    display: flex;
    margin-bottom:10px;
    align-items: center;
     /*border: solid 1px #344966;*/
     /*background:#003305;*/
     padding:10px 20px;
     margin-top:-20px;
     margin-left:-20px;
     margin-right:-20px;
     position:relative;
  }
  .top_marquee i{
    /*color: ;*/
    z-index:10;
    font-size: 18px;
    margin-right:10px;
    background: linear-gradient(to bottom, #e50006, #ff2bc7);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .top_marquee .marquee{
     color: #3f3f3f;
     font-size:13px;
     width:100%;
  }

  .home .cover{
    background: url('../img/elements/BG-1.png') top/cover no-repeat;
    width: 320px;
    height: 320px;
    margin:auto;
  }
  
  .cover{
    object-fit: cover;
    /*background-position: top !important;*/
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top:-20px;
  }

  .first_nav{
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom:15px;
    font-size:13px;
    padding:10px 0px;
    /*color:#94887f;*/
    /*background-repeat: no-repeat;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);*/
    /*background-color: #fff;*/
  }

  .first_nav a{
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    /*margin: 0 10px 0 0;*/
    padding: 15px 0px 16px;
    border-radius: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color:#3f3f3f;
    width:23%;
  }

  .first_nav img{
    width: 30px;
    height: 30px;
    margin: 8px 0px;
  }

  .first_nav a p{
    border-radius: 8px;
    /*background-image: linear-gradient(to bottom, #2d261e, #14110d);*/
    width:70px;
    background: linear-gradient(to left, #f64e4e, 70%, #f460bb);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin:auto;
    margin-block-start: 0em !important;
    border-radius: 13px;
    font-size:15px;
    margin-bottom:5px;
    line-height: 1.5
  }

  .home .profit_box{
    position: relative;
    overflow: hidden;
    margin-top:10px;
    height: 320px;
  }

  .profit_list li{
    border-radius: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /*border-bottom: solid 1px #f0f0f0;*/
    display: flex;
    padding: 11px 3px;
    padding: 16px 18px 16px 16px;
    margin-bottom:15px; 
    width: 100%;
  }

  .profit_list i{
    width: 34px;
    height: 34px;
    margin: 0 12px 0 0;
    color:#f64e4e;
    padding: 11px 10px 10px 11px;
    border-radius: 8px;
    background-color: #ffe5e6;
  }

  #notification img{
    width:100%;
    object-fit: cover;
    border-radius: 15px;
  }

  #notification .not_title{
    font-size: 16px;
    color:#1c043b;
    padding:15px 0px;
    font-weight: bold
  }

  #notification .grey_12{
    padding-top:10px;
  }

  #notification .modal-dialog{
    width:85%;
  }
  
  /********* EMPTY SLOT ******************/
  .empty_slot{
    margin-top:50%;
    color: #a4a4a4;
  }

  .empty_slot img{
    opacity: 0.5;
  }


  /*************** PROFILE PAGE ONLY **************/
  .profile .cover{
     /*background-color: #191026;*/
    padding: 10px 20px 20px 10px;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;

  }

  .profile .pimg{
    text-align: center;
    margin-bottom: 10px;
  }

  .profile .pimg img{
    border-radius: 50%;
    width: 108px;
    height: 108px;
  }

  .profile img.gold{
    width:40px;
    height:40px;
    margin-top:-20px;
  }

  .profile img.profile-pic{
    background:#fff;
    object-fit: contain;
  }


  #copy_qr{
    background: transparent;
    border:transparent;
  }

  .profile .invite_btn{
    opacity: 0.2;
    color: white;
    width: 200px;
    /*height: 30px;*/
    border-radius: 10px;
    padding: 8px;
    background-color: #000;
    margin-top:10px;
    margin-bottom: 30px
  }

  .profile .btn{
    /*padding:unset;*/
    font-size: 13px;
    font-weight: bold;
  }

  /********** INFROMATION ***************/
  .information img.banner-2{
    margin: -20px 0px 20px -20px;
    width:calc(100% + 40px);
  }

  .information .middle{
    margin-bottom:30px;
    background: none
  }

  .info-note{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #f5567a;
    padding:10px;
    border-radius: 0px 0px 16px 16px;
    margin: 15px -16px -16px -16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffe5e6;
  }

  .icon{
    width: 32px;
    height: 34px;
    margin: 0 16px 0 0;
    padding: 8px 8px 9px 9px;
    border-radius: 8px;
    background-color: #ffe5e6;
  }


/************ WITHDRAW, TOP UP *************/
.gradient2{
    background-image: linear-gradient(to left, #af0c0c, #660000 50%);
}

.withdraw input.ammount{
  /*width:80%;*/
  /*font-size:18px;*/
  /*font-weight: bold;*/
  /*color:#000000;*/
  /*border:unset;*/
  /*padding:0px;*/
  /*margin:0px;*/
  /*margin-top:-2px;*/
  /*font-size:26px;*/
  /*font-weight: bold*/
}

.withdraw .amount_box .box{
    width:30%;
    text-align: center;
    font-weight: bold;
}

.box.active{
    border:solid #ff5959 1px;
}

.status{
  color: #ff1818;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 2;
  width: 66px;
  height: 20px;
  border-radius: 10px;
}

.status.pending{
    color: #fff;
    background-color: #b3acfe;
}

.status.approve{
    color: #00c97b;
    background-color: #ccede0;
}

.status.reject{
    color: #ff1818;
    background-color: #fdc0b7
}

.topup .text{
  margin:auto;
  padding: 15px 0px;
  max-width: 255px;
  margin-top:30px;
  color:#94887f;
}

img.qrcode{
  /*padding:40px 20px;*/
   box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.topup .qrbox,
.invitation .qrbox{
  background:url('../img/elements/BG-06.png');
  background-position-x: center;
  background-size: 185px 100%;
  height: 185px;
  margin-bottom:30px;
  background-repeat: no-repeat;
}

.topup .topupbox{
  border-radius: 13px; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f3f3;
  background-color: #fff;
}

/****************** OR ***********************/
.or {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color:#3f3f3f;
}

.or:before,
.or:after {
  background-color: transparent;
  content: "";
  font-weight:normal;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.or:before {
  right: 0.5em;
  margin-left: -50%;
}

.or:after {
  left: 0.5em;
  margin-right: -50%;
}


/****************** TAB MENU ***********************/
.tab-menu{
   background: #ffffff;
   border: solid 1px #5b9fff;
   margin: 20px 0px;
   border-radius: 14px;
   display: flex;
   text-align: center
}
.tab-menu a{
  color:#5b9fff;
  font-size: 12px;
  font-weight: bold;
}
.tab-menu li{
  padding-right:0px;
  padding-left:0px;
}

.tab-menu li.active a,.tab-menu li a:hover{
  width:100%;
  background: #5b9fff;
  color:#ffffff !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li a {
  display: block;
  text-align: center;
  padding: 8px 0;
  text-decoration: none;
}

/****************** PAGINATION ***********************/
.pagination-parent {
    text-align: left;
}

.pagination {
    margin: 20px 0px 0px 0px
}

.pagination>li>a,
.pagination>li>span {
    color: #849aba;
    border:unset;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #6295dc;
    border-radius: 6px;
    color:#ffffff;
}

/***************** INVITATION **********************/
.invitation .status{
    /*color:;*/
    padding:7px 12px;
    border:none;
}

.invitation .qrcode img{
  margin:10px;
  background-color: #fff;
  border-radius: 8px;
  padding:2px;
  margin:25px 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.invitation .logo{
  max-height: 100px;
  max-width: 200px;
  margin:unset;
  margin-top:-20px;
  margin-bottom:0px;
}

.invitation .qrbox {
    background-size: 175px 100%;
    height: 170px;
}
.invitation .text{
  /*max-width:150px;*/
  margin:auto;
}

.invitation .btn{ width:100%;font-size: 14px}

/***************** CONTACT US **********************/
#contact-modal img,
.contact-modal img{
  /*background: white;*/
  padding:1px;
  border-radius: 10px;
  margin:30px 0px;
  width:120px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

#contact-modal .text,
.contact-modal .text{
  margin:auto;
  max-width: 252px;
  padding:0px 15px;
  margin-bottom:20px;
}

#contact-modal .qrbox,
.contact-modal .qrbox{
  background:url('../img/elements/BG-06.png');
  margin-top:10px;
  background-position-x: center;
  background-size: 185px 100%;
  height: 185px;
  margin-bottom:30px;
  background-repeat: no-repeat;
}

/***************** MY TEAM **********************/    
/*.my_team .team_icon{
    color:#9db9ff;
    font-size: 12px;
    width:10%;
    line-height: 2
}
*/

/******************* LANGUAGE ******************/
.dropdown-item{
    padding-bottom:20px;
    font-size: 1.2em;
    border:unset;
    color:#b5b5b5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/******************* GRAB CONGRAT MODAL ******************/
#congrats-modal .modal-dialog{
  /*width:90%;*/
  margin:auto;
  background:url('../img/elements/BG-6.png') no-repeat;
  background-size: contain;
  background-position-y: center;
  background-position-x: center;
  /*background-position-x: bottom;*/

  height:500px;
}

#congrats-modal .modal-body {
  margin-top:90px !important;
  /*padding-top:100px !important;*/
}

#congrats-modal .des{
  max-width:250px;
  margin:auto;
}

/*#congrats-modal .btn{
  max-width:250px;
  margin:auto;
  background: none;
  font-size:14px;
}*/

/*************** LEVEL *******************/
.level img.banner-2{
  margin: 0px 0px 30px -30px;
  width:100%;
}

.level .icon{
    height: 40px;
    width:40px;
    display: flex;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    margin:auto;
}


/******************* WALLET ******************/
.wallet .btn-secondary{
    width:100%;
    padding:15px;
    margin-top:15px;
    text-align: center;
}

.p-0{padding:0px !important;}


  /************** FONT TEXT *********/
  .f32{ font-size: 32px; }
  .f30{ font-size: 30px; }
  .f26{ font-size: 26px; }
  .f24{ font-size: 24px; }
  .f22{ font-size: 22px; }
  .f20{ font-size: 20px; }
  .f18{ font-size: 18px; }
  .f17{ font-size: 17px; }
  .f16{ font-size: 16px; }
  .f15{ font-size: 15px; }
  .f14{ font-size: 14px; }
  .f13{ font-size: 13px; }
  .f12{ font-size: 12px; }
  .f11{ font-size: 11px; }
  .f9{ font-size: 9px; }
  .f7{ font-size: 7px; }
  .f5{ font-size: 5px; }

  /************** ICON TEXT *********/
  .icon-icon-15{color:#b0e377 !important}   /*Whatsapp*/
  .icon-icon-18{color:#fe3637 !important}
  .icon-icon-16{color:#a8d25a !important}
  .icon-icon-17{color:#a1a1a1 !important}
  
  .icon-icon-11{color:#38e07c !important}
  .icon-icon-12{color:#fe3637 !important;}
  .icon-icon-05{color:#38e07c !important;}    /*back icon*/


  /*.icon-icon-21{color:#f31d26 !important}   /* LOGOT*/
  .bold{font-weight:bold !important;}
  
  /************** COLOR TEXT *********/
  .green{ color:#a8d25a }
  .white{color:#ffffff;}
  .red{ color:#f31d26 }
  .grey{color:#ababab}

  .red1{color:#ff0c0c;}
  .red2{color:#ff0a3f;}
  .lightblack{color:#3f3f3f;}
  .grey1{color:#aeaeae;}
  .grey2{color:#a0a0a0;}
  .grey3{color:#3f3f3f;}
  .grey4{color:#7b7b7b;}
  .grey5{color:#a1a1a1;}
  .pink{color:#f5567a;}
  .black{color:#000000;}


  .grad-red{ 
    background-image: linear-gradient(to top, #e50006 50%, #ff2bc7);
        -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .grad-pink{ 
    background-image: linear-gradient(to top, #f64e4e 50%, #f460bb);
        -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/*  .darkgreen{color:#003305}
  .lightgreen{color:#38e07c;}
  .green2{color:#20a07a;}
  .lightbrown{color:#94887f;}*/
/*
  .lightwhite{color:#f0f0f0}
  .yellow{color:#cca759;}
  .black2{color:#3e3e3e;}
*/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #ff0a3f;
  /*background-color: #333;*/
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}