@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

body{
	background: #9ecae0;
}

.wrapper{
	width: 100%;
	height: 100%;
}

#lead{
	display: none;
}

.lboard_section{
	width: 500px;
    height: 100%;
    margin: 0px auto 0;
    background: #f94f62;
    padding: 7px 40px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 3%;
	
}


/* SUBSCRTIPTIOP */
.sub_section {
   width: 60%!important;
height: 60%!important;
margin: 100px auto 0!important;
  margin-top: 100px!important;
background: #098211!important;
padding: 1px 40px!important;
position: relative!important;
border-radius: 5px!important;
margin-top: 10%!important;
}

.sub_section .lboard_tabs ul{
	display: flex;
}


.sub_section .lboard_tabs ul li{
	margin-right: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #3a3d51;
	cursor: pointer;
}

.sub_section .lboard_tabs ul li:hover,
.sub_section .lboard_tabs ul li.active{
	color: #fff;
}

/* SUSB ENDED */

.lboard_section .lboard_tabs ul{
	display: flex;
}

.lboard_section .lboard_tabs ul li{
	margin-right: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #3a3d51;
	cursor: pointer;
}

.lboard_section .lboard_tabs ul li:hover,
.lboard_section .lboard_tabs ul li.active{
	color: #fff;
}

@media (min-width:481px) {
.lboard_wrap{
	position: absolute;
    top: 0;
    left: 30%;
    background: #ffffff;
    width: 50%;
    height: 70%;
	
	overflow: hidden;
    border-radius: 5px;
}

.lboard_wrap_lead {
	position: absolute;
	top: 0;
	left: 30%;
	background: #ffffff;
	width: 30%;
	/* height: 100%; */
	min-height: 200px;
	overflow: hidden;
	border-radius: 5px;
}


.subscribe {
	position: relative;
	top: 5px !important;
	background: #131179;
	width: 100%;
	color: white;
	height: 50px;
	border-radius: 25px;
	left: 25px;
}


.subscribe_back{
	position: relative;
	top: 5px !important;
	background: #ffffff;
	width: 100%;
	color: rgb(111, 17, 17);
	height: 50px;
	border-radius: 25px;
	left: 25px;
}
}


.lboard_wrap_otp {
    position: absolute;
    top: 70px;
    left: 30%;
    background: #ffffff;
    width: 50%;
    height: 50%;
    border-radius: 5px;
}

.lboard_wrap .lboard_item{
	padding: 25px;
}

.lboard_wrap_lead .lboard_item {
	padding: 25px;
}

.lboard_wrap .lboard_mem{
	display: flex;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px solid #ffe773;
	width: 350px
}

.lboard_wrap_lead .lboard_mem {
	display: flex;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px solid #ffe773;
	width: 350px
}

.lboard_wrap .lboard_mem:first-child{
	padding-top: 0;
}

.lboard_wrap .lboard_mem:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.lboard_wrap  .lboard_mem .img{
	width: 50px;
}

.lboard_wrap .lboard_mem img{
	display: block;
	width: 100%;
}

.lboard_wrap .lboard_mem .name_bar{
	/* margin: 0 20px; */ 
	width: calc(80% - 150px);
}

.lboard_wrap .lboard_mem .name_bar_monthly {
	/* margin: 0 20px; */
	width: calc(80% - 150px);
}



.lboard_wrap .lboard_mem .name_bar p{
	color: #3a3d51;
}

.lboard_wrap .lboard_mem .name_bar_monthly p {
	color: #3a3d51;
}



.lboard_wrap .lboard_mem .name_bar p span{
	margin-right: 5px;
}


.lboard_wrap .lboard_mem .name_bar_monthly p span {
	margin-right: 5px;
}


.lboard_wrap .lboard_mem .points{
	width: 40%;
	color: #3a3d51;
	padding-left: 10px;
}

.lboard_wrap .lboard_mem .name_bar .bar_wrap{
	width: 100%;
	height: 5px;
	background: #d5b000;
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}

.lboard_wrap .lboard_mem .name_bar_monthly .bar_wrap {
	width: 100%;
	height: 5px;
	background: #d5b000;
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}



.lboard_wrap .lboard_mem .name_bar .bar_wrap .inner_bar{
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.lboard_wrap .lboard_mem .name_bar_monthly .bar_wrap .inner_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}




/* LEAD */
.lboard_wrap_lead .lboard_mem:first-child {
	padding-top: 0;
}

.lboard_wrap_lead .lboard_mem:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.lboard_wrap_lead .lboard_mem .img {
	width: 50px;
}

.lboard_wrap_lead .lboard_mem img {
	display: block;
	width: 100%;
}

.lboard_wrap_lead .lboard_mem .name_bar {
	/* margin: 0 20px; */
	width: calc(80% - 150px);
}

.lboard_wrap_lead .lboard_mem .name_bar_monthly {
	/* margin: 0 20px; */
	width: calc(80% - 150px);
}


.lboard_wrap_lead .lboard_mem .name_bar p {
	color: #3a3d51;
}

.lboard_wrap_lead .lboard_mem .name_bar_monthly p {
	color: #3a3d51;
}


.lboard_wrap_lead .lboard_mem .name_bar p span {
	margin-right: 5px;
}

.lboard_wrap_lead .lboard_mem .name_bar_monthly p span {
	margin-right: 5px;
}


.lboard_wrap_lead .lboard_mem .points {
	width: 40%;
	color: #3a3d51;
}

.lboard_wrap_lead .lboard_mem .name_bar .bar_wrap {
	width: 100%;
	height: 5px;
	background: #d5b000;
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.lboard_wrap_lead .lboard_mem .name_bar_monthly .bar_wrap {
	width: 100%;
	height: 5px;
	background: #d5b000;
	margin-top: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}



.lboard_wrap_lead .lboard_mem .name_bar .bar_wrap .inner_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.lboard_wrap_lead .lboard_mem .name_bar_monthly .bar_wrap .inner_bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #fff;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}




/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	/* background-color: #ccc; */
	background: linear-gradient(283deg,#b739a9, #381981) !important;
	color: white;
	
}

/* Style the tab content */
.tabcontent {
	display: none;
	/* padding: 6px 12px;
	border: 1px solid #ccc; */
	border-top: none;
}