/* === notice area css start ===*/
.notice-area {
	width: 100%;
}
.notice-area {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	color: rgb(51, 51, 51);
	padding: 8px 15px;
	border-radius: 6px;
}
.notice-area img{
	width: 126px;
    height: 24px;
}
.notice-area marquee{
	color: rgb(51, 51, 51);
    font-size: 14px;
    transition-timing-function: linear;
    transition-duration: 85.4061s;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
  }

  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }

  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

/* === notice area css end ===*/

/* === Slider section Css Start ===*/
.slider-section {
	width: 100%;
	margin: 12px 0;
}
.slider-area {
	width: 100%;
    position: relative;
}
.slider-area .single-slider {
	width: 100%;
	overflow: hidden;
}
.slider-area .single-slider img {
	width: 100%;
	object-fit: cover;
	height: 181px;
}
.owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background: #fff;
	border-radius: 50%;
}
/* === Slider section Css End ===*/

/* === Assets section Css Start ===*/
.assets-section {
	width: 100%;
}
.assets-area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.assets-area .single-assets {
	background: linear-gradient(#ff0505,#7a1116);
	text-align: center;
	width: 85px;
	height: 75px;
	border-radius: 25px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.assets-area .single-assets img{
	width: 32px;
	height: 32px;
}
.assets-area .single-assets p {
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
}
.easy-access img{
	width: 40px;
	height: 40px;
}
/* === Assets section Css End ===*/

/* === Product section Css Start ===*/
.product-section {
	width: 100%;
}
.product-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.single-product {
	background: #201a1a;
	padding: 10px 6px;
	width: 48.5%;
	margin-top: 12px;
}
.single-product .product-title {
	width: 100%;
}
.single-product .product-title h2 {
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.single-product .product-img {
	width: 100%;
	margin: 8px 0;
}
.single-product .product-img img{
	width: 100%;
}
.single-product .product-info {
	width: 100%;
	margin-bottom: 8px;
}
.single-product .product-info p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
}
.single-product .product-info p:last-child{
	margin-bottom: 0;
}
.single-product .product-info p span:last-child{
	color: #fff;
	font-weight: 700;
}
.single-product .product-info p:nth-child(2) span:last-child{
	color: #fff;
}
/* === Product section Css End ===*/

/* === Earning section Css Start ===*/

.income {
	padding: 25px 30px;
	background: #171c1e80;
	border-radius: 10px;
	text-align: center;
	
}
.pera,
.qr-code-area,
.invite-code{
	padding: 25px 15px 0 15px;
	background: #fff;
	text-align: center;
}
.pera {
	width: 100%;
	padding-bottom: 20px;
}
.pera p {
	color: #fff;
	font-size: 17px;
	text-align: left;
	letter-spacing: 1px;
}
.share-info {
	margin-top: 15px;
	background: #77d2ff00;
	padding: 0 8px;
}
.share-info p {
	
	font-size: 18px;
	padding: 10px 0;
}
.share-info p:last-child {
	border: none;
}
.pur-hide {
	width: 100%;
	text-align: center;
}
.pur-hide img{
	width: 20px;
	height: 20px;
}
.team-card.top {
	padding: 10px 20px;
}
.qr-img {
	background: #2c2c2c00;
	border-radius: 10px;
	height: 200px;
	width: 100%;
}
.qr-img h3 {
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	padding-top: 22px;
	margin-bottom: 12px;
}
.qr-img img {
	width: 145px;
	height: 145px;
}
.invite-code p,
.income p {
	color: #ffffff;
	font-size: 15px;
}
.invite-code p{
	color: #fff;
}
.invite-code h2,
    
.income h2 {
	color: #fff;
	text-indent: 4px;
	height: 45px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.invite-code h2{
	color: #fff;
}
.base-card {
	background: #fff;
	margin-top: 15px;
	padding: 15px 10px;
	box-shadow: 0 2px 6px #ddd;
}
.base-card-title {
	width: 100%;
	text-align: center;

}
.base-card-title h2 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 18px;
}
.base-card-info {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;

}
.base-card-info .img {
	width: 35%;
}
.base-card-info .img img{
	width: 100%;
	vertical-align: middle;

}
.base-card-info .text {
	width: 65%;
}
.base-card-info .text p {
	font-size: 12px;
	color: #666;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.base-card-info .text p:first-child {
	margin-top: 0;
}
.base-card-details {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #77d2ff00;
	padding: 10px;
	margin-top: 10px;
}
.base-card-details .single-details {
	width: 50%;
}
.base-card-details .single-details:last-child {
	width: 50%;
	text-align: right;
}
.base-card-details .single-details h4 {
	color: #333;
	font-size: 12px;
	font-weight: 400;
}
.base-card-details .single-details p {
	color: #b3b7bc;
	font-size: 12px;
	margin-top: 10px;
}
.base-card-details .single-details:last-child h4 {
	font-weight: 700;
	color: #fff;
}


/* === Earning section Css End ===*/

/* === Team section Css End ===*/
.team-card {
	width: 100%;
	background: #424d52;
	border-radius: 10px;
	margin-top: 12px;
	
}
.team-card .card-body {
	height: 86px;
	padding: 15px 10px;
	padding-top: 25px;
}
.team-card .card-header {
	width: 100%;
	padding: 10px;
}
.team-card .card-header h2,
.team-card .card-body h3{
 font-size: 18px;
 color: #fff;
}
.team-card .card-header h2,
.team-card .card-body h3,
.team-card .card-body p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
}
.team-card .card-body p {
	width: 100%;
	color: #999;
	font-size: 12px;
	margin-bottom: 8px;
}

/* === Team section Css End ===*/

/* === Profile Page Css Start ===*/
.common_banner img{
	width: 100%;
}

.profile_section_content {
    position: absolute;
    width: 94%;
    top: 100px;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
}

p.me_card_title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 6px;
}

p.me_card_sub_title {
    margin: 0;
    color: #fff;
    font-size: 12px;
}


.card {
    border: none;
    box-shadow: 0px 5px 10px #0000001a;
}

.withdraw_boxer p {
    margin: 0;
}

.withdraw_boxer p {
    margin: 0;
}

.withdraw_boxer img {
    display: inline-block;
    margin-right: 7px;
}

.deposit_boxer img {
    display: inline-block;
    margin-right: 7px;
}

.deposit_boxer p {
    margin: 0;
    border: 1px solid #0036ca;
    padding: 10px;
}

.withdraw_boxer p {
    margin: 0;
    border: 1px solid #0036ca;
    padding: 10px;
}

.me_card_infos img {
    width: 20px;
}

.me_card_infos p {
    font-weight: 800;
}

.common_top_nav {
    position: relative;
}

.top_menu_nav {
    color: #fff;
    font-size: 17px;
    padding: 12px 0;
    font-weight: 600;
}

.back_icon {
    position: absolute;
    top: 10px;
    left: 15px;
}
/* === Profile Page Css End ===*/

/* === About Page Css Start === */
.about-area {
	width: 100%;
	padding: 15px 0;
}
.single-about {
	width: 100%;
	margin-right: 5px;
	line-height: 30px;
}
.single-about p {
	color: #000;
	opacity: 0.9;
	font-size: 20px;
	font-weight: 300;
}
.single-about img {
	width: 100%;
}
/* === About Page Css End === */

/* === language Page Css Start === */
.lang-btn-area {
	width: 100%;
}
.lang-btn-area .lang-btn {
	margin: 25px;
	margin-bottom: 25px;
	border: 2px solid #0036ca;
	line-height: 40px;
	border-radius: 8px;
	height: 40px;
	margin-bottom: 7px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0036ca;
	font-size: 20px;
}
/* === language Page Css End === */

/* === Withdrawal Record Page Css Start === */
.record-area {
	width: 100%;
}
.record-area p {
	text-align: center;
	color: #c6c9c9;
	font-size: 13px;
	margin-top: 40px;
	padding-bottom: 50px;
}
/* === Withdrawal Record Page Css End === */

/* === Personal Page Css Start === */
.personal-area {
	background: #fff;
	margin: 21px;
	box-shadow: 0 2px 6px #ddd;
	padding: 1rem;
}
.personal-area .personal-btn {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	padding: 15px 8px;
}
.personal-area .personal-btn span:last-child{
	font-size: 20px;
	color: #ccc;
}
/* === Personal Page Css End === */

/* === Login Page Css Start === */
.normal-banner-section.login .page-content-area {
	top: 160px;
}
.normal-banner-section.login .page-content-area .container{
	padding: 0;
}
.login-area {
	width: 100%;
	background: #fff;
	
	padding: 20px 0px 50px;
	text-align: center;
}
.login-area .lr-title {
	width: 100%;
}
.login-area .lr-title img{
	width: 224px;
	height: 29px;
}
.login-area .lr-title h3 {
	color: rgb(51, 51, 51);
	font-size: 17px;
	margin: 10px 0 20px 0;
}
.login-area .input-area {
	width: 100%;
}
.login-area .input-area .single-input {
	background: #F1F1F1;
	height: 50px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.login-area .input-area .single-input.ex {
	background: transparent;
	justify-content: space-between;
}
.login-area .input-area .single-input.ex .user-code {
	width: 52%;
	display: flex;
	background: #F1F1F1;
	align-items: center;
	height: 100%;
}
.login-area .input-area .single-input.ex .code {
	width: 36%;
	text-align: center;
	
	height: 100%;
	background: #f1f1f1;
	line-height: 42px;
}
.login-area .input-area .single-input.ex .code h4 {
	font-size: 17px;
	letter-spacing: 10px;
}
.login-area .input-area .single-input:last-child {
	margin-bottom: 0px;
}
.login-area .input-area .single-input .icon {
	width: 52px;
	position: relative;
}
.login-area .input-area .single-input .icon::after {
	content: '';
	position: absolute;
	height: 25px;
	width: 1px;
	background: #c6c9c9;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.login-area .input-area .single-input .icon img{
	width: 25px;
	height: 25px;
}
.login-area .input-area .single-input .input {
	width: 80%;
	display: flex;
	margin-left: 15px;
}
.login-area .input-area .single-input .input select {
	color: gray;
	border: none;
	background: transparent;
	font-size: 17px;
}
.login-area .input-area .single-input .input input {
	color: #000;
	border: none;
	background: transparent;
	font-size: 17px;
	width: 100%;
	display: block;
}
.login-area .input-area .single-input .input input:focus {
	border: none;
	outline: none;
}
.login-area .input-area .single-input .input input::placeholder {
	color: gray;
	text-transform: capitalize;
	opacity: 1;
}
.login-area .login-btn-area {
	width: 90%;
	margin: 0 auto;
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.normal-banner-section.login.register .login-area .login-btn-area {
	margin-top: 100px;
}
.login-area .login-btn-area .login-btn {
	height: 42px;
	background: linear-gradient(#ff0505,#7a1116);
	
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 42px;
	text-decoration: none;
}
.login-area .login-btn-area .login-btn.active {
	background: linear-gradient(#ff0505,#7a1116);
	color: #fff;
}
/* === Login Page Css End === */


/*Help Center*/


