/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-300d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-700d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

body {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: normal;
    scroll-behavior: smooth;
    background: #090810;
    min-height: 100vh;
}

body:after {
    content: "";
    /* background-image: url(../img/gray.svg); */
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}

.mb0 {
    margin: 0px;
}

a, input {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
    outline: none;
}

ul {
    list-style-type: none;
}

*:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.imgcaptcha {
    margin-top: 5px;
}

.refresh {
    cursor: pointer;
}

thead {
    background: linear-gradient(-90deg, #f0b90b, #222);
    color: #fff;
    border-color: #0c0c0c;
}

.main-nav a.active {
    color: #f0b90b;
}

.button {
    padding: 12px 30px;
    border: 0;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s 0s;
    text-transform: uppercase;
    box-shadow: 0px 0px 8px rgb(0 0 0);
    display: inline-block;
    background: linear-gradient(-90deg, #f0b90b, #f0b90b);
    border: 1px solid #ccc;
}

.button:hover {
    color: #000 !important;
    background: linear-gradient(0deg, #f0b90b, #f0b90b);
}

.link {
    color: #FFF;
    font-size: 11px;
    font-weight: 400px;
    font-style: italic;
}

.link:hover {
    text-decoration: none;
}

.link2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 600px;
    text-decoration: none;
}

.link2:hover {
    text-decoration: underline;
}

.link3 {
    color: #df2026;
    text-decoration: none;
}

.link3:hover {
    text-decoration: underline;
}

.pdfLink {
    background: url(../images/pdfIcon.html) no-repeat 0 0;
    padding: 7px 0 8px 30px;
    color: #000;
    font: normal 12px/18px Tahoma, Geneva, sans-serif;
    text-decoration: none;
}

.pdfLink:hover {
    text-decoration: underline;
}

.btn-dw {
    background-color: #f0b90b;
    padding: 4px 15px;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    margin-left: 5px;
}

.btn-dw:hover {
    background-color: #131519;
    color: #fff;
}

/*------------------------------------------------------------------*/
.column1 {
    background: #131519;
    color: #FFF;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-container ul {
    padding: 0px;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    position: absolute;
    width: 150px;
    z-index: 1;
}

.dropdown-container ul li a {
    font-size: 14px;
}

.logo {
    /* background: #131519; */
    /* padding: 10px; */
    text-align: center;
    margin: 0;
}

.desktopLogo {
    max-width: 500px;
    width: 100%;
}

.logo-login a {
    display: inline-block;
}

.logo-login {
    text-align: center;
    z-index: 1111111;
    padding: 30px;
    background: #143d59;
    color: #fff;
}

.logo-login h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.mobileLogo {
    display: none;
}

.SliderNavBtn {
    display: none;
}

.pl0 {
    padding-left: 0px;
}

/* 
/* .nav li a.team span {
     background-position: 50% -301px;
}
*/
.circle_1 {
    width: 20px;
    height: 20px;
    background: #e83d2c;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_2 {
    width: 20px;
    height: 20px;
    background: #51a13e;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_3 {
    width: 20px;
    height: 20px;
    background: #3f84d1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_4 {
    width: 20px;
    height: 20px;
    background: #925eca;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_5 {
    width: 20px;
    height: 20px;
    background: #cd4784;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_6 {
    width: 20px;
    height: 20px;
    background: #02aec5;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

.circle_7 {
    width: 20px;
    height: 20px;
    background: #f2ae3f;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}

/*currecncy cont start*/
.currency_cont_box {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.5s 0s;
}

.currency_cont_box:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.currency_cont_box img {
    width: 30px;
    margin-right: 10px;
}

.currency_cont_box h4 {
    font-size: 14px;
    color: #8495ab;
    text-transform: uppercase;
}

.currency_cont_box h2 {
    font-size: 22px;
    font-weight: bold;
    color: #2f3c4c;
    margin-bottom: 15px;
}

.currency_cont_box small {
    position: absolute;
    right: 15px;
    font-size: 16px;
    bottom: 15px;
}

.red_c {
    color: #be2230;
}

.red_c i {
    color: #be2230 !important;
}

.green_c i {
    color: green !important;
}

.green_c {
    color: green;
}

.currency_cont_box i {
    color: #ff0000;
}

.lend_taurus a {
    border: 1px solid #be2230;
    background-color: transparent;
    color: #be2230;
}

.lend_taurus a i {
    color: #be2230;
    padding-left: 10px;
}

.lend_taurus a:hover {
    background-color: #be2230;
    color: #fff;
}

.lend_taurus a:hover i {
    color: #fff;
}

.rece_code_cont {
    text-align: center;
}

.rece_code_cont img {
    margin: 0 auto;
}

.rece_code_cont .form-control {
    margin-top: 15px !important;
    text-align: center;
}

/*currency cont end*/
/*receive_cont start*/
.receive_cont {
    margin-bottom: 30px;
    box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
}

.receive_cont_head {
    padding: 10px;
    background-color: #ddd;
    color: #000;
    border-radius: 5px 5px 0 0;
}

.receive_cont_body {
    padding: 30px;
    border-radius: 5px;
    background-image: url(../img/bg.html), -webkit-gradient(linear, left top, left bottom, from(#4B72FA), to(#934BFA));
    background-image: url(../img/bg.html), linear-gradient(-180deg, #4B72FA 0%, #934BFA 100%);
    color: #fff;
    background-size: cover;
    transition: all 0.5s 0s;
}

.receive_cont_body:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.receive_cont_body h3 {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

.receive_cont_body p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px dashed #a4afff;
    padding-bottom: 10px;
    ; }

.receive_cont_body table {
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.wallet_content-sec {
    padding: 0px 68px;
}

.receive_cont_body .form-control {
    height: 38px;
    border: 0;
    box-shadow: none;
    color: #000;
    border-radius: 100px;
}

.receive_cont_body label {
    font-weight: 100;
}

.wallet_cont {
    text-align: center;
    position: relative;
    padding: 10px;
}

.tra_posi_btn {
    position: absolute;
    background-color: #999;
    padding: 6px 10px;
    border-radius: 30px;
    color: #fff;
    top: 30%;
    right: -60px;
    z-index: 1;
    font-size: 12px;
    box-shadow: 0 0 20px #9a9a9a;
}

.tra_posi_btn i {
    color: #fff;
}

.tra_posi_btn:hover {
    background-color: #be2230;
    text-decoration: none;
    color: #fff;
}

.wallet_cont img {
    margin: 0 auto;
    width: 50px;
}

.wallet_cont h3 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}

.ref_cont {
    text-align: center;
    padding: 32px 15px;
}

.ref_cont .form-control {
    text-align: center;
    margin-bottom: 10px;
    float: left;
    width: 70%;
    font-size: 12px;
}

.ref_cont .buy {
    width: 25%;
    height: 38px;
    margin-top: 2px;
}

.active_menu {
    background: #be2230 !important;
}

.active_menu a {
    color: #fff !important;
}

.promo_box {
    margin-bottom: 30px;
}

.circle_icons_box {
    height: 100%;
    margin: 0 !important;
}

.circle_icons_box h4 {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

/*.circle_icons_box i {
    color: #ffffff;
    }*/
.content_page_head img {
    width: 50px;
    border-radius: 50px;
    height: 50px;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    float: left;
}

/*receive_cont end*/
/*promo start*/
.promo-text {
    text-align: center;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    padding: 30px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    margin-top: 10px;
}

.circle_icons_box p {
    font-size: 16px;
    color: #939aba;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.invest_promo_box .white_box {
    border: 1px solid #ccc;
    box-shadow: none;
    margin-bottom: 15px;
}

.invest_promo_box {
    padding: 20px 25px 5px !important;
}

.invest_promo_box a {
    display: block;
}

.invest_promo_box p {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}

.invest_promo_box h4 {
    color: #212529;
    margin: 0;
}

.invest_promo_box h4 i {
    color: #f0b90b;
}

.invest_promo_box .col-md-4 {
    padding: 0 10px;
}

/*promo end*/
/*dashboard start*/
.menu_btn {
    display: none;
    background-color: transparent;
    border: 0;
}

.menu_btn span {
    width: 26px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
}

/* ::-webkit-scrollbar {
    display: none;
}
*/
.column2 {
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
}

.side-menu {
    padding: 0;
    margin: 0px;
    display: flex;
}

.side-menu li a {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.5s 0s;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}

.side-menu li:last-of-type a {
    border-bottom: none;
}

.navbar-nav li a i {
    width: 20px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    margin-right: 10px;
    transition: all 0.5s 0s;
}

.side-menu li a .fa-caret-down {
    padding-left: 5px;
    flex: 1;
    text-align: right;
    background-color: transparent;
}

.side-menu li a:hover {
    color: #f0b90b;
}

.currency_cont {
    padding: 0px 20px;
    margin-bottom: 30px;
}

.side-menu li.active a {
    border-left: 4px solid #87a6cc;
    background: #328dff;
    background: -webkit-linear-gradient(135deg, #3d74f1, #9986ee);
    background: linear-gradient(-45deg, #3d74f1, #9986ee);
}

.side_menu .dropdown-menu {
    position: inherit !important;
    width: 100%;
    transform: none !important;
    background-color: rgb(255 255 255 / .1);
}

.side_menu .dropdown-menu a {
    font-size: 14px;
    font-weight: 300;
    padding: 12px 30px;
}

.dropdown-toggle:after {
    display: none;
}

.right_icon {
    flex: 1;
    text-align: right;
    margin-left: 10px;
}

.right_icon i {
    margin-right: 0 !important;
    font-size: 12px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #f0b90b;
}

.navbar-dark .navbar-nav .active > .nav-link i {
    color: #f0b90b;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #f0b90b;
}

.navbar-dark .navbar-nav .nav-link:focus i, .navbar-dark .navbar-nav .nav-link:hover i {
    color: #f0b90b;
}

/*header start*/
.dash_profile .flex-1 {
    flex: 1;
    /* padding-left: 30px; */
}

.user-login-profile img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #eee;
    margin: 0 15px;
}

.header-top {
    padding: 10px 15px;
    margin-bottom: 15px;
}

.user-login {
    display: flex;
    align-items: right;
    /* justify-content: flex-end; */
}

.user-login img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #6082ab;
}

.user-login h4 {
    color: #fff;
    font-size: 14px;
    margin: 0 30px 0 15px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.user-login i {
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
}

.referral-box {
    display: flex;
    background-color: #eee;
    padding: 10px;
    border-radius: 4px;
    flex: 1;
    width: 100%;
    align-items: center;
}

.referral-box .btn {
    background-color: #f0b90b;
    color: #ffffff;
}

.referral-box .form-control {
    background-color: #ffffff !important;
    text-align: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 12px;
    padding: 12px;
    margin: 0 10px;
    border: 0;
}

.dash_profile_right {
    flex: 1;
    margin-left: 15px;
}

.gmt_time span {
    display: block;
    margin-bottom: 2px;
    font-weight: 100;
}

.gmt_time {
    margin: 20px 0;
    font-size: 14px;
}

.dash_profile_det .button {
    min-width: 76px;
    text-align: center;
    margin-left: 0px;
}
.dash_profile_det li:last-of-type {
    margin-bottom: 0;
}
.dash_profile_det li {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    font-size: 14px;
    background: #0f0e1c;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 12px;
}

.dash_profile_det li span {
    width: 70px;
    border-right: 1px solid rgb(255 255 255 / .1);
    margin-right: 10px;
    flex: 0 0 70px;
    font-weight: 100;
}

.dash_profile_det li b {
    font-weight: normal;
        flex: 1;
}

.dash_profile_det {
}

.dash_profile_box {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dash_profile_box ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.dash_profile_box ul li {
    margin-right: 60px;
}

.dash_profile_box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
}

.dash_profile_box h4 {
    font-size: 16px;
    margin: 0px;
    color: #666;
}

.dash_profile_box h2 i {
    padding-right: 5px;
}

.user-login-profile h4 {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #f0b90b;
}

.referral-box h6 {
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-radius: 0.25rem;
    white-space: nowrap;
    margin: 0;
    line-height: normal;
}

.header-logo-center img {
    height: 40px;
    margin: 0 auto;
    display: table;
}

/*header end*/
/*receive qr code start*/
.receive-box {
    padding: 0 20px;
}

.receive_qrcode {
    padding: 30px;
    text-align: center;
}

.receive_qrcode img {
    width: 100%;
    max-width: 260px;
    margin: -15px 0 0px;
}

h6.title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px dashed #d7dadb;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: #f0b90b;
    padding: 10px;
    border-radius: 5px;
}

.white_box {
    padding: 15px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s 0s;
    border: 1px solid #333;
    background: linear-gradient(90deg, #333, #212121);
    position: relative;
}

.welcome_banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(../img/gray.svg); */
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .1;
    mix-blend-mode: luminosity;
}

.receive_qrcode h3 {
    margin-bottom: 0px;
    color: #000;
}

.receive_qrcode .form-group label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #323232;
    white-space: nowrap;
    margin: 0 15px 0 0;
}

.receive_qrcode .form-group {
    margin-top: 0px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.receive_qrcode .form-group .form-control {
    font-weight: 500;
    color: #323232;
    border-radius: 100px;
}

/*receive qr code end*/
/*receive_wallet-box start*/
.receive-wallet-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s 0s;
}

/* .receive-wallet-box:hover { */
/* -webkit-transform: translateY(-4px) scale(1.02); */
/* -moz-transform: translateY(-4px) scale(1.02); */
/* -ms-transform: translateY(-4px) scale(1.02); */
/* -o-transform: translateY(-4px) scale(1.02); */
/* transform: translateY(-4px) scale(1.02); */
/* -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2); */
/* box-shadow: 0 14px 24px rgba(62, 57, 107, .2); */
/* } */
.receive-wallet-box .table {
    margin-bottom: 0;
    margin-top: 20px;
    border-bottom: 1px solid #2a92c1;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255,255,255,.05);
}
.table-dark {
    color: #fff;
    background-color: #000;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color: transparent;
    
}
.table-striped tbody tr:nth-of-type(odd) {background-color: transparent;}

.receive-wallet-box .table thead {
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(180deg, #ff7981 0%, #ff111e 100%);
}
.form_btn {
    padding: 8px 30px;
    margin-top: 11px;
}
.receive-wallet-box-head {
    /* border-left: 4px solid #f0b90b; */
    /* margin-left: -20px; */
    /* padding: 5px 0 5px 20px; */
    margin-bottom: 15px;
}

.receive-wallet-box-head h3 {
    font-size: 18px;
    color: #000000;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: normal;
    /* padding: 15px 0 0; */
    /* background: #f1f5f9; */
    border-radius: 5px;
}

tfoot {
    background-color: #f0b90b;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.td-confirm {
    background-color: #51bf51;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.td-unconfirm {
    background-color: #ff9900;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.td-canceled {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

/*receive_wallet-box end*/
.chart-right {
    margin-bottom: 20px;
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    border-radius: 4px;
}

.chart-right:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.chart {
    margin: 10px 20px;
}

#container {
    min-width: 310px;
    height: 265px;
    margin: 0 auto;
}

.highcharts-credits {
    display: none;
}

/*datdatable css start*/
table.dataTable {
    border: 1px solid #eaeaea;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.dataTables_length .form-control {
    width: 80px;
    margin: 0 10px;
}

.dataTables_filter label {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.paginate_button {
    margin: 0 3px;
}

.page-link {
    color: #f0b90b;
    background-color: #222;
    border-color: #222;
    border-radius: 4px !important;
}

.date-search {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.td_sub {
    color: #f0b90b;
    font-weight: 600;
}

.td_sub:hover {
    color: #6f5c47;
}

.table td {
}

.dataTables_filter .form-control {
    margin-top: 0;
    margin-bottom: 10px;
}

.dataTables_paginate .pagination {
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 0px;
}

.dataTables_info {
    margin-top: 10px;
    float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #2a92c1 important;
    border-color: #2a92c1 important;
}

button.dt-button, div.dt-button, a.dt-button {
    background-color: #f0b90b !important;
}

/*datdatable css start*/
/*dashboard end*/
.checkbox a {
    color: #f0b90b;
}

.login {
    background-color: #fff;
    transition: all 0.5s 0s;
    padding: 0;
    max-width: 450px;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
}

.login .button {
    width: 100%;
    margin-top: 15px;
}

.with_signup {
    max-width: 500px;
}

.f-foot {
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.forgot-link {
    color: #f0b90b;
    transition: all 0.3s 0s;
}

.forgot-link:hover {
    color: #fff;
}

.log_bottom {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding-bottom: 30px;
}

.log_bottom a {
    color: #f0b90b;
    transition: all 0.3s 0s;
}

.log_bottom a:hover {
    color: #131519;
}

.login-successful .button {
    margin: 0px;
}

.login-successful p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
}

.login-main-section {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: -webkit-linear-gradient(rgba(25, 25, 75, 1), #bb851b);
}

.login-main-section::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    opacity: 0.2;
    background-image: url(../img/bg-login.html);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.login label {
    font-weight: 600;
    margin-bottom: 5px;
}

.mt20 {
    margin-top: 20px;
}

.login_title {
    margin-bottom: 15px;
}

.login_title h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
}

.login_title p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.modal-footer {
    background-color: #030303;
    border-color: #222;
}
.modal-header .close {
    padding: 1rem 0;
    margin: 0;
}.modal-body .reason_box {
    padding: 0;
    text-align: left;
}

.modal-body .reason_box p {
    margin-top: 0 !important;
    margin-bottom: 15px;
}
.modal-header {
    color: #000;
    background: linear-gradient(-90deg, #f0b90b, #f0b90b);
    border: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h4 {
    color: #fff;
    font-size: 16px;
}

.modal_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f4f4f4;
    margin: -1rem -1rem 1rem;
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-weight: 100;
    font-size: 30px;
    line-height: 0;
    cursor: pointer;
    opacity: 1;
    color: #000;
    text-shadow: none;
    margin-left: auto !important;
    margin-top: 0 !important;
}

button.close:hover {
    color: #fff;
}

.meta-post {
    position: absolute;
    top: -41px;
    right: -45px;
    padding: 18px 8px;
    background: #ed1b24;
    color: #fff;
    font-size: 17px;
    border-radius: 80px;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 25px 0px;
}
}

.profile_view {
    position: relative;
    padding: 80px 30px 26px 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all 0.5s 0s;
    /* overflow: hidden; */
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(-217deg, #ff7981 0%, #ff111e 100%);
}

.upload_form_cont img.img-fluid {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
    border-radius: 100px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
}

.button-power {
    font-size: 14px;
    padding: 5px 30px;
    border: 0;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    font-weight: 500;
    box-shadow: 0px 5px 0px #f5f5f5;
}

.profile-2 {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s 0s;
    padding: 20px;
}

.meta-post-profile {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(-217deg, #f2d4fb 0%, #ff111e 100%);
    padding: 10px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: 600;
    padding: 27px 10px;
    font-size: 14px;
    border: 2px solid #fff;
}

.meta-post-profile1 {
    text-align: center;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(-217deg, #f2d4fb 0%, #ff111e 100%);
    padding: 10px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    margin-bottom: 15px;
}

.verify-pending img {
    width: 32px;
    margin-bottom: 0px !important;
    height: 32px;
}

.verify-pending {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.verify-pending-m {
    text-align: center;
    background-color: #fff3cd;
    padding: 8px 0px 3px;
}

.verify-pending-c {
    background-color: #f8d7da;
}

.verify-pending-c p {
    color: #721c24 !important;
}

.verify-pending-s {
    color: #155724;
    background-color: #d4edda;
}

.verify-pending-s p {
    color: #155724 !important;
}

.reason-cancel {
    text-align: center;
    background-color: #eee;
    margin: 20px 0px;
}

.reason-cancel h1 {
    background-color: #3d4d61;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-left: 3px solid #3a2c51;
    border-right: 3px solid #3a2c51;
    margin-bottom: 0px;
}

.reason-cancel p {
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 0px;
}

.pan-verify {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid #dbdedf;
    width: 150px;
    height: 150px;
}

.profile-kyc img {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.verify-pending p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: 40px;
    color: #585858;
}

.pan-c-e {
    background-color: #efefef;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
}

span.pan-c-e-l {
    width: 50%;
    float: left;
    font-weight: 600;
}

.profile_pic img {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.meta-post-profile-sec {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #f2d4fb, #ff111e);
    background: linear-gradient(-217deg, #f2d4fb 0%, #ff111e 100%);
    padding: 10px;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    color: #fff;
    font-weight: 600;
    padding: 29px 2px;
    font-size: 11px;
    border: 2px solid #fff;
}
.form-floating>label {
    /* display: none; */
}
.form-floating>.form-control, .form-floating>.form-select {
    /* height: inherit; */
    /* padding: .625rem .75rem; */
}
.form-floating>textarea.form-control {
}
.profile-res-body .form-control, .form-control {
    box-shadow: none;
    background-color: #090810 !important;
    border-color: #222;
    color: #fff;
    font-size: 16px;
}

.profile-view-top {
    margin-top: 75px;
}

.profile-res-body label, label {
    margin-bottom: 2px;
    color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #222;
    opacity: 1;
    cursor: no-drop;
}

.kyc .white_box {
    margin: 0;
}

.form-floating {
    margin-bottom: 15px;
}

/*security start*/
.security_qr_left img {
    max-width: 250px;
    width: 100%;
}

.security_qr_left p {
    font-size: 14px;
    text-align: left;
}

.security_qr {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 30px;
}

.security_qr img {
    margin: 0 auto;
    display: table;
    max-width: 230px;
    margin-bottom: 30px;
    width: 100%;
}

.security_qr .button {
    margin: 10px auto;
    display: table;
}

.coin-auth {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
}

.head-auth h1 {
    font-size: 20px;
    color: #5b85ff;
    line-height: 30px;
    font-weight: 600;
}

.head-auth img.img-fluid {
    max-width: 30px;
    float: left;
    margin-right: 16px;
}

.head-auth {
    padding: 24px 16px 0px 16px;
}

.body-auth img.img-fluid {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}

.body-auth {
    margin: 0px;
    padding: 25px 10px;
}

.body-auth label {
    font-weight: 600;
    color: #ed1b24;
    font-size: 16px;
    margin-bottom: 15px;
}

.body-auth .form-control {
    background-color: #f1f1f1;
    color: #949494;
    margin-bottom: 25px;
    border: 0;
    transition: 0.4s;
}

.body-auth .form-control:focus {
    background-color: #ffffff;
    border-bottom: 1px solid #f15175;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.button-forgot-pass {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.security-inner {
    position: absolute;
    right: 65px;
    top: 25px;
    opacity: 0.4;
}

.form-control:focus {
    border-color: #f0b90b;
    color: #fff;
    background-color: #222222;
    box-shadow: none;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.card-box-ticket {
    padding: 14px 25px;
    margin-bottom: 20px;
    color: #fff;
}

.card-box-ticket p {
    color: #fff;
}

.bg-custom {
    background: -webkit-linear-gradient(135deg, #FF4961, #9986ee);
    background: linear-gradient(-45deg, #FF4961, #9986ee);
}

.card-box-ticket i {
    position: absolute;
    bottom: 4px;
    opacity: 0.25;
    font-size: 80px;
    right: 0;
}

.button-center {
    margin: 0 auto;
    display: block;
}

.main_titleflex {
    display: flex;
    align-items: center;
}

.main_titleflex .coin_list_img {
    margin-right: 5px;
}

.dash_wallet_left_box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.dash_wallet_left_box .flex_1 {
    flex: 1;
}
.dash_wallet_addr {
    display: flex;
}

.dash_wallet_left {
    width: 60%;
}
.dash_wallet_left_box .flex_1 h5 span {
    display: block;
    margin-bottom: 5px;
}

.dash_wallet_left_box .flex_1 h5 b {
    color: #f0b90b;
}

.dash_wallet_left_box .flex_1 .form-group {
    margin-bottom: 0;
    position: relative;
}

.dash_wallet_left_box .flex_1 .form-group a {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 19px;
    color: #fff;
}

.dash_wallet_left_box img {
    margin-right: 20px;
    max-width: 200px;
}

.dash_wallet_right {
    margin-top: 15px;
}

.dash_wallet_right a:first-of-type {
    margin-right: 15px;
}

/*security start*/
.security-inner {
    position: absolute;
    top: 0%;
    opacity: 0.4;
    width: 150px;
    right: -58px;
    background-color: #fff;
    padding: 10px;
    border-radius: 48px;
    box-shadow: 0 10px 30px 0px rgb(229, 73, 133);
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgb(243, 73, 112);
    border: 0;
}

.reset-pass {
    background-image: url(../img/forgot-pass.html);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}

.security-form {
    padding: 20px;
}

.p_form_flex {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.p_form_flex .custom-control:first-of-type {
    margin-right: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f0b90b;
    background-color: #f0b90b;
}

.p_form_flex .custom-control-label {
    color: #fff;
}

.custom-control-label::before {
    top: 0;
}

.custom-control-label::after {
    top: 0;
}

.security-form .form-control {
    box-shadow: none;
    color: #2c303b;
    border-top: 0;
    border-left: 0px;
    border-radius: 0px;
    border-right: 0;
    border-bottom: 3px solid #f3f3f3;
    background-color: transparent;
}

.security-form label {
    font-size: 14px;
    font-weight: 600;
    color: #ed1b24;
}

.background-suppoort {
    background-image: url(../img/background-suppoort.html);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.background-suppoort-head p {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    color: #fef0f3;
    font-weight: 500;
    text-shadow: 0px 0px 9px #f34970;
}

.p1 {
    padding: 0px 15px;
}

.ticket-info {
    color: #555555;
    padding-bottom: 15px;
}

.ticket-info ul {
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.ticket-info h5 {
    /* text-align: center; */
    /* padding: 8px; */
    color: #f0b90b;
    /* border: 2px solid #f0b90b; */
    /* border-radius: 100px; */
    margin-bottom: 0;
    display: inline-block;
}

.ticket-info ul li {
    list-style-type: none;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #eee;
    align-items: center;
}

.ticket-info ul li:first-child {
    /* display: block; */
}

.ticket-info .button-auth {
    margin: 20px auto 10px;
    display: block;
}

.ticket-info .button {
    width: 100%;
    margin-top: 10px;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-content {
    border-color: #333;
}
.modal-title {
    font-weight: 600;
}
.modal-dialog {
    max-width: 400px;
}
.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

.demo-footer>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.modal.left .modal-dialog.modal-sm {
    max-width: 300px;
}

.modal.left .modal-content, .modal.right .modal-content {
    min-height: 100vh;
    border: 0;
}

.main-me {
    color: #555555;
    background-color: #eee;
    /* padding: 15px; */
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all 0.5s 0s;
}

.message-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.message-title h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.message-title h3 span.clientsupport {
    color: #333;
}

.message-title h3 span.adminsupport {
    color: #2a92c1;
}

.message-body p {
    font-size: 14px;
    margin-bottom: 0;
}

.icon-bg1 {
    position: absolute;
    right: 65px;
    bottom: 81px;
    opacity: 0.8;
    height: 100%;
    z-index: 0;
    width: 120px;
    height: 100px;
}

.main-me h3 span {
    font-size: 17px !important;
    /* color: #ff111e; */
    font-weight: 600 !important;
}

.main-me h3 {
    margin: 0px;
}

.boxmain {
    color: #555555;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    transition: all 0.5s 0s;
}

.boxmain span {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.boxmain input.form-control {
    margin-bottom: 20px;
}

.jqte_editor, .jqte_source {
    padding: 10px;
    min-height: 200px;
    max-height: 900px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical;
    background-color: #030303;
}

div#close_form {
    margin-top: 20px;
}

.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.button[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

/*ticket end*/
.referrel-img img.img-fluid {
    width: 40px;
    height: 40px;
    border-radius: 200px;
}

.profile h1 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

/*tree tructer start*/
.bittree-person-name a {
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #f0b90b;
    position: relative;
    margin-top: 4px;
}

.m1 {
    position: relative;
    display: inline-block;
}

.org-chart-person i {
    font-size: 36px;
    color: #fff;
    padding: 0px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.active_user_tree {
    color: #141414!important;
    
    /* Create the gradient. */
    background: linear-gradient(0deg, #f0b90b, #f0b90b);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.inactive_user_tree {
    color: #fff !important;
    background: #f0b90b;
}

.m2-diff {
    color: #f0b90b;
    font-weight: bold;
    border-radius: 2px;
    margin-left: 5px !important;
}

ul.m2-list li img {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

ul.m2-list li::before {
    list-style-type: none;
    content: none !important;
}

ul.m2-list li::after {
    list-style-type: none;
    content: none !important;
}

.bittree-tree ul ul.m2-list::before {
    content: none !important;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.m1 .m2 {
    display: none;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: -59px;
    font-weight: 600;
    bottom: 80px;
    overflow: scroll;
    border-radius: 5px;
    box-shadow: 4px 4px 20px rgb(0 0 0);
    background-color: #0c0c0c;
    border: 4px solid #222;
}

.l1 .m2 {
    left: 20% !important;
}

.mob-btm .m2 {
    bottom: initial !important;
    left: 0 !important;
}

.mob-btm2 .m2 {
    bottom: calc(100%);
    left: 0;
    /* transform: translate(-50%, 0); */
}

.mob-btm1 .m2 {
    top: 100%;
    bottom: inherit;
    left: 50% !important;
    transform: translate(-50%, 0);
    right: inherit !important;
}

.bittree-tree ul li:last-of-type .mob-btm3 .m2 {
    left: inherit !important;
    transform: none;
    bottom: 100%;
}

.bittree-tree ul li:first-of-type .mob-btm3 .m2 {
    left: 0;
    transform: none;
    bottom: 100%;
}
.bittree-tree ul li:first-of-type .mob-btm3 .m2 {
    right: inherit !important;
    left: 50% !important;
}
.bittree-box a {
    cursor: pointer;
}

#tree_holder ul > li:last-of-type .m2 {
    right: 0;
    left: inherit;
}

.m1:hover .m2 {
    display: block;
}

ul.m2-list {
    width: 600px;
    float: left;
    clear: left;
    padding-top: 0px !important;
    margin: 0px;
}

ul.m2-list li {
    text-align: left;
    width: 33.33%;
    padding: 5px;
    margin: 0;
    font-size: 11px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-bottom: 1px solid #333;
}

ul.m2-list li.image-user {
    background-color: #eee;
    width: 100%;
    margin: 0px;
    margin: 0px 0px 18px 0px;
}

.truncate-ellipsis {
    display: block;
    table-layout: center;
    width: 100%;
    white-space: nowrap;
}

.truncate-ellipsis>* {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.org-chart-person-name {
    width: 100%;
    margin: 0 auto !important;
}

.la_username {
    min-width: 350px;
    padding-left: 15px;
}

.la_status {
    min-width: 150px;
}

.bittree-box {
    display: flex;
    margin-top: -130px;
}

.bittree-header {
    text-align: center;
    display: block;
    margin-bottom: 20px !important;
    font-family: inherit;
    font-size: 31px;
    text-transform: uppercase;
}

.bittree-box * {
    margin: 0;
    padding: 0;
}

.bittree-tree {
    width: 100%;
    /*min-width: 900px;*/
}

.bittree-tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
}

.bittree-tree li {
    display: block;
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    width: 50%
}

.bittree-tree li::before, .bittree-tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #f0b90b;
    width: 50%;
    height: 20px;
}

.bittree-tree li:after {
    right: auto;
    left: 50%;
    border-left: 1px solid #f0b90b;
}

.bittree-tree li:only-child::after, .bittree-tree li:only-child::before {
    display: none;
}

.bittree-tree li:only-child {
    padding-top: 0;
    width: 100%;
}

.bittree-tree li:first-child::before, .bittree-tree li:last-child::after {
    border: 0 none;
}

.bittree-tree li:last-child::before {
    border-right: 1px solid #f0b90b;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.bittree-tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.bittree-tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #f0b90b;
    width: 0;
    height: 20px;
    margin-left: -1px;
}

.org-chart-photo img.empty-slot {
    border: 0px solid #0ACBEE;
    width: 80px;
    height: 80px;
}

.profile-img-tree {
    background-color: #eee;
    box-shadow: 0px 0px 0px #000;
}

.profile-img-tree img {
    border-color: #4a62e2 !important;
    width: 29%;
}

.my-tree-new {
    overflow: hidden;
}

.referral-block img {
    width: 140px;
}

.receive-wallet-box-ref {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.5s 0s;
}

.tree_search_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(
-90deg
, #222, #f0b90b);
    padding: 5px;
    margin-bottom: 10px;
    margin-top: -5px;
}

/*tree tructer end*/
a.new-person-add {
    color: #5f7af0;
    background-color: #fff;
    color: #5f7af0;
    position: absolute;
    top: -13px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    float: none;
    clear: left;
    padding: 0px;
    -moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgb(255, 48, 48);
    font-size: 20px;
}

.org-chart-photo img {
    width: 70px;
    height: 70px;
    cursor: pointer;
    padding: 0;
    border-radius: 100px;
    /* border: 2px solid #ddd; */
    /* box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.2); */
    margin-top: 7px;
}

.img-referrel img {
    width: 25%;
    margin: 0 auto;
    display: block;
}

/*tree tructer end*/
/*b-command-list start*/
.b-command-list {
    margin-left: -8px
}

.b-command-list__table {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-command-list__content {
    display: table-cell;
    vertical-align: top;
    padding-left: 8px;
}

.b-command-list__sidebar {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-left: 8px;
    box-sizing: border-box
}

.b-command-item {
    position: relative;
    margin-top: 4px;
    overflow: hidden;
    color: #fff;
}

.b-command-item .js-open-command {
    cursor: pointer
}

.b-command-item__inner-item {
    position: relative;
    padding-left: 10px;
}

.b-command-item__inner-item:before {
    position: absolute;
    bottom: 100%;
    margin-bottom: -18px;
    left: 0;
    height: 10000px;
    width: 10px;
    box-sizing: border-box;
    border-left: 1px solid #afb3be;
    border-bottom: 1px solid #afb3be;
    content: ''
}

.b-command-item__wrapper {
    display: table;
    width: 100%;
    background: #222;
    height: 36px;
    display: flex;
    align-items: center;
}

.b-command-item__wrapper:hover {
    background: #333;
}

.b-command-item__wrapper:hover .b-command-item__more {
    background: #cc1e2c;
}

.b-command-item__toggle-holder {
    position: relative;
    vertical-align: middle;
    /* background: #f0b90b; */
    height: 100%;
    width: 20px;
    flex: 0 0 20px;
}

.b-command-item__toggle-holder:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background: #000; */
    /* content: '' */
}

.b-command-item__toggle {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-image: linear-gradient(-90deg, #222, #f0b90b);
}

.b-command-item__toggle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    height: 2px;
    width: 6px;
    margin: -1px 0 0 -3px;
    content: ''
}

.b-command-item__toggle:after {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    height: 6px;
    width: 2px;
    margin: -3px 0 0 -1px;
    content: ''
}

.b-command-item__toggle:hover {
    opacity: .8
}

.b-command-item__toggle.open:after {
    display: none
}

.b-command-item__count {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 45px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

.b-command-item__icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 8px;
    padding: 0 10px 0 0;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.b-command-item__icon:before {
    display: inline-block;
    vertical-align: middle;
    content: ''
}

.b-command-item__main-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 0;
    color: #fff;
}

.b-command-item__number {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
    font-size: 12px
}

.b-command-item__status {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6fd66f;
}

.b-command-item__status_state_online {
    background: #aed744
}

.b-command-item__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.b-command-item__rank {
    vertical-align: middle;
    padding: 0 10px;
    font-size: 0;
    text-align: right;
    width: 72px;
    flex: 1;
}

.b-command-item__rank-button {
    background-color: #000;
    padding: 4px 6px;
    display: inline-block;
    /* width: 60px; */
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #f0b90b;
}

.b-command-item__rank-caption {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.b-command-item__countryflag {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 52px
}

.b-command-item__countryflag-image {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url("../img/flags.html");
    background-position: 0 20px;
    background-repeat: no-repeat
}

.b-command-item__active {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 58px
}

.b-command-item__active-trade {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    background-position: -210px -684px;
    background-image: url("../img/spritefb74.html?v=16")
}

.b-command-item__active-trade.active {
    background-position: -190px -684px
}

.b-command-item__active-mining {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin-left: 10px;
    background-position: -248px -684px;
    background-image: url("../img/spritefb74.html?v=16")
}

.b-command-item__active-mining.active {
    background-position: -230px -684px
}

.b-command-item__more {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 22px;
}

.b-command-item__more:before {
    display: inline-block;
    vertical-align: middle;
    content: ''
}

.b-command-item__counts {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 0 0 12px;
    width: 1px;
    color: #737680
}

.b-command-item__counts-item {
    display: inline-block;
    vertical-align: top;
}

.b-command-item__counts-item+.b-command-item__counts-item {
    margin-left: 10px
}

.b-command-item__counts-icon {
    display: inline-block;
    vertical-align: middle;
}

.b-command-item__counts-icon:before {
    display: inline-block;
    vertical-align: middle;
    content: ''
}

.b-command-item__counts-value {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

.b-command-item__counts-value:before {
    content: ' - '
}

.b-command-item__counts-item_state_active {
    color: #00c9b5;
}

.b-command-item__detailed {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 12px 0 12px;
    width: 1px
}

.b-command-item__detailed-button {
    display: inline-block;
    vertical-align: middle;
}

.b-command-item__detailed-button:before {
    display: inline-block;
    vertical-align: middle;
    content: ''
}

.b-command-item__detailed-button:hover {
    cursor: pointer;
    opacity: .8
}

.back_link {
    background-color: transparent;
    color: #000000;
    border: 0;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
}

.tree_search {
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

.tree_search button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    color: #989ea7;
}

.tree_search .form-control {
    width: 100%;
    padding-right: 40px;
    font-size: 13px;
}

#nav-icon1 {
    width: 36px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 21px;
    left: 0;
    outline: none;
    z-index: 9999;
}

.active #nav-icon1 {
    position: fixed;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-left: 3px;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu_btn.active:after {
    content: "";
    background-color: #000000;
    width: 47px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
}

.menu_btn.active .social {
}

/*menu toggle end*/
/*b-command-list end*/
span.p11 {
    color: #6f5c47;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #6f5c47;
}

.p11 i {
    color: #ffffff;
    margin-right: 6px;
    font-weight: 800;
}

span.p22 {
    padding: 7px 20px;
}

span.p22 {
    color: #fe2e39;
    background-color: #f3f3f3;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 11px;
    box-shadow: 0px 1px 0px #3d4d61;
}

.p22 i {
    color: #fff;
    margin-right: 6px;
    font-weight: 800;
}

.prise-p h4 {
    margin-top: 1px;
}

.prise-p.prise-p-2 {
    position: absolute;
    bottom: -22%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.promo-text-1 {
    text-align: center;
    background-size: cover;
    background-position: center;
    padding: 12px 12px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s;
    position: relative;
    background: -webkit-linear-gradient(135deg, #ff7981, #ff111e);
    background: linear-gradient(-45deg, #ff7981, #ff111e);
    background: linear-gradient(-217deg, #ff7981 0%, #ff111e 100%);
    border: 2px solid #fff;
}

.promo-text-1 p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.promo-text-1 h4 {
    color: #ed1b24;
    text-align: center;
    background-color: #eee;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 600;
}

.promo-text-1 i {
    color: #ed1b24;
}

.promo-text-1:after {
    position: absolute;
    top: -30%;
    right: 30px;
    width: 110px;
    height: 110px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.promo-text-img img {
    width: 55px;
}

.promo-text-1 .button {
    background: #fff !important;
    padding: 7px 11px;
    display: inline-block;
    transition: all 0.5s 0s;
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    border: 0px;
    border-radius: 2px;
    box-shadow: none;
    font-weight: 600;
}

.search-inline {
    margin-bottom: 20px;
}

.main-dash-title.form-inline {
    margin: 0 10px;
    display: block;
    text-align: right;
    max-width: 400px;
    width: 100%;
}

.search-inline .form-control {
    width: 80%;
}

.search-inline .btn-outline-success {
    color: #424951;
    background-color: #f0b90b;
    border-color: #f0b90b;
    cursor: pointer;
}

.date-search label {
    font-size: 14px;
    font-weight: 500;
    color: #323232;
}

.date-search .button {
    margin: 24px 0px 0px 0px;
}

.page-item.active .page-link {
    z-index: 2;
    color: #000;
    background: #f0b90b;
    border-color: #f0b90b !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #3d4d61;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-power {
    display: none;
}

.left-errow .btn {
    color: #000;
    cursor: pointer;
    border-radius: 50px;
    padding: 10px 30px;
    background-image: linear-gradient(-90deg, #f0b90b, #f0b90b);
}

.news .news-img img {
    display: block;
    width: 100%;
    height: 265px;
}

.news .img-scale {
    border: 1px solid #ddd;
}

.news .latest__block-post {
    padding: 20px 10px 20px 20px;
    position: relative;
}

.news .latest__block-post p {
    font-size: 13px;
}

.news .latest__block-post h3.latest__block-title {
    font-size: 15px;
    margin-top: 15px;
    color: #cb433d;
    font-weight: 600;
}

.news .img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.news .img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.news .img-scale .news-img {
    overflow: hidden;
    margin: 0px;
    cursor: pointer;
}

.news p.post-read {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news .meta-post-admin {
    position: absolute;
    top: -21px;
    left: 0px;
    padding: 10px 8px;
    background: #ff323e;
    color: #fff;
    font-size: 14px;
}

.news a.more_btn__block {
    font-size: 17px;
    font-weight: bold;
    color: #cc433d;
}

.rewards-n {
    text-align: center;
}

.rewards-n h1 {
    font-size: 24px;
}

.r-details {
    background-color: #ff7981;
    padding: 10px;
    color: #fff;
    margin-top: 13px;
}

.banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #16181d;
    background-image: url(../img/header-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.banner:before {
    position: absolute;
    top: 0%;
    left: 0%;
    content: "";
    width: 100%;
    z-index: 999;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner .wave-poistion {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100vh;
}

.banner .wave-poistion canvas {
    width: 100% !important;
    height: 100% !important;
}

button:focus {
    outline: 0 !important;
}

.user-login-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.security_qr_left {
    text-align: center;
}

.social_icon {
    padding: 0;
    display: flex;
    margin: 0;
    flex: 1;
    justify-content: flex-end;
}

.social_icon .dropdown-toggle {
    border: 0;
    background-color: transparent;
    margin-right: 5px;
    cursor: pointer;
}

.social_icon .dropdown-menu a {
    display: block;
}

.social_icon li a {
    color: #000;
    font-size: 14px;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
}

.social_icon li:last-of-type a {
    margin-right: 0px;
}

.social_icon li a:hover {
    color: #fff;
}

.social {
    padding: 10px 15px;
    background: #f0b90b;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

ul.list_inline {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.income_wallet {
    background: rgba(244, 180, 26, 0.2);
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

ul.list_inline li {
    margin-right: 15px;
}

ul.list_inline li:last-of-type {
    margin-right: 0;
}

.list_inline li span strong {
    color: #000;
}

.list_inline li span {
    font-weight: 500;
    color: #444;
}

.social_icon .dropdown-menu {
    right: 0;
    left: inherit !important;
    min-width: 17rem;
    transform: inherit !important;
    top: 25px !important;
}

.social_icon .dropdown-menu h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 15px;
}

.social_icon .dropdown-item {
    display: flex;
}

.social_icon .dropdown-item i {
    margin-right: 30px;
    color: #f0b90b;
}

.social_icon .dropdown-item h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.social_icon .dropdown-item.active, .social_icon .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: #f8f9fa;
}

.social_icon a:not([href]):not([tabindex]) {
    background: #f0b90b;
}

.wallet_box_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-text-img {
    background-color: #fff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    line-height: 50px;
}

.promo-text-img i {
    font-size: 24px;
}

.wallet_box_center .promo-text-img {
    margin-bottom: 10px;
}

.mrl_5 {
    margin-left: 5px;
    margin-right: 5px;
}

.top_head {
    background: #20126f;
}

.navbar-brand img {
    width: 100%;
    max-width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn_color {
    background: #f0b90b;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.main_banner {
    background: #000;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #20126f 10%, #0d469f 100%);
    padding-top: 70px;
}

.main_banner_text h2 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 60px;
}

.main_banner_text h6 {
    color: #fff;
    margin-bottom: 30px;
}

.main_banner_text h2 b {
    color: #f0b90b;
    font-weight: bold;
}

.btn_white {
    background: #fff;
    color: #20126f;
    font-size: 15px;
    font-weight: 600;
}

.feature {
    background: #0d469f;
    background-image: url(../images/team_bg2.png);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
}

.title_text span {
    color: #f0b90b;
    font-weight: 500;
    font-size: 16px;
}

.title_text h2 {
    color: #fff;
    margin: 15px 0;
    line-height: 40px;
}

.title_text p {
    color: #eee;
    line-height: 22px;
    font-weight: 500;
    font-size: 13px;
}

.feature_box {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    background-color: #0f3e97;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.feature_box:hover i {
    color: #20126f;
}

.feature_box:hover {
    background: #f0b90b;
}

.feature_box i {
    color: #f0b90b;
    font-size: 40px;
}

.feature_box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}

.feature_box p {
    color: #eee;
    font-weight: 500;
}

.mb_30 {
    margin-bottom: 30px;
}

.what_is {
    background: #0d469f;
}

section {
    padding: 100px 0 0 0;
}

.p_100 {
    padding-top: 100px;
}

.product {
    background: #0d469f;
}

.product_box {
    background: #0f3e97;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 15px 0;
    min-height: 405px;
}

.product_box img {
    width: 100%;
    max-width: 150px;
}

.product_box h3 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0;
}

.product_box p {
    color: #eee;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 13px;
}

.roadmap {
    background: #0d469f;
}

.c_box_in span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}

.c_box_in {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.c_box_in P {
    margin-bottom: 0;
}

.color_box {
    margin-bottom: 15px;
    display: flex;
}

.white_box H4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

#camera, #camera2 {
    border: 1px solid #eee;
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}

.take_photo {
    width: 100px;
    height: 100px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 20px;
    border-radius: 100px;
    margin: -60px auto 0;
    background-color: #fff;
}

.take_photo img {
    width: 100%;
    height: 100%;
}

.take_photo .button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 0;
    opacity: 0;
    margin: 0 !important;
}

.kyc_btn .button {
    margin: 20px auto 0;
    display: table;
    width: 80%;
}

#camera video, #camera2 video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#takephoto_first img, #takephoto_second img {
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px auto 0;
    display: table;
}

.det_display img {
    border: 1px solid #eee;
    width: 100% !important;
    height: 400px !important;
    overflow: hidden;
    margin: 15px auto 0;
    position: relative;
    border-radius: 10px;
}

.det_display b {
    font-size: 20px;
    display: block;
}

.det_display {
    text-align: center;
}

.convert_btn a {
    margin: 10px 0;
    max-width: 150px;
    width: 100%;
    margin: 10px auto;
}

.convert_btn a img {
    width: 60px;
    height: 28px;
    display: block;
    margin: -20px auto 0;
    background-color: #131519;
    padding: 5px;
    border-radius: 100px;
}

.convert_btn a b {
    display: block;
}

.convert_btn {
    flex: 1;
}

.convert_btn a:last-of-type img {
    margin: 0px auto -20px;
}

.main-section.main_se {
    display: flex;
    justify-content: space-between;
}

.login-body {
    padding: 30px;
    flex: 1;
    overflow: auto;
}

.banner_logo {
    z-index: 111111111;
}

.sidemenu-power .logo img {
    max-width: 180px;
    width: 100%;
}

.side-menu li a:hover i {
    color: #f0b90b;
}

.white_box_n {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.white_box_n h4 {
    color: #ffffff;
}

.white_box_n p {
    color: #fff;
}

.sidemenu-power .navbar-dark {
    background: #131519;
}

.sidemenu-power .navbar-dark .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f0b90b;
}

.btn_upload_group .button {
    margin: 0 15px;
}

.btn_upload_group {
    margin-bottom: 1rem;
}

.user-login .button h2 {
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

.t_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: rgba(244, 180, 26, 0.5);
}

.t_left h3 {
    margin: 0;
    height: inherit;
    font-size: 16px;
}

.message-body {
    padding: 15px 15px;
}

.message-body h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #f0b90b;
    display: inline-block;
    color: #000;
    border-radius: 40px;
}

.message-body h2 a {
    color: #f0b90b;
}

.wallet_content.support .receive-wallet-box {
    margin-top: 30px;
}

.promo-text-img i {
    color: #f0b90b;
}

.copyright_inside {
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    color: #fff;
    background: #111;
    font-size: 13px;
    margin-top: 15px;
}

.side_logo a img {
    width: 100%;
    max-width: 150px;
}

.side_logo a {
    display: block;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    justify-content: center !important;
}

.side_logo {
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    /* border-bottom: 1px solid #333; */
}

.log_out a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.side_menu ul {
    padding: 0;
    margin-bottom: 0;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.side_menu {
    width: 80px;
    background: #030303;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    border-right: 1px solid rgba(255, 255, 255, .2);
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #090810, #212121);
}

.side_menu a {
    font-size: 20px;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
    /* border-bottom: 1px solid #333; */
    white-space: nowrap;
}

.side_menu a svg {
    width: 22px;
    height: 20px;
    position: relative;
    z-index: 1;
}

.side_menu a svg path {
    fill: #000000;
}

.side_menu a:hover .submenu {
    display: block;
}

.side_menu li:hover .submenu {
    display: block;
}

.side_menu li {
    width: 100%;
}

.side_menu a i, .side_menu a svg {
    width: 30px;
    display: block;
}

.side_menu a.active, .side_menu a:hover {
    color: #000;
    border-color: #f0b90b;
    background-color: #f0b90b;
}

.side_menu a.active {
    position: relative;
}

.side_menu a.active a {
    position: relative;
    color: #f0b90b;
    z-index: 1;
}

.side_menu li.dropdown > a:after {
    content: "\e606";
    font-family: 'simple-line-icons';
    font-size: 8px;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
}

.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #222;
    padding: 10px;
    min-width: 150px;
    display: none;
}

.submenu a {
    font-size: 14px !important;
    padding: 10px !important;
    text-align: left !important;
    justify-content: flex-start;
}

.submenu i {
    width: inherit !important;
    font-size: 10px !important;
    margin-right: 10px;
}

.main_sec {
    display: flex;
}

.main_sec.active .side_menu {
    width: 180px;
}

.main_sec.active .right_bar {
    margin-left: 180px;
}

.main_sec.active .dash_header {
    width: calc(100% - 180px);
}

.side_menu a span {
    display: none;
    font-size: 16px;
    white-space: nowrap;
}

.main_sec.active .side_menu a span {
    display: block;
    margin-left: 10px;
}

.main_sec.active .side_menu a {
    justify-content: start;
}

.right_bar {
    margin-left: 80px;
    width: 100%;
    margin-top: 52px;
    background: linear-gradient(0deg, #090810, #000);
}
.right_barh {
    height: calc(100vh - 125px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.right_barh:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/launching.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}
.right_barh img {
    width: 50%;
    z-index: 1;
}
.launching_txt {
    width: 40%;
    margin: 0 auto;
    z-index: 1;
}
.launching_txt p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 24px;
}
.right_barh h2 {
    font-size: 40px;
    color: #f0b90b;
    font-weight: 600;
    -webkit-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
    -moz-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
    animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
    margin-bottom: 0;
    margin-top: 20px;
}
@-webkit-keyframes reveal {
  80% {
    letter-spacing: 8px;
  }
  100% {
    background-size: 300% 300%;
  }
}
@keyframes reveal {
  80% {
    letter-spacing: 8px;
  }
  100% {
    background-size: 300% 300%;
  } 
}
@-webkit-keyframes glow {
  40% {
    text-shadow: 0 0 8px #f0b90b;
  }
}
@keyframes glow {
  40% {
    text-shadow: 0 0 8px #f0b90b;
  }
}
.dash_header {
    padding: 0px 15px;
    position: fixed;
    width: calc(100% - 80px);
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 6px rgb(0 0 0 / .1);
    background-color: #f0b90b;
    background: linear-gradient(-90deg, #030303, #212121);
    border-bottom: 1px solid #333;
}

.dh_right .profile a img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid #f4f4f4;
}

.profile .dropdown-menu {
    min-width: inherit !important;
}

.profile .dropdown-menu {
    width: 300px;
    padding: 15px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .1);
    margin-top: 20px;
    background-color: #030303;
    border: 1px solid #222;
}

.profile_list div {
    margin-top: 5px;
    border-left: 3px solid #f0b90b;
    padding-left: 10px;
    background-color: #0c0c0c;
    padding: 10px;
}

.profile_list p {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.profile_list h5 {
    color: #fff;
    font-size: 16px;
}

.profile_list span {
    color: #fff;
    font-size: 14px;
}

.profile .dropdown-menu:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #030303;
    position: absolute;
    top: -7px;
    left: 20px;
    transform: rotate(45deg);
}

.profile_list h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.dh_right .profile .nav-link i {
    font-size: 12px;
    margin-right: 10px;
}

.dh_right .profile .nav-link {
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.dh_right .profile .nav-link:last-of-type {
    border: 0;
}

.dh_right .profile .nav-link:hover {
    color: #f0b90b;
}

.dh_right #noti_count {
    position: absolute;
    left: 10px;
    top: -10px;
        background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    line-height: 18px;
}

.dh_right .profile a {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.dh_right ul {
    display: flex;
}

.dh_right ul li {
    /* border-left: 1px solid #333; */
    padding: 10px 20px 10px 0;
    display: flex;
    align-items: center;
}

.dh_right ul li:last-of-type {
    padding-right: 0px;
}

.p_0 {
    padding: 0;
}

ul {
    padding: 0px;
    margin: 0px;
}

.country_select select {
    background-color: #0f0e1c;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.notify .btn {
    background: #f0b90b;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.notify .btn p {
    color: #000;
    margin-bottom: 0;
}

.right_side_topicon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu p {
    text-align: center;
    margin-bottom: 0;
    color: #4C4980;
    font-weight: 500;
}

.right_side_profile {
    text-align: center;
    margin: 25px 0;
}

.right_side_profile img {
    width: 90px;
    border-radius: 20px;
    height: 90px;
}

.right_side_profile h4 {
    font-size: 16px;
    margin: 15px 0;
}

.right_side_profile h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.right_side_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.r_box {
    background: #0f0e1c;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.right_side_box .r_box:first-of-type {
    margin-right: 15px;
}

.r_box h3 {
    background: #F25767;
    text-align: left;
    font-size: 13px;
    color: #000;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 0;
}

.r_box h4 {
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.bg_blue {
    background: #f0b90b!important;
}

.bg_parpal {
    background: #f0b90b !important;
}

.bg_darkblue {
    background: #f0b90b !important;
}

.bg_orange {
    background: #f0b90b !important;
}

.mb_15 {
    margin-bottom: 15px;
}

/* width */
.right_side::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.right_side::-webkit-scrollbar-track {
    background: rgb(255 255 255 / .2);
}

/* Handle */
.right_side::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* Handle on hover */
.right_side::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
 
 
.gmt_flex {
    display: flex;
}

.gmt_flex .dash_banner {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 5px;
    align-items: center;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
}

.gmt_flex .dash_banner:first-of-type {
    margin-right: 15px;
}
.gmt_flex .dash_banner span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.gmt_flex .dash_banner b {
    background: #000000;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    color: #f0b90b;
    text-align: center;
}
.dash_banner {
    background: #f0b90b;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    align-items: center;
    margin-bottom: 30px;
    background-image: linear-gradient(-90deg, #333, #f0b90b);
    height: 100%;
    flex-direction: column;
}

.dash_banner_txt h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.dash_banner_img img {
    width: 100%;
    max-width: 110px;
}

.dash_banner_txt {
    padding: 30px;
}

.dash_banner_txt h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

.dash_banner_img {
    padding-right: 50px;
}

.dash_link h4 {
    font-size: 16px;
}

.dash_link h4 {
    font-size: 16px;
    margin-bottom: 7px;
    color: #f0b90b;
}

.dash_link_box {
    /* padding: 15px; */
    background: linear-gradient(90deg, #212121, #212121);
    border-radius: 15px;
    transition: all 0.20s ease-in-out;
}

.dash_link_box .form-group {
    margin-bottom: 0;
}

.dash_link_box .form-group {
    position: relative;
}

.dash_link_box .form-group .form-control {
    padding-right: 75px;
    font-size: 12px;
    color: #939aba;
    background-color: #0f0e1c;
    border-color: rgba(255, 255, 255, 0.2);
    height: 40px;
}

.dash_link_box a {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    color: #fff;
    display: block;
}

.dash_link_box a {
}

.dash_link_box:hover {
}

.dash_link_box:hover .form-control[readonly] {
    background: #424951;
    border-color: #f0b90b;
    color: #939aba;
}

.dash_link_box:hover a {
    color: #fff;
}

.transaction_history h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #f0b90b;
}

.transaction_history {
    margin-top: 30px;
}

.theme_c {
    color: #4C4980;
}

a.theme_c i {
    font-size: 14px;
    margin-right: 5px;
}

.main_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    background: linear-gradient(-90deg, #222, #f0b90b);
    padding: 5px 10px;
    font-weight: 600;
}

.small_title {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    /* margin: -15px; */
    margin-bottom: 20px;
    background-color: #000;
    border-radius: 10px;
}

.kyc_img {
    text-align: center;
    margin-bottom: 10px;
}

.kyc_img img {
    width: 130px;
    border-radius: 100%;
    margin-bottom: 10px;
    height: 130px;
    object-fit: cover;
    border: 2px solid #f0b90b;
    padding: 5px;
}

.main_btn {
    text-align: center;
}

.w150 {
    width: 150px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    display: table;
    z-index: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
    height: 46px;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 2px dashed #333;
    height: 46px;
    line-height: 34px;
    color: #fff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: '';
    right: 0;
    position: absolute;
    background-image: url(../img/file_upload.svg);
    width: 46px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    background-position: center;
    background-color: transparent;
}

.kyc_img .form-text {
    text-align: right;
    display: block;
    margin-top: 5px;
}

.m2::-webkit-scrollbar {
    display: none;
}

.avatar-upload {
    position: relative;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 85px;
    overflow: hidden;
}

.upload_photo_btn {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.upload_photo_btn div {
    color: #f0b90b;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(-90deg, #333, #333);
    font-size: 12px;
    border: 1px solid #444;
}

.upload_photo_btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
}

.avatar-upload .avatar-edit input {
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 1;
    opacity: 0;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    border: 0px solid #fff;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient( 90deg , #f0b90b, #ff5722);
}

.avatar-upload .avatar-edit input + label:after {
    content: "\e05f";
    font-family: "simple-line-icons";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateY(-60%);
    line-height: 30px;
    font-size: 12px;
}

.avatar-upload .avatar-preview {
    width: 80px;
    height: 80px;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #f0b90b;
}

.profile_img {
    margin-bottom: 30px;
}

.p_form i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.p_form {
    position: relative;
}

.mobile_n {
    display: flex;
    align-items: center;
}
.flex-1 {
    flex: 1;
}
.c_code {
    width: 100px;
    margin-right: 10px;
    padding: 10px !important;
}

.changepassword_img {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.changepassword_img img {
    width: 100%;
    max-width: 250px;
}
form#open_ticket_form {
    padding: 15px 10px;
    background: linear-gradient( 0deg, #0f0e1c, #333);
    flex: 1;
}
.ticket_h {
    background: linear-gradient( 
0deg
 , #0f0e1c, #333);
    height: 100%;
    flex: 1;
}
.ticket_infobg {
    padding: 15px 10px;
    background: linear-gradient( 0deg, #0f0e1c, #333);
    flex: 1;
}
.support_creat {
    width: 370px;
    flex: 0 0 370px;
    height: calc(100vh - 93px);
    position: relative;
    background: linear-gradient(-90deg, #222, #f0b90b);
    padding: 30px 0px 0px 0px;
    overflow: auto;
    border-radius: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
    display: flex;
    flex-direction: column;
}

.support_creat .small_title {
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.support_main {
    display: flex;
}

.support_main .main_box h4 {
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    padding: 10px;
    border-bottom: 0;
    color: #fff;
    border-radius: 10px 10px;
    background: #000;
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.support_main .main_box {
    width: 100%;
    overflow: auto;
    flex: 1;
    margin: 0 20px;
    background: linear-gradient(-90deg, #222, #f0b90b);
    border-radius: 10px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
    height: calc(100vh - 93px);
    position: relative;
    display: flex;
    flex-direction: column;
}

.support_creat::placeholder {
    color: #fff !important;
}

.text_green {
    color: green !important;
}

.text_red {
    color: red !important;
}

.text_orange {
    color: #ffc000 !important;
}

#history_body {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.ticket_history {
    display: flex;
    align-items: center;
    margin: 10px;
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}

.ticket_position h6 {
    margin: 0;
    color: #f0b90b;
}

.ticket_position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ticket_history_left a i {
    color: #f0b90b;
    font-size: 20px;
    margin-bottom: 15px;
}

.ticket_history_left {
    text-align: center;
    border-right: 1px solid #171621;
    padding-right: 15px;
    margin-right: 15px;
    white-space: nowrap;
}

.ticket_history_left h2 {
    font-size: 19px;
    margin: 0;
}

.ticket_history_left h6 {
    margin-bottom: 0;
    color: #000;
}

.ticket_history_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ticket_history_right {
    border-left: none;
    padding: 0;
    /* flex: inherit; */
    width: 100%;
}

.ticket_form p {
    font-size: 13px;
    margin-bottom: 5px;
    color: #989ea7;
}

.ticket_form h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.ticket_position h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.file_uploader .form-control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.file_uploader {
    height: 50px;
    border: 1px solid #222;
    position: relative;
}

.file_uploader .abs_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    right: 0;
    padding: 0 15px;
    height: 50px;
    bottom: 0;
    z-index: 0;
}

.file_uploader .abs_input i {
    font-size: 22px;
    color: #f0b90b;
}

/* width */
.support_main .main_box::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.support_main .main_box::-webkit-scrollbar-track {
    background: #030303;
}

/* Handle */
.support_main .main_box::-webkit-scrollbar-thumb {
    background: #222;
}

/* Handle on hover */
.support_main .main_box::-webkit-scrollbar-thumb:hover {
    background: #030303;
}

.ticket_info {
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    background-color: #222;
}

.ticket_info_left h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.ticket_info_right p, .ticket_info_left p {
    color: #989ea7;
    font-size: 14px;
    margin-bottom: 7px;
}

.ticket_info_right h5, .ticket_info_left h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.ticket_info_right {
    text-align: right;
}

.ticket_info:last-of-type {
    margin-bottom: 0;
}

.chat_foot {
    background-color: #222222;
    padding: 0.5rem;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    margin: 0;
    padding-right: 15px;
    flex: 1;
}

.chat_foot .form-control {
    box-shadow: none !important;
    border: 0 !important;
    margin: 0;
    color: #fff;
    font-size: 15px;
    flex: 1;
    background-color: transparent !IMPORTANT;
}

.chat_foot .form-control::-webkit-input-placeholder {
    color: #fff;
}

.chat_foot .form-control:-ms-input-placeholder {
    color: #fff;
}

.chat_foot .form-control::placeholder {
    color: #fff;
}

.camera-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #333;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    flex: 0 0 50px;
    margin: 0 20px;
    overflow: hidden;
}

.camera-icon .form-control {
    width: 40px;
    height: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    /* left: 0; */
    cursor: pointer;
}

.camera-icon i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.send-icon {
    box-shadow: none;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    color: #fff;
}

.send-icon i {
    font-size: 16px;
}

.msg_history {
    overflow: auto;
    flex: 1;
    padding: 10px;
        background: linear-gradient( 
0deg
 , #0f0e1c, #333);
}

.msg_history p {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}

.msg_history a span {
    margin: 0 0 0 10px;
}

.msg_history .time_date {
    font-size: 12px;
    color: #989ea7;
}

.sent_msg, .received_msg {
    background-color: #030303;
    padding: 0.8rem;
    max-width: 80%;
    margin: 0.3rem 0;
    border-radius: 4px;
    word-break: break-word;
    border: 1px solid #222;
}

.received_msg {
    background-color: #222;
}

.outgoing_msg {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.chat_box {
    height: calc(100vh - 93px) !important;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.msg_history a {
    color: #f0b90b;
    display: block;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 5px 0;
}

.msg_history .sent_msg a {
    justify-content: flex-end;
}

.sent_msg p {
    text-align: right;
}

/* sidebar */
.msg_history::-webkit-scrollbar, .support_creat::-webkit-scrollbar {
    width: 3px;
}

.msg_history::-webkit-scrollbar-track, .support_creat::-webkit-scrollbar-track {
    background: #030303;
}

.msg_history::-webkit-scrollbar-thumb, .support_creat::-webkit-scrollbar-thumb {
    background: #222
}

.msg_history::-webkit-scrollbar-thumb:hover, .support_creat::-webkit-scrollbar-thumb:hover {
    background: #030303;
}

.login_page {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background-color: #0f0e1c;
}

/*.login_page:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://images.pond5.com/bitcoin-mining-background-footage-084182733_prevstill.jpeg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .2;
    mix-blend-mode: luminosity;
}*/

.loginshap1 {
    position: fixed;
    right: 0;
    width: 150px;
    top: 0;
}

.loginshap2 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 150px;
}

.loginshap3 {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 120px;
}

.login_logo {
    margin-bottom: 15px;
}
.login_text .form-group .input-highlight {
    content: "";
    width: 0;
    height: 1px;
    background: #f0b90b;
    position: absolute;
    display: block;
    bottom: 0;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease; 
}
.login_logo a {
    display: inline-block;
}

.login_logo img {
    width: 150px;
}

.login_center {
    display: flex;
    padding: 0 100px;
    flex: 1;
    align-items: center;
}

.login_text {
    overflow: auto;
}

.login_text_flex {
        flex: 0 0 400px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* padding-bottom: 30px; */
        /* padding-top: 30px; */
        scroll-behavior: smooth;
}

.login_text_flex:after {
    content: "";
    background-image: url(../img/gray.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .12;
}

.login_text_flex div {
    position: relative;
    z-index: 1;
}
.form-floating>.form-control:-webkit-autofill {
    /* padding-top: .625rem; */
    /* padding-bottom: .625rem; */
}
.form-floating>.selectform:focus, .form-floating>.selectform:not(:placeholder-shown) {
    padding-top: .625rem !important;
    /* padding-bottom: .625rem; */
}
.login_text_flex .form-check {
    margin: 0;
}

.signup_center {
    flex: 0 0 600px;
}
.signin_img img {
    max-width: 400px !important;
}
.login_img img {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.login_img {
    width: 100%;
    text-align: center;
    display: flex;
    flex: 1;
}
.login_text .form-group .form-control:focus ~ .input-highlight, .login_text .form-group .form-control.hasValue ~ .input-highlight {
    width: 100%;
}
h2.title_txt {
    /* font-weight: 700; */
    margin-bottom: 30px;
}

.login_text .form-group {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.login_text .form-group .input-highlight {
    content: "";
    width: 0;
    height: 1px;
    background: #f0b90b;
    position: absolute;
    display: block;
    bottom: 0;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.login_text .form-group label {
    /*position: absolute;
    left: 10px;
    top: 25px;*/
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    margin-bottom: 0;
    opacity: .7;
    margin-bottom: 10px;
}

.login_text .form-group .form-control {
    border-radius: 0;
    border-width: 0 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: inherit;
}

.login_text::placeholder {
    font-size: 16px;
    font-weight: 600;
}

.login_text .form-group .form-control:focus, .login_text .form-group .form-control.hasValue {
    box-shadow: none;
    border-color: #ced4da;
}

.login_text .form-group .form-control:focus ~ .input-highlight, .login_text .form-group .form-control.hasValue ~ .input-highlight {
    width: 100%;
}

.login_text .form-group .form-control:focus ~ label, .login_text .form-group .form-control.hasValue ~ label {
    /* -webkit-transform: scale(0.7); */
    /* transform: scale(0.7); */
    top: 0;
    left: 0;
    color: #4C4980;
    font-size: 13px;
}

.forgot_pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

.w-100 {
    width: 100% !important;
}
.login_text_flex .form-group {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.login_text_flex .form-group label {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    margin-bottom: 0;
    opacity: .7;
    margin-bottom: 10px;
}
.login_text_flex .form-group .form-control:focus {
    border-bottom-color: #f4b41a;
}
.login_text_flex .form-group .form-control {
    border-radius: 0;
    border-width: 0 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: inherit;
}

.forgot_pass .checkbox label {
    margin-bottom: 0;
    user-select: none;
    cursor: pointer;
}

.signup_link {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.signup_link a {
    color: #f0b90b;
    font-weight: 600;
}

.login_text::-webkit-scrollbar {
    display: none;
}

.form_flex .form-group:first-of-type {
    margin-right: 15px;
}

.form_flex {
    display: flex;
}

 
.signup_successful .button {
    margin-top: 30px;
}
.signup_successful {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    background: #090810;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #222;
}
.table th {
    color: #fff!important;
}
.table th, .table td {
    font-size: 14px;
    padding: .50rem;
    color: #fff;
    border-color: #333;
    vertical-align: middle;
    white-space: nowrap;
}
.table thead th {
    border-color: #333;
}
table.dataTable {
    border: 0;
}
.table-bordered tr {
    border-color: #333;
}

.ticket_history_left i {
    margin: 10px 0;
    /* display: none; */
}

.ticket_history_left a {
    display: block;
    margin-left: 0;
    width: fit-content;
}

.r_box_icon {
    color: #f0b90b;
    width: 60px;
    flex: 0 0 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #f0b90b;
    padding: 30px 0;
    position: relative;
    border-radius: 100px;
}

.r_box_icon i {
    font-size: 24px;
    mix-blend-mode: color-dodge;
}

.r_box_text h3 {
    color: #989ea7;
    font-size: 15px;
}

.dash_box {
    display: flex;
    align-items: center;
    color: #000;
}

.r_box_text {
    flex: 1;
}

.r_box_text a h4 {
    color: #f0b90b;
}

.r_box_text h4.d-flex {
    align-items: center;
    justify-content: space-between;
}

.Air_drop .bg-warning {
}

.Air_drop {
    padding: 15px 10px;
    border-bottom: 1px solid rgb(204 204 204 / 20%);
    margin-bottom: 15px;
    border-top: 1px solid rgb(204 204 204 / 20%);
}

.Air_drop:last-of-type {
    margin: 0;
}

.Air_drop h3 {
    font-size: 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.Air_drop span {
    display: block;
    color: #fff;
    flex: 1;
    text-align: left;
}

.Air_drop span small {
    font-size: 11px;
    color: #ffc107;
}

.Air_drop .progress {
    background-color: #3c559f;
    font-size: 1rem;
    margin-top: 10px;
    height: 20px;
}

.Air_drop .progress-bar {
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.dash_rank {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
    white-space: nowrap;
}

.dash_rank div {
    flex: 1;
}

.dash_rank h3 {
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.dash_rank h5 {
    padding: 6px 15px 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffc107;
    margin: 0;
    font-weight: bold;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50px;
}

.logout_link {
    font-size: 14px;
    color: #000 !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s 0s;
    background-color: #f0b90b;
    text-transform: uppercase;
    padding: 8px 10px 6px;
    box-shadow: 0 0 10px rgb(18 18 18);
    border: 1px solid rgb(255 255 255 / 50%);
}
.user_w {
        max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row.top_sec_m {
    margin-bottom: 30px;
}

.reward_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reward_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.chart-three {
    width: 200px;
    height: 200px;
    margin: 30px auto 0;
    position: relative;
}

.chart-three.animate svg .circle-foreground {
    -webkit-animation: offset 3s ease-in-out forwards;
    animation: offset 3s ease-in-out forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.chart-three.animate figcaption:after {
    -webkit-animation: chart-three-label 3s steps(75) forwards;
    animation: chart-three-label 3s steps(75) forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.chart-three svg {
    width: 100%;
    height: 100%;
}

.chart-three svg .circle-background, .chart-three svg .circle-foreground {
    r: 87.5px;
    cx: 50%;
    cy: 50%;
    fill: none;
    stroke: #424a50;
    stroke-width: 25px;
}

.chart-three svg .circle-foreground {
    stroke: #f0b90b;
    stroke-dasharray: 412.125px 549.5px;
    stroke-dashoffset: 412.125px;
    stroke-linecap: round;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.chart-three figcaption {
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    text-align: center;
    color: #f0b90b;
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0;
    font-size: 0;
}

.chart-three figcaption:after {
    display: inline-block;
    content: "0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a 60\a 61\a 62\a 63\a 64\a 65\a 66\a 67\a 68\a 69\a 70\a 71\a 72\a 73\a 74\a 75\a 76\a 77\a 78\a 79\a 80\a 81\a 82\a 83\a 84\a 85\a 86\a 87\a 88\a 89\a 90\a 91\a 92\a 93\a 94\a 95\a 96\a 97\a 98\a 99\a 100\a";
    white-space: pre;
    font-size: 2.5rem;
    line-height: 2.5rem;
}

@-webkit-keyframes chart-three-label {
    100% {
        -webkit-transform: translateY(-187.5rem);
        transform: translateY(-187.5rem);
    }
}

@keyframes chart-three-label {
    100% {
        -webkit-transform: translateY(-187.5rem);
        transform: translateY(-187.5rem);
    }
}

@-webkit-keyframes offset {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes offset {
    100% {
        stroke-dashoffset: 0;
    }
}

.reward_box_chart {
    text-align: center;
    margin-top: 0;
}

.reward_box_chart p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}

.reward_box_chart h4 {
    margin-bottom: 10px;
    color: #ffffff;
}

.reward_box_chart p b {
    color: #ffc107;
}

#chartdiv {
    width: 100%;
    height: 100%;
}

#chartdiv g[aria-labelledby="id-82-title"] {
    display: none;
}

#chartdiv g text {
    fill: #939aba;
}

.tbl_loader_bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0.8);
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbl_loader {
    border: 5px solid #ffffff;
    border-radius: 50%;
    border-top: 5px solid #f0b90b;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.new_auto_upd_div{
    height: calc(100% - 44px);
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.right_side_profile a {
    color: #fff !important;
}

.r_box a {
    color: #fff !important;
}

.right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.right_drop {
    display: flex;
}

.right_drop .common_drop {
    margin-left: 10px;
}

.right_drop .common_drop:last-of-type {
    margin-right: 0;
}

.search_left .form-control {
    max-width: 250px;
    width: 100%;
    height: 40px !important;
}

.custom_pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 0;
    justify-content: center;
}

.custom_pagination li {
    margin-left: 5px;
}

.custom_pagination .page-link {
    background-color: #0c0c0c;
    border-radius: 2px;
    color: #fff;
    border-color: #222;
}

.custom_pagination .page-link:focus, .page-link:hover {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(0deg, #f0b90b, #f0b90b);
    border-color: #f0b90b !important;
    box-shadow: none;
}

.right_drop .common_drop .button {
    padding: 9px 15px;
    display: block;
}

.right_drop .common_drop:first-of-type {
    margin-left: 0;
}

.right_drop .common_drop a i {
    margin-left: 15px;
}

.date_picker {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.date_picker small {
    margin: 0 20px;
}

.date_picker span {
    margin: 0 10px;
}

.date_picker #btn_filter {
    padding: 9px 20px;
    margin-left: 10px;
}

.reward_box .number {
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.reward_box .number .value {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: bold;
    color: #ffc107;
}

.custom_pagination .page-item.disabled .page-link {
    background-color: #222;
}

.left_users_bg {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_right_report thead {
}

 

.left_users_bg h4 {
    margin: 0 15px 0 0;
}

.left_users_bg span {
    flex: 1;
}

.left_users_bg b {
    color: #f0b90b;
}

.left_right_report td a {
    transition: all 0.3s 0s;
}

.left_right_report .table th, .left_right_report .table td {
    font-size: 14px;
}

.left_right_report .main_title {
    margin: 0;
}

.left_right_report .col-xl-6:first-of-type {
    padding-right: 5px;
}

.left_right_report .col-xl-6:last-of-type {
    padding-left: 5px;
}

.left_right_report .white_box {
    /* height: 100%; */
    /* margin: 0; */
}

.alertcus {
    padding: 0.30rem 1.25rem;
    border-radius: 50px;
    background: #222;
    display: flex;
    justify-content: space-between;
}

.alertcus div i {
    font-size: 20px;
    margin-right: 10px;
}

.alertcus div {
    display: flex;
    align-items: center;
    border-right: 1px solid #666;
    padding: 0px 30px;
}

.inactive_user i {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #f0b90b;
}

.active_user i {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    color: #000000 !important;
    background-image: linear-gradient(0deg, #f0b90b, #f0b90b);
    background-size: 100%;
    background-repeat: repeat;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.disabled_user i {
    color: red;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.vacant_user i {
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

.blank_user i {
    background: #fff;
}

.mob_open {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
}

#nav-icon3 {
    width: 30px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3 {
    display: none;
}

/*input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/date_icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
    margin-top: 4px;
    margin-right: -10px;
}*/
.language-dropdown {
    position: relative;
}

.country_select .custom-select {
    background-color: #f0b90b;
}

ul.lang-list .lang svg {
    height: 40px;
    margin-top: -12px;
    font-size: 14px;
    fill: #fff;
    margin-left: 10px;
    width: 100%;
}

.language-dropdown .lang-en .flag {
    background-image: url("../img/usa.png");
    background-size: cover;
    margin-right: 5px;
}

.language-dropdown .lang-fr .flag {
    background-image: url("../img/france.png");
}

.language-dropdown .lang-zh-CN .flag {
    background-image: url("../img/china_flag.png");
}

.language-dropdown .lang-ja .flag {
    background-image: url("../img/japan.png");
}

.language-dropdown .lang-es .flag {
    background-image: url("../img/spain_flag.png");
}

.language-dropdown .lang-it .flag {
    background-image: url("../img/italy_flag.png");
    margin-right: 5px;
}

.language-dropdown .lang-ms .flag {
    background-image: url("../img/flag_malaysia.png");
}

.language-dropdown .lang-hi .flag {
    background-image: url("../img/flag_india.png");
}

.language-dropdown .lang-ko .flag {
    background-image: url("../img/flag_korea.png");
}

ul.lang-list .lang {
    width: 100%;
    border-left: 0;
}

.language-dropdown label {
    height: 24px;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.language-dropdown ul li {
    display: block;
    width: 24px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.language-dropdown ul li a:hover svg {
    fill: #f0b90b;
}

.language-dropdown ul li a {
    display: block;
    height: 30px;
}

.language-dropdown ul.lang-list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    margin: 0;
    background: linear-gradient(90deg, #030303, #212121);
    width: 150px;
    right: -15px;
    top: 100%;
    margin-top: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .1);
    border-radius: 4px;
}

.language-dropdown ul.lang-list li.selected {
    display: none;
}

.welcome_banners .col-md-6:last-of-type {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.language-dropdown label {
    position: relative;
    z-index: 2;
}

.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    overflow: hidden;
}

.language-dropdown.open ul.lang-list {
    visibility: visible;
    opacity: 1;
}

.empty_positionadd {
    font-size: 13px;
    padding: 4px 15px;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    background: #14c514;
    margin-top: 10px;
    font-weight: 600;
    border: navajowhite;
}

.wallet_dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    min-width: 500px;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / .1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s 0s;
    margin-top: 5px;
}

.wallet_list {
    position: relative;
}

.wallet_list.open .wallet_dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.wallet_dropdown li {
    padding: 0 !important;
    border: 0 !important;
}

.wallet_dropdown ul {
    margin-bottom: 15px;
    border: 0;
}

.wallet_dropdown .nav-link {
    border-radius: 0;
    border: 0;
    color: #000;
}

.wallet_dropdown .nav-link:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    margin: 6px auto;
    transition: all 0.3s 0s;
}

.wallet_dropdown .nav-link.active:after {
    background-color: #f0b90b;
}

.wallet_dropdown .nav-link.active {
    color: #f0b90b;
}

.wallet_det .d-flex {
    flex-wrap: wrap;
    margin-top: 10px;
}

.transfer_btn {
    background-color: #242630;
}

.wallet_det .button {
    width: calc(50% - 10px);
    font-size: 14px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet_price {
    font-size: 26px;
    font-weight: bold;
}

.wallet_det {
    text-align: center;
}

.wallet_det h4 {
    font-size: 18px;
}

.wallet_dropdown_toggle {
    color: #000;
    display: flex;
    align-items: center;
}

.wallet_dropdown_toggle .icon-wallet {
    margin-right: 10px;
    font-size: 18px;
}

#btn_pay_charge {
    padding: 8px 15px;
    font-size: 13px;
    margin-top: 10px;
}

.curr_price .btn {
    margin-top: 10px;
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 5px;
    width: 50%;
    text-align: left;
}

.curr_price b {
    display: block;
}
.curr_price span:hover {
    background: #f0b90b;
    cursor: pointer;
    color: #000;
}
.curr_price span {
    border-left: 1px solid transparent !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #f0b90b;
}

.curr_price b {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    width: 70px;
}

.curr_price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-body {
    background-color: #030303;
    text-align: center;
    border-radius: 0 0 .3rem .3rem;
}

#deposit_popup .form-group:last-of-type {
    margin: 0;
}

.modal-title {
}

#deposit_popup label p {
    margin: 0;
}

#deposit_popup .d-flex {
    justify-content: space-between;
    margin-bottom: 10px;
}

#current_balanceb {
    color: #f0b90b;
}

.input_icon a {
    color: #f0b90b !important;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.dash_rank_txt div {
    display: flex;
    align-items: center;
}

.dash_rank_txt div h6 {
    margin-bottom: 0;
    margin-right: 10px;
    color: #ffc107;
}

.input_icon {
    position: relative;
}

button.close p {
    font-size: 30px;
    color: red;
    margin: 0;
    font-weight: 300;
}

.text_right {
    float: right;
}

.rank_imgqua {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    padding: 0px;
    object-fit: contain;
    border: 1px solid #f4f4f4;
    margin-right: 0px;
}

#showqrcode img {
    max-width: 240px;
}

.side_menu ul::-webkit-scrollbar {
    display: none;
}

.curr_price .button {
    width: 100%;
    margin-bottom: 15px;
}

.curr_price .button:last-of-type {
    margin-bottom: 0;
}

.small_table {
    font-size: 13px;
}

.left_users_bg_flex {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    color: #989ea7;
}

.left_users_bg_flex b {
    color: #f0b90b;
}

a.theme_color {
    color: #f0b90b !important;
    padding-top: 10px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    display: block;
    margin-top: 15px;
}

.plan_flex {
    display: flex;
    flex-wrap: wrap;
}

.plan_box {
    width: calc(33.33% - 20px);
    padding: 20px 10px;
    margin: 0 10px 15px 10px;
    display: flex;
    flex-direction: column;
    /* text-align: center; */
}

.plan_box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #f0b90b;
    border: 1px dashed #ccc;
    padding: 7px 5px 5px;
    margin-bottom: 1rem;
    line-height: normal;
    vertical-align: middle;
}

.plan_box h4 {
    font-size: 16px;
    color: #939aba;
    text-transform: uppercase;
    margin: 0;
}

.plan_box .button i {
    font-size: 20px;
    margin-left: 10px;
}

.plan_box h2 {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 24px;
    margin: 20px 0;
    color: #ffc107;
    font-weight: 700;
}

.plan_box .button:first-of-type {
    margin-bottom: 15px;
}

.plan_box a.button {
    margin-bottom: 0 !important;
}

.plan_box .button {
    white-space: nowrap;
    padding: 7px 20px;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.right_side .r_box h3 {
    background-color: transparent;
    color: #939aba;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / .2);
    border-radius: 0;
    padding-top: 0;
}

.right_side .r_box .button {
    font-size: 14px;
    color: #000 !important;
    padding: 8px 15px;
    margin-top: 10px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130px;
    margin: 15px auto 0;
}

#purchase_poup .modal-header, #upgrade_popup .modal-header {
    /* background-color: #0f0e1c; */
    border-bottom: 1px solid rgb(255 255 255 / .2);
}

#purchase_poup .modal-title, #upgrade_popup .modal-title {
    margin: 0;
}

#purchase_poup .modal-body , #upgrade_popup .modal-body {
    text-align: left;
    /* background-color: #000000; */
}

#purchase_poup .button, #upgrade_popup .button {
    width: 100%;
    margin-top: 10px;
}

.con_btc_wal {
    max-width: 170px !important;
}

.link_resend {
    background-color: transparent;
    color: #f0b90b;
    border: 0;
    padding: 0;
    margin-left: 20px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 14px;
}

.otp_form label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tree_head_intro {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-right: 15px;
}

.tree_search_header .button {
    padding: 7px 16px;
    font-size: 14px;
}

.over_display {
    position: relative;
    padding: 15px;
}

.right-errow {
    text-align: right;
}

.back_link i {
    margin-right: 0;
    font-size: 20px;
}

.alertcus div:last-of-type {
    border: 0;
    padding-right: 0;
}

.alertcus div:first-of-type {
    padding-left: 0;
}

.over_display:first-of-type {
    border: 1px solid #444;
    border-radius: 10px;
}

.over_display:last-of-type {border: 1px solid #333;border-radius: 10px;}
.over_display h3 {
    font-size: 18px;
    color: #f0b90b;
}

h6.total_f {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

h6.total_f span:first-of-type {
    padding-right: 10px;
    border-right: 1px solid #333;
    margin-right: 10px;
}

h6.total_f span {
    color: #989ea7;
    font-size: 13px;
}

h6.total_f span b {
    color: #fff;
}
.over_display div, .hover_show {
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: absolute;
    top: 100%;
    right: 0;
    padding: 4px 8px;
    border-radius: 10px;
    z-index: 1;
    color: #fff;
    width: 100%;
    background-color: #000;
    border: 1px solid #222;
}

.over_display div ul, .hover_show ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.income_flexbox .small_box {
    width: calc(20% - 40px);
}
.wallet_flexbox .small_box {
    width: calc(25% - 40px);
}
.over_display div:after, .hover_show:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #12111e;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: calc(50% - 7px);
}

.over_display:hover div, .my_tree_lr .small_box:hover .hover_show {
    display: flex;
}

.over_display:last-of-type:after {
    left: -8px;
    right: inherit;
}

.over_display div ul li:last-of-type {
    border: 0;
}

.over_display div ul li, .hover_show ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0;
    font-size: 12px;
    color: #989ea7;
    border-bottom: 1px solid #222;
}

.over_display div ul li span, .hover_show span {
    margin-right: 0;
}

.over_display div ul li b, .hover_show b {
    color: #f0b90b;
    padding: 2px 6px !important;
    font-weight: bold;
    border-radius: 2px;
    min-width: 50px;
    text-align: right;
}

.over_display .button {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0px;
    background-color: transparent;
    box-shadow: none;
    color: #000;
}
.my_tree_lr .small_box {
    margin: 0;
    max-width: 200px !important;
    width: 100% !important;
    overflow: inherit;
}

.my_tree_lr .smf_1 {
    border-radius: 0 0 10px 10px;
}
.r_box_icon img {
    width: 34px;
    mix-blend-mode: color-dodge;
}

.offer_box {
    text-align: center;
    background-color: #f0b90b;
    padding: 15px;
    color: rgb(255 255 255 / 0.7);
    border-radius: 4px;
}

.offer_logo {
    max-width: 130px;
    width: 100%;
}

.box_flex {
    display: flex;
    position: relative;
    border-radius: 4px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 5px;
}

.pb_70_bg {
    background: url(../img/header-bg.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.pb_70_bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: hsl(235deg 46% 37% / 90%);
}

.small_box {
    width: calc(33.33% - 40px);
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    margin: 20px 20px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    background: linear-gradient(-90deg, #222, #f0b90b);
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
}

.small_box a:hover {
}

.small_box:after {
}

.small_box h5 {
    font-size: 17px;
    color: #f0b90b;
    padding: 7px;
    background-color: #000;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 7px;
    display: block;
    width: calc(100% - 20px);
}
.blog-single {
    padding: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    background: linear-gradient(
-90deg
, #f0b90b, #f0b90b);
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    justify-content: center;
    align-items: center;
}
.post-cont {
    z-index: 1;
    padding: 15px 10px;
    background: linear-gradient(
90deg
, #030303, #212121);
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.post-btn .small_btn {
    margin-left: 0;
}

.post-btn {
    margin-top: 15px;
}
.event_content span {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 228px;
}
.event_content {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #aaa;
}
.event_content b {
    color: #fff;
    display: none
}
.post-cont img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.blog-single p {
    font-size: 17px;
    color: #fff;
    padding: 7px;
    background-color: #000;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.small_box a {
    margin-left: 0;
}
.small_box i {
    display: none;
}
.main_boxpopup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 77px);
}
.small_box div .f_1 {
    padding: 0;
    flex: 1;
    min-height: 75px;
    width: 100%;
}
.small_box .smf_1 {
    z-index: 1;
    padding: 15px 10px;
    background: linear-gradient(0deg, #0f0e1c, #333);
    width: 100%;
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
.table-responsive::-webkit-scrollbar {
  width: 3px;
     height: 3px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: rgb(255 255 255 / .2); 
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #aaa; 
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}
.small_box a i {
    margin-left: 3px;
    font-size: 12px;
}

.small_box p {
    margin-bottom: 15px;
    color: #f0b90b;
}
.my_team_summery p {
    margin-top: 5px;
}

small.sm_f {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

small.sm_f span {
    margin: 2px;
}
.small_box small {
    color: #fff;
    font-size: 90%;
    margin-bottom: 10px;
    display: block;
    font-weight: 100;
    font-size: 12px;
}

.offer_btn a {
    background: #fff;
    letter-spacing: 4px;
    width: 100%;
    color: #f0b90b;
    display: block;
    font-weight: bold;
}

.offer_btn a {
}

.offer_top {
    text-align: center;
    margin: 20px 0;
}

.offer_top h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.offer_top h2 {
    font-size: 26px;
    margin: 5px 0;
    font-weight: 600;
    color: #fff;
}

.offer_center {
    text-align: center;
}

.offer_center h3 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 20px;
}

.offer_center img {
    max-width: 140px;
    width: 100%;
    margin: -20px 0;
}

.offer_bottom {
    text-align: center;
}

.offer_bottom h5 {
    text-transform: uppercase;
    color: #fff;
    max-width: 400px;
    margin: 10px auto;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
}

.offer_flex {
}

.top_logout a {
    background: #f0b90b;
    color: #000;
    padding: 7px 10px;
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dash_link img {
    width: 30px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid;
    border-radius: 100%;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #090810 inset;
    transition: background-color 5000s ease-in-out 0s;
}

div[style="width: 200px; height: 200px; visibility: hidden; position: absolute;"] {
    display: none;
}

.page-item.disabled .page-link {
    color: #f0b90b;
    border-color: #222;
    background-color: #333;
}

.left_right_report .table-responsive {
    overflow: auto;
}

#menu-button {
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

#menu-button .hamburger {
    height: 3px;
    margin: 2px 0;
    background: #fff;
    transition: all ease-in-out 0.2s;
}

#menu-button .hamburger:nth-child(1) {
    width: 50%;
}

#menu-button .hamburger:nth-child(2) {
    width: 100%;
}

#menu-button .hamburger:nth-child(3) {
    width: 75%;
}

#menu-button:hover .hamburger:nth-child(1) {
    width: 90%;
}

#menu-button:hover .hamburger:nth-child(2) {
    width: 30%;
}

#menu-button:hover .hamburger:nth-child(3) {
    width: 45%;
}

#menu-button.open .hamburger:nth-child(1) {
    width: 100%;
    transform-origin: 0 0;
    transform: rotate(45deg) translate(2px, -2px);
}

#menu-button.open .hamburger:nth-child(2) {
    opacity: 0;
}

#menu-button.open .hamburger:nth-child(3) {
    width: 100%;
    transform-origin: 0 0;
    transform: rotate(-45deg) translate(-2px, 3px);
}

#menu-button.open:hover .hamburger:nth-child(1) {
    opacity: 0.6;
}

#menu-button.open:hover .hamburger:nth-child(3) {
    opacity: 0.6;
}

.affiliate_link {
    width: 50%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #f0b90b;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
    margin: 0 10px;
}

.affiliate_link h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.input_btn a:hover {
    background-color: black;
    color: #f0b90b;
}

.input_btn i {
    margin-right: 5px;
}

.affiliate_link .form-control {
    font-size: 14px;
    background-color: #030303;
    color: #fff;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #222;
    padding: 20px 0 !important;
}

.affiliate_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 10px;
}
.affiliate_box .dash_link {
    width: calc(50% - 10px);
}

.affiliate_link .form-group {
    margin: 0;
}

.input_btn a {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / .1);
    color: #000000;
    padding: 8px 20px;
    font-weight: 600;
    background-color: #fff;
}

.input_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.dash_tab {
    margin-bottom: 20px;
    justify-content: center;
    border: 0;
    background-color: #fff;
}

.dash_tab .nav-link {
    border: 0;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 600;
}

.dash_tab .nav-link.active {
    color: #f0b90b;
    border-color: #f0b90b;
    background-color: rgb(20 121 255 / 0.2);
}

.wallet_addr_link img {
    width: 40px;
    margin-right: 10px;
}
.proceed_flex .form-control {
    margin-right: 15px;
    width: 250px;
    height: 34px !important;
    border-color: #f0b90b;
}
.proceed_flex {
    display: flex;
    justify-content: center;
       
}
.proceed_flex .button {
    margin: 0 !important;
}
.wallet_addr_link h4 {
    margin-bottom: 10px;
}

.wallet_addr_link .form-group {
    display: flex;
    align-items: center;
    margin: 0;
}

.wallet_addr_link .input_btn {
    margin-top: 0;
    margin-left: 10px;
}

.dash_tab_content .col-lg-4, .dash_tab_content .col-md-3, .dash_tab_content .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.dash_tab_content .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.p_30 {
    padding: 30px;
}

i[title="Pending"] {
    color: #FF9800;
    font-size: 20px;
    font-weight: bold;
}

i[title="Received"] {
    color: green;
    font-size: 20px;
    font-weight: bold;
}

i[title="Cancelled"] {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.welcome_banner {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    flex: 0 0 400px;
    margin-right: 0;
    /* margin-top: 10px; */
    background-image: linear-gradient(-90deg, #090810 0%, #212121);
    border: none;
    /* margin-bottom: 10px; */
    border-radius: 0;
    min-height: calc(100vh - 62px);
    height: 100%;
}

.welcome_banner .row, .welcome_banner_rank, .dash_profile_det, .quick {
    position: relative;
    z-index: 1;
}

.welcome_banner_left {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.welcome_banner_left img {
    max-width: 180px;
    margin-top: 30px;
    margin: 30px auto 0;
}

.welcome_banner_left h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.welcome_banner_rank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.quick {
    width: 100%;
}
.q_flex {
    display: flex;
}
.quick_box h3 {
        font-size: 12px;
        color: #fff;
        margin: 0;
        width: 180px;
        border-right: 1px solid rgb(255 255 255 / .1);
        flex: 0 0 180px;
        font-weight: 100;
}
.quick_box:last-of-type {
    margin-bottom: 0;
}
.quick_box {
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0f0e1c;
    border-radius: 5px;
    padding: 4px 10px;
}

.quick_box h5 {
    padding: 2px 8px 2px;
    text-transform: uppercase;
    font-size: 12px;
    color: #f0b90b;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #f0b90b;
    border-radius: 50px;
    line-height: normal;
}

.quick_box div {
    text-align: right;
    align-items: center;
}

.small_btn {
    color: #000 !important;
    background-color: #f0b90b;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: normal;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px !important;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0;
}

.small_btn:hover {
}

.filter_btn {
    display: none;
}

.profile_page {
    background: linear-gradient(-90deg, #222, #f0b90b);
}

.profile_page_dark {
    background: linear-gradient(0deg, #0f0e1c, #333);
    margin: 10px -15px -15px -15px;
    padding: 15px;
}

.profile_page .small_title {
    margin: -5px -5px 0;
}



@media (max-width: 1400px) {
    .white_box {
        padding: 15px;
    }
    .ticket_history {
    width: 100%;
    flex: 100%;
}
    .welcome_banner {
         padding: 10px 15px 15px;
    }

    .r_box h4 {
        font-size: 16px;
    }

    .curr_price span {
        padding: 15px 7px;
    }
    .right_bar {
        margin-top: 62px;
    }
}

@media (max-width: 1250px) {
    .curr_price span {
        padding: 15px 4px;
    }
}

@media (max-width: 1200px) {
    .n_box {
        flex-wrap: wrap;
    }
    #team_list_div .col-lg-12 {
    margin-bottom: 30px;
}

    .mrl_5 {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .circle_icons_box h2 {
        font-size: 22px;
    }

    .white_box h4 {
        font-size: 18px;
    }

    .mob_open {
        display: block;
    }

    .mob_open a {
        width: 40px;
        height: 40px;
        overflow: hidden;
        display: block;
        border-radius: 100px;
    }
    .mob_open a img {
        width: 100%;
        height: 100%;
    }
    .right_side {
        width: 0;
        opacity: 0;
        right: -250px;
        visibility: hidden;
        z-index: 3;
    }

    .dash_header {
        flex-wrap: wrap;
    }

    .dh_right {
        width: 100%;
    }

    .dh_right ul {
        justify-content: flex-end;
        border-top: 1px solid rgb(255 255 255 / 20%);
    }

    .dh_right ul li {
        padding: 5px 15px;
    }

    .right_side.open {
        width: 100%;
        max-width: 350px;
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .left_right_report .col-xl-6:first-of-type {
        padding-right: 15px;
    }

    .left_right_report .col-xl-6:last-of-type {
        padding-left: 15px;
    }

    .left_right_report .white_box {
        height: auto;
        margin-bottom: 30px;
    }

    .right_bar {
        margin-top: 100px;
    }
}
#secondStepProfileDiv .col-md-6 {
    padding-right: 0;
}

#secondStepProfileDiv .row {
    padding-right: 0;
}
@media (max-width: 991px) {
    .login_img {
        display: none;
    }
    .rankpage_img {
    margin: 30px auto !important
}
    .tree_search_header {
    flex-wrap: wrap;
}
    .tree_head_intro {
    justify-content: center;
    margin-right: 0;
    width: 100%;
    order: 3;
    margin-top: 10px;
    flex: 100%;
}
    .dash_wallet_left {
    width: 100% !important;
}
    #wallet_list_div .col {
    display: none;
}
    #wallet_list_div {
    width: 100% !important;
}
    .full_upgrade {
    max-width: 100% !important;
}


    .reward_box {
        margin-top: 15px;
        height: auto;
    }

    .promo_box {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .dash_link h4 {
        margin-bottom: 10px;
    }

    .org-chart-person i {
        font-size: 30px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .support_main {
        flex-direction: column;
        display: block;
    }

    .support_creat {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
        height: 100%;
    }

    .support_main .main_box {
        margin: 0;
        height: auto;
        max-height: 500px;
        height: inherit !important;
        margin-bottom: 15px;
    }

    .sent_msg, .received_msg {
        width: 100%;
    }

    .msg_history {
        max-height: 400px;
        height: auto;
    }

    .support_main .main_box .chat_box {
        height: inherit !important;
        max-height: inherit !important;
        padding-bottom: 0px !important;
    }

    .chat_foot {
        background-color: #090810;
    }

    .chat_foot .form-control {
        background-color: #090810 !important;
    }

    .side_menu {
        height: calc(100% - 30px);
        left: -100px;
        opacity: 0;
        visibility: hidden;
        display: none;
        z-index: 2;
        padding-top: 60px;
    }

    .side_menu.open {
        display: flex;
        opacity: 1;
        visibility: visible;
        left: 0;
        height: 100vh;
    }

    .mob_open {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
        left: 0;
        top: 0;
        padding: 10px 15px;
        background-color: #4d60a4;
        background-image: linear-gradient( -90deg, #f0b90b, #f0b90b);
    }

    #nav-icon3 {
        display: block;
    }

    .right_bar {
        margin: 60px 0 0 0 !important;
    }
    .game_h {
    height: 100% !important;
}

    .right_side.open {
        height: calc(100% - 60px);
        top: 60px;
    }

    .main_sec {
        padding-left: 0px;
    }

    .main_sec.active .dash_header {
        display: flex;
        width: 280px;
        height: 100%;
        box-shadow: -2px -2px 20px rgb(0 0 0 / 40%);
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding-bottom: 15px;
    }

    .dh_center {
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        padding-bottom: 15px;
    }
    .dh_right {
        padding-top: 15px;
    }

    .dash_header {
        display: none;
    }

    .curr_price span {
        width: 50%;
        border: 1px solid !important;
        margin-top: -1px;
        flex: 0 0 50%;
        margin-left: -1px;
    }

    .profile .dropdown-menu {
        width: 270px;
    }

    .dh_left {
        padding: 20px 0;
    }

    .dh_right ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border: 0;
    }

    .dh_right ul li {
        border: 0;
    }

    .dh_right ul li:first-of-type {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .logout_link {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .dh_right ul li {
        padding: 5px 10px;
    }
    .curr_price b {
        width: 100%;
    }
    .curr_price span:hover {
    border-color: #f0b90b !important;
}
    #menu-button {
        margin: 0 0 0 auto;
    }
    .side_menu a {
    font-size: 20px;
    padding: 16px 15px;
}
}

@media (max-width: 767px) {
    .login_page {
        display: block;
    }
    .circle_icons_box h2 {
        font-size: 18px;
    }
    .tree_search {
    display: none;
}
    .alertcus div {
    padding: 0px 10px;
}
    .profile_page_img {
    margin: 0 auto;
}
    .dash_wallet_right a:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
}
    .proceed_des li span b {
    width: 120px !important;
}
    .proceed_des li div {
    width: 150px !important;
}
    .proceed_des .button {
    padding: 4px 15px !important;
}
    
    .col-md-6.select_wallet {
    width: calc(100% - 30px) !important;
        margin-bottom: 15px;
}
      
    .loginshap1, .loginshap2, .loginshap3 {
        display: none;
    }

    .login_text_flex {
        width: 100%;
        flex: 0 0 100%;
    }

    .login_logo {
        text-align: center;
    }

    h2.title_txt {
        text-align: center;
    }

    .dash_banner {
        margin-bottom: 20px;
    }

    .log_out {
        margin-bottom: 15px;
    }

    .circle_icons_box {
        height: auto;
        margin-bottom: 15px !important;
    }

    .bittree-tree li {
        padding: 15px 0px 0 0px;
    }

    .org-chart-person i {
        font-size: 26px;
        width: 30px;
        height: 30px;
        line-height: normal;
    }

    .left_right_report .table th, .left_right_report .table td {
        white-space: nowrap;
    }

    .changepassword_img {
        border: 0;
        margin-bottom: 15px;
    }

    .dataTables_filter .form-control, .dataTables_length .form-control {
        background-color: #0f0e1c !important;
        border: 1px solid #444 !important;
    }

    .small_box {
        width: calc(50% - 20px) !important;
        padding: 10px;
        margin: 15px 10px !important;
    }

    .small_box h5 {
        font-size: 16px;
    }

    .small_box a {
        font-size: 14px;
    }
.right_barh {
    flex-direction: column;
        justify-content: center;
}
    .right_barh img {
    width: 100%;
    z-index: 1;
}
    .launching_txt {
    width: inherit;
    margin: 15px auto 0;
    z-index: 1;
}
    .change_passimg {
    width: 200px;
    margin: 0 auto 15px;
}
    .la_username {
    padding-left: 10px !important;
    flex: 1 !important;
            min-width: inherit !important;
}
    .b-command-item__rank {
    flex: inherit;
}
    .la_status {
    min-width: 60px;
}

    
}

@media (max-width: 575px) {
    .login_center {
    padding: 0 0;
}
    .alertcus div i {
    font-size: 16px;
    margin-right: 6px;
}
    .active_user i {
    width: 18px;
    height: 18px;
        line-height: 18px;
    }
    .inactive_user i {
    width: 18px;
    height: 18px;
        line-height: 18px;
    }
    .disabled_user i {
    width: 18px;
    height: 18px;
        line-height: 18px;
    }
    .vacant_user i {
    width: 18px;
    height: 18px;
        line-height: 18px;
    }
    .c_code {
    width: 60px!important;
}
    .proceed_des li {
    flex-wrap: wrap !important;
            padding: 10px 0px !important;

}
    .membership_mess h6 {
    font-size: 20px!important;
    margin-bottom: 15px!important;
}
    .membership_mess p {
    font-size: 14px!important;
    line-height: 20px!important;
}
    .proceed_des li:last-of-type {
    font-size: 14px !important;
}
    .proceed_flex .button {
    padding: 4px 10px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
}
    .proceed_des li .btn_group {
    margin-top: 10px;
}
    .proceed_flex .form-control {
    margin-right: 10px;
    width: 100%;
}
    .proceed_des li span b {
    text-align: right !important;
}
    .proceed_des li div {
    width: 100% !important;
    margin-top: 10px !important;
}
    .dash_wallet_left_box {
    flex-direction: column;
}
    .dash_wallet_left_box img {
    margin-right: 0;
    margin-bottom: 15px;
}
    .dash_wallet_left_box .form-group .form-control {
    padding-right: 40px;
}
    .welcome_banner {
        margin: 0;
        border-radius: 20px 20px;
    }
    .select_wallets {
     
    width: calc(100% - 35px) !important;
    margin-bottom: 10px !important;
}

    .gmt_time {
        margin: 15px 0;
        font-size: 12px;
    }

    .dash_profile_right {
        margin-left: 20px;
    }

    .upload_photo_btn div {
        font-size: 12px;
    }

    .avatar-upload .avatar-edit {
        top: 70px;
    }

    .affiliate_box {
        flex-direction: column;
            margin: 0 0;
    }
    .affiliate_box .dash_link {
    width: 100%;
            margin-bottom: 15px;
}
    .affiliate_link {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #222;
    }

    .right_drop .common_drop .button {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 5px 15px;
    }

    .table th, .table td {
        font-size: 12px;
        white-space: nowrap;
    }

    .income_wallet ul li span {
        font-size: 12px;
    }

    .row.top_sec_m {
        margin-bottom: 0;
    }

    .row.top_sec_m .col-sm-6 {
        margin-bottom: 15px;
    }

    .offer_flex {
        flex-direction: column;
    }

    .offer_top {
        text-align: center;
        padding: 30px 0 30px 0;
        width: 100%;
    }

    .row.top_sec_m .col-xl-8 {
        margin-top: 15px;
    }

    h2.title_txt {
        display: none;
    }

    .login_logo img {
        width: 150px;
        margin-bottom: 10px;
    }

    .signup_link {
        font-size: 13px;
        margin-top: 20px;
        text-align: center;
    }

    .forgot_pass {
        margin-top: 0px;
    }

    .forgot_pass .checkbox label {
        font-weight: normal;
    }

    .signup_center .form_flex .form-group:first-of-type {
        margin-right: 10px;
    }

    .signup_center .login_text .form-group label {
        margin-bottom: 5px;
    }

    .signup_center .login_text .form-group .form-control {
        font-size: 14px;
    }

    .main_box {
        border-radius: 10px;
        padding: 15px;
    }

    .kyc_img {
        border-radius: 10px;
        padding: 15px;
    }

    .kyc_img img {
        width: 90px;
        height: 90px;
        margin-bottom: 15px;
        object-fit: cover;
    }

    .bittree-tree {
        overflow: auto;
    }

    #tree_holder {
        width: 600px;
    }
    .bittree-person-name a{
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .alertcus {
        padding: 0 10px;
    }

    .alertcus div {
        /* width: 50%; */
        margin: 4px 0px;
    }

    .left-errow .btn {
        padding: 6px 15px;
        font-size: 14px;
    }

    .search-inline {
        margin-bottom: 0px;
    }

    .m1:hover .m2 {
        display: block;
        position: fixed;
        z-index: 999;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        bottom: inherit !important;
    }

    .left_users_bg {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .left_users_bg .search_left {
        flex: 0 0 100%;
        margin-top: 10px;
    }

    .left_users_bg .search_left .form-control {
        max-width: 100%;
    }

    .left_right_report .white_box {
        margin-bottom: 15px;
    }

    .changepassword_img img {
        width: 100%;
        max-width: 150px;
    }

    .support_creat {
        border-radius: 10px;
    }

    .support_creat .small_title {
        margin-bottom: 10px;
    }

    .support_main .main_box {
        background-color: transparent;
    }

    .support_main .main_box .small_title {
        margin-bottom: 10px;
    }

    .ticket_history {
        background-color: #090810;
        margin-bottom: 10px;
        padding: 9px;
        border-radius: 6px;
        width: 100%;
        flex-direction: column;
    }

    .ticket_history_left {
        padding: 0 0 10px 0;
        margin-right: 0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ticket_history_left h2 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 6px;
    }
    .ticket_history_left i {
        margin: 10px 0;
        display: none;
    }

    .ticket_history_left h6 {
        font-size: 14px;
    }

    .ticket_form p {
        margin-bottom: 2px;
    }

    .ticket_form h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .ticket_position h5 {
        font-size: 13px;
        font-weight: 500;
    }

    .right_drop {
        margin-bottom: 15px;
    }

    .left_right_report .right_drop {
        margin: 0;
    }

    .small_box {
        width: 100%;
        border: 1px solid #222;
    }

    .dash_rank h3 {
        font-size: 14px;
    }

    .dash_rank div {
        display: block;
    }

    .rank_imgqua {
        width: 20px;
        height: 20px;
    }

    .dash_rank_txt {
        margin-top: 20px;
    }

    .dash_rank_txt div h6 {
        margin-bottom: 5px;
    }

    .quick_box {
        border-bottom: 1px solid rgb(255 255 255 / .1);
        padding: 10px;
    }

    .quick_box h3 {
        margin: 0;
        font-size: 11px;
    }

    .quick_box h5 {
        padding: 3px 10px 2px;
        white-space: nowrap;
        margin-left: 5px;
        letter-spacing: 0;
        font-size: 11px;
    }

    .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
    }

    .avatar-upload .avatar-edit input + label {
        width: 30px;
        height: 30px;
    }

    .avatar-upload .avatar-edit input {
        width: 30px;
        height: 30px;
    }

    .quick_box:last-of-type {
           border-bottom: 1px solid rgb(255 255 255 / .1);
    margin-bottom: 0;
    padding-bottom: 10px;
    }

    .reward_box_chart h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .gmt_time h4 {
        margin-bottom: 5px;
        font-size: 16px !important;
    }

    .reward_box_chart p {
        font-size: 14px;
    }

    .gmt_time h5 {
        font-size: 14px;
    }

    .mb_30 {
        margin-bottom: 20px;
    }
    .la_username {
    padding-left: 5px !important;
        padding-right: 5px;
    flex: 1 !important;
    min-width: inherit !important;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b-command-item__count {
    width: 25px;
    padding: 0 5px;
}
    .b-command-item__icon {
    width: 0;
    padding: 0;
}
    .la_status {
    min-width: 55px;
}
    .b-command-item__inner-item {
    padding-left: 5px;
}
}

@media (max-width: 450px) {
    .alertcus {
    flex-wrap: wrap;
}
     
    .alertcus div:first-of-type {
    padding-left: 10px;
}
    .alertcus div:nth-child(2) {
    border-right: 0;
}
    .alertcus div {
    width: 50%;
}
    .receive-wallet-box-head h3 {
        display: flex;
        flex-direction: column;
    }.my_tree_lr {
    flex-direction: column;
}
    .my_tree_lr .small_box {
    margin: 0;
    max-width: 100% !important;
    width: inherit !important;
    overflow: inherit;
            margin: 10px 0 !important;
}
    .over_display:hover div, .my_tree_lr .small_box:hover .hover_show {
    display: flex;
    z-index: 111;
}

    .receive-wallet-box-head h3 span {
        margin-top: 5px;
    }
    .dash_profile_det li {
    min-height: 38px;
}
    .quick_box h3 {
    width: 160px;
    flex: 0 0 160px;
}
    .welcome_banner {
    padding: 0 !important;
    background: transparent;
    overflow: auto;
    border-radius: 0;
}

    .dataTables_filter label {
        justify-content: center;
    }
    .gmt_flex {
    flex-direction: column;
}
    .welcome_banner_rank {
    flex-direction: column;
}
    .dash_profile_right {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}
    .b-command-item__rank {
    padding: 0 5px;
    width: 67px;
}
    .b-command-item__rank-caption {
    font-size: 12px;
}
    .b-command-item__rank-button {
    padding: 4px 5px;
}
    .b-command-item__wrapper {
    font-size: 11px;
}
    .b-command-item__toggle-holder {
    width: 15px;
    flex: 0 0 15px;
}
    .level_pad {
        padding: 5px;
    }
    .la_status {
    min-width: 40px;
}
}

@media (max-width: 768px) {
    .custom_pagination {
        justify-content: center;
    }

    .custom_pagination .page-link {
        color: #fff;
        font-size: 12px;
        padding: 0.4rem 0.60rem;
    }

     

    .bittree-box {
        margin-top: 10px;
    }

    .over_display b {
        display: block;
    }

    .over_display br {
        display: none;
    }

    .over_display .button {
        font-size: 12px;
        margin-right: 5px;
    }

    .dw_history {
        flex-wrap: wrap;
    }

    .dw_history .common_drop {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .profile_page .button {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 15px;
        margin: 0 auto;
        display: table;
    }
}

.coin_list_img {
    width: 24px;
}
.income_wallet_btn .btn_group {
    margin-top: 0;
}
.income_wallet_btn .button {
    color: #fff;
    text-transform: capitalize;
    margin: 0 10px;
    letter-spacing: 0;
    font-weight: 600;
}

.income_wallet_btn .d-flex {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.income_wallet_btn {
    padding-bottom: 5px;
}

.btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.blue_bg {
    background-color: #f0b90b;
}

.data_listview li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 5px solid #000;
    background-color: #0c0c0c;
}

.data_listview li:last-of-type {
    background-color: #333;
}

.data_listview li p {
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

.data_head li {
    background-color: #f0b90b !important;
}

.data_body a {
    color: #f0b90b;
    display: flex;
    align-items: center;
    transition: all 0.3s 0s;
}

.data_body a i {
    font-size: 12px;
    margin-left: 5px;
}

.data_listview li p:first-of-type {
    width: 200px;
}

.data_body a:hover {
    color: #fff;
}

.data_listview li:hover {
    background-color: #222;
}
.small_box div .f_1 .my_team_summery {
    margin-bottom: 15px;
}
.my_tree_lr .small_box div .f_1 {
    min-height: inherit;
}

.my_tree_lr .small_box div .f_1 .my_team_summery {
    margin-bottom: 5px;
}
.small_box div .f_1 .my_team_summery p {
    margin-bottom: 0;
}
.my_team_summery {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 15px;
}

.my_team_summery b {
    margin-bottom: 5px;
    display: block;
}

.my_team_summery span {
    width: 50%;
    font-weight: 100;
    font-size: 12px;
}

.my_team_summery span:first-of-type {
    border-right: 1px solid #f0b90b;
}

.r_box_coin {
    color: #f0b90b;
    transition: all 0.3s 0s;
    margin-left: 0;
}

.r_box_coin:hover {
    color: #fff;
}

.reason_box {
    padding: 15px;
}

.reason_box p {
    margin: 0;
    font-weight: 100;
    font-size: 15px;
}

.btn_close {
    color: #f0b90b;
    border: 1px solid #f0b90b;
    max-width: 200px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.btn_close:hover {
    background-image: linear-gradient(0deg, #f0b90b, #f0b90b);
    color: #000;
}

.form-floating>label {
    line-height: 26px;
}

.abs_input {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 14px;
}

.radio_flex {
    display: flex;
    align-items: center;
    height: 100%;
}

.radio_flex>label {
    margin-right: 20px;
}

.form-check-label {
    cursor: pointer;
    position: relative;
    bottom: -3px;
}

.game_box img {
    max-width: 90px;
    margin: 0;
    display: table;
    border-radius: 20px;
}
.game_bflex {
    flex: 1;
    text-align: left;
    margin-left: 20px;
}

.game_bflex .small_btn {
    margin-left: 0;
}

.game_bflex h4 {
    margin-bottom: 2px;
    font-size: 16px;
}
.table td .small_btn {
    margin-left: 0;
}
.game_bflex h6 {
    color: #f0b90b;
    margin-bottom: 10px;
    font-size: 13px;
}

 
.game_box {
    text-align: center;
    padding: 30px 15px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
}
 
.game_box h6 {
    margin-bottom: 10px;
}

.game_box span {
    width: 30px;
    height: 30px;
    background-color: #f0b90b;
    margin: -55px auto 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top: 40px;
    color: #000;
    font-weight: 600;
}
.game_h {
        height: calc(100vh - 62px);
    display: flex;
    align-items: center;
}
.game_img img {
    width: 100%;
    max-width: 500px;
}
.game_box span:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    border-bottom: 1px solid #f0b90b;
    border-radius: 100px;
}

.login_page video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: .5;
    mix-blend-mode: luminosity;
}

.plan_amount .form-check-label {
    font-size: 16px;
}

.plan_amount .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-right: 10px;
}

.select_wallet {
    text-align: center;
    padding: 30px 0px 0px 0px;
    /* border: 1px solid #333; */
    margin: 0 15px;
    width: calc(25% - 30px);
    border-radius: 10px;
    background: linear-gradient(-90deg, #222, #f0b90b);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
}
.select_wallets span {
    color: #fff;
}
.select_wallets {
    text-align: center;
    padding: 10px;
    border: 1px solid #333;
    margin: 0 10px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(0deg, #0f0e1c, #333);
    width: calc(50% - 35px);
}

.select_wallets .btn_group {
    margin-top: 0;
}
.select_wallet h5 {
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 7px;
    background-color: #000;
    font-size: 17px;
    color: #f0b90b;
    width: calc(100% - 20px);
    margin: 0 auto 10px;
}

.select_wallet h5 i {
    margin-right: 5px;
}

.select_wallet span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #777;
}

.select_wallet p {
    font-size: 20px;
    padding: 30px 0px;
    color: #f0b90b;
    margin-bottom: 0;
}
.proceed_des li span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proceed_des li span b {
    text-align: left;
    width: 160px;
}

.proceed_des li div {
    width: 180px;
}
.proceed_des li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    font-weight: 100;
}

.proceed_des {
    max-width: 600px;
    width: 100%;
    background: linear-gradient(90deg, #030303, #212121);
    padding: 20px;
    margin: 0 15px;
    border-radius: 10px;
    border: 1px solid #f0b90b;
    margin-bottom: 30px !important;
}

.proceed_des ul {
    margin-bottom: 20px;
}
.proceed_des li .btn_group {
    margin-top: 0;
    justify-content: space-between;
}
.proceed_des li .btn_group .button:first-of-type {
    margin-left: 0 !important;
}
.proceed_des li .btn_group .button {
    margin: 0 0 0 5px  !important;
    width: 100%;
}
.proceed_des .button {
    margin: 0 0 0 auto;
    display: table;
    padding: 4px 20px;
}

.proceed_des li b {
    color: #f0b90b;
    font-weight: 500;
}

.proceed_des li:last-of-type {
    font-size: 20px;
    color: #f0b90b;
    border-bottom: none;
}

.proceed_des li:last-of-type b {
    color: #f0b90b;
}

.success_alert {
    text-align: center;
    padding: 15px;
}

.success_alert i {
    font-size: 50px;
    margin-bottom: 20px;
    display: block;
    color: #4cb14c;
}

.success_alert p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.success_alert p b {
    color: #f0b90b;
    margin-bottom: 3px;
    display: inline-block;
}

#p_reason_desc li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #222;
    padding: 15px 15px;
    text-align: left;
}

#p_reason_desc li:last-of-type {
    border: 0;
}

#p_reason_desc {
    margin-top: 20px;
}

#p_reason_desc ul {
    border: 1px solid #222;
    padding: 0;
}
#p_reason_desc .small_btn {
    margin-left: 0;
    margin-top: 15px;
}
#p_reason_desc li b {
    border-right: 1px solid #222;
}

.text-right {
    text-align: right;
}

.membership_mess i {
    font-size: 60px;
    margin-bottom: 15px;
    display: block;
}

.membership_mess {
    text-align: center;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(90deg, #030303, #212121);
    color: #f0b90b;
    border: 1px solid #f0b90b;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.membership_mess h6 {
    font-size: 26px;
}

.membership_mess p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    max-width: 500px;
    text-align: left;
    margin: 0 auto 5px;
}

.membership_mess p b {
    display: block;
    margin-top: 25px;
    text-align: right;
    color: #f0b90b;
}

.membership_mess:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/sucess_bg.svg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .1;
    mix-blend-mode: difference;
}

.membership_mess .button {
    margin-top: 20px;
}

.pos_relative {
    position: relative;
    z-index: 1;
}

.select_wallet .btn_group .button {
    margin: 0 5px;
    font-size: 14px;
    max-width: 93px;
}

.full_upgrade {
    max-width: 800px;
    width: 100%;
}

.full_upgrade .form-floating {
    margin: 0;
    max-width: 400px;
    width: 100%;
}

.full_upgrade b {
    color: #fff;
    font-size: 1rem;
    margin-top: 0;
}
.full_upgrade .form-control {
    border-color: #f0b90b;
    height: 26px;
}
.dropdown-menu {
    background: linear-gradient(90deg, #030303, #212121);
    border: 1px solid #333;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f0b90b;
    color: #000;
}
#process_text_li {
    text-align: center;
}

#process_text_li h5 {
    color: #f0b90b;
}

.membership_mess .button i.fa-spin {
    font-size: 16px;
    display: inline-block;
    margin: .0;
}

.col-md-6.select_wallet {
    width: calc(50% - 30px);
}

.cominsoon_table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 20px;
    text-align: center;
}

.cominsoon_table i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

.cominsoon_table h4 {
    font-weight: 300;
}

#view_more_ul {
    margin-top: 15px;
    text-align: center;
}

#view_more_ul .button {
    margin: 0;
}

.right_drop h5 {
    display: none;
}
.table a {
    color: #f0b90b;
}
.table a:hover {
    color: #fff;
}

.dh_right ul li:nth-child(2) {
    padding-right: 30px;
}

.rankpage_img{
    max-height: 410px;
    margin: 0 auto;
    display: table;
}


.event_flex {
    display: flex !important;
}
.event_flex_col {
    width: 50%;
    flex: 0 0 50%;
}
.event_flex_col:first-of-type {
    text-align: left;
}
.event_flex_col:last-of-type {
    text-align: right;
}
.event_flex_col span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}


.business_closing_time {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(-90deg, #333, #f0b90b);
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f0b90b;
    margin-bottom: 20px;
}
.business_closing_time b {
    margin-left: 10px;
}
.business_closing_time div {
    background-color: #000;
    color: #f0b90b;
    padding: 6px;
    border-radius: 8px;
    text-align: center;
}

.kyc {
    background: linear-gradient(-90deg, #222, #f0b90b);
}

.kyc_dark {
    background: linear-gradient(0deg, #0f0e1c, #333);
    margin: 10px -15px -15px -15px;
    padding: 15px;
}

.kyc  .small_title {
    color: #f0b90b;
    margin: -5px -5px 0;
}

.kyc .form-floating {
    text-align: center;
}

.kyc .form-floating input, .kyc .form-floating label {
    text-align: center;
    width: 100%;
}
.kyc_page_img {
    margin: 40px auto 0;
    display: table;
}
.kyc .form-floating>.form-control:focus~label,
.kyc .form-floating>.form-control:not(:placeholder-shown)~label,
.kyc .form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(2.5rem);
}

.profile_page_section{
    align-items: center;
}
.profile_page_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_page_img img{
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
#wallet_list_div {
    align-items: start;
    display: flex;
}
.wallet_list_div_img{
    max-height: 280px;
    margin: 0 auto ;
    display: table;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 1600px) {
    .btn-dw {
        margin-left: 0;
        display: block;
        text-align: center;
        width: 100%;
    }

    .receive_qrcode img {
        max-width: 285px;
    }
}

@media (max-width: 1400px) {
    .promo-text-img img {
        width: 35px;
    }

    .circle_icons_box h4 {
        font-size: 16px;
    }

    .circle_icons_box p {
        font-size: 13px;
    }

    .receive_qrcode img {
        max-width: 240px;
    }

    .right_drop .form-control, .right_drop {
        font-size: 14px;
    }

    .common_drop .button {
        font-size: 14px;
        letter-spacing: 0;
    }

    .date_picker {
        margin-left: 5px;
    }

    .right_drop .form-control {
        width: 120px !important;
    }
    small.sm_f span {
        font-size: 12px;
    }
}

@media (max-width: 1300px) {
    .dash_profile .flex-1 {
        padding-left: 15px;
    }

    .dash_profile_box h2 {
        font-size: 16px;
    }

    .dash_profile_box ul li {
        margin-right: 30px;
    }

    .dash_profile_box ul li:last-of-type {
        margin-right: 0px;
    }

    .dash_profile_box h4 {
        font-size: 14px;
    }
    .dash_wallet_left {
    width: 80%;
}
}

@media (max-width: 1200px) {
    .table {
        width: 100%;
        overflow-x: scroll;
    }
    .full_upgrade {
        max-width: 700px;
    }
    .bittree-box {
    margin-top: 0;
}
    .background-suppoort-head p {
        font-size: 34px;
    }

    .dash_profile .col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dash_profile .flex-1 {
        padding-right: 15px;
    }

    .invest_promo_box p {
        font-size: 14px;
    }

    .invest_promo_box .white_box {
        padding: 15px 10px;
    }

    .org-chart-photo img {
        width: 40px;
        height: 40px;
    }

    .profile_page .white_box.h-100 {
        height: auto !important;
    }

    .kyc .col-lg-12 {
        margin-top: 30px;
    }

    .dash_row {
        flex-direction: column;
    }

    .welcome_banner {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 15px 15px;
    }
}

@media (max-width: 992px) {
    .offer_box {
        margin-top: 15px;
    }
    .welcome_banner {
    padding: 15px 15px 15px;
         min-height: 100%;
}
    

    .menu_btn {
        display: flex;
    }

    /*.sidemenu-power {
      position: fixed;
      height: 100%;
      left: -260px;
      top: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s 0s;
      z-index: 1;
      }*/
    body.active .column1 {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .column2 {
        margin: 0;
    }

    .column1 {
        width: 250px;
        left: -250px;
        transition: all 0.3s 0s;
    }

    .nav-power {
        display: block;
        cursor: pointer;
    }

    .logout-power {
        display: none;
    }

    .profile-2 {
        padding: 20px 6px;
    }

    .dataTables_length label {
        justify-content: center;
    }

    .dataTables_filter label {
        /*justify-content: center;*/
        margin-top: 10px;
    }

    .dataTables_paginate .pagination {
        justify-content: center !important;
    }

    .dataTables_info {
        float: inherit;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .right_drop {
        display: none;
    }

    .filter_btn .button {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 15px;
        white-space: nowrap;
    }

    .filter_btn {
        margin-right: 15px;
        display: block;
    }

    .right.show .right_drop {
        display: block;
    }

    .right_drop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 5;
        padding: 20px;
        border-radius: 20px;
    }

    .date_picker {
        width: 100%;
        justify-content: center;
        margin: 10px 0 0 0;
    }

    .right_drop h5 {
        display: flex;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #222;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }

    .right_drop .common_drop {
        margin-left: 10px;
        width: calc(50% - 5px);
        float: left;
        margin-bottom: 15px;
        text-align: center;
    }

    .right_drop .common_drop:first-of-type {
        float: left;
    }
}

@media (max-width: 768px) {
    ul.m2-list {
    width: 200px;
}

ul.m2-list li {
    width: 100%;
}
    .meta-post {
        position: initial;
        color: #fff;
        font-size: 17px;
        text-align: center;
        font-weight: 600;
        padding: 10px 0px;
        background: #ed1b24;
        width: 100%;
        height: auto;
        border-radius: 0px;
    }
    
     
    .login {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .desktopLogo {
        max-width: 130px;
    }

    .login-main-section {
        padding: 0px;
    }

    .user-login h4 {
        font-size: 13px;
        margin: 0 10px 0 10px;
        letter-spacing: normal;
    }

    .currency_cont_box {
        margin-bottom: 30px;
    }

    .currency_cont {
        margin-bottom: 0px;
    }

    .meta-post-profile {
        position: initial;
        font-weight: 600;
        padding: 7px 10px;
        font-size: 14px;
        border: 2px solid #fff;
        width: 100%;
        height: auto;
        transform: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .meta-post-profile-sec {
        position: initial;
        font-weight: 600;
        padding: 7px 10px;
        font-size: 14px;
        border: 2px solid #fff;
        width: 100%;
        height: auto;
        transform: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .background-suppoort {
        height: 200px;
        width: 96%;
    }

    .background-suppoort-head p {
        font-size: 30px;
    }

    /*.dash_profile  .row {
        flex-direction: column;
        }*/
    .dash_profile .flex-1 {
        width: 100%;
        margin: 15px 0;
    }

    .security_qr_left img {
        margin-bottom: 30px;
    }

    .security_qr {
        border-top: 2px solid #eee;
        padding-left: 0;
        padding-top: 30px;
        border-left: 0;
    }

    .kyc .white_box.h-100 {
        height: auto !important;
        margin: 15px 0;
    }
}

@media (max-width: 576px) {
    .income_tr .main_title span{
        float: inherit !important;
        display: block;
        font-size: 14px;
        
    }
    .offer_box {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    a.register-link {
        display: block;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        position: initial;
    }

    a.forgot-link {
        display: block;
        position: initial;
    }

    .referral-box {
        flex-direction: column;
    }

    .referral-box .form-control {
        margin-bottom: 10px;
    }

    .user-login-profile img {
        width: 150px;
        height: 150px;
    }

    .user-login-profile h4 {
        font-size: 16px;
    }

    .dash_profile .flex-1 {
        padding: 0px;
    }

    .dash_profile_box ul {
        flex-wrap: wrap;
    }

    .dash_profile_box ul li {
        width: 100%;
        margin: 30px 0 0 0;
        text-align: center;
    }

    .dash_profile_box {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    .promo-text-img img {
        width: 55px;
    }

    .circle_icons_box h4 {
        font-size: 20px;
    }

    .circle_icons_box p {
        font-size: 16px;
    }

    .receive_qrcode .form-group {
        flex-direction: column;
    }

    .receive_qrcode .form-group label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .user-login {
        display: initial;
        margin-top: 10px;
        clear: left;
        float: left;
        width: 100%;
    }

    .user-login img {
        float: left;
    }

    .user-login h4 {
        float: left;
    }

    .nav-power {
        float: right;
    }

    .img-referrel img {
        width: 90%;
        margin: 0px auto 22px;
    }

    .receive-wallet-box {
        padding: 20px 2px;
    }

    .wallet_content {
        padding: 0 15px;
    }

    .date-search {
        padding: 10px;
    }

    .date-search .form-control {
        margin-bottom: 15px;
    }

    .receive-wallet-box-head h3 {
        font-size: 14px;
        font-weight: 500;
    }

    .security-inner {
        display: none;
    }

    .ticket-info ul li span {
        width: 100%;
    }

    .pl0 {
        padding-left: 15px;
    }

    .main-dash-title.form-inline {
        display: flex;
        order: 1;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 0 0;
        flex-wrap: nowrap;
    }

    .search-inline .btn-outline-success {
        margin: 0 0 0 10px !important;
        height: 40px;
    }

    .search-inline .form-control {
        width: 100%;
    }

    .tree_search_header {
        flex-wrap: wrap;
    }

    .date-search .button {
        margin-top: 0px;
    }

    .ticket-info ul li {
        line-height: normal;
        margin-bottom: 10px;
    }

    .welcome_banner {
        margin: 0 15px 15px;
    }

    .dash_profile_det li span {
        width: 75px;
        margin-right: 10px;
        flex: 0 0 75px;
    }

    .dash_profile_det .button {
        font-size: 12px;
        margin-left: 5px;
        padding: 6px 10px;
        
    }
    
    .login_title {
        margin-bottom: 20px;
    }

    .login_title p {
        font-size: 14px;
    }

    .login_title h2 {
        font-size: 18px;
    }

    .forgot_pass {
        font-size: 13px;
    }

    .reason_box h5 {
        font-size: 16px;
    }

    #p_reason_desc {
        margin-top: 0;
    }

    .btn_close {
        margin-bottom: 0;
    }

    .modal-title {
        font-size: 16px;
    }

     

    .profile .dropdown-menu {
        margin-bottom: 20px;
    }

    .profile .dropdown-menu:after {
        bottom: -7px;
    }

    .data_listview li {
        border-bottom: 2px solid #000;
    }

    .data_listview li p {
        font-size: 12px;
    }

    .right_drop .form-control {
        width: 75px !important;
        font-size: 10px;
    }

    .date_picker span {
        font-size: 10px;
        margin: 0 5px;
    }

    .date_picker #btn_filter {
        padding: 5px 10px;
        font-size: 12px;
        letter-spacing: 0;
        margin-left: 5px;
    }
}

@media (max-width: 450px) {
    .small_box {
        width: calc(100% - 0px) !important;
        margin: 10px 10px !important;
        padding: 10px 0 0 0 !important;
    }
}




@media (max-height: 600px) {
   .small_box {
       padding: 10px 0px 0px 0px;
       margin: 10px 15px;
       width: calc(33.33% - 30px);
      } 
    .quick_box{
        margin-bottom: 5px;
    }
    .income_flexbox .small_box {
    width: calc(20% - 30px);
}
    .wallet_flexbox .small_box {
    width: calc(25% - 30px);
}
    .table th, .table td {
    padding: .40rem .50rem;
}
    .dash_profile_det li {
    margin-bottom: 3px;
}
    .business_closing_time {
    margin-bottom: 10px;
}
    .welcome_banner_rank {
    margin-bottom: 10px;
}
#tree_holder ul > li:last-of-type .m2 {
    left: 0;
    right: inherit;
}
     
    
}

@media (min-width: 1200px) and (max-width: 1300px){
    .small_box {
      margin: 10px 5px;  
        width: calc(33.33% - 10px);
    }
    .income_flexbox .small_box {
        margin: 15px 15px;
} 
    .wallet_flexbox .small_box {
        margin: 15px 15px;
}

}



.profile_page_flex{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.profile_page_dark{
    flex: 1;
}
#moreDetailsHtml li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}





.ie_active .form-floating > label{  
    top: -6px;
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.ie_active .form-floating > .form-control, .ie_active .form-floating > .form-select{
    padding: 1.3rem .75rem 1rem;
}
.ie_active .side_menu{
    display: block;
}
.ie_active .my_tree_lr .small_box div .f_1{
    min-height: 60px;
}
.ie_active .small_box div .my_team_summery.f_1{
    min-height: 110px;
}

.ie_active .m1 .m2{
    overflow: inherit;
}
.ie_active thead{
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ie_active .org-chart-person i{
    line-height: 44px;
}
.ie_active .container-fluid{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.ie_active .table-responsive{
    overflow-y: hidden;
}
.ie_active .row>*{
    padding-left: 10px;
    padding-right: 10px;
}
.ie_active .row{
    margin-left: -10px;
    margin-right: -10px;
}
.ie_active .membership_mess{
    margin: 0px;
}
.ie_active .kyc .form-floating > label{
    transform: translateY(-0.5rem) !important;
}

@media (max-width: 991px){
    .ie_active .org-chart-person i{
        line-height: 38px;
    }
}



.search_btn {
    display: flex;
    align-items: center;
}

.search_btn a {
    margin-right: 10px;
    white-space: nowrap;
    padding: 9px 20px;
}



.income_tr #firstStepWithdraw{
       display: inline-block; 
}




.btn_upgrade_list {
    float: right;
    font-size: 14px !important;
    border: 2px solid #fff;
    padding: 8px 12px;
}
.fomr_margin {
    margin-bottom: 15px;
}
.fomr_margin .form-floating {
    margin-bottom: 0;
}

.find_anchor_href{
    color: #ef8d4e;
    text-decoration: underline;
}
.find_anchor_href:hover{
    color: #ef8d4e;
    text-decoration: underline;
}

.form_position .button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 10px 25px;
}

.backTimer {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}
.backTimer h4 {
    padding: 0 12px;
    font-size:22px;
}
.backTimer h4 span {
    font-size: 16px;
}