@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	position: relative;
	background-color: #181c1f;
	overflow-x: hidden;
}
.header{
	display: flex;
    justify-content: space-between;
    /*align-items: center; */
    padding-top: 10px;
}
.switch_btn a{
	width: 36px;
    height: 36px;
    background: #d9753a;
    display: block;
    text-align: center;
    color: #f1f1f1;
    line-height: 36px;
    border-radius: 100%;
    font-size: 18px;
}
.vector_1{
	position: absolute;
	bottom: 60px;
    width: 190px;
    left: -110px;
	-webkit-animation: rotate 15s normal linear infinite;
  animation: rotate 15s normal linear infinite;
}
.vector_2{
	position: absolute;
	top: 100px;
    width: 190px;
    /*transform: translate(100px, 100px);*/
    right: 30px;
    /*margin-right: -100px;*/
     -webkit-animation: reverseRotate 15s normal linear infinite;
  animation: reverseRotate 15s normal linear infinite;
}
.vector_3{
	position: absolute;
	bottom: 40px;
    width: 190px;
    right: 0;
}
.vector_1 img,.vector_2 img,.vector_3 img{
	width: 100%;
}
/****************************
********LOGIN***************/
.login_sec{
	background-image: conic-gradient(#d9753a 0deg, #d9753a 90deg, #d9753a 90deg, #d9753a 180deg, #181c1f 180deg, #181c1f 270deg, #181c1f 270deg);
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_panel{
	display: flex;
	align-items: center;
}
.login_fields h3{
	color: #fff;
    font-size: 38px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 60px;
}
.login_input{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	width: 60%;
}
.login_input label{
	font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.login_input input{
	width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: 0;
    margin-top: 4px;
    background: #fff;
    font-size: 16px;
    color: #000;
}
.login_logo{
	width: 50%;
}
.login_fields{
	width: 50%;
	align-items: center;
    display: flex;
    flex-direction: column;
}
.login_logo img{
	width: 420px;
}
.login_fields button{
	width: 110px;
    border: 1px solid #402b18;
    background: #402b18;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 50px auto 0;
    display: block;
    border-radius: 6px;
    line-height: 30px;
    transition: .2s;
}
input:focus{
	outline: 0;
	box-shadow: none;
}
.login_fields button:hover{
	background: #fff;
    color: #402b18;
}
/*****************************
***********MEMBERS***********/
.progress-bar {
    width: 54%;
    background-color: #181c1f;
    border-radius: 6px;
    height: 12px;
    margin: 4px 0;
}
.progress {
    width: 0;
    border-radius: 6px;
    height: 12px;
    text-align: right;
    position: relative;
}
.progress span {
    font-size: 10px;
    position: absolute;
    top: -1px;
    right: auto;
    color: #fff;
    left: 50%;
}
.member_listing ul{
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.member_listing li{
	list-style: none;
	margin-bottom: 12px;
	width: 19%;
}
.member{
	background-color: #272c2e;
	text-align: center;
    padding: 20px;
    border-radius: 16px;
}
.members_sec{
	padding: 30px 0;
}
.member img{
	width: 100px;
    height: 100px;
    border-radius: 100%;
}
.member h5{
	color: #d9753a;
	font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0;
    font-weight: 600;
}
.member > p{
	color: #c2c3c3;
	text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    padding-bottom: 10px;
}
.custom_progress_bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom_progress_bar p{
	font-size: 12px;
	color: #c2c3c3;
	margin: 0;
	font-weight: 600;
}
.user_login p{
	text-align: right;
}
.user_login img{
	width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 6px;
    object-fit: cover;
}
.user_login a{
	text-decoration: none;
    color: #c2c3c3;
    font-size: 14px;
}
.user_login{
	padding: 20px 0;
}
/***************************************
*************PROFILE*******************/
.profile_panel{
	display: flex;
	    padding: 30px 0;
	    /*align-items: center;*/
	    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.linking_tabs ul{
	padding: 0;
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0;
}
.linking_tabs li{
	margin: 0 16px;
	list-style: none;
}
.linking_tabs{
	/*position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;*/
    padding: 10px 0;
}
.linking_tabs li a{
	text-decoration: none;
	/*background: #f3f3f3;*/
    /*width: 100px;*/
    /*height: 50px;*/
    display: block;
    text-align: center;
    /*line-height: 50px;*/
    color: #c2c3c3;
    font-size: 15px;
    font-weight: 500;
    /*border-radius: 6px;*/
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}
.linking_tabs li a.active{
	border-bottom: 1px solid #d9753a;
	color: #d9753a;
}
.agent_bio{
	position: absolute;
    left: 0;
    top: 20px;
    z-index: 999;
    /*background: rgb(243,243,243,.8);*/
    padding: 0px 100px 0 0;
    border-radius: 6px;
}
.agent_bio ul{
	padding: 0;
	margin: 0;
}
.agent_bio li{
	list-style: none;
	padding: 6px 0;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.agent_bio li img{
	width: 25px;
    height: 25px;
    filter: none;
    object-fit: contain;
}
.agent_bio li a{
	text-decoration: none;
}
.agent_bio li span{
	display: block;
	text-transform: lowercase;
}
.agent_bio li p{
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #000;
    text-align: right;
    padding-right: 20px
}
.agent_img {
	position: relative;
	width: 40%;
}
.agent_img img{
	width: 100%;
    filter: drop-shadow(2px 4px 6px #000);
    object-fit: contain;
}
.circle{
	position: absolute;
    /*border: 4px solid #d0cac6;*/
    height: 350px;
    width: 350px;
    background-color: #272c2e;
    border-radius: 100%;
    top: 0%;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.circle:before{
	content: '';
	position:absolute;
	/*border: 4px dashed #d0cac6;*/
    height: 400px;
    background-color: #212528;
    width: 400px;
    border-radius: 100%;
    top: -25px;
    left: -25px;
    z-index: -1;
    /*-webkit-animation: rotate 15s normal linear infinite;
  animation: rotate 15s normal linear infinite;*/
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes reverseRotate {
	0% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
   25% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
 100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

}
.agent_flow_chart{
	/*background-color: #f3f3f3;*/
	padding: 20px;
    border-radius: 10px;
    width: 60%;
}
.trail_point{
	width: 50%;
}
.trail_point .fa-circle{
	font-size: 18px;
	padding-right: 10px;
}
.trail_point h6{
	font-size: 18px;
	color: #c2c3c3;
	text-transform: uppercase;
    font-weight: 700;
}
.trail_point ul{
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
.trail_point li{
	list-style: none;
	width: 31%;
	font-size: 16px;
    font-weight: 700;
    background-color: #272c2e;
    padding: 4px 7px;
    border-radius: 4px;
    margin-top: 2px;
    display: block;
}
.trail_point p{
	font-size: 11px;
    color: #c2c3c3;
    text-align: left;
    font-weight: 500;
    margin: 0;
}
.trail_point li:last-child{
	width: 100%;
	margin-top: 10px;
}
.trail_point li > div{
	display: inline-block;
    float: right;
    color: #076008;
    font-size: 14px;
}
.trail_point span{
	color: #c2c3c3;
	padding-left: 22px;
}
.trail_point small{
	font-size: 10px;
	color: #c2c3c3;
    font-weight: 400;
}
.agent_flow{
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 20px;
	border-bottom: 1px solid #272c2e;
    padding-bottom: 20px;
}
.border_none{
	border-bottom: 0;
	margin-bottom: 0;
}
.graph_sec{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
	width: 47%;
    background: #272c2e;
    padding: 10px;
    border-radius: 10px;
}
.graph_sec span{
	font-size: 16px;
    color: #c2c3c3;
    font-weight: 700;
    justify-content: center;
    display: flex;
    align-items: center;
}
.graph_sec small{
	display: block;
	font-size: 12px;
    font-weight: 400;
    color: #c2c3c3;
    padding-left: 10px;
}
.graph_sec p{
	display: flex;
	font-size: 14px;
    color: green;
    align-items: baseline;
    margin: 0;
}
.graph_sec p i{
	padding:0 6px;
}
.graph_sec img{
	width: 100%;
}
.background_img{
	position: absolute;
    left: 0;
    top: 200px;
    width: 430px;
}
.background_img img{
	width: 100%;
}
.site_info{
	background: #d9753a;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.site_info p{
	font-size: 14px;
	margin: 0;
	color: #f1f1f1;
}
/****************************************
****************RESPONSIVE**************/
@media only screen and (max-width: 1900px){
	.background_img{
		top: 200px;
    width: 580px;
	}
}
@media only screen and (max-width: 1600px){
	.background_img{
    	width: 500px;
	}
}
@media only screen and (max-width: 1400px){
	.background_img{
    	width: 450px;
	}
}
@media only screen and (max-width: 1190px){
	.background_img{
	    width: 350px;
	}
}
@media only screen and (max-width: 992px){
	.login_logo img,.login_input,.agent_img,.agent_flow_chart{
		width: 100%;
	}
	.login_fields{
		padding: 20px;
	}
	.member_listing li{
		width: 32%;
	}
	.profile_panel{
		flex-direction: column;
	}
	.agent_img{
		margin-bottom: 50px;
	}
	.circle{
		top: 12%;
    /*left: 16%;*/
    height: 450px;
    width: 450px;
	}
	.background_img{
		width: 450px;
	}
	.circle:before{
		top: -27px;
		 height: 500px;
    width: 500px;
    left: -27px;
	}
}
@media only screen and (max-width: 776px){
	.login_fields h3{
		font-size: 30px;
		padding-bottom: 30px;
	}
	.login_input label{
		font-size: 16px;
	}
	.member_listing li{
		width: 48%;
	}
	.circle{
		/*left: 12%;*/
	}
	.header{
		flex-wrap: wrap;
	}
	.linking_tabs{
		width: 100%;
		order: 3;
	}
	.vector_2{
		top: 450px;
		right: 20px;
		z-index: -1;
	}
}
@media only screen and (max-width: 576px){
	.member_listing li,.trail_point,.graph_sec{
		width: 100%;
	}
	.login_fields h3{
		font-size: 24px;
	}
	.login_sec{
		background-image: none;
		background-color: #d9753a;
	}
	.login_panel{
		flex-direction: column;
	}
	.login_fields,.login_logo{
		width: 100%;
	}
	.circle{
		height: 300px;
    width: 300px;
    /*left: 94px;*/
	}
	.circle:before{
		top: -10px;
		left: -10px;
		width: 320px;
		height: 320px;
	}
	.agent_flow{
		flex-direction: column;
	}
	.linking_tabs li a{
		width: 70px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 6px;
    font-size: 13px;
	}
	.agent_bio li p{
		font-size: 13px;
	}
	.linking_tabs{
		top: 10px;
	}
	.agent_bio{
		left: 0;
		top: 0px;
		padding: 4px 12px;
	}
	.background_img{
		width: 350px;
	}
}
@media only screen and (max-width: 480px){
	/*.circle{
		height: 230px;
    width: 230px;
    left: 80px;
	}
	.circle:before{
		width: 250px;
		height: 250px;
	}*/
	.linking_tabs li{
		margin: 0 4px;
	}
	.agent_bio {
    left: 0;
    top: -50px;
    padding: 0px 0px;
	}
	.background_img{
		width: 250px;
	}
	.vector_2{
		top: 330px;
    right: 0;
	}
}
