body {
	background: #ffa653;
	height: 100%;
}

.page-width {
	height: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 25px;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
}

.bg-blue {
	background: #528ff0;
}

.white-card {
	padding: 0.8rem 20px;
	margin: 1rem auto 0;
	border-radius: 0.5rem;
	background: #fff;
}

.btn-gray {
	background: rgb(153, 153, 153) !important;
	color: #fff !important;
}

.btn-red {
	background: rgb(214, 92, 51);
	border-color: rgb(214, 92, 51);
	border-radius: 30px;
	color: #fff;
}

.btn-red:hover {
	color: #fff;
	background: rgb(214, 92, 51);
}

.btn-danger,
.btn-danger:hover {
	background: #f44336;
	border-color: #f44336;
}

.btn-success,
.btn-success:hover {
	background: #009688;
	border-color: #009688;
}

.btn-arrow {
	position: relative;
	padding-right: 15px;
}

.btn-arrow:after {
	content: '\f105';
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 27px;
}

.red-button {
	background-color: rgb(214, 92, 51);
	border-color: rgb(214, 92, 51);
	min-height: 4rem;
	width: 95%;
	margin: 0 auto;
	color: #fff;
}

.red-button:hover {
	color: #fff;
}

.btn-check:focus+.btn,
.btn:focus,
a:focus,
button:focus,
button:active:focus {
	box-shadow: none !important;
}

.color-orange {
	color: #ffa653;
}

.color-blue {
	color: rgb(123, 91, 161);
}

.s-bordr {
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.s-bordr:after,
.body-content:after {
	content: '';
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	max-width: 640px;
	z-index: -1;
}

/*end global css*/

/*modal css*/
.modal {
	top: unset;
	bottom: 0;
	right: 0;
	max-width: 640px;
	margin: 0 auto;
	right: 0;
}

.modal.fade .modal-dialog {
	transform: translate(0, 100%);
}

.modal.show .modal-dialog {
	transform: translate(0, 4px);
}

.modal-dialog-centered {
	max-width: 640px;
	min-height: calc(100% - 2rem);
	margin: 1.75rem auto 0;
	align-items: flex-end;
}

.modal-backdrop {
	max-width: 640px;
	margin: 0 auto;
	right: 0;
}

.modal-backdrop.show {
	opacity: .7;
}

.modal-content {
	border-radius: 16px 16px 0 0;
	border: none;
}

.modal-body {
	padding-bottom: 0;
}

.modal-body p {
	margin: 0 0 20px;
}

.modal-footer {
	border-width: 3px;
}

.confirmation.fade .modal-dialog {
	transform: translate(0, 100%);
}

.confirmation .modal-dialog {
	max-width: 300px;
}

.confirmation .modal-content {
	border-radius: 15px;
}

.confirmation .modal-body {
	padding: 30px 20px;
	text-align: center;
}

.confirmation .modal-body p {
	margin: 0;
	font-weight: 600;
}

.confirmation .modal-footer {
	border-width: 1px;
	padding: 0 12px;
}

.confirmation .modal-footer button {
	width: 47%;
	background: transparent;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	border: none;
	color: #111;
}

.confirmation .modal-footer .btn-primary {
	color: #ee0a24;
	border-left: 1px solid #dee2e6;
}

/*end modal css*/

/*bradcrumb*/
.bradcrumb {
	padding: 20px 10px;
	position: fixed;
	background: #ffa653;
	top: 0;
	left: 0;
	right: 0;
	max-width: 640px;
	margin: 0 auto;
	z-index: 10;
}

.bradcrumb .row {
	align-items: center;
}

.bradcrumb p {
	margin: 0;
}

.bradcrumb i:before {
	font-family: 'FontAwesome';
}

/*header*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	padding: 15px 12px;
	z-index: 10;
}

.header .title {
	font-size: 16px;
	color: #fff;
	margin: 0;
}

.language img {
	height: 1.5em;
	width: 1.5em;
	vertical-align: text-bottom;
}

.language p {
	font-size: 21px;
	color: rgb(255, 255, 255);
	position: relative;
	display: inline;
	padding-right: 20px;
	cursor: pointer;
}

.language p:after {
	content: '\f107';
	position: absolute;
	right: 0;
	top: 10px;
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

/*login pages*/
.signin-head {
	border-left: 0;
	border-right: 0;
}

.signin .bordr {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1.2rem;
	padding: 0.5rem 0;
}

.signin .bordr:last-of-type {
	border-bottom: 0;
}

.signin input {
	border: 0;
	width: 100%;
	font-size: 18px;
}

.signin .num-field {
	width: 80%;
}

.signin .phone-field {
	margin-right: 0.6rem;
	width: 12%;
}

.signin .phone-field input {
	width: 36px;
	text-align: center;
}

.signin input:focus-visible {
	box-shadow: none;
	outline: none;
}

.signin button {
	width: 100%;
	font-size: 1.5rem;
	border-radius: 0.5rem;
	min-height: 60px;
}

.signin .pass-link-btn {
	color: #666;
	font-size: 17px;
	display: inline-block;
}

.signin-head .language p,
.signin-head .language p:after {
	color: #000;
}

.forgot .bordr img {
	width: 33px;
}

.forgot .btn-orange {
	width: 100px;
	color: #fff;
	min-height: 2.2rem;
	padding: 0 0.6rem;
	position: relative;
	font-size: 1.2rem;
	background: #ffa653;
	border-radius: 0.3rem;
	border: 0;
	margin-left: 10px;
}

/*toast overlay*/
.signin {
	position: relative;
}

.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, .5);
	max-width: 640px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 5;
}

.toast {
	background: transparent;
	box-shadow: none;
	border: none;
}

.toast .toast-body {
	width: max-content;
	margin: 0 auto;
	padding: 15px;
	background: #000;
	color: #fff;
	border-radius: 6px;
	text-align: center;
}

.toast .toast-body i {
	color: green;
	stroke: green;
	stroke-width: 4px;
	font-size: 16px;
}

.toast-error .toast .toast-body i {
	color: red;
	stroke: red;
}


/*home page*/
header,
footer,
.bradcrumb {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.body-content {
	position: absolute;
	top: 3.8rem;
	bottom: 4.4rem;
	left: 0;
	right: 0;
	overflow-y: scroll;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.video-sec video {
	width: 100%;
	border-radius: 10px;
}

.notice-bar1 {
	background: #fff;
	padding: 6px 16px;
	border-radius: .5rem;
	display: flex;
	align-items: center;
}

.notice-bar1 img {
	width: 24px;
}

.notice-bar1 marquee {
	display: inline-block;
	font-size: 19px;
	color: #ffa653;
}

.icons-sec .btn-wrap a img {
	width: 40px;
	margin-right: 10px;
}

.icons-sec .btn-wrap a {
	width: 100%;
	max-width: 250px;
	border-radius: 0.5rem;
	min-height: 4.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}

.icons-sec .icon-list p {
	color: #fff;
	margin: 10px 0 0;
}

.news-sec .row {
	margin-left: -6px;
	margin-right: -6px;
}

.news-sec .row>* {
	padding-left: 6px;
	padding-right: 6px;
}

.news-sec .title {
	border-left: 3px solid #fff;
	padding-left: 10px;
	text-align: left;
	font-size: 22px;
	line-height: 1.2;
}

.news-sec p {
	text-align: center;
	color: #fff;
	margin: 10px 0 0;
}

.news-sec img {
	width: 100%;
	height: 9rem;
	border-radius: 0.3rem;
}

.news-sec .bordr {
	padding: 20px 0;
	border-bottom: 1px solid #ffc171;
}

/*product page*/
#tabs-content {
	padding: 0 20px;
}

.team #tabs-content {
	padding: 0;
}

.pro-body:after {
	content: none;
}

.pro-body .row {
	margin-left: -5px;
	margin-right: -5px;
}

.pro-body .row>* {
	padding-left: 5px;
	padding-right: 5px;
}

.pro-tabs ul#tabs-nav,
ul#tabs-nav,
.pro-tabs ul#tabs-nav-in,
ul#tabs-nav-in {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	display: flex;
	/* justify-content: space-around; */
	position: fixed;
	width: 100%;
	max-width: 640px;
	top: 0px;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.pro-tabs ul#tabs-nav li,
.pro-tabs ul#tabs-nav-in li {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.pro-tabs ul#tabs-nav li.active a,
.pro-tabs ul#tabs-nav-in li.active1 a {
	border-color: rgba(0, 0, 0, 0.4);
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.4);
}

.pro-tabs ul#tabs-nav li a,
.pro-tabs ul#tabs-nav-in li a {
	text-decoration: none;
	color: #2c2c2c;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	padding: 6px 10px 8px;
	border-color: rgba(0, 0, 0, 0.4);
	color: rgb(102, 102, 102);
	background: transparent;
}

.pro-tabs .tab-content,
.pro-tabs .tab-content1 {
	padding: 20px 0;
}

.pro-tabs .tab-content .product-card {
	background: rgba(0, 0, 0, .4);
	box-sizing: border-box;
	padding: 0.8rem;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	color: #fff;
}

.pro-tabs .tab-content .product-card img {
	width: 13rem;
	border-radius: .5rem;
}

.pro-tabs .tab-content .product-card .btm-content h2 {
	font-size: 20px;
	margin: 10px 0 3px;
}

.pro-tabs .tab-content .product-card .btm-content p {
	font-size: 15px;
	margin: 0 0 3px;
}

.pro-tabs .tab-content .product-card .btm-content p span {
	color: #ffa653;
}

.pro-tabs .tab-content .product-card .btm-content a {
	border: 0;
	padding: 4px 20px 6px;
	background: #ffa653;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	border-radius: 0.3rem;
	margin-top: 0.8rem;
	text-align: center;
}

/*flop game page*/
.flop-game {
	padding-top: 11rem;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.flop-game .title h2 {
	color: #e97c41;
	font-size: 2.8rem;
	text-align: center;
	text-shadow: -2px 2px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
	font-weight: bold;
}

.flop-game .lucky-card .wid {
	width: 29.5rem;
	margin: 0 auto;
}

.flop-game .contnt-box {
	padding: 30px 0 15px;
}

.flop-game .contnt-box p {
	font-size: 17px;
	margin: 0 0 30px;
	font-weight: 600;
}

/*Account page (Me)*/
.main-account {
	padding: 1.5rem 0 20px;
}

.main-account .top-logo-sec .setting-icon {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 0rem;
	right: 3%;
}

.main-account .top-logo-sec .logo img {
	width: 6rem;
	height: 6rem;
}

.main-account .acc-id .username {
	font-size: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	color: #fff;
}

.main-account .acc-id .userid {
	font-size: 1.2rem;
	padding-top: 0.3rem;
	color: #fff;
}

.main-account .wallet-wrap {
	padding: 0.8rem 0;
	margin: 1rem auto 0;
	border-radius: 0.5rem;
}

.main-account .wallet-wrap h3 {
	font-size: 18px;
	color: #999;
	margin: 0;
}

.main-account .wallet-wrap p {
	font-size: 24px;
	margin: 0;
}

.main-account .team-comision h3,
.main-account .team-comision p {
	font-size: 24px;
	color: #333;
	font-weight: 500;
}

.main-account .team-comision .btn {
	width: 80%;
	margin: 0 auto;
	background: #ff976a;
	border-color: #ff976a;
	border-radius: 30px;
	min-height: 44px;
	line-height: 1.6;
}

.main-account .comon-function {
	padding-left: 30px;
	padding-right: 30px;
}

.main-account .comon-function h2 {
	color: #000;
	font-size: 1.5rem;
	margin: 1.2rem 0;
	text-align: left;
}

.main-account .comon-function img {
	width: 3rem;
}

.main-account .comon-function p {
	color: #333;
	font-size: 15px;
	margin: 8px 0 0;
	font-weight: 600;
}

/*account setting page*/
.body-content.overflow-unset {
	overflow-y: unset;
}

.setting-page .bordr {
	margin: 0 16px;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
}

.setting-page .bordr:last-of-type {
	border-bottom: 0;
}

.setting-page .wallet-wrap img {
	width: 30px;
}

.setting-page .wallet-wrap p {
	font-size: 14px;
	color: #323233;
}

.setting-page .wallet-wrap .lang p {
	color: #969799;
}

.setting-page i:before {
	font-family: 'FontAwesome';
}

.setting-page button:hover {
	color: #fff;
}

.setting-page .lang p:after {
	content: none;
}

.setting-page i {
	font-size: 16px;
}

.setting-all .form-label,
.blind-bank .form-label {
	width: 30%;
	text-align: right;
	word-break: break-all;
	font-size: 14px;
}

.setting-all .form-control {
	background: #fff;
}

.setting-all .avatar-img img {
	max-width: 80px;
	width: 100%;
	height: auto;
}

.setting-all input[type="file"] {
	display: inline-block;
	width: 100%;
	padding: 80px 0 0 0;
	height: 50px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/plus.png) center center no-repeat #e4e4e4;
	border-radius: 4px;
	background-size: 40px 40px;
	max-width: 100px;
}

.setting-all input {
	border: 0;
	width: 100%;
}

.setting-all .d-flex {
	align-items: center;
}

.login-password input {
	padding: 0 3px;
}

.wid-btn button {
	padding: 6px 10px !important;
	width: auto !important;
	border-radius: 4px;
	font-size: 12px !important;
}

.login-password .log-wid {
	padding-left: 16px;
}

.red-msg {
	text-align: center;
	color: rgb(225, 2, 2);
	font-size: 16px;
}

/*home news more page*/
.news-more {
	position: relative;
	min-height: 100%;
	background: #f6f6f6;
	padding: 12px 20px;
}

.news-card {
	background: #fff;
	border-radius: 0.3rem;
	padding: 0.5rem;
	margin-bottom: 0.6rem;
}

.news-more .news-card h3 {
	font-size: 18px;
	margin: 0;
	min-height: 4rem;
	color: #000;
	font-weight: 400;
}

.news-more .news-card p {
	font-size: 18px;
	margin: 0;
	color: #000;
}

.news-more .news-card img {
	width: 10rem;
	height: 6rem;
	border-radius: 0.3rem;
}

/*news detail page*/
.news-detail {
	padding: 0 0 30px;
}

.news-detail p.highlight {
	background-color: rgb(139, 170, 74);
	word-break: break-all;
}

.news-detail p.black-highlight {
	background-color: rgb(0, 0, 0);
	word-break: break-all;
	color: #fff;
}

.news-detail hr {
	background: #fff;
	height: 2px;
}

.news-detail h2 {
	font-size: 21px;
}

.news-detail h3 {
	font-size: 18px;
	margin: 10px 0;
}

.news-detail h4 {
	font-size: 24px;
	color: #111;
}

.news-detail p.date {
	font-size: 15px;
}

.news-detail p {
	font-size: 18px;
	color: #111;
}

/*home recharge page*/
.recharge {
	padding: 0 0 30px;
}

.recharge h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.recharge .field input {
	background: transparent;
	border-color: #fff;
}

.recharge .payment-wrap {
	margin-top: 40px;
}

.recharge .payment-card {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.5rem;
	padding: 0 20px;
}

.recharge .payment-card .bordr {
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}

.recharge .payment-card .bordr:last-of-type {
	border-bottom: 0;
}

.recharge .payment-card img {
	width: 1.5rem;
}

.recharge .payment-card p {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.recharge .payment-card input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	height: 1rem;
	width: 1rem;
	position: relative;
	outline: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: top;
	background: transparent;
}

.recharge .payment-card input[type="radio"]:focus {
	box-shadow: none;
}

.recharge .payment-card input[type="radio"]:checked {
	border-color: #fff;
}

.recharge .payment-card input[type="radio"]:checked:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffa653;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.recharge button {
	font-size: 1.5rem;
}

.recharge h2 {
	font-size: 22px;
}

.recharge p {
	font-size: 22px;
	padding: 0 10px;
}

/*recharge record page*/
.recharge-record .table>:not(:last-child)>:last-child>* {
	border-bottom: 0;
}

.recharge-record .table>:not(caption)>*>* {
	border-color: #e97954;
	padding: 1rem .5rem;
}

.recharge-record .table th,
.recharge-record .table td {
	font-weight: 400;
	font-size: 18px;
}

.recharge-record .table td a {
	background: rgb(214, 92, 51);
	color: #fff;
	padding: 3px 4px;
	font-size: 10px;
}

/*widthdraw page*/
.widthdraw .form-control,
.widthdraw .form-select {
	border: none;
	padding: 0 10px;
}

.widthdraw .form-control:focus,
.widthdraw .form-select:focus {
	box-shadow: none;
}

.widthdraw button {
	font-size: 1.5rem;
}

.hom-widthdraw .wallet-wrap .form-label {
	width: 20%;
}

.hom-widthdraw .wallet-wrap span {
	color: #969799;
	font-size: 14px;
}

.hom-widthdraw .form-label {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0;
}

.hom-widthdraw .form-control {
	background: transparent;
	border: 1px solid #fff;
	padding: 6px 10px;
	border-radius: 0.3rem;
}

.hom-widthdraw .red-button {
	border-radius: 30px;
	font-size: 16px;
	min-height: 44px;
}

.hom-widthdraw .content a.btn-red {
	border-radius: 4px;
	padding: 0 15px 2px;
	display: inline-block;
	font-size: 12px;
	min-height: unset !important;
}

.hom-widthdraw h3 {
	font-size: 18px;
	font-weight: 700;
}

/*gift redemption*/
.gift-redemption .white-card {
	border: 1px solid rgb(214, 92, 51);
}

.gift-redemption .form-control {
	border: none;
	padding: 0 10px;
}

.gift-redemption .form-control:focus {
	box-shadow: none;
}

.gift-redemption button {
	width: 100%;
	border-radius: 30px;
	background: rgb(214, 92, 51);
	border-color: rgb(214, 92, 51);
}

.gift-redemption button:hover {
	background: rgb(214, 92, 51);
}

/*invitation page*/
.invitation h4 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.invitation h3.code-num {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}

.invitation img {
	width: 18rem;
}

.invitation .QR-link input {
	border: 1px solid #fff;
	background: transparent;
	width: 75%;
	border-radius: 4px;
	padding: 11px 10px;
	min-height: 44px;
	font-size: 1.1rem;
	text-align: center;
	display: block;
	margin: 20px auto;
	color: #fff;
}

.invitation .QR-link input:focus-visible {
	box-shadow: none;
	outline: none;
}

.invitation .btn-red {
	width: 65%;
}

.invitation .pro-days p {
	font-size: 18px;
	color: #999;
}

.invitation .date p {
	font-size: 15px;
	color: #999;
	margin: 0;
}

.invitation .date .btn-grey {
	background: rgb(191, 191, 191);
	color: #fff;
	font-size: 1.1rem;
	padding: 6px 15px;
	border-radius: 4px;
}

.pro-cd .color-orange {
	font-size: 1.4rem;
}

/*customer service modal*/
.customer-service .modal-body p {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	padding: 5px 0 15px;
	color: #969799;
	text-align: center;
	width: 100%;
}

.customer-service .modal-body img {
	width: 2.5rem;
}

.customer-service .modal-body h5 {
	font-size: 15px;
	color: #323233;
	margin: 0;
	font-weight: 500;
}

.customer-service .modal-body span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}

/*money making task page*/
.money-making {
	padding: 0 0 30px;
}

.money-making h2 {
	font-size: 48px;
	margin: 0 0 20px;
}

.money-making p {
	font-size: 18px;
	color: #111;
}

.money-making h3 {
	font-size: 24px;
	color: #111;
	margin: 0 0 20px;
}

.money-making h4 {
	font-size: 32px;
	color: #111;
	margin: 0 0 10px;
}

/*check ins page*/
.checkin {
	padding: 0 0 20px;
	background-position: left bottom;
	height: 100%;
}

.checkin .checkin-box .bordr {
	border-right: 1px solid #e5e5e5;
	width: 1px;
	margin: 0 auto;
	height: 100%;
}

.checkin .checkin-box p {
	font-size: 18px;
	color: #333;
	margin: 0;
}

.checkin .checkin-box span {
	font-size: 24px;
}

.checkin .contnt-box h3 {
	font-size: 20px;
	color: #333;
	margin: 10px 0;
}

.checkin .contnt-box p {
	color: #666;
	font-size: 20px;
	margin: 10px 0;
}

/*my teams page*/
.team {
	padding: 0 20px;
}

.team ul#tabs-nav,
ul#tabs-nav,
.team ul#tabs-nav,
ul#tabs-nav-in {
	position: static !important;
	border: 1px solid rgb(214, 92, 51) !important;
}

.team ul#tabs-nav li a,
.team ul#tabs-nav-in li a {
	border-right: 1px solid rgba(0, 0, 0, 0.4);
	border-color: rgb(214, 92, 51);
	padding: 3px 10px 4px;
	color: rgb(214, 92, 51);
}

.team ul#tabs-nav-in li a {
	border-right: 1px solid rgb(214, 92, 51);
	border-color: rgb(214, 92, 51);
	background: #fff;
}

.team ul#tabs-nav li.active a,
.team ul#tabs-nav-in li.active1 a {
	border-color: rgb(214, 92, 51);
	color: rgb(255, 255, 255);
	background-color: rgb(214, 92, 51);
}

.team .tab-content1 table th {
	border-bottom: 0;
	font-weight: 400;
	font-size: 18px;
}

.team .tab-content1 table td {
	border-color: #e97954;
}

.team .table td a {
	background: rgb(214, 92, 51);
	color: #fff;
	padding: 3px 4px;
	font-size: 10px;
}

.p-team .modal-dialog {
	transform: none !important;
}

.p-team .table-wrap {
	height: 25rem;
	overflow-y: auto;
}

.p-team table th {
	font-size: 18px;
	border: 0;
	font-weight: 400;
}

.p-team table td {
	border-bottom: 1px solid;
	border-color: #e97954;
}

.p-team .red-btn {
	color: white !important;
	background: rgb(214, 92, 51) !important;
	border-color: rgb(214, 92, 51) !important;
	width: 100% !important;
	border-radius: 30px !important;
	min-height: unset;
	padding: 6px 15px !important;
	margin: 10px 0 !important;
	;
}


/*product details page*/
.product-detail .carousel .carousel-inner img {
	height: 16rem;
	border-radius: 5px;
}

.product-detail .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.product-detail .carousel-indicators .active {
	background-color: #333;
}

.product-detail .pro-card {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.5rem;
	padding: 20px;
}

.product-detail .pro-card p {
	font-size: 20px;
	margin: 0;
}

.product-detail .pro-card span {
	font-size: 18px;
	color: #fff;
}

.product-detail .contnt-box h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.product-detail .contnt-box p {
	font-size: 16px;
	color: #999;
}

footer.pro-dt button {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	border-radius: 0.5rem;
	min-height: 4rem;
	font-size: 1.5rem;
}

.pro-dtt .modal-content button.close {
	width: max-content;
	margin: 0 auto;
	margin-right: 0;
}

.pro-dtt .modal-content button.close i {
	font-size: 20px;
	color: #c8c9cc;
	margin: 10px;
}

.modal-content button i:before {
	font-family: 'FontAwesome';
}

.orange-card {
	padding: 0.8rem 20px;
	border-radius: 0.5rem;
	background: #ffa653;
}

.pro-dtt .modal-content .o-card p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.pro-dtt .modal-content .o-card span {
	font-size: 16px;
	color: #fff;
}

.pro-dtt .price-list .bordr {
	border-bottom: 1px solid #ebedf0;
	padding: 10px;
}

.pro-dtt .price-list p {
	font-size: 16px;
	color: #323233;
	margin: 0;
}

.pro-dtt .price-list span {
	font-size: 16px;
	color: rgb(250, 81, 81);
}

.pro-dtt .price-list select {
	border: 1px solid rgb(0, 205, 242);
	color: rgb(0, 205, 242);
	width: 130px;
	margin: 0 auto;
	margin-right: 0;
	font-size: 11px;
	padding: 6px !important;
}

.pro-dtt .modal-footer {
	border-width: 0;
}

.pro-dtt .modal-footer button {
	width: 90%;
	margin: 0 auto;
	border-radius: 0.5rem;
	background-color: rgb(1, 61, 125);
	border-color: rgb(1, 61, 125);
	min-height: 50px;
	color: #fff;
	font-size: 18px;
}

/*team commission page*/
.team-comision h3 {
	font-size: 18px;
	color: #111;
	margin: 0 0 10px;
}

.team-comision .color-red {
	color: rgb(225, 2, 2);
	font-weight: 600;
}

.team-comision table th {
	border-bottom: 0;
	font-size: 18px;
	font-weight: 400;
}

.team-comision table td {
	border-color: #e97954;
}

/*coupon page*/
.coupon ul#tabs-nav,
.coupon ul#tabs-nav {
	border: none !important;
}

.coupon ul#tabs-nav li a {
	border: none;
	color: #333;
	width: max-content;
}

.coupon ul#tabs-nav li.active a {
	background: transparent;
	border: none;
}

.coupon ul#tabs-nav li.active a {
	position: relative;
}

.coupon ul#tabs-nav li.active a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #fff;
	width: 30%;
	height: 1px;
	margin: 0 auto;
}

.coupon .bodr {
	border-right: 1px solid #e8e8e8;
	width: 1px;
	height: 100%;
	margin: 0 auto;
}

.coupon .tab-content p {
	color: #333;
	font-size: 17px;
	margin: 0;
}

.coupon .tab-content p.num span {
	font-size: 28px;
}

.coupon .tab-content .right-con .top-con h3,
.coupon .tab-content .right-con .top-con p {
	font-size: 20px;
	color: #333;
}

.coupon .tab-content .right-con p {
	color: #999;
	font-size: 19px;
}

.coupon .tab-content .right-con span {
	font-size: 15px;
	color: #999;
}

/*funding details*/
.fund-detail table th {
	border: none;
	font-weight: 500;
}

.fund-detail table td {
	border-color: #e97954;
}

/*Agent investment page*/
.agent-invest p {
	font-size: 18px;
	color: #111;
}

/*official email page*/
.official-email h2 {
	font-size: 32px;
}

.official-email p {
	font-size: 18px;
	color: #111;
}

/*checkout payment page*/
.top-head {
	padding: 15px 0;
	text-align: center;
}

.top-head h2 {
	font-size: 1.125rem;
	margin: 0;
	color: #fff;
}

.checkout-payment h4 {
	text-align: center;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	margin: 20px 0;
	cursor: pointer;
	font-weight: 700;
}

.checkout-payment span.red-icon {
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
	color: #fff;
	background: #ff0000;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
}

.checkout-payment .cp-wrap h3.payment {
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
	font-size: 20px;
}

.checkout-payment .cp-wrap p.price {
	color: #ff0000;
	font-size: 36px;
	margin: 0;
	line-height: 1;
	font-weight: 700;
}

.checkout-payment .QR-link {
	padding: 12px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #528ff0;
	margin-bottom: 20px;
}

.checkout-payment .QR-link p {
	line-height: 20px;
	font-size: 16px;
	margin: 0;
}

.checkout-payment .QR-link input {
	background: transparent;
	border: none;
	color: #ff0000;
	text-align: center;
}

.checkout-payment .QR-link input:focus-visible {
	outline: none;
}

.checkout-payment .QR-link button {
	width: 80%;
	max-width: 320px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 10px auto 0;
}

.checkout-payment .cp-wrap img {
	max-width: 150px;
}

.checkout-payment .cp-wrap p {
	font-size: 0.875rem;
	color: #333;
}

.checkout-payment .cp-wrap .step-lab {
	width: 11.5%;
	text-align: left;
}

.checkout-payment .cp-wrap .step-input {
	min-height: 32px;
	border: 2px solid #74a5f3;
	border-radius: 6px;
	font-size: 16px;
	padding: 2px 15px;
}

.checkout-payment .cp-wrap small {
	display: inline-block;
	font-size: 16px;
	width: 80%;
	margin: 22px auto 22px;
	min-width: 300px;
	color: #ff0000;
	text-align: center;
}

.checkout-payment .cp-wrap .btn-blue {
	max-width: 200px;
	min-height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 10px auto 0;
	width: 100%;
	background: #528ff0;
}

.checkout-payment .cp-wrap .btn-blue:disabled {
	pointer-events: none;
	opacity: .65;
}

.checkout-payment .cp-wrap .btm-exp p {
	font-size: 12px;
	margin: 0 0 10px;
}

.checkout-payment .cp-wrap .btm-exp p.color-gre {
	color: #999;
}

.checkout-payment .cp-wrap .btm-exp img {
	max-width: 100%;
	border: 2px solid #528ff0;
}

/*tootip copy to clipboard*/
.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	z-index: 5;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -50%;
	opacity: 0;
	transition: opacity 0.3s;
}

/*.tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
}*/


/*footer*/
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	padding: 10px 12px;
	background: #fff;
}

.footer img {
	width: 30px;
}

.footer a {
	text-decoration: none;
	color: #999;
}

.footer p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	color: #999;
}

.footer p.active {
	color: rgb(255, 166, 83);
}

/*Media query*/
@media(max-width: 480px) {
	.page-width {
		padding: 0 15px;
	}

	.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.row>* {
		padding-left: 5px;
		padding-right: 5px;
	}

	.body-content {
		top: 3rem;
	}

	p,
	.notice-bar1 marquee {
		font-size: 12px !important;
        /*background: white !important;*/
	}

	.btn,
	a {
		min-height: 30px !important;
		font-size: 12px !important;
	}

	.icons-sec .btn-wrap a img {
		width: 25px;
	}

	.language p {
		padding-right: 15px;
	}

	.btn-arrow {
		padding-right: 10px;
	}

	.btn-arrow:after {
		font-size: 12px;
	}

	.bradcrumb {
		padding: 10px 15px;
	}

	.bradcrumb span,
	.bradcrumb p.fw-bold {
		font-size: 12px !important;
	}

	.bradcrumb i {
		font-size: 12px;
	}

	.bradcrumb p {
		font-size: 15px !important;
		white-space: nowrap;
	}

	.header {
		padding: 10px 15px;
	}

	.header .title {
		font-size: 16px;
	}

	.language p:after {
		font-size: 12px;
		top: 4px;
	}

	.language img {
		height: 15px;
		width: 15px;
	}

	.icons-sec img {
		max-width: 55px;
	}

	.news-sec img {
		max-height: 6rem;
		object-fit: cover;
	}

	.footer img {
		width: 20px;
	}

	.main-account {
		padding-top: 10px;
	}

	h3 {
		font-size: 12px !important;
	}

	.payment-card .btm-con h2,
	.payment-card .btm-con p {
		font-size: 16px !important;
	}

	.payment-card .row {
		align-items: center;
	}

	table th,
	table td {
		font-size: 12px !important;
	}

	.hom-widthdraw .form-label {
		font-size: 12px;
		padding: 15px 0;
	}

	.pro-cd span.color-orange {
		font-size: 14px;
	}

	.invitation .pro-days p {
		margin-bottom: 10px;
	}

	.new-more .page-width {
		padding: 0;
	}

	.news-more .news-card img {
		height: 5rem;
	}

	.news-detail h2 {
		font-size: 18px;
	}

	.pro-tabs .tab-content .product-card .btm-content h2 {
		font-size: 12px;
	}

	#tabs-content {
		padding: 0 15px;
	}

	.flop-game .lucky-card .wid {
		width: unset;
	}

	.flop-game .title h2 {
		font-size: 27px;
	}

	.main-account .wallet-wrap p,
	.main-account .acc-id .username {
		font-size: 15px !important;
	}

	.main-account .top-logo-sec .setting-icon {
		width: 30px;
		height: 30px;
		right: 0;
		top: 10px;
	}

	.top-logo-sec {
		padding-top: 20px;
	}

	.main-account .top-logo-sec .logo img {
		width: 60px;
		height: 60px;
	}

	.main-account .comon-function {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-account .comon-function h2 {
		font-size: 16px;
		margin-top: 0;
	}

	.main-account .comon-function img {
		width: 30px;
	}

	.main-account .comon-function p {
		font-size: 10px !important;
		font-weight: 400;
	}

	.main-account .wallet-wrap {
		padding: 0.8rem 10px;
	}

	.coupon #tabs-content {
		padding: 0 !important;
	}

	.coupon .tab-content .right-con span,
	.coupon .tab-content span {
		font-size: 10px;
	}

	.setting-page .bordr {
		margin: 0;
	}

	.team {
		padding: 0 15px;
	}

	.pro-tabs.team ul#tabs-nav li.active,
	.pro-tabs.team ul#tabs-nav-in li.active1 {
		background-color: rgb(214, 92, 51);
	}

	.pro-tabs ul#tabs-nav-in li {
		background: #fff;
	}

	.team-sec {
		padding: 0 !important;
	}

	.white-card {
		padding: 0.8rem 10px;
	}

	.signin-head .logo img {
		max-width: 120px;
	}

	.product-detail .carousel .carousel-inner img {
		height: 170px;
		object-fit: cover;
	}

	.product-detail .pro-card {
		padding: 20px 10px;
	}

	.product-detail .pro-card h2 {
		font-size: 14px !important;
	}

	.product-detail .pro-card p {
		font-size: 13px !important;
	}

	.product-detail .pro-card span {
		font-size: 12px;
	}

	.pro-tabs .tab-content .product-card .btm-content a {
		padding: 4px 10px 6px;
	}

	header,
	footer,
	.bradcrumb {
		border-left: 0;
		border-right: 0;
	}

	.s-bordr:after,
	.body-content:after {
		content: none;
	}

	.checkout-payment .cp-wrap p.price {
		font-size: 36px !important;
	}

	.checkout-payment .cp-wrap h3.payment {
		font-size: 20px !important;
	}

	.checkout-payment .clipboard p,
	.checkout-payment .clipboard input {
		text-align: left;
	}

	.checkout-payment .QR-link button {
		/* width: 50%; */
	}

	.checkout-payment .cp-wrap .step-lab {
		width: 75px;
		font-size: 14px;
	}

}
