body.body_profile{
	background:#060316;
}
body.body_profile .wrap_page{
	padding:0;
}
#header.header_profile .logo {
	width: 250px;
	text-align: center;
}
#header.header_profile .logo img {
	float: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#header.header_profile{
    background: #201940;
    box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03);
}
body.scrolled #header.header_profile{
	box-shadow:0 0.75rem 1.5rem rgba(18,38,63,.03);
}
#bottom.bottom_profile{
	border-top:none;
	background-image:none;
	background-color:#201940;
	padding-left:230px;
	position:relative;
}
.body_profile.bodyin.content_resize #bottom.bottom_profile{
	padding-left:50px;
}
.bottom{
	padding:0px 20px;
}
/*start sidebar*/
#sidebar {
	position: fixed;
	width: 250px;
	top: 85px;
	left: 0px;
	bottom:0;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
	background: #201940;
	z-index:2000;
}
#sidebar h2 {
	color: #bbb;
	font-weight: 600;
	font-size: 12px;
	display: block;
	padding: 18px 20px;
	text-transform:uppercase;
	clear: both;
}
.sidebar {
	clear: both;
	overflow: auto;
	height:100%;
	position:relative;
}
.sidebar ul{
	padding-bottom:15px;
}
.sidebar li {
	display: block;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.sidebar li a {
	display: block;
	padding: 0px 20px;
	height:44px;
	line-height:44px;
	color: #fff;
	margin-right:1.5rem;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}
.sidebar li a:hover,#sidebar li .side_sub ul li a:hover,#sidebar li .side_sub ul li a.active{
	border-radius:0px 25px 25px 0px;
	background:rgba(0,0,0,0.2);
}
.sidebar li a i.bx.bx-newborder {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: block;
	margin-top: 17px;
}
.sidebar li a.active i.bx.bx-newborder{
	border:1px solid #0092e8;
}
.sidebar li.has_open {
	background: rgba(255,255,255,.07);
}
.sidebar li.has_open .side_sub{
	display:block;
}
.side_sub{
	display:none;
}
#sidebar li .side_sub ul li a {
	background:none;
	border-radius:0;
}
.sidebar li a p {
	border-radius: 10px;
	line-height: 1.2;
	font-size: 11px;
	padding: 4px 8px;
	font-weight: 400;
	position: absolute;
	right: 33px;
	top: 10px;
}
.sidebar li.has_sub a p {
	right: 55px;
	top: 10px;
}
.sidebar li a i {
	float: left;
	font-size: 20px;
	margin-right: 20px;
	margin-top: -1px;
}
.sidebar li a i.bx.bx_after {
    margin-right: -15px;
    float: right;
}
.sidebar li.current a {
    border-radius: 0px 25px 25px 0px;
    background: #0092e8;
    color: #fff;
}
.list_sidebar {
	float: left;
	color: #fff;
	font-size: 21px;
	padding:37px 15px 33px;
	cursor: pointer;
	height: 100%;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.list_sidebar span,.list_sidebar p{
	width:19px;
	height:3px;
	background:#fff;
	display:block;
}
.list_sidebar p{
	margin-top:3px;
	margin-bottom:3px;
}
.list_sidebar:hover{
	background:rgba(255,255,255,0.1);
}
.body_profile.bodyin.content_resize #header.header_profile .logo {
	padding-top:28px;
	width: 70px;
}
.body_profile.bodyin.content_resize #header.header_profile .logo img{
    height: 25px;
}
.body_profile.bodyin.content_resize #sidebar {
	width: 70px;
}
.body_profile.bodyin.content_resize #sidebar h2{
	display:none;
}
.body_profile.bodyin.content_resize #sidebar .sidebar{
	overflow:visible;
}
.body_profile.bodyin.content_resize #sidebar .sidebar.my_scroll_bar_div.ps-container {
	overflow: visible !important;
}
.body_profile.bodyin.content_resize #sidebar .ps-container > .ps-scrollbar-x-rail,.body_profile.bodyin.content_resize #sidebar .ps-container > .ps-scrollbar-y-rail,
.body_profile.bodyin.content_resize #sidebar .ps-container > .ps-scrollbar-x{
	display:none !important;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li{
	margin-bottom:0;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li a{
	margin-right:0;
	height:55px;
	color:#a6b0cf;
	line-height:55px;
	text-align:center;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li a:hover,.body_profile.bodyin.content_resize #sidebar .sidebar li:hover a{
	background:#394155;
	color:#fff;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li:hover a span {
	background: #394155;
	position: absolute;
	top: 0px;
	left: 70px;
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	text-align: left;
	padding: 0px 20px;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li:hover .side_sub ul li a span{
	background:none;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li.current:hover a span{
	background:#0092e8;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li.current a:hover{
	background:#0092e8;
	color:#fff;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li.current a,.body_profile.bodyin.content_resize #sidebar .sidebar li a:hover{
	border-radius:0px;
	color:#fff;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li a i{
	float:none;
	margin-right:0;
	margin-top:0;
	font-size:24px;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li a i.bx.bx_after{
	display:none;
}
.body_profile.bodyin.content_resize #sidebar .sidebar li a span,.body_profile.bodyin.content_resize #sidebar .sidebar li a p{
	display:none;
}
.body_profile.bodyin.content_resize #sidebar li .side_sub{
	display:none !important;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub {
	position: absolute;
	background: #201940;
	display: block !important;
	height:auto !important;
	left: 70px;
	top:55px;
	width: 180px;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub li{
	margin-bottom:0;
	background:none !important;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub a{
	height:44px;
	background:none;
	line-height:44px;
	text-align:left;
	font-size:13px;
	color:#a6b0cf;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub a:hover,.body_profile.bodyin.content_resize #sidebar li:hover .side_sub a.active{
	background:none;
	color:#fff;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub a span {
	position: static;
	height: auto;
	line-height: 44px;
	background: none;
	margin: 0px;
	left: 0;
	font-size:13px;
	float: none;
	width: auto;
	padding: 0;
}
.body_profile.bodyin.content_resize #sidebar li:hover .side_sub a i{
	display:none;
}
#content_front {
	margin-left: 250px;
	overflow: hidden;
	min-height:600px;
	padding: 110px 20px 25px;
}
.body_profile.bodyin.content_resize #content_front{
	margin-left:70px;
}
.head_home {
	float: left;
	display: block;
	height: 100%;
	line-height: 85px;
	font-weight: 600;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.head_home a {
	display: block;
	color: #fff;
	padding: 0px 10px;
	height:100%;
}
.head_home a span {
	display: inline-block;
	vertical-align:4px;
	font-size:12px;
	text-transform:uppercase;
}
.head_home a i:before {
	font-size: 22px;
	display: inline-block;
	font-weight:normal;
	margin-right: 10px;
}
.head_setting{
	float:right;
	height:100%;
	display:block;	
}
.head_setting a{
	color:#555b6d;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size:22px;
	padding:0px 15px;
	line-height:85px;
	cursor:pointer;
	display:block;
	height:100%;
}
.head_setting a i {
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}
/*end sidebar*/
/*start content*/
#content_front #slideshow .precemp {
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#content_front #slideshow .precemp h2 {
	font-weight: 600;
	font-size: 30px;
	float:left;
}
#content_front #slideshow .precemp ul {
	max-width: none;
	float: right;
}
#content_front #slideshow .precemp ul {
	max-width: none;
	float: right;
	clear: none;
	margin-top: 16px;
}
#content_front #slideshow {
	background: none;
	border:none;
}
.my_profile_gallery {
	overflow: hidden;
	clear: both;
	display: block;
}
.my_profile_gallery li {
	float: left;
	width: 25%;
	padding: 15px;
	overflow: hidden;
}
.my_profile_gallery_ul_all {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}
.my_profile_gallery_ul_all img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.my_subscribes_list_ul {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_subscribes_list_ul li {
	padding: 20px 0px;
	overflow: hidden;
	display: block;
}
.my_subscribes_list_ul_all {
	background: rgba(0,0,0,0.3);
	padding: 40px;
	border-radius: 10px;
	overflow:hidden;
}
.my_subscribes_list_ul_all_left {
	float: left;
	margin-right: 20px;
}
.my_subscribes_list_ul_all_left img {
	padding-top: 10px;
}
.my_subscribes_list_ul_all_center {
	float: left;
}
.my_subscribes_list_ul_all_center h2 {
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	font-size: 25px;
	display: block;
}
.my_subscribes_list_ul_all_center p {
	display: block;
	font-size: 12px;
}
.my_subscribes_list_ul_all_right {
	float: right;
}
.my_subscribes_list_ul_all_right_price {
	float: left;
	color: #0092e8;
	font-size: 30px;
	font-weight: 600;
}
.my_subscribes_list_ul_all_right_status {
	float: left;
	background: #27ae60;
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	margin-top: 8px;
	text-transform: capitalize;
	margin-left: 20px;
}
.my_subscribes_list_ul_all_right a {
	background: #0092e8;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 2px;
	float: left;
	margin-left: 30px;
}
.my_subscribes_list_ul_all_right a:hover{
	background:#27ae60;
}
.my_profile_gallery2 {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_profile_gallery2 ul{
	margin:0px -15px;
}
.my_profile_gallery2 li {
	display: block;
	float: left;
	width: 33.33%;
	padding: 15px;
	overflow: hidden;
}
.my_profile_gallery_ul_all2 {
	overflow: hidden;
	display: block;
	position:relative;
}
.my_profile_gallery_ul_all2 a:before {
	position: absolute;
	width: 100%;
	right: 0;
	top: 30%;
	left: 0;
	bottom: 0;
	content: "";
	opacity: 1;
	z-index: 500;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.my_profile_gallery_ul_all2:hover img{
	transform: scale(1.06, 1.06);
}
.my_profile_gallery_ul_all2 img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}
.my_profile_gallery_ul_all2 h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 1000;
	padding: 20px;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.my_course_session {
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.my_course_session_video {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
}
.my_course_session_video{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
}
.my_course_session_video iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.my_profile_gallery2 h3 {
	display: block;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: capitalize;
	color: #fff;
	margin:20px 0px 10px;
	font-weight: 600;
	font-size: 25px;
}
.my_profile_gallery_ul_all2 span {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #060316;
	color: #bbb;
	padding: 5px 10px;
	text-transform: capitalize;
	border-radius: 4px;
	z-index: 1000;
}
/*end content*/
/*start balance*/
.my_balance_list_head {
	clear: both;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}
.my_balance_list_head h3 {
	font-weight: 400;
	font-size: 30px;
	color: #fff;
}
.balance_card_shape h2 {
	display: block;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 15px;
}
.balance_card_shape h2 i {
	vertical-align: 0px;
	margin-right: 5px;
}
.my_balance_list_head h3 i {
	font-style: normal;
	color: #aaa;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}
.my_balance_list_head_buttons {
	float: right;
	overflow: hidden;
	margin-top: 35px;
}
.transactions_title_head{
	overflow:hidden;
	margin-bottom:10px;
}
.transactions_title_head h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 600;
	display: block;
}
.my_balance_list_head_buttons_trigger {
	height: 45px;
	padding: 0px 20px;
	border: none;
	display: block;
	float: left;
	line-height: 45px;
	margin-left: 10px;
	border-radius: 2px;
	margin-top: 3px;
	font-family: TitilliumWeb,cairo, sans-serif;
	text-transform: uppercase;
	background: #0092e8;
	color: #fff;
	cursor: pointer;
}
.my_balance_list_head_buttons_trigger span{
	font-weight:normal;
	vertical-align:0px;
	margin-right:5px;
}
.my_balance_list_head_buttons_trigger:hover{
	color:#fff;
	opacity:0.8;
}
.my_balance_list_head_buttons_trigger.my_balance_list_head_buttons_trigger_transfer{
	background:#27ae60;
}
.my_balance_list_head_buttons_trigger.my_balance_list_head_buttons_trigger_withdraw{
	background:#201940;
}
.box_light_full {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.85);
	z-index: 9000;
	text-align: center;
}
.box_light_full_table {
	display: table;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.box_light_full_table_cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.box_light_full_table_cell_box {
	max-width: 400px;
	margin: 0px auto;
	background: #fff;
	position:relative;
	padding: 50px 25px 25px;
	border-radius: 10px;
}
.box_light_full_table_cell_input,.box_light_full_table_cell_input2{
	overflow: hidden;
	display: block;
}
.box_light_full_table_cell_input button.increase_number,.box_light_full_table_cell_input button.decrease_number {
	width: 45px;
	height: 45px;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	background: #ddd;
	color: #000;
	display: block;
	float: left;
	margin-right: 5px;
}
.box_light_full_table_cell_input input {
	float: left;
	width: 245px;
	background: #fff;
	border: ;
	height: 45px;
	margin-right: 5px;
}
.box_light_full_table_cell_input2 input{
	width:100%;
	margin-right:0;
}
.box_light_full_table_cell_close {
	display: block;
	text-align: left;
	margin-bottom: 25px;
}
.box_light_full_table_cell_close span {
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
}
.box_light_full_table_cell_close {
	display: block;
	position: absolute;
	background: red;
	width: 45px;
	height: 45px;
	cursor:pointer;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	top: -20px;
	left: -20px;
}
.box_light_full_table_cell_input2_box span {
	text-align: left;
	display: block;
	margin-bottom: 15px;
	color: #333;
	font-weight: 600;
}
.my_balance_list_body_table {
	width: 100%;
	text-align: center;
}
.my_balance_list_body_table th {
	background: #0092e8;
	color: #fff;
	padding: 15px;
	font-weight: 600;
}
.my_balance_list_body_table td {
	padding: 15px;
}
.my_balance_list_body_table tr:nth-child(2n+2) td {
	background:rgba(255,255,255,0.1);
}
.balance_card_shape {
	float: left;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
	background: rgba(255,255,255,0.1);
	border-radius: .25rem;
	padding: 20px;
}
/*end balance*/

/*start home*/
.home_static {
	clear: both;
}
.home_static_right {
	width: 33.33%;
	float: left;
}
.home_static .my_content_txt {
    clear: both;
    display: block;
    padding: 15px;
}
.home_static_profile_head {
	background-color: rgba(85,110,230,.25);
	overflow: hidden;
	background-image: url(../images/profile.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 42%;
	height:110px;
	padding-bottom: 25px;
}
.home_static_profile_head h2 {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	display: block;
	padding: 25px 15px 5px;
}
.home_static_profile_head p {
	color: #fff;
	padding: 0px 15px 15px;
	font-weight: 400;
	font-size: 14px;
}
.home_static_profile_img {
	float: right;
	width: 33.33%;
	padding-left:12px;
}
.home_static_profile_img_box {
	text-align:center;
	width: 72px;
}
.home_static .my_content_title {
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.home_static .my_content_title i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
}
.home_static_profile_img_box img {
	border-radius: 50%;
	background: #f8f8fb;
	padding: .25rem;
	border: 1px solid #f6f6f6;
	width: 72px;
	height: 72px;
	margin-bottom: 20px;
	margin-top: -45px;
}
.home_static_profile_img_box h2 {
	font-weight: 600;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.home_static_profile_img_box p {
	font-weight: 200;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home_static_profile_txt {
	width: 66.66%;
	float: left;
}
.home_static_profile_txt span {
	display: block;
	float: right;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 20px;
}
.home_static_profile_txt span b {
	font-size: 17px;
	display: block;
	margin-bottom: 3px;
}
.home_static_profile_txt span p {
	color: #74788d;
	font-weight: 400;
	display: block;
}
.home_static_profile_txt a {
	color: #fff;
	border-radius: .2rem;
	padding: 4px 10px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.home_static_profile_txt a:hover{
	opacity:0.8;
}
.home_static_profile_txt a i {
	vertical-align:middle;
	margin-right:5px;
}
.home_static_earnings {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-right: 12px;
}
.home_static_earnings span {
	display: block;
	overflow: hidden;
	height:65px;
	margin-bottom: 15px;
	text-transform:capitalize;
}
.home_static_earnings span p {
	color: #74788d;
	text-transform:capitalize;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}
.home_static_earnings span b {
	font-weight: 700;
	font-size: 17px;
}
.home_static_earnings span b i {
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
}
.home_static_earnings a {
	color: #fff;
	border-radius: .2rem;
	padding: 4px 10px;
	text-transform:capitalize;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
.home_static_earnings a:hover{
	opacity:0.8;
}
.home_static_earnings a i {
	vertical-align:middle;
	margin-left:5px;
}
.home_static_earnings_charts {
	float: right;
	width: 50%;
	overflow: hidden;
	text-align:right;
}
.home_static_earnings_charts span {
	display: block;
	height:65px;
	overflow: hidden;
	margin-top:15px;
	margin-bottom:15px;
}
.home_static_earnings_charts span p {
	color: #74788d;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}
.home_static_earnings_charts b {
	width: 100%;
	height: 7px;
	display: block;
	background: #c1c1c1;
	border-radius: 20px;
	position: relative;
	overflow:hidden;
}
.home_static_earnings_charts b i {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	border-radius: 0px 20px 20px 0px;
}
.home_static_left {
	width: 66.66%;
	float: right;
}
.home_static_lista {
	margin-bottom: 25px;
	display: block;
}
.home_static_lista li {
	display: block;
	float: left;
	width: 50%;
	padding-left: 20px;
}
.home_static_lista_all {
	display: block;
	box-shadow: 0 6px 20px 0 rgba(38,198,218,.5);
	background: linear-gradient(45deg,#0092e8,#26c6da);
	height: 111px;
	border-radius: .25rem;
	overflow: hidden;
}
.home_static_lista li:nth-child(2) .home_static_lista_all{
	box-shadow:0 6px 20px 0 rgba(255,202,40,.5);
	background: linear-gradient(45deg,#ff6f00,#ffca28);
}
.home_static_lista li:nth-child(3) .home_static_lista_all{
	box-shadow:0 6px 20px 0 rgba(29,233,182,.5);
	background:linear-gradient(45deg,#43a047,#1de9b6);
}
.home_static_lista_all span {
	width: 65%;
	float: right;
	padding-left: 20px;
}
.home_static_lista_all span i {
	width: 54px;
	height: 54px;
	background: rgba(0,0,0,.18);
	border-radius: 50%;
	line-height: 54px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-top: 10px;
}
.home_static_lista_all span b {
	font-weight: 600;
	color: #fff;
	display: block;
	font-size: 13px;
	margin-top: 9px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.home_static_lista_all p {
	float: left;
	width: 35%;
	text-align: left;
	color: #fff;
	line-height:1;
	padding-left: 10px;
	padding-top: 20px;
}
.home_static_lista_all p i {
	font-style: normal;
	display: block;
	margin-bottom:5px;
	font-weight: 600;
	font-size: 25px;
}
.home_static_lista_all p em {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 16px;
}
.home_static_lista_all p b {
	font-weight: 600;
	font-size: 15px;
}
.home_static_left .my_content {
	margin-left: 20px;
}
.home_static_lista.home_static_lista_in_table_go {
    clear: both;
    margin: 30px -15px 30px;
}
.home_static_lista.home_static_lista_in_table_go li {
    padding: 0px 15px;
	width:33.33%;
}
.home_static_lista.home_static_lista_in_table_go span {
    float: left;
    width: 50%;
}
.home_static_lista.home_static_lista_in_table_go .home_static_lista_all span b{
	text-transform:capitalize;
	padding-left:5px;
}
.home_static_lista.home_static_lista_in_table_go .home_static_lista_all p {
    float: right;
    text-align: right;
    color: #fff;
    line-height: 1;
	width:auto;
    padding-right: 29px;
    padding-top: 30px;
}
/*start static*/
.static_head {
	clear: both;
	display: block;
	overflow: hidden;
	background:rgba(255,255,255,0.1);
	margin-bottom: 15px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.02);
	border-radius: 4px;
	padding: 20px 15px;
}
.home_static .my_content {
    box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
    background:rgba(255,255,255,0.1);
    border-radius: .25rem;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.static_head_date:before{
	font-family:FontAwesome;
	display:inline-block;
	vertical-align:0px;
	margin-right:5px;
}
.static_head_date{
	float: left;
	text-transform:uppercase;
	font-size: 12px;
	color: #fff;
}
.static_head_date b{
	font-weight:normal;
	color:#fff;
}
.order_res_now {
	border: 5px dashed #ccc;
	text-align: center;
	padding: 80px 20px;
}
.order_res_now p {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px auto 20px;
	border: 2px solid #777;
	border-radius: 100px;
	line-height: 80px;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	font-family: cocon;
}
.order_res_now p i {
	font-style: normal;
}
.order_res_now_errors {
	margin-top: 20px;
	background: #ea6638;
	color: #fff;
	padding: 10px;
}
.order_res_now_success {
	font-family: cocon;
	font-size: 20px;
}
.order_res_now_success a {
	margin-top: 30px;
	display: inline-block;
}
.order_res_now_success a:hover{
	color:#fff;
}
.my_signup_links {
	float: right;
	width: 100%;
}
.my_signup_links_label {
	display: block;
	clear: both;
	margin-bottom: 15px;
	overflow:hidden;
}
.my_signup_links_label:last-child{
	margin-bottom:0;
}
.my_signup_links_label h4 {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	font-size:14px;
}
.my_signup_links_label input {
	float: left;
	width: 80%;
}
.my_signup_links_label .link_copy {
	float: right;
	width: 30px;
	text-align: center;
	cursor: pointer;
	line-height: 45px;
	font-size: 25px;
	font-weight: normal;
}
.topup_message {
	position: fixed;
	z-index: 5000;
	background: #51a351;
	top: 20px;
	right: 20px;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
}
.topup_message i {
	float: left;
	width: 35px;
	font-size: 20px;
	text-align: center;
}
.topup_message p {
	padding-left: 40px;
}
.topup_message p b {
	display: block;
	font-weight: 600;
	font-size: 14px;
}
/*end home*/
/*start tree*/
.my_network_tree {
	clear: both;
	display: block;
	width: 100%;
	text-align:center;
	float: left;
}
.my_top_tree_is {
	clear: both;
	position:relative;
}
.my_top_tree_is:nth-child(n+2):before {
	content: "";
	position: absolute;
	width: 2px;
	background: rgba(255,255,255,0.1);
	height: 170px;
	position: absolute;
	right: 50%;
	top: -170px;
}
.my_top_tree_is_top {
	clear: both;
	width: 2px;
	height: 50px;
	background: rgba(255,255,255,0.1);
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	display: block;
	top: 70px;
	right: 50%;
}
.my_top_tree_is_arrow {
	clear: both;
	display: block;
	width: 100%;
}
.my_top_tree_is_right {
	width: 50%;
	border-top: 2px solid rgba(255,255,255,0.1);
	margin: 0px auto;
	overflow:hidden;
}
.my_top_tree_is_right span:last-child{
	float:left;
}
.my_top_tree_is_right span {
	display: block;
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,0.1);
	float: right;
}
.my_network_tree_list_left {
	width: 50%;
	float: left;
}
.my_network_tree_list_right {
	width: 50%;
	float: left;
}
.my_network_tree_list_left_inside {
	float: right;
	width: 100%;
}
.my_network_tree_list_loop {
	width: 100%;
	position:relative;
	margin-bottom:50px;
	float: right;
}
.my_network_tree_list_loop_all_tooltip {
	display: none;
	background: #201940;
	position: absolute;
	bottom: -139%;
	left: 0;
	z-index: 1500;
	padding: 10px;
	border-radius: 10px;
	right: 0;
}
.my_network_tree_list_loop_all:hover .my_network_tree_list_loop_all_tooltip{
	display:block;
}
.my_network_tree_list_loop_all_tooltip span {
	display: block;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	color: #fff;
	font-weight: normal;
}
.my_network_tree_list_loop_all {
	width: 180px;
	position:relative;
	height: 70px;
	margin: 0px auto;
	cursor:pointer;
	line-height: 70px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255,0.3);
}
.my_network_tree_list_loop_all i {
	width: 35px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 20px;
	border-radius: 4px;
	margin-top: 20px;
	opacity: 0.5;
	position: relative;
	background: rgba(255,255,255,0.3);
}
.my_network_tree_list_loop_all i:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background: #fff;
	left: 5px;
	top: 9px;
}
.my_network_tree_list_loop_all i:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background: #fff;
	left: 5px;
	top: 14px;
}
.my_network_tree_list_loop_all h2 {
	font-weight: 400;
	font-size: 13px;
	display: block;
	padding-left: 9px;
	text-align: left;
	color:#bbb;
	line-height: 62px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}
.my_network_tree_list_loop_all:hover h2{
	color:#0092e8;
}
.my_network_tree_list_loop_all i.active {
	background: #0092e8;
}
/*end tree*/
/*start bonuses*/
.home_static_lista.home_static_lista_in_go li:first-child {
	padding-left: 0;
}
.home_static_lista.home_static_lista_in_go li .home_static_lista_all span {
	float: left;
	width: 50%;
}
.home_static_lista.home_static_lista_in_go li .home_static_lista_all p {
	float: right;
	width: auto;
	padding-left: 0;
	padding-right: 30px;
	padding-top: 30px;
}
.home_static_left_table{
	width:100%;
}
.home_static_left_table_left{
	float:left;
	width:50%;
}
.home_static_left_table_right{
	float:right;
	width:50%;
}
.my_signup_links_labels .my_subscribes_list_ul_all {
	padding:0px;
	background:none;
}
.my_signup_links_labels .my_subscribes_list_ul li{
	padding:0;
}
.my_signup_links_labels .my_subscribes_list_ul_all .my_subscribes_list_ul_all_center {
	width: 100%;
}
.my_signup_links_labels .my_subscribes_list_ul_all .my_subscribes_list_ul_all_right {
	width: 100%;
}
/*end bonuses*/
.balance_recharge_code_msg {
	color: #555;
	font-size: 13px;
}
.balance_recharge_code_msg a {
	display: inline-block;
	color:#555;
	font-weight: normal;
	background: #eee;
	padding: 2px 5px;
}
.search_tree_users {
	clear: both;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
.search_tree_users label {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid rgba(255,255,255,0.1);
}
.search_tree_users input{
	width:100%;
}
.search_tree_users label button:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_tree_users label button {
	background: none;
	border: none;
	color: #fff;
	position: absolute;
	top: 13px;
	right: 20px;
}
.search_tree_users_list {
	background:#201940;
	position: absolute;
	right: 0;
	left: 0;
	display:none;
	z-index:5000;
	max-height:300px;
	overflow:auto;
	top: 49px;
}
.search_tree_users_list li {
	display: block;
	overflow: hidden;
}
.search_tree_users_list li a {
	color: #bbb;
	display:block;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	text-transform: capitalize;
}
.search_tree_users_list li img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.search_tree_users_list li a:hover{
	background:rgba(0,0,0,0.2);
}
.search_tree_users_list li .empty {
	padding: 20px;
	font-size: 17px;
}
.my_content_txt .aboutus_right {
	transition: unset;
	padding: 0;
	width: 100%;
	transform: unset;
	opacity: 1;
}
.my_content_txt .aboutus_right a {
	display: block;
	margin: 0px 0px 20px;
	text-align: center;
}
.profile_video_play:before {
	content: "\f144";
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
	font-size: 30px;
	opacity: 1;
	z-index: 100;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -35px;
	background: rgba(0,0,0,0.5);
	width: 45px;
	height: 45px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
}
.my_rank_color {
	display: block;
	background: #818d89;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px;
	border-radius: 3px;
	margin-top: 10px;
	text-align: center;
	font-weight: 600;
	position: relative;
	height: 45px;
	line-height: 45px;
}
.my_rank_color:before {
	content: "\f005";
	font-family: FontAwesome;
	left: 10px;
	font-weight: normal;
	position: absolute;
	top: 0px;
}
.my_rank_color.my_rank_color_1{
	background:#ffca28;
}
.my_rank_color.my_rank_color_2{
	background:#0092e8;
}
.my_rank_color.my_rank_color_3{
	background:#9e80ca;
}
.my_rank_color.my_rank_color_4{
	background:#acaaab;
}
.my_rank_color.my_rank_color_5{
	background:#d54650;
}
.my_rank_color.my_rank_color_6{
	background:#9ad546;
}
.my_rank_color.my_rank_color_7{
	background:#5046d5;
}
.my_rank_color.my_rank_color_8{
	background:#b34967;
}
.my_rank_color.my_rank_color_9{
	background:#b3ad49;
}