@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    background-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

body#login_bg {
    background: #fff;
}
body#login_bg main {
	background: linear-gradient(90deg,#043d2e,#043d2e);
	background-size: 100% 80%;
	background-position: top;
	background-repeat: no-repeat;
}
.login-register-container{
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin:-70px 10px 0 10px;
    height: 100%;
}

#login_bg .header{
    margin-bottom: -45px;
    background: transparent;
    margin-top: 0px;
}
#login_bg .child {
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}
.color_dark_blue{
    color: #043d2e;
}

.telegram_withrow_page {
    background: #043d2e;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

.telegram_withrow_page i {
    color: #fff;
    font-size: 33px;
}a

.withdraw_notice_modal .modal-dialog{
    max-width: 300px;
    margin: auto;
}

.withdraw_notice_modal .modal-dialog .modal-header{
    padding: 5px;
}

.withdraw_notice_modal .modal-dialog .modal-header h5{
    width: 100%;
    padding: 10px 0px;
    font-size: 12px;
}
.withdraw_notice_modal .modal-dialog .modal-body {
	height: 200px;
	overflow: scroll;
}
.withdraw_notice_modal .modal-dialog .modal-footer .btn {
	width: 100%;
	background: #043d2e;
	color: #fff;
}
.withdraw_notice_modal .modal-dialog .modal-footer .btn.btn-secondary{
    background: gray;
}
.wrapper-container
ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
}

.them-shadow {
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.034) !important;
}

.text-primary {
	color: #043d2e !important;
}

.bg-primary {
    background: #fff !important;
}

:root {
    --color-primary: #ff8c46;
}

main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 420px;
    background: #f1f1f1;
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
}

.draggable-container {
    position: fixed;
    top: calc(50% - 30px);
    z-index: 999999;
}

.draggable{
    /*display: inline-flex;*/
    align-items: center;
    gap: 10px;
    position: relative;
}

.draggable ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 60px;
    transition: all 0.5s;
    list-style: none;
    transform: translateY(140px);
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    gap: 8px;
}

.draggable-content{
    position: fixed;
    right: 0;
    top: calc(50% - 30px);
}
.draggable-content ul{
    transition: all 0.5s;
    list-style: none;
    transform: translateY(140px);
    opacity: 0;
    z-index: -5;
}

ul.active-item li img {
    width: 40px;
    border-radius: 50px;
}

ul.startScn{
    left: inherit;
    right: 60px;
}
ul.active-item{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 1;
}

section.hero-area.home-page span {
    margin-top: 20px;
    
}

section.hero-area.home-page {
    padding-left: 20px;
}


.white_container_wrapp{
    background: #fff;
    padding: 10px 0px;
}
.transparent_container_wrapp{
    background: transparent;
    padding: 10px 0px;
}
.transparent_container_wrapp .inner_white_contain {
	background: #fff;
	padding: 20px 15px;
	border-radius: 5px;
}
.wrapper-container {
    height: 100vh;
}
.joint_part img{
    max-width: 72%;
}
.joint_part p{
    color: #8b8b8b;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}
.joint_part .btn_green {
	background: #043d2e;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	display: inline-block;
	padding: 5px 35px;
	border-radius: 30px;
	margin-top: 20px;
}
.login_reg_logo_part {
	padding-top: 20px;
}
.login_reg_logo_part img {
	max-width: 190px;
	width: 100%;
}
.login_reg_logo_part h4{
    font-size: 28px;
    margin-top: 5px;
}
@media only screen and (min-width:600px){

.wrapper-container {
    height: 100%;
    overflow-y: unset;
}

.home-model .card {
    width: 95%;
}

}

.wrapper-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}
.platform_data{
    background: #fff;
    padding: 0px 10px 30px;
    border-radius: 5px;
    text-align: center;
}
.platform_data img {
	max-width: 80px;
	margin-top: -35px;
	margin-bottom: 5px;
}
.platform_data p{
    margin-bottom: 10px;
}
.platform_data h6{
    color: #043d2e;
}
.swal2-popup .swal2-styled {
    padding: 3px 23px!important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    font-size: 17px!important;
}

@keyframes slideTop {
    0% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translate3d(0,-10px,0)
    }
}

.arrow_key {
    /* animation: slideLeftRight 1s linear infinite alternate; */
    margin-left: -16px;
    opacity: 0.5;
}

@keyframes slideLeftRight {
    0% {
        transform: translateX(0px)
    }

    to {
        transform: translateX(0px)
    }
}

.header {
	/* position: fixed; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.extra_header{
    background: #f7f7f7;
}
.extra_header .page_title span{
    font-size: 16px;
}
.title-area-login span {
    font-size: 12px;
    color: #939393;
}

.title-area-login p {
    font-size: 18px;
    font-weight: 500;
}

.iti-mobile .logo-banner-area img {
    width: 100px;
}

.title-area-login p b {
    color: #fd961a;
}

.child {
    width: 100%;
    /*background: #52ce73;*/
    margin: 0 auto;
    max-width: 400px;
}

.preloder {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
}

.pre_image_gif img {
    width: 80px;
}

@keyframes topDown2 {

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

    25% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        background-color: orange;
    }

    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        background-color: red;
    }
}

.header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    /* min-height: 47px; */
}

.title-area-login.register {
    padding: 0;
    text-align: center;
}

.header .logo {
    padding-left: 15px;
    display:flex;
    align-items: center;
}

.header .logo img {
    width: 38px;
}
.mine_header {
	background-image: url(../Images/mine_banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.user_level{
    margin-bottom: 20px;
}
.user_level span{
    background: #043d2e;
    padding: 5px 16px;
    border-radius: 20px;
    color: #fff;
}
.site_logo img {
	max-width: 80px;
	margin-top: -50px;
	margin-bottom: 10px;
}
#mine_bg main{
    background: #fff;
}
#mine_bg .total_blnc h6{
    font-size: 13px;
    color: #939393;
}
#mine_bg .total_blnc h6 span{
    font-size: 18px;
    font-weight: bold;
    color: #043d2e;
}
#mine_bg .total_blnc h6 small{
    color: #404040;
}
.header .content {
    display: flex;
    padding: 10px 15px;
    align-items: center;
}

.slider-img-home img {
    width: 100%;
    height: 100%;
}

.home_section_middle {
	height: 140px;
	text-align: left;
	padding: 38px 30px 120px;
	background: url('../Images/banner.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 11px 15px;
	border-radius: 10px;
}
.home_main_banner{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.home_main_banner .banner_right_icon img{
    max-width: 108px;
}
.home_section_middle span {
    color: #f9fafb;
    padding: 2px 0;
    display: block;
    margin-top: 8px;
}

.home_section_middle h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.home-slider.home_top {
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.header .content .notice {
	margin: 0 12px;
	background: #043d2e;
	padding: 2px 5px 4px;
	border-radius: 20px;
}

.header .content .notice img {
    width: 18px;
}

.header .content .service {
	background: #e0a959;
	padding: 2px 7px 3px;
	border-radius: 30px;
}
.header .content .service img {
    width: 13px;
    /*filter: hue-rotate(217deg) invert(1) brightness(1.2) contrast(1.2) grayscale(1);*/
}
#login_bg .header .content .service img , #mine_bg .header .content .service img{
    width: 13px;
    filter: unset;
}

.header .content .left-arrow {
    display: flex;
    gap: 7px;
    align-items: center;
}

.header .content .left-arrow i {
    color: #043d2e;
    font-size: 18px;
}
.notice_page .header .content .left-arrow i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
.filter a {
    color: #50a6c3 !important;
}

.header .content .left-arrow span {
    color: #000;
    font-size: 14px;
}


.header .btn-sm {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
    background-color: rgb(0, 172, 211);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: #fff!important;
}

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

.gap {
    min-height: 48px;
    /*background: #fff;*/
}

.gap-37 {
    min-height: 37px;
    background: #fff;
}

.hero-area-bg-white {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 10px;
}

.rightImg-banner img {
    width: 100%;
}

.hero-area {
    padding: 24px 0 60px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-image: url('../Images/home_banner.png');
    background-position: center;
    background-size: 100% 118%;
    margin-top: 15px;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    height: 180px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    box-shadow: 0 0 2.66667vw 0 #d4d4e3;
}

.hero-income {
    padding-bottom: 0;
}

.page_tradin_section.trade-container {
    padding-top: 12px;
}

.transiction_btn_mine {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 10px 20px;
	margin-top: 20px;
}

.transiction_btn_mine .item {
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	display: flex;
	gap: 10px;
	background: #fff;
}

.transiction_btn_mine .item.nbr {
    background: url('../Images/withdrawal_bg.png');
    background-size: 100% 100%;
}

.transiction_btn_mine a {
    display: block;
    width:48%;
}

.mine_deposite .depo_blnc h5{
    color: #043d2e;
    margin-bottom: 10px;
}
.mine_deposite .depo_blnc p{
    font-size: 13px;
    color: #939393;
}
.qr-code.text-center.deposite {
    display: block;
}

.qrcode_img.deposite {
    width: 90%;
    margin: 0 auto;
}

.qrcode_img {
    max-width: 182px;
    position: relative;
    background-size: 100% 100%;
    z-index: 2;
    border-radius: 8px;
    margin-top: 50px;
    margin: 40px auto 15px;
}

.recharge-table-recoard {
    margin-top: 20px;
}

.top_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 7px;
    color: #171b31;
}
.recoard_body_list {
    display: flex;
    justify-content: space-between;
    background: #171b31;
    padding: 7px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.tr_filter_sc .record_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
    background: #fff;
    padding: 10px 24px 10px;
    box-shadow: 0 0 11px #817c7c;
    border-radius: 50px;
}

.main-centent.tr_filter_sc {
    margin-top: 15px;
}

.record_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: #171b31;
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
}

.record-name-item {
    color: #000;
}

.record-name-info strong {
    display: block;
    padding-bottom: 13px;
    color: #171b31;
}

span.record-name.success {
    background: #dc3545;
    color: #ffc107;
    padding: 3px 12px;
    border-radius: 50px;
    /* margin-top: 27px; */
}

.tr_filter_sc span.record-name {
    font-size: 13px;
}

.tr_filter_sc span.date {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: block;
    padding-top: 4px;
}

.record-name-item p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

p.withdraw-nbr img {
    width: 31px;
    margin-right: 5px;
}

strong.money-detail {
    display: block;
    padding-bottom: 7px;
}

span.record-name.success {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background: #171b31;
	padding: 2px 13px;
	border-radius: 50px;
}

.tr_filter_sc span.money-detail {
    font-size: 13px;
}

.recharge .qrcode_img.address img {
	width: 100%;
	padding: 13px;
	border-radius: 10px;
	background: #ebf1ff;
}

section.user_profile {
    margin: 0px 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user_img img {
    width: 35px;
}

.user_contact span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #fff;
}

section.home-page.mine {
    margin: 36px 15px 20px;
    border-radius: 5px;
    padding: 46px 21px;
    line-height: 29px;
    background: url('../Images/mine_trx.png');
    background-size: 100% 100%;
    text-align: center;
}

.transiction_btn_mine .item img {
    width: 21px;
}

.deposit h2 {
	margin: 0;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
.diposit_account_options{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.diposit_account_options .left_text{
    width: 30%;
}
.diposit_account_options .left_text h6{
    font-size: 13px;
    font-weight: normal;
}
.account_options_select{
    width: 100%;
}
.account_options_select input{
    height: auto !important;
}
.deposit .grid-wrap {
	display: grid;
}

.deposit .grid-wrap .grid-item {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 16px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1.06667vw 0 #dedede;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.deposit .grid-wrap .grid-item:first-child .link-body {
  color: #434f70;
  background-image: url('../Images/deposit_card_left.png');
}

.deposit .grid-wrap .grid-item .link-body {
  height: 110px;
  background: no-repeat 0 0/100% 100%;
  background-image: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 60px;
}

.deposit .grid-wrap .grid-item .link-foot {
	padding: 10px 20px;
	line-height: 1.5;
	color: #6d6d6d;
	font-size: 12px;
}

.deposit .grid-wrap .grid-item .link-title {
    margin: 0 0 2.13333vw;
    font-size: 15px;
    color: #00C3FF;
}

.deposit .grid-wrap .grid-item:last-child .link-body {
	color: #434f70;
	background-image: url('../Images/deposit_card_right.png');
}

.transiction_btn_mine .item h4 {
    color: #404040;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0px;
}

.home-page .h1 {
    font-size: 23px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}

.home-page span {
    margin-top: 43px;
    color: #fefefe;
    font-size: 18px;
}

.profile-bg h1 {
    padding-left: 16px;
    font-size: 22px !important;
    margin-bottom: 30px !important;
}

.profile-bg .btn span {
    font-size: 14px;
}

.profile-bg img {
    width: 12px;
    /* margin-bottom: 5px; */
    transform: translate(-4px, -5px);
}

.hero-area span {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #222;
    padding-bottom: 10px;
    display: inline-block;
}

#mine_bg .child {
    background: transparent;
}

.hero-area h1 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.hero-area h1 small {
    font-size: 18px;
    font-weight: 400;
}

/*  */
.reward_section{
    margin-top: 75px;
}
.reward_page .reward_section h5{
    display: inline block;
    position: relative;
}
.reward_page .reward_section h5::after {
	position: absolute;
	content: '';
	height: 4px;
	width: 100px;
	background: #0d6efd;
	left: 0px;
	bottom: -10px;
	border-radius: 30px;
}
.reward_page .reward_section p{
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}
.reward_table{
    width: 100%;
    margin-top: 20px;
}
.reward_table thead{
    border-bottom: 2px solid #ddd;
}
.reward_table th , .reward_table td{
    text-align: center;
    padding: 10px;
}
/*invite rewards ends*/

.marquee {
	padding-left: 50px !important;
	border-radius: 6px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	padding: 3px 2px;
	margin: 15px 15px 10px;
	font-size: 12px;
	height: 30px;
	line-height: 25px;
	position: relative;
	z-index: 999;
	background: #fff2ee;
	padding: 23px 0px;
	display: flex;
	align-items: center;
	/* background-image: url(../Images/tips.png); */
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 45px;
}
.marquee .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	/* background: blue; */
}
.marquee .icon-right_part {
	background: linear-gradient(180deg,#f8a1a1,#043d2e);
	padding: 10px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
}
.marquee .icon-right_part img{
    max-width: 25px;
}

marquee {
    color: #404040;
    font-size: 14px;
}

.marquee .icon img {
    width: 30px;
}
/*maruee ends*/
.home_help_part{
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 7px 15px;
    color: #404040;
    border-radius: 5px;
}
.home_help_part .left_part{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}
.home_help_part .left_part img{
    max-width: 28px;
}
.home_help_part .left_part span{
    color: #404040;
    font-weight: bold;
}
.quick-links {
	display: grid;
	margin-top: 0px;
	border-radius: 5px;
	padding: 17px 0 0;
	gap: 12px;
	grid-template-columns: repeat(4,1fr);
}

.quick-links .quick-links-item {
	text-align: center;
	padding: 15px 0px;
	border-radius: 10px;
	/*width: 28%;*/
	background: #fff;
}

.lucky_draw_section {
    width: 92%;
    height: 100px;
    background: url('../Images/lucky_draw.jpg') no-repeat 50% 0/100% 100%;
    text-align: left;
    margin: 6px auto;
    border-radius: 6px;
    padding: 23px 21px;
    color: #000;
    object-fit: cover;
}

.lucky_draw_section .title {
    color: #000;
    font-size: 18px;
}

.lucky_draw_section .slogan {
    color: red;
    font-size: 17px;
    font-weight: 600;
}

.instant-quotes-bg.introduction_area .content p {
    font-size: 12px;
    color: #fff;
    font-family: sans-serif;
}

.instant-quotes-bg.introduction_area .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.btn_introdution {
    font-family: sans-serif;
    color: #ffc107;
    font-weight: 500;
    text-align: right;
    padding-top: 5px;
}

.instant-quotes-bg.introduction_area {
    padding-bottom: 8px;
}

.quick-links .quick-links-item img,
.quick-links .quick-links-item svg {
    -moz-box-shadow: 10px 9px 17px -6px rgba(0,0,0,0.75);
    overflow: hidden;
    margin-bottom: 3px;
    width: 45px;
    height: 45px;
}

.quick-links .quick-links-item p {
	font-size: 14px;
	font-weight: 700;
	color: #212121;
	margin-top: 5px;
	font-family: Helvetica Neue,Helvetica,sans-serif;
}
.withdrawal-area td:nth-child(2) {
    text-align: right;
}

.instant-quotes-bg.global-partners {
    margin-bottom: 0px;
}
.trading_img_part img{
    max-width: 85%;
}
.trading_img_part .plus_percent {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.wallect-info.column-content .value {
	line-height: 20px;
	border-radius: 5px;
	padding: 30px 10px;
	background-size: 100% 100%;
	color: #171b31;
	background: #fff;
	width: 50%;
}

.wallect-info.column-content .value h6 small {
	font-size: 12px;
	color: #646464;
	margin-bottom: 8px;
	display: inline-block;
}
.wallet_icon{
    margin-bottom: 10px;
}
.wallect-info.column-content .value em {
	font-style: normal;
	font-weight: 600;
	color: #043d2e;
	font-size: 14px;
}
.wallect-info {
    margin: 0px 15px 20px;
    border-radius: 5px;
    font-size: 12px;
    color: #2c3850;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
}
.wallect-info .value img{
    max-width: 90px;
}
.arrow_key img {
    max-width: 56px;
}

.wallect-info .wallect-info-item {
    width: 48%;
    /*background: url("../Images/home/wallect-info-bg-one.png") no-repeat center;*/
    padding: 40px 20px;
    border-radius: 25px;
    background-size: 100%;
}

.wallect-info .wallect-info-item-two {
    width: 48%;
    /*background: url("../Images/home/wallect-info-bg-two.png") no-repeat center;*/
    padding: 40px 20px;
    border-radius: 25px;
    background-size: 100%;
}

.wallect-info .wallect-info-item p {
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0;
}

.about_img img {
    width: 100%;
}

section.instant-quotes-bg.about {
    text-align: center;
}

.title_info h2 {
    color: #ff808c;
    padding-bottom: 7px;
}

h3.column-title img {
    width: 18px;
    margin-right: 0px;
}

.about_img {
    margin: 34px 19px;
}

.title_info strong {
    font-weight: 600;
    color: #222;
}

.about_info p {
    text-align: center;
    color: #222;
    line-height: 19px;
    font-size: 12px;
}

.about_img {
    margin: 34px 19px;
}

.wallect-info .wallect-info-item span {
    color: #ff808c;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.wallect-info .wallect-info-item span small {
    color: #282828;
    font-size: 10px;
    font-weight: 200;
}

.wallect-info .wallect-info-item small {
    color: #005d72;
    font-size: 12px;
}

.text-right {
    text-align: right;
}

.invest-list.home_invest_page {
    background-color: transparent;
    margin: 0 3px;
}

section.wrapper-container.invest_page .nav-link {
    color: #373a4a;
}

.invest-list {
    margin: 15px 10px;
    padding: 16px 10px;
    border-radius: 20px;
    background: #fff; 
}

.invest-list .nav-tabs {
    border-bottom: 0 !important;
    background-color: #f1f3f6;
    border-radius: 30px;
    justify-content: space-between;
    margin-bottom: 7px;
}

.invest-list .nav-tabs .nav-item {
    width: 50%;
}

.invest-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px;
    /* border: 0 !important; */
    color: #282828 !important;
    border-radius: 20px !important;
    width: 100%;
}

.invest-list .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #00acd3 !important;
}

/* .invest-list .tab-pane{
  margin-top: 10px;
} */

.invest-list .tab-pane .recharge-symbol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.invest-list .tab-pane .recharge-symbol-item {
    width: 100%;
    margin-top: 7px;
    background: url('../Images/invest_bg.png');
    border-radius: 0;
    background-size: 100% 100%;
    height: 132px;
    padding: 21px 10px;
}

.recharge-symbol-item a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.invest-list .tab-pane .recharge-symbol-item a img {
    width: 100px;
    border-radius: 5px;
    object-fit: cover;
}

.bottom-bg {
    flex: 0 0 60%;
    padding: 4px 0 4px 15px;
}


.invest-list .tab-pane .recharge-symbol-item a h6 {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px !important;
    padding-top: 10px;
}

.invest-list .tab-pane .recharge-symbol-item a p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.invest-list .tab-pane .recharge-symbol-item a small {
    font-size: 11px;
    color: #fff;
}

.recharge-symbol-two h6 {
    color: #ffc107!important;
    text-transform: capitalize;
    margin-bottom: 5px !important;
}

.view-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 5.33333vw;
    padding: 0 5.33333vw;
    height: 22px;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 3.73333vw;
    background-color: #fff;
    text-align: center;
    color: #ababab;
    font-size: 11px;
}

/*----------  */
/* --------------------------------- */

.home-slider {
    margin: 16px 15px 15px;
    padding: 0;
    border-radius: 15px;
    padding-bottom: 20px;
    background: transparent;
    border: 2px solid gold;
}

.home-slider.home_top img {
    height: 154px;
    border-radius: 10px;
}

.home-slider .home-slider-item .slider-bg {
    color: #fff;
}

.home-slider .home-slider-item .slider-bg h4 {
    font-weight: 700;
    font-size: 17px;
}

.home-slider .home-slider-item .slider-bg h5 {
    font-weight: 600;
    font-size: 14px;
}

.home-slider .home-slider-item .slider-bg {
    background: url(../Images/home/slider-bg-two.jpg) no-repeat center/cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
    background-size: 100%;
}

.home-slider .home-slider-item .slider-bg.three {
    background: url("../Images/home/slider-bg-three.jpg") no-repeat center/cover;
}

.home-slider .home-slider-item .slider-bg.two {
    background: url("../Images/home/slider-bg-one.jpg") no-repeat center/cover;
}

.home-slider .home-slider-item .slider-content {
    padding: 20px;
}

.home-slider .home-slider-item .slider-content p,
.invitation-reward p {
    font-size: 12px;
    line-height: 14px;
    color:#fff;
}

.wrapper-container.refer {
    background-image: url('../Images/referBox.png');
    background-size: 100%;
    background-position: center top 330px;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-60%);
}

.home-slider .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.home-slider .slick-dots li button {
    font-size: 0;
    background: #ffc107;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 0;
}

.home-slider .slick-dots .slick-active button {
    background: #ffc107;
    width: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* --------------------------------- */

.instant-quotes-bg {
	padding: 20px 10px;
	border-radius: 6px;
	position: relative;
	background-color: transparent;
	z-index: 2;
}

.recharge .instant-quotes-bg {
    border: none;
    background-size: 100%;
    margin: 13px 15px;
    padding: 7px 13px;
}

.instant-quotes-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('../Images/tron-trx-logo.png');*/
    content: '';
    z-index: -1;
    background-position: center;
    background-size: 120px;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.instant-quotes-bg h3 {
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    color: #ff808c;
}

.instant-quotes-bg .instant-quotes-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	flex: 0 0 47%;
	background: #171b31;
	border-radius: 5px;
	background-size: 100% 100%;
	padding: 15px 15px 20px;
	box-shadow: -1px 2px 7px #121111;
	text-align: center;
	height: 165px;
}

.instant-quotes-bg .instant-quotes-item .icon {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.recharge .icon .info {
    padding: 12px 0;
}

.instant-quotes-bg .instant-quotes-item .icon img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
}

.instant-quotes-bg .info .title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.instant-quotes-bg .info .time {
    font-size: 10px;
    display: block;
    color: #fff;
}

.instant-quotes-bg .price {
    color: #17cdaf;
    font-weight: 600;
    margin-right: 5px;
    text-shadow: 0 0 2px #000000;
}

.instant-quotes-bg .bg-info {
	background-color: #027f8f !important;
	color: #fff;
	border-radius: 50px;
	padding: 2px 11px;
	font-size: 12px;
}

.instant-quotes-bg .price-area {
    display: flex;
    align-items: center;
}

.instant-quotes-bg .price-danger .price {
    color: #f85963;
    font-weight: 600;
    margin-right: 5px;
}

.instant-quotes-bg .price-danger .bg-info {
    background-color: #f85963 !important;
    color: #fff;
}

.text-gray {
    font-size: 10px;
    color: #fff;
}

.withdrawal-list {
    margin-top: 5px;
}

.withdrawal-list .withdrawal-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .global-partners-list{
  display: flex;
  justify-content: space-between;
} */

.global-partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.global-partners-list .list-item {
    width: 30%;
    padding-bottom: 10px;
}


.global-partners-list .list-item img {
    width: 100%;
}

/* --------------------------------- */

.earnings-time {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}

.earnings-time .left b {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.earnings-time .right {
    text-align: right;
}

.earnings-time .btn {
	padding: 3px 18px;
	margin-bottom: 10px;
	font-size: 14px;
	border-radius: 30px;
	color: #989898;
}

/* --------------------------------- */
.trading_profit_wrapp .nav-pills{
    justify-content: space-between;
    padding: 0px 15px;
}
.trading_profit_wrapp .nav-pills .nav-link{
    padding: 5px 0px;
    color: #868686;
}
.trading_profit_wrapp .no-data h6{
    color: #868686;
}
.trading_profit_wrapp .nav-pills .nav-link.active{
    background: none;
    border-bottom: 2px solid #043d2e;
    border-radius: 0px;
    color: #1a1a1a;
}

/*income css start*/

.income-bg {
    box-shadow: 0 0 10px #000;
    background: url("../Images/income_bg.png") no-repeat center !important;
    background-size: 100% 100% !important;
    margin: 0 13px;
    border-radius: 8px;
    padding: 20px 36px 25px 12px;
    height: 130px;
    text-align: right;
}

.income_img img {
    width: 100%;
    padding: 0 30px;
}

.income-bg span {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #171b31;
    padding-bottom: 10px;
    display: inline-block;
}
.income-bg h1 {
    font-size: 21px;
    font-weight: 700;
    color: #171b31;
    text-shadow: 3px 2px 6px #000;
}
.earnings-time {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
}
.earnings-time .right {
    text-align: right;
}


.income-list span {
    display: block;
    color: #ababab;
}

.income-list img {
    width: 95px;
}

.income-list {
    background-color: #fff;
    margin: 16px 15px;
    text-align: center;
    padding: 45px;
    border-radius: 10px;
    margin-bottom: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 2.66667vw 0 #d4d4e3;
}

.earnings-time .left b {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.earnings-time .left p {
	color: #575757;
	display: inline-block;
	font-size: 10px;
}
.color-dark-blue {
    /*color: #fff!important;*/
}

.section-img.text-center p {
    color: rgb(252 252 252);
    font-size: 17px;
}

.grid_trading_trx_content {
}

.grid_trading_trx_content .single_card_box {
	border-radius: 10px;
	padding: 11px 5px;
	width: 100%;
	margin: 15px 0px;
	background: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.vip_plan_sc {
    margin: 20px 15px;
}

.vip_plan_sc h2 {
    text-align: center;
    color: #171b31;
    border-bottom: 2px solid #171b31;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.vip_warper_section {
    background-image: url('../Images/vip_bg.png');
    background-size: 100% 100%;
    padding: 15px 0 15px 0px;
    border-radius: 12px;
    box-shadow: 0 0 6px #000;
    margin-bottom: 25px;
}

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

.vip_box_sc img {
    width: 90px;
}

.vip_box_sc h3 {
    color: #171b31;
    text-transform: uppercase;
    flex: 0 0 20%;
    text-align: center;
}

.vip_box_sc .success {
    background: #171b31;
    color: red;
    padding: 2px 25px;
    border-radius: 14px 0 0 14px;
}

.vip_box_sc {
    padding: 0 0 16px 16px;
}

.cycle {
    color: #171b31;
    font-size: 16px;
    padding-left: 20px;
}

.interst_item_sc {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #171b31;
    margin-top: 15px;
    padding: 13px 13px 0;
}

.interst_item_sc .item {
    text-align: center;
    color: #fff;
}

.interst_item_sc .item span {
    font-size: 13px;
}

.interst_item_sc .item p {
    font-size: 11px;
}

.grid_trading_trx_content .single_card_box img {
    width: 40px;
    opacity: 0.7;
}

.trading_trx_info {
    flex: 0 0 50%;
}
.trading_trx_info span {
    font-size: 14px;
    padding-bottom: 7px;
}

.trading_trx_info span.text_des {
    font-size: 11px;
}

.single_card_box .trading_trx_info p{
    color: #606266;
    font-size: 11px;
    margin-top: 8px;
}

.grid_trading_trx_content .card_light_bg {
	background: white !important;
}

a.btn.btn-danger.recive {
	border: none;
	background-position: center;
	font-size: 11px;
	padding: 6px 12px;
	height: 28px;
	border-radius: 50px;
	background-color: #043d2e;
	color: #f5fbff !important;
}

/*income css end*/
/* --------------------------------- */

.profile-bg {
    padding-bottom: 0;
}

.profile-bg h1 {
    margin-bottom: 20px;
}

.profile-bg .btn {
    flex: 1;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    text-align: center;
    font-size: 3.18px;
    color: #fff;
}

.profile-bg-btn {
    display: flex;
    justify-content: space-between;
}

.profile-bg-btn .btn:first-child {
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* --------------------------------- */
/* --------------------------------- */

.app-service {
    /*background-color: #fff;*/
    margin: 7px;
    padding: 0px 0px;
    border-radius: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 90px;
}

.app-service h3 {
	padding: 15px 0px;
	font-size: 22px;
	text-align: left;
	color: #000;
	font-weight: 600;
	margin: 33px 20px 0;
	border-bottom: 1px solid #ddd;
}

.app-service .app-service-list {
	display: grid;
	margin-top: 10px;
	padding: 17px 8px;
	grid-template-columns: repeat(3 , 1fr);
	gap: 12px;
}

.app-service-list-item a {
   
}

.app-service-list-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -3px;
    width: 12px;
    height: 20px;
    height: 12px;
    /*background: url('../Images/profile/arrow_right.png') no-repeat 0 50%/contain;*/
}

.app-service .app-service-list .app-service-list-item {
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #fff;
}
.lucky_button{
    padding: 0px 8px;
}
.lucky_button .app-service-list-item {
	width: 100%;
	text-align: center;
	padding: 12px 5px;
	border-radius: 5px;
	background: #171b31;
	color: #fff;
}
.lucky_button .app-service-list-item p{
    color: #fff;
}
.item_recharge {
    border-radius: 8px;
    text-align: center;
    width: 50%;
    background-size: 100% 180%;
    background-color: #fff;
}
.item_recharge .image_icon img{
    max-width: 70px;
}
.transiction_btn_mine .item_recharge a {
	display: block;
	width: 100%;
}
section.wrapper-container.p-2.deposit {
    margin-top: 40px;
    padding: 14px 15px!important;
}

.details_recharge_text h3 {
    font-size: 14px;
    padding-bottom: 16px;
    color: #1a232e;
    line-height: 20px;
}

.details_recharge_text p {
    color: #202020;
    font-size: 12px;
    line-height: 17px;
}

.item_recharge h4 {
    font-size: 13px;
    color: #4a4a4a;
    padding: 20px 2px;
    height: 80px;
}

.deposit .transiction_btn_mine.flex.recharge {
    gap: 12px;
    margin: 0 0 20px;
}

.app-service .app-service-list .app-service-list-item img {
	width: 50px;
	margin-bottom: 5px;
}

.app-service .app-service-list .app-service-list-item p {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
}

body#mine_bg {
    position: relative;
    z-index: 2;
}

body#mine_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../Images/mine_bg.png');
    background-size: 100% 90%;
    content: '';
    z-index: -1;
    opacity: 0.4;
    animation: slideTop 4s linear infinite alternate;
}
.deposit .transiction_btn_mine a {
    display: block;
    padding-top: 20px;
}


/* --------------------------------- */


.share-bg-img {
    position: relative;
}

.share-bg-img img {
    width: 100%;
}

.share-bg .share-bg-content {
    padding-top: 45px;
    padding-right: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.share-bg .share-bg-content h2 {
    font-weight: 700;
    color: #282828;
    font-size: 20px;
    padding-bottom: 5px;
}

.share-bg .share-bg-content p {
    font-size: 11px;
}

.invitation-reward {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
    padding: 12px 18px;
    border-radius: 2.66667vw 2.66667vw 0 0;
    background: #282522;
    color: #f9dec9;
    transform: translateY(-78px);
    -webkit-transform: translateY(-78px);
    -moz-transform: translateY(-78px);
    -ms-transform: translateY(-78px);
    -o-transform: translateY(-78px);
}

.invitation-reward .btn {
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 3.73333vw;
    background: #f9dec9;
    text-align: center;
    color: #282828;
    white-space: nowrap;
}

.invitation-reward p {
    font-size: 12px;
}

/* --------------------------------- */

.invitation-codes {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0 10px 10px;
}

.withdrawal-area table th{
    color: #171b31;
    font-size:10px;
}

.withdrawal-area table td {
    padding-bottom: 5px;
    font-size:12px;
    color: #171b31;
}
.withdrawal-area {
    height: 150px;
    overflow-y: auto;
}

/* width */
.withdrawal-area::-webkit-scrollbar {
  width: 3px;
  display:none;
}

/* Track */
.withdrawal-area::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
}
 
/* Handle */
.withdrawal-area::-webkit-scrollbar-thumb {
  background-color: rgba(197, 255, 255, 0.76); 
}

/* Handle on hover */
.withdrawal-area::-webkit-scrollbar-thumb:hover {
  background-color: rgba(197, 255, 255, 0.76);
}

.invitation-bg {
    
}

.rafer_guide_lavel {
    margin-top: 100px;
    padding: 0 30px;
}


.lavel_box_flex .item {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    color: #fff;
    border: 1px dashed #FFF;
    margin-bottom: 17px;
    padding: 0 12px;
    border-radius: 5px;
}

.lavel_box_flex .item span {
    font-weight: 600;
}

.btn.invitation {
    font-size: 12px;
    background: #00acd5;
    color: #fff;
}

.invitation-codes-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 45px;
}

.code-gen {
    line-height: 2;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}
.code-gen p{
    color: #666;
    font-size: 12px;
}

.code-gen p span{
    color: #043d2e;
    font-weight: bold;
    font-size: 13px;
}
.code-gen .content h6{
    font-weight: 500;
    font-size: 14px;
}
.code-gen .content .social_share_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.code-gen .content .social_share_icon img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.share_top_area {
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    margin: 15px 4px;
}

.slogan-bar {
    line-height: 1;
    text-align: right;
}

.slogan-bar .title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 13px;
}

.slogan-bar .desc {
    color: #fff;
    font-size: 11px;
}

.invite-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 12px;
    font-family: sans-serif;
}

.invite-bar a {
    background: #f9dec9;
    text-align: center;
    color: #2c3850;
    padding: 5px 9px;
    border-radius: 50px;
}

.code-gen img {
    display: block;
    margin: 0 auto;
    width: 155px;
}


.code-gen .refer_box {
    flex: 0 0 60%;
    text-align: right;
    animation: slideTop 1s linear infinite alternate;
    transition: .5s;
}

@keyframes slideTop {
    0% {
        transform: scale(0.9);
        transition: .5s;
    }

    100% {
        transform: scale(1);
        transition: .5s;
    }
}


.qur {
    background: #fff;
    border-radius: 5px;
}

.qur img {
	width: 160px;
	height: 160px;
	padding: 12px;
	border-radius: 10px;
	background: #ffecea;
}

.copyboard {
    border-radius: 10px;
    padding: 0 7px;
    margin: 17px 0 18px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.invite-link {
    background: none;
    font-size: 12px;
    border: none;
    color: #1f233b;
    flex: 0 0 75%;
}

.swal2-html-container {
    font-size: 9px!important;
    padding-bottom: 10px;
}

.swal2-title {
    font-size: 17px!important;
}

.swal2-popup {
    width: 11em!important;
    padding: 10px 0!important;
    font-size: 20px!important;
}

.swal2-header {
    padding: 0 15px!important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border: .25em solid rgba(165,220,134,.5)!important;
}

.swal2-content {
    padding: 0!important;
}

.swal2-icon {
    margin: 10px auto 10px!important;
}

.rafer_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px #afaeae;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.rafer_box h4 {
    font-size: 16px;
}

.rafer_box p {
    font-size: 10px;
}

.rafer_box .icon img {
    width: 60px;
}

.share-btn {
	display: block;
	padding: 7px 5px;
	border-radius: 10px;
	background: #043d2e;
	text-align: center;
	font-size: 12px;
	color: #f9fafb;
	/* animation: slideTop 1.5s linear infinite alternate; */
	width: 100%;
	border: none;
	margin: 5px auto 4px;
}

.statistic_wrapp{
    text-align: center;
}
.statistic_wrapp h6{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.statistic_wrapp h5{
    color: #3b841b;
    font-size: 15px;
}
.statistic_wrapp h5 small{
    font-size: 13px;
}
.statistic_grid{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    row-gap: 15px;
}
.home-page.mine .h1 {
    color: #ffc107;
    font-size: 32px;
    font-weight: 600;
}

section.home-page.mine small {
    font-size: 14px;
    color: #ffc107;
}

.share-title {
    margin-bottom: 2.66667vw;
    text-align: center;
    font-size: 2.66667vw;
    color: #000;
}

.code-gen .content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.invite_link_bg {
	background: url('../Images/share-bg.png');
	padding: 20px 15px;
	background-size: 100% 100%;
	background-position: center;
	border-radius: 10px;
	margin-top: 70px;
	margin-bottom: 20px;
	position: relative;
}
.invite_link_bg .share_bg_right_icon{
    position: absolute;
    right: 0;
    top: -10px;
}
.invite_link_bg .share_bg_right_icon img{
    max-width: 70px;
}
.invite_link_bg .invite_link_text{
    color: #fff;
}
.invite_link_bg .invite_link_text h5{
    margin-bottom: 10px;
}
.invite_link_bg .invite_link_text p{
    margin-bottom: 25px;
}
.share-components {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.share-components:after {
    right: 0;
}

.share-components:before {
    left: 0;
}

.share-components:after, .share-components:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 15.46667vw;
    height: 1px;
    background: #444;
}

.share-components .icon img {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: 0 4px;
}

/* --------------------------------- */

.invest-page {
    margin-bottom: 90px;
}

.record-name-item .content img {
    width: 30px;
}

.record-name-item .content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.invest-page .nav-pills {
    /*background-color: #00C3FF;*/
    /*border: 1px solid #fff;*/
    /*border-radius: 40px;*/
}

.imvest_page.invest-page .nav-pills {
    width: 92%;
    margin: 0 auto 32px!important;
    justify-content: space-between;
    background-color: transparent;
}

.invest-page .nav-link {
    z-index: 0;
    position: relative;
    height: 34px;
    line-height: 4.26667vw;
    font-size: 13px;
    color: #fff;
    transition: all .3s ease;
    padding: 5px 12px;
    background: none;
    border-radius: 0;
}

.invest-page.imvest_page .nav-link {
    padding: 5px 4px;
    background: transparent;
    font-family: sans-serif;
}

.invest-page .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	position: relative;
	color: #171b31;
	font-size: 14px;
	border-bottom: 2px solid #171b31;
	padding-bottom: 0;
}

.invest-page .nav-pills .nav-link.active::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    background-color: transparent;
    height: 4px;
    border-radius: 10px;
    width: 90%;
}

.quantry .label {
    color: #fff;
}

.invest-page .vip-bar {
    padding: 20px 20px 20px 5px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: -14px 15px 0;
    background: url('../Images/basic-invest-bg.png');
    background-size: 100% 100%;
    text-align: center;
    border-radius: 11px;
}

.quick-links.btn-groups-item a {
    display: block;
    margin-bottom: 0;
    flex: 0 0 45%;
}

.quick-links.btn-groups-item {
    margin-top: 0;
    margin-bottom: 0;
}

a.btn.btn-info.banner_btn {
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    width: 48%;
    border-radius: 5px 15px 5px 15px;
    background: #2ba140;
    border: 1px solid #52ce73;
}

.invest-page .vip-card {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-left: 12px;
    margin-bottom: 14px;
    width: 100%;
    /* background: url('../Images/invest/invest_vip_card.acc5f650.png') no-repeat 0 0/contain; */
    line-height: 1;
    color: #00C3FF;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    /*background: #91eda1;*/
}

.table-striped>tbody>tr:nth-of-type(odd) td {
    color: #171b31;
}

.invest-page .card-name {
    position: absolute;
    top: 8px;
    left: 0;
    padding: 1.33333vw 4vw;
    background-color: #1cc2ea;
    border-radius: 10px 0 1.33333vw 0;
    color: #fff;
    font-size: 12px;
}

.quantry {
    justify-content: end;
    gap: 5px;
    line-height: 24px;
}

.invest-page .level {
    margin-top: 14px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #98CD94;
}

.invest-page .level img {
    width: 30px;
    margin-right: 5px;
}

.btn-groups-item {
    display: flex;
    justify-content: space-between;
    margin: 14px 15px 5px;
}

.invest-page .value {
    margin-top: 0px;
    color: #98CD94;
    font-size: 17px;
    font-weight: 600;
}

.invest-page .vip-bar span {
    margin-right: 1.6vw;
    font-style: normal;
}

.invest-page .btn-groups {
    position: relative;
    margin-top: -6.73333vw;
    padding: 6.66667vw 4vw 5.33333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
    background: url('../Images/invest/shape.png') no-repeat 0 0/contain;
    z-index: 1;
}

.invest-page .btn-groups .btn {
    padding: 0;
    height: 40px;
    line-height: 28px;
    text-align: center;
    /* background: #6c3b23 !important; */
    border-radius: .8vw;
    font-size: 13px;
    /* background: radial-gradient(#00acd3, transparent); */
    color: #fff;
    background: #1cc2ea;
}

.invest-page .table-wrap {
	position: relative;
	padding: 16px 15px 0;
	border-radius: 15.66667vw;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 15px;
}

.invest-page .table-wrap .thead {
    background-color: #171b31;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.invest-page .table-wrap thead tr th {
	padding: 13px 5px 9px !important;
	background: transparent;
	font-size: 9px;
	color: #fff;
	font-family: sans-serif;
	border: 1px solid #171b31;
}

.invest-page .table-wrap .ui-table {
    font-size: 2.66667vw;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.invest-page .pledge-rules .ui-table {
    background: #fff;
    font-size: 2.66667vw;
}

.invest-page .ui-table .pl {
    padding-left: 4vw;
}

.invest-page .ui-table .pr {
    padding-right: 4vw;
}

.invest-page .pledge-rules .ui-table th {
    height: 10.66667vw;
    background: #ffeee2;
    font-size: 3.73333vw;
    color: #6c3b23;
    text-align: center;
}

.invest-page .ui-table td {
	color: #7b7b7b;
	border: 1px solid #171b31;
	text-align: center;
	font-size: 11px;
	line-height: 35px;
	font-family: sans-serif;
}

.invest-page .ui-table .pl {
    padding-left: 4vw;
}

.invest-page .ui-table .pr {
    padding-right: 4vw;
}

.invest-page .van-list__finished-text, .van-list__loading {
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    margin: 0 15px;
    background: #171b31;
}

.invest-page .link_icon {
    margin: 0 10px;
    display: grid;
    -moz-column-gap: 1.33333vw;
    column-gap: 1.33333vw;
    grid-template-columns: repeat(2, 1fr);
}

.invest-page .link_icon .item {
    background-color: #fff;
    border-radius: 1.33333vw;
    color: #1cc2ea;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.invest-page .link_icon .item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: no-repeat 0 0/contain;
}

.invest-page .link_icon .item:first-child:before {
    background-image: url("../Images/invest/deposit.png");
}

.invest-page .link_icon .item:last-child:before {
    background-image: url("../Images/invest/Withdrawal.png");
}

.invest-page .product-box {
    margin: 18px 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.product_details_content .single_card_box {
    box-sizing: border-box;
    margin: 10px 10px 15px;
    padding: 7px 1px 15px;
    border-radius: 7px;
    /* background: #dc3545; */
    position: relative;
    z-index: 2;
    background: #fff;
}

.product_details_content .single_card_box_no_gap{
    box-sizing: border-box;
    margin: 10px 10px 15px;
    padding: 0px;
    border-radius: 7px;
    /* background: #dc3545; */
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.product_details_content .single_card_box_no_gap .form_balnce_withdrawal{
    padding: 10px 0px;
}

.details_list_table_ammount table td {
    color: #666767;
    font-size: 14px;
}
.color-green{
    color: #043d2e;
}

.form_balnce_withdrawal .form-control::placeholder {
	color: #6c757d;
	opacity: 1;
	font-size: 13px;
}

.form_balnce_withdrawal .form-control{
    border-radius: 30px;
    font-size: 13px;
}

.details_list_table_ammount table td.text-end {
	color: #222;
	font-size: 12px;
}

.product_details_content .single_card_box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../Images/tron-trx-logo.png);*/
    content: '';
    z-index: -1;
    background-position: center;
    background-size: 120px;
    background-repeat: no-repeat;
    opacity: 0.1;
    
}
.product_details_content {
    margin: 35px 0;
}

.userdiv {
    width: 100%;
    background-size: 18%;
    padding: 15px 15px;
    text-align: center;
}

.home_invest_page .tab-content>.tab-pane {
     display: block; 
}

h2.title_cyclical {
    text-align: center;
    color: #171b31;
    padding-bottom: 10px;
    font-size: 18px;
}

.form_balnce_withdrawal label {
    padding-bottom: 5px;
    font-size: 13px;
    color: #171b31;
}

.form_balnce_withdrawal a#investButton {
	color: #fff;
	background-color: #3a811b;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
}

.form_balnce_withdrawal {
    padding: 10px 15px;
}

.userdiv span {
    color: #171b31;
}

.userdiv h4 {
	font-size: 15px;
	color: #666767;
	margin-bottom: 10px;
}

.userdiv h5{
    color: #3a811b;
    font-size: 27px;
}

.userdiv h5 small{
    color: #1a1a1a;
    font-size: 20px;
}

.invest-page .tab-pane .recharge-symbol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
}

.invest-page .tab-pane .recharge-symbol-item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    background-size: 100% 100%;
    padding: 21px 10px;
}
.color-red{
    color: red;
}
.invest-page .tab-pane .recharge-symbol-item a img {
    max-width: 130px;
    border-radius: 5px;
}

/* .invest-page .tab-pane .recharge-symbol-item .bottom-bg {
        padding: 10px;
        background-color: #f7f8fa;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    } */

.invest-page .recharge-symbol-two h6 {
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a !important;
    text-transform: capitalize;
    margin-bottom: 5px !important;
    line-height: 20px;
}

.invest-page .tab-pane .recharge-symbol-item a p {
    color: #1a1a1a;
    font-size: 12px;
    margin-bottom: 0;
}

.invest-page .tab-pane .recharge-symbol-item a small {
    font-size: 12px;
    color: #1a1a1a;
}

/* --------------------------------- */
.iti-mobile .iti--container {
	z-index: 99999 !important;
}
.logo-banner-area img {
    width: 170px
}

.logo-banner-area {
    margin: 16px auto 30px;
    text-align:center;
}

.iti-mobile .logo-banner-area {
    margin: 22px auto 0px;
}

.header .content.login {
    padding: 10px 23px;
    gap: 20px;
}
.header_right_btn{
    width: 40%;
    padding-left: 10px;
}

.header_right_btn a {
	background: #043d2e;
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	font-size: 10px;
	padding: 4px 12px;
}

.title-area-login {
    padding: 70px 14px 0px;
}

.iti__selected-flag {
    padding: 0 6px 0 18px!important;
}

.title-area-login h2 {
	font-size: 20px;
	line-height: 60px;
	font-weight: 600;
	color: #1f233c;
}

.title-area-login h2 b {
    color: #ff808c;
    font-style: italic;
}

.login-register {
    padding: 0 20px 90px 20px;
}
#share_bg main{
    background: #fff;
}
#share_bg .login-register {
    padding: 0 0px 100px 0px;
}

#login_bg .login-register {
    padding: 0 30px;
    position: relative;
    z-index: 99999;
}

#register ul#iti-0__country-listbox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    border-radius: 20px 20px 0 0px;
    transition: .5s;
    padding: 25px 0;
}

#register .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

#register.show_country ul#iti-0__country-listbox {
    height: 250px;
    transition: .5s;
}

#register.iti-mobile .iti--container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999 !important;
}

.login-register .left-arrow img {
    width: 10px;
    filter: brightness(0.8);
}

.login-register .login-register-title {
    margin-top: 8vw;
    font-size: 28px;
    font-weight: 700;
    color: #171b31;
}

.login-register .van-field__label {
    width: 100%;
    font-size: 3.73333vw;
    color: #ababab;
}

.login-register .form-field {
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.login-register .form-field .van-field__body{
    display: flex;
    align-items: center;
}
.login-register .form-field .van-field__body .icon {
	color: #bbb;
	font-size: 17px;
}
.login-register .form-field .van-field__body img{
    max-width: 20px;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}


.van-field__body {
    position: relative;
}

.login-register .van-field__control {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0;
	color: #323233;
	line-height: inherit;
	text-align: left;
	background-color: transparent;
	border: 0;
	resize: none;
	padding: 10px 15px;
	border-radius: 50px;
}

.login-register .form-field-group {
    padding: 0 10px;
}

.form-btn-group {
    margin-top: 35px;
    /*flex-direction: column;*/
}

.login-register .van-field__control::placeholder {
	font-size: 13px;
	color: #3d425c;
}
.arrow_bg {
	position: absolute;
	right: 0;
	bottom: -180px;
}
.arrow_bg  img{
    max-width: 170px;
}
.main-centent.recharge.choose_payment {
    margin-top: 32px;
}

.forgot-password {
    padding: 10px 15px;
    padding-bottom: 90px;
}

.forgot-password .form-field-group {
    padding: 0;
    /* margin-top: 20px; */

}

.forgot-password .van-field__control {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #f3f3f3;
}

.login-register .van-button {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	border: 0;
	color: #282828;
	padding: 10px;
	display: block;
	border-radius: 30px;
	background: #043d2e;
}
.login-register .form-switch .form-check-input {
	padding: 10px 16px;
}
.form-field-group .remember-switch{
    display: flex;
    align-items: center;
    gap: 8px;
}
.forgot_link {
	display: inline-block;
	color: #043d2e;
}
.form-check-input:checked {
	background-color: #043d2e;
	border-color: #043d2e;
}
.form-field-group .remember-switch label{
    font-size: 12px;
    color:;#6c6c6c;
}
.login-register .van-button.grd-btn{
    background-image: linear-gradient(to right, #16222A 0%, #3A6073 51%, #16222A 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    display: block;
}
.login-register .van-button.grd-btn:hover{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.arrow_back img {
    width: 8px;
    margin-top: 10px;
    margin-left: 12px;
}

.login-register .register_item.van-button {
    background: none;
    text-align: center;
    margin: 0;
    line-height: 0;
}

.login .select-selected:before {
    left: 10px;
}

#myform .form-btn-group .loginreg_bellow_btn{
    background: transparent;
    display: block;
    margin-top: 30px;
}
.login-register :focus-visible {
    outline: 0;
}

.login-register .van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-register .login-register-page-title {
    margin-top: 2.66667vw;
    margin-bottom: 18.66667vw;
    color: #ababab;
    font-weight: 400;
    font-size: 16px;
}

.login-register .login-register-page-title-link {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #171b31;
    padding-bottom: 5px;
    color: #171b31;
}

.login-register .left-arrow.account_security img {
    width: 7px;
}

.login-register .login-register-page-title-link a {
    color: #6d6d6d;
}

.login-register .login-register-page-title-link img {
    transform: rotate(180deg);
    width: 7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*filter: brightness(0.5);*/
}

.change_pass .col-sm-10 {
    width: 58%;
}

.change_pass label.col-sm-2.col-form-label {
    width: 42%;
    font-size: 12px;
    color: #171b31;
}

form.form-field-group.change_pass input {
	border-color: #e9ecef;
	background-color: #f8f9fa !important;
	border-radius: 20px;
}

form.form-field-group.change_pass input::placeholder {
    color: #909090;
    font-size: 13px;
}


form.form-field-group.change_pass {
    padding: 20px 0px;
    border-radius: 5px;
}

.login-register .van-field__button {
    position: absolute;
    top: 10px;
    right: 18px;
    /* background: url('../Images/chapcha.jpg'); */
    background-size: 100% 100%;
    background-position: center;
    padding: 6px 6px 6px 11px;
}

.login-register .van-field__button h2 {
	font-size: 20px;
	color: #1f243c;
	letter-spacing: 4.5px;
	font-weight: 900;
}

.login-register button:disabled {
    border-color: #dedede !important;
    background: #dedede !important;
    color: #ababab !important;
}

.go-home {
    color: #ff8c46;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.main-centent .wf-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-centent .wf-list .wf-item span {
    color: #000;
    font-size: 80%;
    padding-bottom: 4px;
    display: block;
}

.main-centent .wf-list .wf-item h6 {
	font-size: 4vw;
	font-weight: 700;
	color: #171b31;
}

.main-centent .wf-list .wf-item i {
    background: #043d2e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
    font-size: 5.33333vw;
    font-weight: 700;
    color: #fff;
    margin: 0 2px;
}

.form-area {
    margin-top: 30px;
}

.form-area input {
    width: 100%;
    padding: 9px 10px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding-left: 20px;
    background: #fff;
    color: #000;
}

.wf-item img {
    width: 36px;
    padding-top: 15px;
}

.form-area input::placeholder {
    color: #c6c1c1;
    font-size: 12px;
}

.form-area .button {
	width: 100%;
	margin-top: 13px;
	background-color: #043d2e;
	height: 40px;
	border: 0;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.main-centent .iosPage {
    padding: 5.33333vw 4vw 0 4vw;
    text-align: left;
}

.main-centent .iosPage .stepBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.main-centent .stepBox .ci {
    width: 5.06667vw;
    height: 100%;
    padding-top: 1.6vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
}

.main-centent .stepBox .outnnerCircle {
    width: 5.06667vw;
    height: 5.06667vw;
    border-radius: 50%;
    border: .53333vw solid #f59a23;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.main-centent .stepBox .outnnerCircle span {
    width: 2.4vw;
    height: 2.4vw;
    border-radius: 50%;
    background: #ff8c46;
    display: block;
}

.main-centent .stepBox .minLine {
    width: 1px;
    height: calc(100% - 5.06667vw);
    border-left: 1px dashed #f59a23;
}

.main-centent .stepBox .l {
    flex: 1;
    margin-left: 4vw;
}

.main-centent .step {
    margin: 0;
    margin-left: 2.66667vw;
    position: relative;
    display: flex;
    align-items: center;
}

.main-centent .stepTitle {
    font-size: 5.86667vw;
    color: #333;
    letter-spacing: .8vw;
}

.main-centent .tip {
    background: linear-gradient(90deg, #dfebf9, #edf5ff);
    border-radius: 10px;
    padding: 2.13333vw 4vw 2.13333vw 0;
    margin-bottom: 16vw;
    margin-left: 2.66667vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-centent .tip ul li {
    font-size: 3.73333vw;
    font-weight: 500;
    color: #1c222a;
    line-height: 5.6vw;
    list-style: disc;
    word-break: break-word;
}

.main-centent .page-head {
	margin: 20px 15px 17px;
	line-height: 1;
	background: url(../Images/banner_bg.png);
	background-size: 100% 100%;
	text-align: left;
	border-radius: 10px;
	padding: 25px 0 25px 40px;
}

.main-centent .bonus-label {
    display: block;
    margin-bottom: 2.33333vw;
    color: #fff;
    font-size: 20px;
}

.main-centent .bonus-value {
    display: block;
    margin-bottom: 8px;
    font-size: 5.86667vw;
    color: #fff;
    font-weight: 500;
    font-style: normal;
}

.main-centent .btn-bonus {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 12px;
	height: 28px;
	line-height: 16px;
	width: auto;
}

.team_details_btn span {
    /* background: #ff808c; */
    color: #fff;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 10px;
    display: inline-block;
    margin: 9px 0;
}

.main-centent .van-cell.team_bg_shape {
	text-align: center;
	padding: 10px 10px;
	overflow: hidden;
	color: #1f233c;
	font-size: 3.73333vw;
	line-height: 20px;
	background: #fff;
	flex: 0 0 100%;
	background-size: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.team_details_warper {
    margin-top: 20px;
}

.team_details_warper .details_head {
    display: flex;
    justify-content: space-between;
    color: #ff808c;
}

.team_details_warper .details_body {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 11px #b6b4b4;
    border-radius: 0px;
    background: #fff;
    padding: 10px 8px;
    margin-top: 12px;
}

.record-money {
	font-size: 12px;
	color: #1f233c;
	font-weight: 700;
}

.team.page-body.page-box {
    background: none;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin: 0 15px;
    justify-content: center;
}

.main-centent .van-cell__title,
.van-cell__value {
    flex: 1;
}

.main-centent .record-label {
    font-weight: 700;
    line-height: 12.8vw;
    display: flex;
    gap: 10px;
}

.main-centent .total-num .van-cell__value {
    flex: 1 !important;
}

.main-centent .total-num .total-number {
    margin-right: 10px;
    font-size: 14px;
}

.total-number {
	font-size: 13px;
	display: block;
	line-height: 1;
	color: #1f233c;
}

.main-centent .total-num .van-cell__right-icon {
    visibility: hidden;
}

.main-centent .van-cell:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 4.26667vw;
    bottom: 0;
    left: 4.26667vw;
    /*border-bottom: 1px solid #ebedf0;*/
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.main-centent .van-icon {
    font-size: 13px;
    color: #1f233c;
    margin-left: 7px;
}

.main-centent .van-icon img {
    width: 20px;
    margin: 0 auto;
}

.main-centent .page-box2 {
	background: #262b39;
	padding: 8vw 0;
	text-align: center;
	margin: 30px 15px 50px;
	border-radius: 10px;
}
.main-centent .page-box2 h3 {
	position: relative;
	margin: 0 0 5.33333vw;
	font-size: 20px;
	color: #fff;
}

section.wrapper-container.team {
    background: none;
}

.main-centent .hedding {
	font-size: 13px;
	color: #1f233c;
	font-weight: 700;
	display: block;
}
.main-centent .page-box2 h3:after {
    content: "";
    position: absolute;
    bottom: -.53333vw;
    left: 50%;
    margin-left: -4vw;
    width: 8vw;
    border: 1px solid, #f59a23;
}

.main-centent .page-box2 .btn-primary {
	background: #fff;
	color: #000;
	font-size: 12px;
	height: 33px;
	line-height: 22px;
	width: 134px;
	border-radius: 7px;
}

.bg-white-left-arrow img {
    width: 8px;
    margin-right: 5px;
}

.bg-white-left-arrow.trxpage img {
    width: 8px;
    margin-right: 15px;
    filter: none;
    margin-left: 0;
}

.left-arrow.bg-white-left-arrow a {
	font-weight: 600;
	background: #043d2e;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}
.left-arrow.bg-white-left-arrow  span {
    padding-left: 10px;
}

.justify-center {
    justify-content: center;
    gap: 20px;
}
.flex {
    display: flex;
}

.deposit .table>:not(:last-child)>:last-child>* {
    font-size: 12px;
    border-bottom: 3px solid #f1f3f6;
    color: #6c757d;

}

.deposit .table>:not(caption)>*>* {

    font-size: 10px;
}

.remaining-btn {
    padding: 0 2.66667vw;
    min-width: 86px;
    height: 19px;
    line-height: 19px;
    border-radius: .8vw;
    background: #dedede;
    text-align: center;
    font-size: 11px;
    color: #ababab;
    background: #ff8c46 !important;
    color: #fff;
    opacity: .5;
    border: 0;
}

.card-banner {
    height: 185px;
    background: url('../Images/isbanner.png') no-repeat 50% 0/contain;
    position: relative;
    display: flex;
    justify-content: center;
}

.card-banner .invited-number {
    color: #fff;
    line-height: 1;
}

.card-banner .invited-number label {
    display: block;
    /* margin-bottom: 2.66667vw; */
    margin-bottom: 10px;
    font-size: 16p;
    /* font-weight: 600; */
}

.card-banner b.text-yellow {
    font-size: 20px;
}

.card-banner b.text-yellow img {
    width: 10px;
}

.card-banner .tip-bar {
    margin-top: 45px;
}

.card-banner .tip-bar p {
    font-size: 11px;
}

/* .uni-view-2{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
} */
.position-area {
    /* background: red; */
    width: 316px;
    height: auto;
    height: 120px;
    padding-top: 14px;
    padding-left: 26px;
}

.withdrawal.content .left-arrow i {
    color: #fff;
}

.withdrawal-title {
    /* max-width: 60%; */
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.withdrawal-page .top-bar {
    overflow: hidden;
    /*background: #fff;*/
    border-radius: 0 0 20px 20px;
    padding: 10px;
}
.withdrawal-page .withdrawal_text h5{
    color: #043d2e;
    font-size: 18px;
    margin-bottom: 10px;
}
.withdrawal-page .withdrawal_text p{
    margin-bottom: 10px;
    color: red;
}

.withdrawal-page .top-bar .user-info-bar {
	padding: 16px 0;
	color: #fff;
	line-height: 1;
	-webkit-border-radius: 10px;
	text-align: center;
	background: #fff;
}

.withdrawal-page .top-bar .user-info-bar .left .label {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}
.withdraw_details_wrapp{
    padding: 10px;
}
.withdraw_details_wrapp .withdraw_option{
    background: #fff;
    padding: 7px 20px;
    border-radius: 20px;
}
.withdraw_details_wrapp .withdraw_option p{
    font-size: 12px;
}
.withdraw_option .form-control{
    border-radius: 20px;
    padding: 7px 20px;
    font-size: 12px;
}
.withdrawal-page .top-bar .user-info-bar .left {
    padding-left: 20px;
}

.withdrawal-page .top-bar .btn {
	min-width: 73px;
	padding: 0 0;
	height: 20px;
	line-height: 18px;
	border-radius: 50px;
	/* border: 1px solid #fff; */
	text-align: center;
	color: #fff;
	font-size: 11px;
	margin-left: 20px;
	background: #171b31;
}

.withdrawal-page .value {
	font-size: 28px;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #043d2e;
}

.withdrawal-page .value small {
    font-size: 18px;
}

.withdrawal-page .remark {
    font-size: 15px;
    color: #000;
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}

.withdrawal-page .van-form .ratio-info {
    margin: 10px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-size: 100%;
    box-shadow: 0 0 10px #000;
}

span.my-balance {
	color: #171b31 !important;
	font-weight: 600;
}

.withdrawal-page .van-form .ratio-info span {
    font-size: 12px;
    font-family: system-ui;
    color: #000;
}

.withdrawal-page .round-box .van-field input::placeholder {
    font-size:12px;
}

.withdrawal-page .round-box {
    margin: 10px 10px 13px;
    padding: 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #000;
}

.withdrawal-page .round-box .van-field input {
    outline: none;
}

.withdrawal-page .round-box .choose .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.withdrawal-page .round-box .choose .title img {
    width: 32px;
    height: 30px;
    /*animation: arrowRight 1s linear infinite alternate;*/
}

@keyframes arrowRight {
  0%{
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

.withdrawal-page .round-box .van-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.withdrawal-page .round-box .van-field span {
    width: 30%;
}

.withdrawal-page .round-box .van-field input {
    border: 0;
    color: #6c757d;
    padding: 7px 20px;
    border-radius: 10px;
    width: 100%;
}

.information.nav li button {
    color: #191e3b;
}
.information_header_right i{
    color: #fff !important;
}

.information.nav li button.active {
    color: #1a1a1a;
    background: transparent;
}
.information_header_right i{
    color: #fff !important;
}
.loggin_password{
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
}
.withdrawal-page .btn-primary {
	text-align: center;
	padding: 6px 0;
	background: #043d2e;
	display: inherit;
	-webkit-border-radius: 50px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 2px solid #043d2e;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
}

.header .header-main.withdrawal {
    background: none;
}

.withdrawal-page.withdrawal {
	margin-top: 10px;
	border-radius: 20px;
	padding-bottom: 90px;
	background: #f8f9fa;
	padding: 10px 10px 100px;
}

i.reverce.fa.fa-angle-left {
    transform: rotate(180deg);
    font-size: 17px;
    color: #a5a5a5;
}

.withdrawal-page.withdrawal.digital-currency {
    margin: 20px 15px;
    padding: 0 0px 25px;
}

.withdrawal-page.withdrawal.digital-currency table td {
    color: #000;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

.withdrawal-page .ratio-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.73333vw;
    padding: 4.26667vw;
    line-height: 1;
}

.annoucement-nav {
    padding-left: 0;
    text-align: center;
    margin-top: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: transparent !important;
    display: flex;
    justify-content: center;
}

.annoucement-nav li {
    padding-left: 30px;
}

.annoucement-bg {
	background-color: #f0f3f7;
	padding: 15px;
	margin-bottom: 20px;
	min-height: 400px;
	max-height: 420px;
	overflow: scroll;
	border-radius: 10px;
}

.tab-pane p {
    color: #fff;
}

.annoucement-bg h6 {
    color: #00acd5;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.annoucement-bg p {
    font-size: 14px;
    color: #000;
}
.invite_reward{
    background: #1f233b;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
}


.customer_btn_wrap a{
    background: #043d2e;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
	width: 80%;
	display: inline-block;
}
/* --------------------------------- */

/*finance*/
.finance_record_container{
    background: #f8f9fa;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.finance_record_container .nav-pills{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.finance_record_container .nav-pills li{
    width: 25%;
}
.finance_record_container .nav-pills li button{
    width: 100%;
}
.finance_record_container .nav-pills .nav-link {
	font-size: 12px;
	padding: 5px;
	line-height: 14px;
	color: #1a1a1a;
}
.finance_record_container .nav-pills .nav-link.active{
    background: #043d2e;
    color: #fff;
}
.finance_tab_content{
    background: #fff;
    min-height: 60vh;
    padding: 20px 10px;
    border-radius: 20px;
}
.finance_tab_content table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.finance_tab_content table td , .finance_tab_content table th{
    padding: 10px;
}
.finance_tab_content table tr h6{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.finance_tab_content table tr .blnc_color{
    color: #043d2e;
}
.finance_tab_content table tr p{
    color: #979797;
    font-size: 12px;
}
.finance_tab_content .no-data h6{
    font-size: 13px;
    color: #979797;
}
/*finance ends*/
/*team*/
.team_record_container{
    background: #f8f9fa;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.team_record_container .nav-pills {
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.team_record_container .nav-pills li{
    width: 25%;
    text-align: center;
}
.team_record_container .nav-pills .nav-link {
	font-size: 14px;
	padding: 10px 15px;
	line-height: 14px;
	color: #1a1a1a;
	display: block;
	width: 100%;
}
.team_record_container .nav-pills .nav-link.active{
    background: #043d2e;
    color: #fff;
}
.team_tab_content{
    background: #fff;
    min-height: 60vh;
    padding: 20px 10px;
    border-radius: 20px;
}
.team_tab_content table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.team_tab_content table td , .team_tab_content table th{
    padding: 10px;
    font-weight: normal;
}
.team_tab_content table tr h6{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}
.team_tab_content table tr .blnc_color{
    color: #043d2e;
}
.team_tab_content table tr p{
    color: #979797;
    font-size: 12px;
}
.team_tab_content .no-data h6{
    font-size: 13px;
    color: #979797;
}
/*team ends*/
/*team*/
.vip_banner_section{
    padding-top: 20px;
}
.vip_banner_section .vip_banner{
    background: url(../Images/vip_banner.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 20px;
    border-radius: 15px;
}
.vip_banner .vip_text h6{
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.vip_banner .vip_text h5{
    color: #fff;
    font-size: 16px;
}
.upgrade_btn {
	background: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	color: #043d2e;
}
.vip_record_container{
    background: #f8f9fa;
    border-radius: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.vip_record_container .nav-pills{
    flex-wrap: nowrap;
    justify-content: space-between;
}
.vip_record_container .nav-pills li{
    width: 50%;
    text-align: center;
}
.vip_record_container .nav-pills .nav-link {
	font-size: 14px;
	padding: 10px 15px;
	line-height: 14px;
	color: #1a1a1a;
	display: block;
	width: 100%;
	border-radius: 0px;
}
.vip_record_container .nav-pills .nav-link.active {
	background: #c6e0ff;
	color: #043d2e;
	border-bottom: 2px solid #043d2e;
}
.vip_tab_content{
    background: #fff;
    min-height: 60vh;
    padding: 20px 10px;
    border-radius: 20px;
}
.vip_tab_content table tr{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.vip_tab_content table th{
    font-weight: normal;
    font-size: 13px;
}
.vip_tab_content table td , .vip_tab_content table th{
    padding: 10px;
}
.vip_tab_content table tr h6{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.vip_tab_content table tr .blnc_color{
    color: #043d2e;
}
.vip_tab_content table tr p{
    color: #979797;
    font-size: 12px;
}
.vip_tab_content .no-data h6{
    font-size: 13px;
    color: #979797;
}
/*team ends*/

.transfer_to_basic_wrapp {
	background: #f8f9fa;
	padding: 10px 15px 30px;
	border-radius: 15px;
}
.recharge .icon img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 9px;
}

.recharge .instant-quotes-item:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0;
}

.recharge .instant-quotes {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
}

.recharge .instant-quotes-item {
    border-bottom: 1px solid #6d6d6d2b;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #6d6d6d2b;
}


.recharge .info p {
    font-size: 12px;
    color: #fff;
}

.recharge .address p {
    font-size: 12px;
}

.recharge .address-wrap {
	overflow: hidden;
	margin: 0px 0px;
	padding: 20px 15px 20px;
	border-radius: 20px;
	margin-right: 0;
	background: #f0f3f7;
}

.recharge .address-wrap .head {
    display: flex;
    align-items: center;
    height: 41px;
    line-height: 28px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    margin-bottom: 28px;
}

.recharge .address-wrap input {
	flex: 1;
	border-radius: 50px;
	border: none;
	padding-left: 14px;
	height: 41px;
	font-size: 12px;
	background: transparent;
	color: #171b31;
}

.recharge .address-wrap .copy-btn {
	border-radius: 50px;
	background: #043d2e;
	color: #fff;
	height: 32px;
	line-height: 19px;
	font-size: 12px;
	padding: 0 26px;
	margin-right: 4px;
}

.recharge .address-wrap .foot {
    overflow: hidden;
    padding: 24px 4.26667vw;
    border-radius: 10px;
    background-size: 100%%;
    -moz-border-radius: 10px;
    background-position: center;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /*box-shadow: 1px 0px 20px 6px #000;*/
    background: #fff;
}

.recharge .address-wrap .foot p {
	font-size: 12px;
	font-family: Avenir,Helvetica,Arial,sans-serif;
	padding-bottom: 10px;
	line-height: 20px;
	color: #686868;
}

.recharge .address-wrap .foot p.text-danger { 
    padding-bottom: 0;
    color: red !important;
}

.recharge .btn-wrap .button {
	height: 40px;
	margin: 16px auto 20px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 20px;
	display: block;
	width: 100%;
	border: 0;
	color: #fff;
	background: #043d2e !important;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	text-align: center;
	font-weight: 600;
}

.recharge-table-area thead tr th {
    font-size: 14px;
    color: #ff808c;
}
.recharge-table-area thead tr td {
    font-size: 14px;
    color: #005d72;
}
.recharge-table-area.table>:not(caption)>*>* {
    border-color: #00acd5;
}
table.recharge-table-area.table {
    margin-top: 5px;
}

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

.logout-modal p {
    padding: 10px 0;
    font-size: 14px;
}

.logout-modal .footer {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.logout-modal .footer .btn-cls {
	background: transparent !important;
	color: #171b31 !important;
	border: 1px solid #171b31;
}

.invest-product .products-form {
    /* margin: 0 2.66667vw */
    padding: 10px;
    margin: 10px 10px 10px 0px;
    background-color: #fff;
}

.invest-product .form-bodyer {
    font-size: 3.2vw;
}

.invest-product .products-explain {
    overflow: hidden;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
    border-radius: 1.33333vw;
    background: #ffff;
    padding: 0 2.66667vw;
    -webkit-border-radius: 1.33333vw;
    -moz-border-radius: 1.33333vw;
    -ms-border-radius: 1.33333vw;
    -o-border-radius: 1.33333vw;
    /* margin-bottom: 10px; */
}

.invest-product .form-bodyer li {
    display: flex;
    justify-content: space-between;
    padding: 2.66667vw 0;
}

.invest-product .form-bodyer .label {
    margin-right: 2.66667vw;
    white-space: nowrap;
}

.invest-product .form-bodyer .value {
    text-align: right;
}

.invest-product .van-button {
    background: #ff8c46 !important;
    color: #fff !important;
}

.invest-product .van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
}

.invest-product .van-button__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.invest-product .van-stepper {
    margin-left: 1.33333vw;
    display: inline-block;
    vertical-align: middle;
}

.invest-product .van-stepper__minus {
    border-radius: 1.06667vw 0 0 1.06667vw;
}

.invest-product .van-stepper__minus--disabled,
.van-stepper__plus--disabled {
    color: #c8c9cc;
    background-color: #f7f8fa;
    cursor: not-allowed;
}

.invest-product .van-stepper__minus,
.van-stepper__plus {
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    color: #323233;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    cursor: pointer;
}

.invest-product .van-stepper__minus:after,
.van-stepper__minus:before,
.van-stepper__plus:after,
.van-stepper__plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

.invest-product .van-stepper__input {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0 .53333vw;
    padding: 0;
    color: #323233;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f3f5;
    border: 0;
    border-width: 1px 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.invest-product .form-bodyer.invest-product .products-explain {
    overflow: hidden;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
    border-radius: 1.33333vw;
    background: #fff;
    padding: 0 2.66667vw;
}

.invest-product .products-explain,
.invest-product .products-form {
    /* margin: 0 2.66667vw; */
    margin-right: 10px;
}

.invest-product .explain-header {
    margin-top: 20px;
    /* height: 8vw; */
    /* line-height: 8vw; */
    color: #cfd3e9;
    font-weight: 700;
    border-bottom: 2px solid #40afff;
    color: #282828 !important;
    border-color: #ff8c46 !important;
}

.invest-product .explain-bodyer ul {
    padding: 0;
}

.invest-product .explain-bodyer,
.invest-product .form-bodyer {
    padding: 0;
    font-size: 12px;
    /* background-color: #fff; */
}

.invest-product .explain-bodyer li,
.invest-product .form-bodyer li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 11px;
}

.invest-product .explain-bodyer .label,
.invest-product .form-bodyer .label {
    margin-right: 2.66667vw;
    white-space: nowrap;
}

.invest-product .explain-bodyer .value,
.invest-product .form-bodyer .value {
    text-align: right;
}

/* --------------------------------- */

.home-model .card {
    /*background-color: transparent;*/
    width: 80%;
    max-width: 350px;
    border: none;
    margin: 0 auto;
    /* background-size: 100% 100%; */
    /* background-image: url(../Images/site_bg.png); */
    background: #fff;
}

.home-model .card .notice-model-content {
    padding: 0 0px;
}

.van-dialog__header {
    color: #171b31;
    font-family: sans-serif;
}

.home-model .card .card-header {
    position: relative;
    padding-top: 14px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    box-shadow: none;
    background: #fff;
}


.notice-model-content p {
    font-size: 14px;
    color: #000;
}

.home-model .card .card-body {
	height: 330px;
	overflow-y: scroll;
	background: #f0f3f7;
	margin: 10px;
	border-radius: 10px;
}

.home-model .card .card-footer {
    justify-content: center;
    display: flex;
    padding-top: 15px;
    padding-bottom: 11px;
    border-top: 0;
}

.home-model .card .card-footer .btn {
	width: 60%;
	background: #043d2e;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 30px;
	border-radius: 25px;
}

.home-model .card .card-footer .btn.disabled {
    background: #171b31!important;
    color: #fff;
    /* display: none; */
    margin: 0 7px;
}

.modal-backdrop.show {
    opacity: .8;
}

.home-model .card .card-footer .close {
    position: relative;
}

.home-model .card .card-footer .close::after {
	/*content: "";*/
	position: absolute;
	top: -9px;
	left: 50%;
	width: 10px;
	height: 3px;
	background: #171b31;
	transform: translateX(-50%);
	height: 13%;
	border-radius: 0.53333vw;
	width: 20%;
	opacity: 1;
}

.addNewClass {
    display: none;
}

/*--------------------------- */

footer .footer-item img.active {
    display: none;
}

footer .footer-item.active img {
    display: none;
}

footer .footer-item.active img.active {
    display: block;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 50%;
    background: #fff;
    z-index: 999;
    max-width: 420px;
    margin: 0 auto;
    transform: translateX(-50%);
}

footer .footer {
    display: flex;
    justify-content: space-between;
    padding: 9px 20px;
    height: 60px;
}

footer .footer .pl {
    padding-left: 10px;
}

footer .footer .pr {
    padding-right: 10px;
}

/*footer .invest, */
/*.footer-item.invest_active.active {*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    transform: translate(1px, -15px);*/
/*    padding: 15px;*/
/*    height: 43px;*/
/*    width: 43px;*/
/*    text-align: center;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    box-shadow: 0 0 10px #8e8b8b;*/
/*}*/

.footer-item.invest_active.active  {
    /*padding: 9px;*/
}

.footer-item.invest_active.active p  {
    /*padding-top: 7px;*/
}

footer .invest p {
    padding-top: 7px;
}

footer .invest img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

footer .invest_active img {
    width: 43px !important;
    transform: none;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 0 14px #000;
}

.footer-item.invest_active  {
    transform: translateY(-15px);
}

footer .invest p {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

footer .footer-item {
    text-align: center;
}

footer .footer-item a img {
    width: 24px;
    margin: 0 auto;
}

footer .footer-item a {
    display: block;
}

footer .footer-item a p {
    display: block;
    color: #000;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}

.footer .footer-item.active p {
    color: #171b31;
    font-weight: 500;
}

.telegram_boat#teltWrapp {
    position: fixed; 
    right: 0;
    top: 50%;
    z-index: 9;
}

.telegram_boat img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.telegram_boat#teltWrapp .box {
  position: relative;
  background: transparent;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#exampleModalTelegram .footer img {
    width: 30px;
}

.nbr {
    font-size: 14px; 
    color: #0000ff;
}

.nbr2 {
    color: #ff0000;
}

/* -------------------------------- */
.withdrawal-modal .modal-dialog {
    position: absolute;
    width: auto;
    margin: 0;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) !important;
}
.withdrawal-modal .modal-dialog .modal-body{
    padding: 10px;
}
.withdrawal-modal .modal-dialog .modal-body a{
  display: flex;
  justify-content: center;
  color: #282522;
  font-size: 16px;
}
.withdrawal-modal .modal-footer {
    padding: 5px 0;
    border-top: 5px solid #dee2e6;
}
.withdrawal-modal .modal-footer button{
    width: 100%;
    padding: 0;
     border: 0;
     background-color: transparent;
     font-size: 16px;
}
/* .digital-currency .table tr td:first-child{
    
    width: 110px;
} */

.digital-currency .table tr textarea {
    width: 100%;
    border: 1px solid #a5a5a5;
    padding: 10px;
    height: 100px;
    resize: none;
}

.digital-currency .table tr .pragraph{
    font-size: 11px;
}
.digital-currency .table tr .password {
    width: 100%;
    border: 0;
    outline: none;
    padding: 5px 7px;
}

.container_currency {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_currency input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark_currency {
    position: absolute;
    top: 0;
    border-radius: 50px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
}

.container_currency:hover input ~ .checkmark_currency {
  background-color: #ccc;
}

.container_currency input:checked ~ .checkmark_currency {
	background-color: #1e3961;
}

.checkmark_currency:after {
  content: "";
  position: absolute;
  display: none;
}


.container_currency input:checked ~ .checkmark_currency:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_currency .checkmark_currency:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.digital-currency .btn-primary {
	margin-top: 30px;
	width: 100%;
	color: #fff;
	background: #171b31 !important;
}

.rightImg-banner img {
    width: 130px;
}

.rightImg-banner {
    flex: 0 0 45%;
    margin-top: -23px;
}

/*submisson page details css*/

.checkmark_submission .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #171b31;
    fill: none;
    animation: stroke 1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_submission .checkmark {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    stroke-width: 3px;
    stroke: #171b31;
    stroke-miterlimit: 10;
    margin: 15% auto;
    box-shadow: inset 0px 0px 0px #171b31;
    animation: fill 1s ease-in-out 1s forwards, scale .3s ease-in-out .9s both;
    position: absolute;
    left: 40%;
    top: -15px;
}

.checkmark_submission .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.success_icon {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 135px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}

i.fa.fa-filter.text-white {
    font-size: 17px;
}

a.success_btn_complate {
    color: #f8f9fa;
    display: block;
    text-align: center;
    height: 41px;
    line-height: 40px;
    border: 1px solid #dc3545;
    border-radius: 50px;
    background: #dc3545;
    width: 90%;
    margin: 30px auto;
}

section.submission {
    background: #fff;
    min-height: 100vh;
}

p.submission_alert_text {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    font-family: serif;
}

/*End subbmisson details page*/


/*team*/

.team_bg_shape {
    
}

.select-items div:nth-last-child(1) {
    border: none;
}

.loginpassword_button {
	color: #fff;
	background: #043d2e;
	width: 100%;
	border: none;
	padding: 8px 0;
	border-radius: 30px;
}


/*end team*/

.shape_bg {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	margin: 0 8px 0;
	padding: 20px 15px;
	background: #fff;
}

/* -------------------------------- */

/*the container must be positioned relative:*/
.custom-select {
  /*position: relative;*/
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}


/*style the arrow inside the select element:*/
.select-selected::after {
	position: absolute;
	content: "";
	top: 28px;
	right: 105px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-color: #043d2e transparent transparent transparent;
}
#login_bg .select-selected::after{
    right: 81px;
}

.select-selected:before {
    position: absolute;
    content: "";
    top: 3px;
    right: 0px;
    width: 20px;
    height: 20px;
    /*background: url('../Images/world.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active::after {
	border-color: transparent transparent #fff transparent;
	top: 28px;
}

/*style the items (options), including the selected item:*/
.select-selected {
	color: #043d2e;
	padding: 2px 27px 2px 12px;
	border: 1px solid #043d2e;
	border-color: #043d2e;
	cursor: pointer;
	user-select: none;
	border-radius: 50px;
	font-size: 12px;
}
@media only screen and (min-width: 400px){
    .select-selected::after{
        right: 114px;
    }
    #login_bg .select-selected::after {
    	right: 88px;
    }
    
}
#login_bg .custom-select .select-selected , #mine_bg .custom-select .select-selected{
    background: #fff;
    color: #1f233c;
    border: none;
}
#login_bg .custom-select .select-selected::after{
    border-color: #1f233c transparent transparent transparent;
}
.select-items div {
    color: #222;
    padding: 5px 0;
    /*border-bottom: 1px solid #ebedf0;*/
    border-color: #dcdcdc;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-family: system-ui;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 999999999999;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 27px #717070;
    width: 110px;
    background-color: #fff;
    box-shadow: 0 0.53333vw 3.2vw rgba(50,50,51,.12);
}

.select-items::after {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    content: '';
    /* transform: rotate(45deg); */
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%) rotate(45deg);
    /* box-shadow: 0 0 27px #717070; */
    z-index: -1;
}
.custom-select .select-items {
	top: 100px;
	left: 20%;
	width: 230px;
	background-color: #fff;
	box-shadow: 0 0.53333vw 3.2vw rgba(50,50,51,.12);
	height: 315px;
	overflow: scroll;
}
.custom-select .select-items::after{
    height: 0px;
    width: 0px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom_modal_item .modal-content {
	text-align: left;
	border-radius: 1.33333vw;
	width: 70vw;
	margin: 0 auto;
	padding: 16px 11px 20px;
	background-color: #fafafa;
}

.custom_modal_item.logout-modal .modal-body .footer img {
    width: 100%;
}

.custom_modal_item.logout-modal .modal-body {
    padding: 0;
    border-radius: 1.33333vw;
}

.modal-content .modal-title {
    color: #000;
    text-align: center;
    font-size: 3.46667vw;
    padding: 17px 15px 0;
    display: inline-block;
}

.logout-modal .modal-body p {
    font-size: 17px;
    line-height: 33px;
    padding: 5px 15px 14px;
    font-family: system-ui;
    font-weight: 500;
    color: #000;
}

.back_login {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-shadow: -1px 1px 1px BLACK;
    text-transform: capitalize;
    padding-top: 7px;
}

.custom_modal_item .modal-content .footer button, .custom_modal_item .modal-content .footer a {
	background: #043d2e;
	width: 44%;
	padding: 4px 3px;
	text-align: center;
	color: #fff;
}

.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}

/*lucky chest css*/

.page-redrain2, .theme1 .page-redrain2 {
    background: #fdb596 url(../Images/prize_bg.49ec2b6a.jpg) no-repeat 0 0/contain!important;
}

.layout-body {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.page-redrain2 .layout-main, .theme1 .page-redrain2 .layout-main {
    padding: 0 4vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.page-redrain2 h2.page-title, .theme1 .page-redrain2 h2.page-title {
    width: 100%;
    margin: 8vw 0 22.4vw 0;
    font-size: 7.46667vw;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.page-redrain2 .game-container, .theme1 .page-redrain2 .game-container {
    margin-bottom: 2.66667vw;
    padding: 8vw 4vw 4vw;
    border-radius: 4vw;
    background: #ffefd1;
}

.page-redrain2 .remark-container, .theme1 .page-redrain2 .remark-container {
    flex: 1;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.66667vw;
    border-radius: 4vw;
    background-image: linear-gradient(0deg,#fff,#ffdcbe);
}

.page-redrain2 .game-main, .theme1 .page-redrain2 .game-main {
    position: relative;
    margin-bottom: 4vw;
    height: 40vw;
    border-radius: 4vw;
    background: #ffdbab;
}

.page-redrain2 .grab-btn, .theme1 .page-redrain2 .grab-btn {
    border: none;
    height: 10.66667vw;
    line-height: 10.66667vw;
    border-radius: 5.33333vw;
    background: #ff4136!important;
    color: #fff!important;
    font-size: 4.26667vw;
    animation: state0-btn 1.5s linear infinite alternate;
    width: 100%;
}

@keyframes state0-btn {
  
  0% {
    transform: scale(1.1);
  }
    100% {
    transform: scale(1);
  }
  
}

.page-redrain2 .packet-state0, .theme1 .page-redrain2 .packet-state0 {
    top: 6.4vw;
    width: 44.53333vw;
    height: 34.4vw;
    background-image: url(../Images/prize_box_initial.ea131abb.png);
    background-position: center;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
}

.page-redrain2 .gold-left, .theme1 .page-redrain2 .gold-left {
    position: absolute;
    left: -2.66667vw;
    top: -3.2vw;
    width: 8.53333vw;
    height: 8.26667vw;
    background: url(data:image/png;base64,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) no-repeat 0 0/contain;
    animation: gold-right 1.5s linear infinite alternate;
}
.page-redrain2 .gold-right, .theme1 .page-redrain2 .gold-right {
    position: absolute;
    top: 8.26667vw;
    right: -4.8vw;
    width: 7.2vw;
    height: 7.46667vw;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA4CAMAAABqpkCcAAAC+lBMVEVHcEz83YX8tHX60Ifxqmn4yH/+3oz6z4LwqGX71pr70I70rmb2r2v6zoH70YT5w374qmb8q2v6z4j/563/46P5z4f/7bL2sGX/7LD+46P6yID7y4T1sGn8z4b2qmP2rGX6zYT/5qX61pn5x3/825j9un750If3w3j3x37944z2x3771pP5x37824j5smv+46T/7K381pD/7q34v3P5v3n0plz4uXL0pVv6xH7/5qT1p17/5an0qWH0pl32qGP1vnn72Zb715X81Ir515f72Zb4yoP7qWf94Yv95o7+97/95JL//9D/7Kn/6aj/7qz++Lz2sF3/+8D+9Lb++rv/5qX/56b/5qT/6Kj/1Xf1qmL/1nn/2Hv/3ob/2X3/13r/44//5pL/4Iz3xYH/6JX/3IP/5JH3wn/4x4H/443/3oj/2H32rGb/6pb/4pH/2oL/2X//7Jv3rGf/5KH/86T/34r4wX3/3IX/24D+3YT/4Yz4vXr0q2T/7pv/66n4yoD/6pj/753/56L1q2T/1Xb4woD/4on4rGr/8qL/97n/+ML4unf5zX/4xn//8KH/5Jz/6qj/+sD/+8T+8Jb4v3z60oL4w372r2r/5qH/9Lr/5aD/5Jj/97///cn/75761YD7sG/72oP/7a396a//66v/543+7bL/8Z//4Ij/1HP/03H3uHT714L/76D6rWz/45H84oj+647+5or4yob/8bT/9bz//9P/5Y//4Y73tnH5yYD4xID/13j1rmf0pV3/7Jj+45b/8bD/5JT83qD/+bz/6ab72pr/8bn/3oD//8z3s27/5pH70If5zYT/6JL1qGH8r27/5Y3935P+5Ir/7qr95Kj/66b/5pv/663/9Kf82pb/8qn/+8f3sGv/0nH6yIT1sm78snL/6Kr7zY7/6J3+4Jn94Ib3yX3/9cH/76//7JP+44b/9rT//M3/87T//cf5yn773oT+2Jf94qf913761I770pL5xoD84qL6yIv+76L/98j/+sL/75z5142XxFcPAAAAVHRSTlMA/npuCAb+/hALJx035MmC2/6JMstcO0pWe0+nRNaLMMH6ZTb3eEKftMav65OdqnPNGfLTwMNyo/C6zkT1d79lptn45bud6+Tkwvbtp0zjFmJsg3hg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) no-repeat 0 0/contain;
    animation: gold-right 1.5s linear infinite alternate;
}

@keyframes gold-right {
  
  0% {
    transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
  
}

.page-redrain2 .state0-light, .theme1 .page-redrain2 .state0-light {
    position: absolute;
    top: 3.46667vw;
    left: -1.6vw;
    width: 48vw;
    height: 15.46667vw;
    background: url(../../assets/img/prize_light_initial.35a7dc8a.png) no-repeat 0 0/contain;
    animation: state0-light 1s linear infinite alternate;
}
.page-redrain2 .state0-light, .theme1 .page-redrain2 .state0-light {
    position: absolute;
    top: 3.46667vw;
    left: -1.6vw;
    width: 48vw;
    height: 15.46667vw;
    background: url(../../assets/img/prize_light_initial.35a7dc8a.png) no-repeat 0 0/contain;
    animation: state0-light 1s linear infinite alternate;
}
.layout-container.page-redrain2 .child {
    background: none;
}
.layout-container.page-redrain2 .header {
    position: inherit;
}
.page-redrain2 .remark-container .container-main, .theme1 .page-redrain2 .remark-container .container-main {
    margin: 0 2.66667vw 2.66667vw;
    padding: 4vw 2.66667vw 2.66667vw;
    height: calc(100% - 12vw);
    border-radius: 2.66667vw;
    background: hsla(0,0%,100%,.6);
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 3.2vw;
    color: #282828;
}

.page-redrain2 .remark-container:after, .theme1 .page-redrain2 .remark-container:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 16.8vw;
    height: 13.33333vw;
    top: 4vw;
    right: 8.8vw;
    background: url(../Images/prize_rule_figure.7cec59d4.png) no-repeat 0 0/contain;
}

.page-redrain2 .remark-container .container-title {
    margin: 5.33333vw 0 4vw 5.33333vw;
    font-size: 4.26667vw;
    font-weight: 700;
    color: #ff8c46;
}
section.wrapper-container.lucky {
    background: #fdb596;
} 

.remark-container p {
    line-height: 13px;
    padding-bottom: 50px;
}



/*End lucky chest css*/

@media only screen and (min-width: 400px)
 {
    .wallect-info .wallect-info-item {
        padding: 0;
    }

    .wrapper-container::after {
        max-width: 350px;
        width: 100%;
    }

    .main-centent .bonus-value {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .main-centent .bonus-label {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .main-centent .record-label {
        line-height: 20px;
    }
    .invest-page.imvest_page .nav-link {
        padding: 0 8px;
        line-height: 27px;
        font-size: 11px;
    }
    .invest-page .vip-card {
        height: auto!important;
    }
    .main-centent .wf-list .wf-item h6 {
        font-size: 12px;
    }
    .shape_bg {
        padding: 20px 15px;
    }
    .main-centent .wf-list .wf-item i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .invest-page .nav-link {
        line-height: 20px;
    }

 }

@media (min-width: 320px) and (max-width: 440.98px) {
    main {
        width: 100%;
        padding: 0;
    }

    .child {
        width: auto;
    }

    /* .share-bg {
  height: 197px;

} */
    .wallect-info .wallect-info-item {
        padding: 0px;
        border-radius: 20px;
    }
    
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }


    .hero-area {
        padding: 35px 0 30px 12px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .profile-bg {
        padding: 16px 0 0px 0px;
    }
}

@media (min-width: 441px) and (max-width: 599px) {
    main {
        width: auto;
        padding: 0;
    }

    .child {
        width: auto;
    }

    /* .gap {
            background: #fff;
            height: 69.88px;
        } */
    .header .logo {
        width: 24%;
    }

    .hero-area {
        padding: 50px 0 49px 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .wallect-info .wallect-info-item {
        padding: 24px 20px;
    }

    .invitation-reward {
        transform: translateY(-100px);
    }

    .invitation-codes {
        transform: translateY(-103px);
        -webkit-transform: translateY(-103px);
        -moz-transform: translateY(-103px);
        -ms-transform: translateY(-103px);
        -o-transform: translateY(-103px);
    }
}

@media (min-width: 583px) and (max-width: 961px) {
    .header .logo {
        width: 20%;

    }

    .invest-page .nav-pills {
        background-color: #fff;
        padding: 12px 12px;
        justify-content: space-between;
        padding-top: 12px;
        border-radius: 5px;
    }
}

@media (min-width: 985px) {
    .header .logo {
        width: 20%;

    }

    .invest-page .card-name {
        padding: 10px 20px;
    }

    .invest-page .vip-card {
        height: 15.6vw;
    }

    .invest-page .level {
        margin-bottom: 5px;
        background: url('../Images/invest/basic-invest-bg.png') no-repeat 0 50%/30px 30px;
        font-size: 27px;
    }

    .invest-page .vip-bar span {
        margin-right: 5px;
        font-size: 30px
    }

    .invest-page .btn-groups {
        padding: 0.66667vw 4vw 5.33333vw;
    }

    .invest-page .table-wrap {
        padding: 50px 2vw 2.66667vw;
    }

    .share-components:after,
    .share-components:before {
        width: 30%;
    }

    .invest-page .nav-pills .nav-link.active::after {
        bottom: 15px;
    }
}