
:root{
	--darkegreen: #3f6b11;
}

.navbar-theme{
	background: var(--darkegreen);
}
.sidebar-toggle.bars span{
	background: #fff;
}
.text-white{
	color: #fff !important;
}
.sidebar, .sidebar-brand, .sidebar-content{
	background-color: #e2ebd1;
    /* background-image: linear-gradient(to bottom, #a10995, #8a0a80); */
    border-right: 1px solid #dce6c9;
}
.sidebar-brand:hover{
	background-color: #e2ebd1 !important;
}
.sidebar-item{
	background: #d5e0bf;
}
.sidebar-item.active > .sidebar-link {
  background: transparent;
  border-radius: unset;
}
.sidebar-brand2{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px 15px;
}
.logo-wrapper{
	position: relative;
	width: 100px;
	height: 100px;

}
.logo-wrapper img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.site-name{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.site-name span{
	color: #559d02;
}
.horizontalCounter{
	position: relative;
}
.elixir-bg-1{
	width: 100%;
    height: auto;
    padding: 20px 20px 60px 20px;
    background-color: #4d7c1a;
    display: flex;
    flex-wrap: wrap;
}
.elixir-bg-2{
	width: 100%;
    height: auto;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.elixir-navbar{
	margin-bottom: 0 !important;
}
.eli-col-4{
	width: 33.33333333333333%;
}
.eli-col-4:not(:last-child) .elix-space-10{
	padding-right: 15px;
}
.eli-col-3{
	width: 25%;
}
.eli-col-3:not(:last-child) .elix-space-10{
	padding-right: 15px;
}
.eli-col-2{
	width: 16.66666666666667%;
}
.eli-col-2:not(:last-child) .elix-space-10{
	padding-right: 15px;
}
@media only screen and (max-width: 768px){
	.eli-col-4{
		width: 100%;
	}
	.eli-col-4:not(:last-child) .elix-space-10{
		padding-right: 0;
	}
	.eli-col-3:not(:last-child) .elix-space-10{
		padding-right: 0;
	}
	.eli-col-2:not(:last-child) .elix-space-10{
		padding-right: 0;
	}
	.elix-space-10{
		padding-bottom: 15px;
	}
	.eli-col-sm-6{
		width: 50%;
	}
	.eli-col-sm-6:nth-of-type(odd) .elix-space-10{
		padding-right: 15px;
	}
}

.h_counter {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #7cae46;
    border-radius: 6px;
    padding: 10px 2% 10px 2%;
    box-shadow: 0 0 5px #666;
    text-align: left;
    position: relative;
    background-image: url(../../images/counterBckImage.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.counterName {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
}
.counterName b {
    font-size: 20px;
    padding-top: 10px;
    display: block;
}
.rightIcon {
    position: absolute;
    right: 5px;
    width: 45px;
    border-radius: 6px;
}
.h_counter img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.elixir-content{
	height: 100vh;
	overflow-y: auto;
    padding-bottom: 100px;
    background-color: #f0f6e7;
}

.welcomeDash {
    width: 80%;
    padding: 10px 10px 10px 10px;
    background-color: #e1f1c0;
    border-radius: 10px;
    margin: 0px auto;
    position: relative;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-ref-wrapper{
	white-space: nowrap;
}
@media only screen and (max-width: 800px){
	.welcomeDash {
	    width: 80%;
	    height: auto;
	    padding: 10px 10px 30px 10px;
	    text-align: center;
	    flex-direction: column;
	}
	.btn-ref-wrapper{
		padding-top: 10px;
	}
}
.welcomeMsgHold {
    padding-left: 10px;
}
.welcomeMsgHold h1 {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: normal;
    color: #084526;
}
.welcomeMsgHold h1 b {
    font-size: 20px;
    font-weight: bold;
    color: #018e47;
}
.welcomeMsgHold p {
    font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 30px;
    color: #084526;
}
.welcomeMsgHold p b {
    font-size: 16px;
    color: #084526;
}
.newButton_white {
    text-decoration: none;
    color: #313d25;
    font-size: 12px;
    padding: 10px 15px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.newButton_white2 {
	min-width: 100px;
    background-color: #d64012;
    padding-right: 14px;
    color: white;
}

.newButton_white2:hover, .newButton_white2:active {
    background-color: #ef4815;
    color: #fff;
}

.h_counter2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 6px;
    padding: 10px 2% 10px 2%;
    text-align: left;
    color: #fff;
    background-color: #fff;
    background-image: url(../../Images/counterBckImage.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.counterInfoHold {
    padding: 10px 15px;
}
.elix-span-icon{
	/*margin-right: 10px;*/
}
.counterIcon {
    width: 20px;
    border-radius: 6px;
    box-shadow: 0 0 0px #888;
}
.counterInfo {
    font-weight: 600;
    font-size: 11px;
    padding-left: 5px;
    white-space: nowrap;
}
.counterInfoVal {
    font-weight: bold;
    font-size: 17px;
    display: block;
    padding: 4px 5px 5px 5px;
}
.flex-center-space{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container-elixir{
	padding: 0 20px;
}
.elixir-primary{
	background-color: #5c7d03 !important;
}
.ex-card-icon{
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: rgb(103, 132, 25);
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}
.ex-card-icon img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.table-elixir thead > tr th{
  	background: #d5e0bf !important;
  	border: unset !important;
}
/*.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
  	background-color: #d5e0bf !important;
}*/


.tree{
	padding: 20px 15px;
	position: relative;
}
.tree table tr > td{
	border: unset;
	text-align: center;
}

.node_element_image{
	margin: auto;
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 10px;
}
.node_element_arrow{
	margin: auto;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.node_element_name{
	font-size: 12px;
}
.node_element_username{
	font-size: 12px;
	text-transform: uppercase;
}

.hasline{
	padding: 0 !important;
	padding-top: 10px !important;
}
.binaryline{
	position: relative;
	width: 60%;
	margin: auto;
	height: 40px;
	margin-top: 10px;
	border-top: 1px solid var(--darkegreen);
}

.binaryline::before, .binaryline::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 40px;
	background-color: var(--darkegreen);
}
.binaryline::before{
	left: 0;
}
.binaryline::after{
	right: 0;
}
.binary-table tr:last-child .binaryline{
	display: none;
}
.add-node-tree{
	padding: 5px 0;
}
.add-node-tree a{
	background-color: #D64012;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 10px;
}
.add-node-tree a:hover{
	background-color: #D64012;
	color: #fff;
}

.auth-body{
	background-color: #f0f6e7 !important;
}

.loading_cover0{
	display: none;
}
.loading_cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #fff;
    opacity: 0.8;
}
.loading_cover1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1100;
}
.loading_cover1 div {
    width: 80px;
    height: 80px;
    margin: 0px auto;
    display: block;
    margin-top: 300px;
    position: relative;
}

.loading_cover1 img {
    width: 100%;
    display: block;
    position: absolute;
}
#loader {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.earning-data{
	font-size: 12px;
}
.center{
	text-align: center !important;
}

.list-group-item{
	font-size: 16px;
}
.profile-data h6{
	font-size: 18px !important;
	margin: 0;
	padding: 0;
}
.title-header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding-top: 20px;
	padding-bottom: 20px;
}
.country-wrap{
	display: flex;

}
.countryFlag{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	background-color: #e2ebd1;
}

.binaryTree{
	cursor: pointer;
}
.tree-information{
	display: inline-block;
}

.genealogy-back-arrow{
	background-color: #d64012;
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
	border-radius: 8px;
	cursor: pointer;
}

.bg-danger{
	background-color: #d64012;
	color: #fff !important;
}
.bg-danger h5{
	color: #fff;
}

.show-downline tr td{
	text-transform: capitalize;
}

.e-flex{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.single-col{
	min-width: 20%;
}
.single-col .inner-layer{
	padding: 10px 15px;
	background-color: #5d9025;
	border-right: 1px solid #446d16;
	border-left: 1px solid #79ac43;
}
.layer-box{
	display: flex;
	align-items: center;
}
.single-col-img{
	width: 24px;
	height: 24px;
	background: url(../../images/meterBck.png)  no-repeat;
	background-size: cover;
}

.single-col-content{
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.single-col-content p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
}
.single-col-content span{
	font-size: 15px;
	color: #fff;
}


@media only screen and (max-width: 444px){
	.container-elixir {
	  padding: 0 8px;
	}
	.css-x5u3lb {
	  padding: 20px 25px 20px;
	  margin-bottom: 20px;
	}
	.single-col{
		width: 100%;
	}

	.single-col-img{
		width: 4.4864vmin;
		height: 4.4864vmin;
	}
	.single-col-content{
		padding: 0 2.7vmin;
		white-space: nowrap;
	}
	.single-col-content p{
		font-size: 3.783vmin;
		margin: 0;
		padding: 0;
	}
	.single-col-content span{
		font-size: 3.783vmin;
	}

	.single-col .inner-layer{
		padding: 2.7vmin 4.0540vmin;
	}
	.panel-body{
		padding: 4px;
	}
	.table-sm-page table th, .table-sm-page table td, .earning-data{
		font-size: 3.783vmin;
	}

	.table-sm-page .table > thead > tr > th,
	.table-sm-page .table > tbody > tr > th,
	.table-sm-page .table > thead > tr > td,
	.table-sm-page .table > tbody > tr > td {
	  padding: 8px;
	  line-height: 1.42857143;
	  vertical-align: top;
	  border-top: 1px solid #ddd;
	}
	.table-sm-page .amount-area{
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 1.351vmin;
	}

	.d-flex.align-items-center{
		display: flex !important;
	}
	.welcomeMsgHold h1{
		font-size: 4.864vmin;
	}
	.welcomeMsgHold h1 b {
	  font-size: 4.864vmin;
	  font-weight: bold;
	  color: #018e47;
	}
	.h_counter2 {
	  padding: 0 2% 0 2%;
	  background-image: url(../../Images/counterBckImage.png);
	  background-repeat: no-repeat;
	  background-size: contain;
	}
	.counterInfo{
		font-size: 10px;
	}
}


.rankingsHold {
    width: 100%;
    background-color: #fff;
    height: auto;
    padding: 0px;
}

.windowHeader {
	padding: 10px 0;
	margin: 0;
    font-size: 13px;
    color: #006633;
}
.windowBody {
    height: auto;
    padding: 5px 0 50px;
    display: flex;
}

#awardHolder {
    width: 250px;
    height: 200px;
    margin-right: 10px;
}
#awardHolder img {
    width: 100%;
}
.rankProgressHold {
    display: flex;
    width: calc(100% - 250px);
    flex-direction: column;
    border: 0px solid #333;
}
.progressImgHold {
	display: flex;
	align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.progress_circle {
    width: 33px;
    height: 33px;
    border: 2px solid #139470;
    border-radius: 60px;
    margin-right: 15px;
}

.progress_wrapper {
	width: 60%;
	height: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress_bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #139470;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.requiredTitle {
    color: #888;
    font-size: 11px;
}
.requiredTitle b {
    color: #141d18;
    font-size: 13px;
}
.targetValue {
    font-size: 13px;
    padding-top: 6px;
    color: #141d18;
    font-weight: normal;
}
.targetValue b {
    font-size: 13px;
    color: #097d5d;
    font-weight: bold;
}
@media only screen and (max-width: 767px){
	.rankingsHold{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.windowBody{
		flex-direction: column;
	}
	.rankProgressHold{
		width: 100%;
	}
	.progress_wrapper{
		width: 80%;
	}
}
.slider-row{
	display: flex;
}
.rank-slider-container .title{
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 0;
}
.slider-row .item{
	background-color: #d1d1d1;
	padding: 10px;
}
.image-wrapper{
	border-radius: 12px;
	background-color: #fff;
	padding: 5px;
	position: relative;
}
.image-wrapper img{
	width: 100%;
}
.reward-title{
	width: 100%;
	text-align: center;
	font-size: 12px;

}

.rank-slider-container{
	position: relative;
}

.card-padding-0 .card-body{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.card-padding-0 .card-body .rank-slider-container, .card-padding-0 .card-body .rankingsHold {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important;
}
@media (max-width: 640px) {
	.card-padding-0 .card-body .rank-slider-container, .card-padding-0 .card-body .rankingsHold {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}
}
.rank-slider-container .owl-nav{
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
}
.rank-slider-container .owl-nav .owl-prev span, .rank-slider-container .owl-nav .owl-next span{
	color: #5e5454;
	font-size: 34px !important;
	position: absolute;
	z-index: 10;
}
.rank-slider-container .owl-nav .owl-prev span{
	left: 10px;
	top: 50%;
	transform: translate(10px, -50%);
}
.rank-slider-container .owl-nav .owl-next span{
	right: 10px;
	top: 50%;
	transform: translate(-10px, -50%);
}
.slider-rank{
	position: absolute;
	right: -3px;
	top: 18px;
	border-radius: 5px;
	padding: 2px 4px;
	transform: rotate(55deg);
	font-size: 8px;
	font-weight: 600;
	background-color: #d1d1d142;
}
.slider-rank.achieved{
	background-color: #d64012;
	color: #fff;
}

.cat-menu, .cat-sec {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #139470;
    z-index: 1;
}

.cat-sec {
    padding-left: 25px;
    padding-right: 25px;
}
.shop-logo h2 {
    margin: 0;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-sec a {
    font-size: 14px;
    color: #d9e8ff;
    background-color: #43ae90;;
    padding: 7px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.cart-sec a i{
	margin-left: 5px;
	margin-right: 5px;
}

.cat-menu {
    background-color: #43ae90;
    padding: 14px 25px;
    margin-bottom: 22px;
}
.package-title{
	color: #d9e8ff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.pro-sec {
    padding-top: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.package-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.package-col{
	width: calc(33.33333333333333%);
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
	.package-col{
		width: 50%;
	}
}
@media only screen and (max-width: 580px){
	.package-col{
		width: 100% !important;
	}
	.package-wrapper{
		flex-direction: column;
	}
}
.package-card{
	padding: 10px 10px;
}
.package-body{
	background-color: #139470;
	padding: 10px 15px;
	color: #fff;
}

.package-body {
    background-image: url(../../Images/counterBckImage.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.package-col:nth-of-type(odd) .package-body{
	background-color: #c1d892;
}
.package-name{
	text-transform: uppercase;
	font-weight: 500;
}
.package-details{
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.package-details .amount, .activate_amount{
	font-size: 24px;
	color: #ff3c20;
}
.capping{
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.23);
	margin-bottom: 10px;
}
.upgrade-btn button{
	font-size: 12px;
    color: #d9e8ff;
    background-color: transparent;
    padding: 7px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    align-items: center;
	border: 1px dashed #fff;
}

.upgrade-btn button:hover, .upgrade-btn button:active {
    background-color: #ef4815;
    color: #fff;
}
.na-package{
	font-size: 12px;
    color: #d9e8ff;
    padding: 7px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.myDropdown.my_select{
	background-color: rgb(226, 242, 200);
}
.user-wallet-reg{
	padding: 0 !important;
	background-color: transparent !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.user-wallet-reg .cart-sec{
	padding-top: 12px;
}
.user-wallet-reg .cart-sec a:hover{
	text-decoration: none;
}
.e-wallet-office{
	padding: 10px 15px;
	background-color: rgb(240, 246, 231);
}

.e-wallet-office .cart-sec{
  font-size: 14px;
  color: #018e47;
  background-color: #e1f1c0;
  padding: 7px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.e-wallet-office .cart-sec a {
  font-size: 14px;
  color: #018e47;
  background-color: transparent;
}
.e-wallet-office .cart-sec a:first-child{
	border: 1px dashed #018e4745;
}

.border-bottom-1{
	border-bottom: 1px solid #018e4745;
}
.select2-container .select2-selection--single{
	height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 42px;
}

.w-popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    align-items: stretch;
    -webkit-transform: translateZ(0px);
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.42);
}
.popup-inner{
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.pinpopup{
    min-width: 300px;
}
.pinpopup .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(37, 157, 140, 0.18);
    padding: 12px 15px 12px;
}
.closePinPop{
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.closePinPop:hover,
.closePinPop:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.pinpopup .body{
	padding: 10px 15px;
	text-align: left !important;
}

.main-Withdraw {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 1px 0px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    background-image: url(../../images/download.jpg?v1);
    background-repeat: no-repeat;
    background-size: cover;
}
.main-balance {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-balance h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.main-balance h1 {
    color: #fff;
    font-weight: 600;
}
.dolo-icon span {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
}
.sub-withdraw {
    text-align: center;
    justify-content: space-between;
}
.main-box {
    padding: 0px 30px;
    border-radius: 5px;
    width: calc((100% - 2rem) / 2);
    width: 100%;
    text-align: left;
}
.main-box h4 {
    font-size: 16px;
    color: #d7d7d7;
}
.main-box h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.main-Withdraw-rqst {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.withdr-pd {
    padding: 5px 30px;
    margin-top: 25px;
}
.withdr-pd .input-group {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}
.empty-payment-info{
	width: 100%;
	height: calc(100vh - 300px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.empty-icon{
	width: 50px;
	height: 50px;
	background: url(../../images/user-wallet.png?v1=1) no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}

body.body-recover-password{
	background-color: rgb(240, 246, 231);
}
.forget-password-wrapper{
	width: 100%;
	position: relative;
	background-color: rgb(240, 246, 231);
	box-sizing: border-box;
}
.forget-password-wrapper .inner-img-bg{
	position: absolute;
	top: 0;
	width: 50%;
	object-fit: center;
}

.fg-contaniner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fg-main-wrap{
	width: 500px;
	background: rgb(240, 246, 231);
	/*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
	padding: 10px 15px;
	margin-top: 4rem;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px){
	.forget-password-wrapper .inner-img-bg{
		width: 100%;
	}
	.fg-main-wrap{
		width: calc(100% - 20px);
		margin: 4rem auto 0;
	}
}

.elixir-fg-log{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.elixir-fg-log img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.fgt-title{
	margin-bottom: 2rem;
}
.fgt-title h5{
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-family: "lora", sans-serif;
	text-transform: uppercase;
	color: #006633;
}
.fgt-title h5 span{
  	color: #5ca804;
}
.fg-form-group{
	margin-bottom: 2rem;
}
.flex-group{
	display: flex;
}
.flex-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e2f2c8;
	border: 1px solid #ced4da;
	border-right: unset;
	/*border-radius: 0.375rem;*/
}

.flex-group .fg-input-control{
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.5;
	border-radius: unset;
	height: 40px;
	background-color: #e2f2c8;
	color: #232819;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
.flex-group .fg-input-control:focus{
	outline: 0;
	background-color: #e2f2c8;
	border-color: #ced4da;
	color: #232819;
}
.fg-proceed-btn{
	display: flex;
	justify-content: flex-end;
}
.fg-proceed-btn button{
	background-color: #006536;
	width: 100%;
	color: #fff;
	height: 50px;
}
.fg-proceed-btn button:focus, .fg-proceed-btn button:hover{
	color: #fff !important;
	background-color: #006536;
}

.system-msg{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 12px 15px;
	
}
.system-msg.error{
	background-color: #f9c3c3;
}
.system-msg.success{
	background-color: #fff;
	color: #5ba701;
	font-weight: 500;

}
.system-msg:before{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin-bottom: 0.75rem;
}
.system-msg.error:before{
	content: '\f071';
	color: #ee3f3f;
}
.system-msg.success:before{
	content: '\f058';
	color: #5da804;
  	font-size: 28px;
}

.system-msg span{
	display: block;
	width: 100%;
	text-align: center;
}

.fg-bottom{
	padding: 10px 0;
}
.fg-division{
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.37);
	font-weight: 600;
	padding: 0 0 10px;
	white-space: nowrap;

}
.fg-division:before, .fg-division:after{
	content: '';
	width: 100%;
	height: 2px;
}
.fg-division:before{
	margin-right: 10px;
	background: linear-gradient(90deg, #dfead3 0%, #a1e856 100%);
}
.fg-division:after{

	margin-left: 10px;
	background: linear-gradient(90deg, #a1e856 0%, #dfead3 100%);
}
.fg-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fg-links a{
	text-decoration: none;
	color: #488303;
  	font-weight: bold;
}
.fg-links a:hover, .fg-links a:active{
	color: #8fed01;
}
.fg-links a:first-child{
	margin-right: 10px;
}
.fg-links a:last-child{
	margin-left: 10px;
}
.resendOtp{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.fg-form-group.resend-prev{
	margin-bottom: 0.45rem !important;
}
.resend-btn{
	display: block;
	background-color: rgb(88, 171, 2);
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.resend-btn-disabled{
	display: block;
	background-color: rgba(88, 171, 2, 0.44);
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	pointer-events: none;
}
.otp-countdown{
	color: rgb(236, 56, 56);
	font-weight: 600;
}

.leverageModal{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 245;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgb(0, 0, 0, .20);
	display: none;
}

.leverageModal-dialog {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.leverageModal.fade .leverageModal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
.leverageModal.fade{
	display: none;
}
.leverageModal.show{
	display: block;
}
@media (prefers-reduced-motion: reduce) {
	.leverageModal.fade .leverageModal-dialog {
		transition: none;
	}
}

.leverageModal.show .leverageModal-dialog {
  	transform: none;
}

.lev-modal-content {
	position: relative;
	display: flex;
	min-width: 350px;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 0.5rem;
	outline: 0;
}

@media (max-width: 500px){
	.leverageModal-dialog{
		padding: 0 20px;
	}
	.lev-modal-content{
		min-width: 100%;
		width: 100%;
	}
}

.lev-modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.5rem - 1px);
	border-top-right-radius: calc(0.5rem - 1px);
}
.lev-modal-header .lev-close-btn {
	padding: calc(1rem * 0.5) calc(1rem * 0.5);
	margin: calc(-0.5 * 1rem) calc(-0.5 * 1rem) calc(-0.5 * 1rem) auto;
}


.lev-close-btn {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.375rem;
	opacity: 0.5;
}
.lev-close-btn:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
.lev-close-btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(121, 164, 76, .27);
	opacity: 1;
}

.lev-modal-body{
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.lev-banner{
	padding: 10px;
	position: relative;
}
.lev-banner img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media (max-width: 933px){
	.lev-banner img{
		height: unset;
	}
}
.lev-b-title{
	color: rgb(171, 51, 14);
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.lev-btn-container{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
.lev-btn-container a{
	border: none;
	padding: 0.35em 0.75em;
	background-color: rgb(124, 174, 70);
	width: 60%;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.small-lev-text{
	text-align: center;
}
.lev-signed-up{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.lev-signed-up .dix{
	--dix-margin: 20px;
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.lev-signed-up .dix:before, .lev-signed-up .dix:after{
	content: '';
	width: calc(50% - var(--dix-margin));
	height: 2px;
}
.lev-signed-up .dix:before{
	margin-right: var(--dix-margin);
	background: linear-gradient(90deg, #deeee6 0%, #9fdf54 100%);
}
.lev-signed-up .dix:after{
	margin-left: var(--dix-margin);
	background: linear-gradient(90deg, #deeee6 0%, #9fdf54 100%);
}
.lev-signed-up div:last-child{
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.lev-signed-up div:last-child span{
	margin-right: 10px;
}
.lev-signed-up div:last-child a{
	font-size: 16px;
	font-weight: 600;
	color: #8fbf2b;
}

@media (max-width: 376px){
	.lev-signed-up div:last-child span{
		font-size: 13px;
	}
	.lev-signed-up div:last-child a{
		font-size: 14px;
	}
}

.leverage-title {
	background: rgb(127, 218, 87) !important;
}
.leverage-title h4{
	margin: 0;
	padding: 0;
	font-family: Perpetua !important;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.leverage-container{
	padding: 0 15px;
}
.lev-card {
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: 0.4rem;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}
.lev-c-header {
	padding: 1rem 1rem;
	margin-bottom: 0;
	background-color: #139470;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	border: 0 solid rgba(0,0,0,.125);
	color: #fff;
}
.lev-c-header h5{
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
}
.lev-c-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}
.ref-box{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.dir--container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	padding: 1rem 0;
}
.dir--container:not(:last-child){
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.dir--container .dir--side:first-child{
	text-transform: uppercase;
	font-size: 12px;
}

.dir--container .dir--side:last-child{
	text-transform: capitalize;
}

.incomplete{
	color: rgb(242, 12, 12);
}
.complete{
	color: rgb(127, 218, 87);
	font-weight: 800;
}
.dir-view--more{
	padding: 1rem 0;
}
.dir-view--more button{
	border: none;
	background-color: transparent;
	color: rgb(109, 155, 14);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.eligibility{
}
.award-stats-text{
	font-size: 18px;
	font-weight: 600;
}
.award-stats-text span{
	color: rgb(127, 218, 87);
}

.award--wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.reward-image{
	background: linear-gradient(135deg, rgb(127, 218, 87) 32%, rgb(239, 252, 255) 32%, rgb(255, 255, 255) 35%, rgb(1, 102, 54) 35%);
	border-radius: 8px;
	padding: 0 15px;
}
.reward-image img{
	width: 320px;
	height: 200px;
	border-radius: 8px;
	object-fit: contain;
}
@media (max-width: 400px){
	.reward-image img{
		width: 100%;
		height: unset !important;
	}
}
.p--container{
	width: calc(100% - 370px);
}
.p--wrapper{
	padding-left: 40px;
}
.p--caption{
	font-size: 18px;
	font-weight: 600;
	color: rgb(1, 102, 54);
}
.p--bar{
	display: flex;
	align-items: center;
	padding: 16px 0 0;
}
.progress-spinner, .progress-spinner:after{
	box-sizing: border-box;
}
.progress-spinner{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	color: rgb(127, 218, 87);
	margin-right: 15px;
}
.progress-spinner:after{
	content: '';
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin-bottom: 8px;
	box-sizing: border-box;
	border: 32px solid currentColor;
	border-color: currentColor transparent currentColor transparent;
	animation: progressLev 1.2s infinite;
}
@keyframes progressLev{
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		transform: rotate(1800deg);
	}
}
.p--ref-count{
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
  	font-weight: 600;
}
.p--ref-status{
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.53);
  	font-weight: 600;
}
.p--ref-status span{
	color: rgb(122, 200, 88);
	font-weight: 700;
	font-size: 12px;
}

.p--ref-status.total{
	margin-top: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.37);
}
@media (max-width: 360px){
	.p--ref-status{
		font-size: 12px;
	}
	.p--ref-status span{
		font-size: 10px;
	}
}


.eligibility .progress_wrapper{
	width: 100%;
}


@media (max-width: 767px){
	.reward-image{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.p--wrapper{
		padding-left: 0;
	}
	.p--container{
		margin-top: 20px;
		width: 100%;
	}

	.progress-spinner{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.progress-spinner:after{
		content: '';
		display: block;
		border-radius: 50%;
		width: 0;
		height: 0;
		margin-bottom: 8px;
		box-sizing: border-box;
		border: 20px solid currentColor;
		border-color: currentColor transparent currentColor transparent;
		animation: progressLev 1.2s infinite;
	}
}
.lev-card.award-qualifications{
	box-shadow: none;
}
.award-qualifications .lev-c-body{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.award-qualifications .lev-c-header{
	background-color: transparent;
	color: rgba(0, 0, 0, 0.67);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.award-qualifications .title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
.award-qualifications .pending{
	padding: 15px 15px;
	background: linear-gradient(90deg, #7fda57 0%, #016636 100%);
	color: #fff;
}
.award-qualifications .pending p{
	margin: 0;
}
.msg-eligible{
	font-size: 17px;
	font-weight: 600;
}
.msg-success{
	font-size: 15px;
	font-weight: 600;
}
.award-qualifications .recieved{
	padding: 15px 15px;
	color: #fff;
	font-weight: 500;
	background: linear-gradient(315deg, rgb(1, 102, 54) 33%, rgb(214, 64, 18) 33%, rgb(214, 64, 18) 34%, rgb(127, 218, 87) 34%);
}
.award-qualifications .recieved p{
	margin: 0;
}
.award-qualifications .recieved p.msg-success{
	margin-bottom: 15px;
}
.award-qualifications .recieved a{
	color: rgba(0, 0, 0, 1.0);
	padding: 0.35rem 1rem;
	background: linear-gradient(90deg, #469b20 0%, #fff 100%);
}
.award-qualifications .recieved a:hover{
	background: linear-gradient(90deg, #fff 0%, #469b20 100%);
}

.btn.swal2-styled{
	background-color: #044527 !important;
}

.e-wallet-office .cart-sec a[data-buy-wallet]{
	background-color: rgb(214, 64, 18);
	padding: 0.45rem 0.75rem;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
}
.e-wallet-office .cart-sec a[data-buy-wallet]:before{
	content: '\f0d6';
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	margin-right: 5px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.select-amount-tabs{
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.select-amount-tabs span{
	display: block;
	background-color: rgb(163, 185, 119);
	padding: 0.45rem 0.55rem;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.select-amount-tabs span:hover{
	background-color: #017239;
}
.select-amount-tabs span.active{
	background-color: #017239;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 114, 57, 0.59);
}
.select-amount-tabs span:not(:last-child){
	margin-right: 6px;
}

.s-lev-btn{
	width: 100%;
}
.s-lev-btn button, .s-lev-btn button:focus, .s-lev-btn button:hover{
	display: block;
	width: 100%;
	background: rgb(63, 107, 17) !important;
	color: #fff;
	border-color: rgb(63, 107, 17);
}

.card-padding-0 .windowBody{
	padding: 5px 0 10px;
}
.bonus-pv{
	margin-bottom: 10px;
	padding: 10px 1.75rem;
	background-color: rgb(239, 245, 231);
	border-color: rgb(239, 245, 231);
}
.bonus-pv .bonus-pv-body{
	
}

.ads-leverage{
	padding: 20px 20px 20px;
}
.lev-car-image img{
	width: 350px;
	height: 350px;
	object-fit: cover;
}

@media (max-width: 500px){
	.lev-car-image img{
		width: 100%;
		height: unset;
		object-fit: cover;
	}
}

.first--step{
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #e2ebd1;
	color: #016636;
	padding: 12px 15px;
}
.first--step i{
	margin-right: 5px;
	color: red;
	font-size: 18px;
}
.qn{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #eed2d2;
}
.qn i{
	margin-right: 5px;
	font-size: 20px;
	color: red;
}

.hidedls{
	display: none !important;
}
.btn-deep-green{
	background-color: #4c8334 !important;
 	border: 1px solid #4c8334 !important;
}

.reserve--wallet-wrap{
	display: flex;
	align-items: center;
	background-color: #4d7c1a;
	padding: 10px 15px;
}
.reserve--wallet-wrap button.btn{
	margin-left: auto;
	background-color: #f0ad4e;
}

.reserve--wallet-product{
	display: flex;
	align-items: center;
	background-color: #4d7c1a;
	padding: 10px 15px;
	column-gap: 5px;
}
.reserve--wallet-product button:last-child{
	margin-left: auto;
}
.reserve--wallet-product button.btn{
	background-color: #f0ad4e;
	font-size: 12px;
}
.reserve--wallet-product button.btn:focus, .reserve--wallet-product button.btn:active{
	background-color: #f0ad4e !important;
	border-color: #f0ad4e;
	color: #fff;
}
.reserve--wallet-product button:first-child{
	background-color: #006636;
}
.reserve--wallet-product button:first-child.btn:focus, .reserve--wallet-product button:first-child.btn:active{
	background-color: #006636 !important;
	border-color: #006636;
	color: #fff;
}
.categories__details{
	position: relative;
	z-index: 11;
}
.categories__add_cart .btn{
	white-space: nowrap;
}
.categories__add_cart .btn.bg-danger{
	border-color: #dc3545;
}
.skiptranslate{
    display: none !important;
}
#google_translate_element{
  display: none;
}
.sps--lang-wrap {
	position: absolute;
	right: 0;
	background: rgb(253, 211, 55);
}
.language--selector {
	position: relative;
}
.selected--lang{
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background: #53a208;
    border-radius: 2px;
}
.selected--lang .c--flag{
    margin-right: 4px;
}
.selected--lang .c--name{
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.selected--lang .c--name:after{
    content: "\f0d7";
    font-family: 'Font Awesome 6 Sharp';
    font-weight: 900;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.selected--lang .c--name.active:after{
    content: "\f0d8";
}

.nav-item.lang{
	display: flex;
	align-items: center;
}
.nav-item.lang .selected--lang{
    padding: 0 12px;
    color: #fff;
    background: #53a208;
}
.nav-item.lang .selected--lang .c--name:after{
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.lang--dropdown{
    min-width: 150px;
    position: absolute;
    right: 0;
    margin-top: 5px;
    background: #444;
    box-shadow: 0 0 8px rgb(22, 22, 22);
    white-space: nowrap;
    display: none;
    z-index: 10;
}
.lang--dropdown.d--toggle{
    display: block;
}
.lang--dropdown-wrap{
}
.lang--dropdown-wrap a{
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
}
.lang--dropdown-wrap a span{
    color: #fff !important;
}
.lang--dropdown-wrap a.active{
    background: rgba(206, 236, 171, 0.57);
}
.lang--dropdown-wrap a.active span{
   color: #fff !important;
}
.lang--dropdown-wrap a:hover{
    background: rgb(206, 236, 171);
    color: #000;
}
.lang--dropdown-wrap a:hover span{
   color: #000 !important;
}
