html, body{
	height:100%;
	margin:0;
}
h1,h2,h3,h4,h5,h6,p{
	color:#e4e4e4;
}
div{
	color:#e4e4e4;
}
a{
	color:#e4e4e4;
}
span{
	color:#f7941d;
}
.full{
	height:100%;
	margin-right:0;
}
@media screen and (max-width: 900px){
	.centerPhone{
		text-align:center;
	}
	.loginF{
		margin-bottom:20px;
	}
	.titlePage h1{
		margin-left:0 !important;
	}
	.centerLogin{
		padding-top:50px;
	}
	.mainBody{
		background-size:unset !important;
	}
}
.mainBody{
	height:100%;
	text-align:center;
	color:#fff;
	align-items:center;
	background-image:url("../img/newBackgroundcut.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.titlePage h1{
	margin-left:20px;
}
.titlePage span{
	font-weight:600;
}
.middleBtn{
	margin-top:10px;
}
.mainSlogan a{
	font-size:1.5rem;
}
.mainSlogan{
	margin-top:-50px;
}
.mainBody h2{
	font-size:3rem;
	font-weight:600 !important;
	text-shadow:2px 2px black;
}
.mainBody h3{
	font-weight:600 !important;
	font-size:2.5rem;
	text-shadow:2px 2px black;
}
.overImage{
	position:absolute;
	height:100%;
	width:100%;
	background:black;
	opacity:0.6;
}
.topMenu{
	background:#24262b;
	min-height:75px;
}
.loginF{
	float: right;
	margin-right:25px;
}
.btn-log{
	background:#f7941d;
	color:black;
}
.topLogin{
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
}
.topMenu{
	align-items:center;
}
.topMenu a:hover{
	text-decoration:none;
	color:#f7941d;
	opacity:0.6;
}
.mainMenu{
	text-align:center;
	font-size:1.3rem;
}
.loginBody{
	background-image:url("../img/loginBackgroundcutt.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.centerLogin{
	position:absolute;
	max-width:700px;
	height:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.centerLogin label{
	color:#dbdbdb;
}
.loginForm{
	margin:0;
	padding:20px;
	background:#363940;
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);
}
.formSize{
	width:100%;
	margin-top:20px;
}
.titleLogin{
	text-align:center;
	color:#fff;
}
.centerLoginForm{
	padding:40px;
}
.centerLoginForm a{
	color:#f7941d;
}
.btnLogin{
	width:100%;
	margin-top:15px;
	margin-bottom:10px;
	background:#f7941d;
	border-color:#f7941d;
}
.btnLogin:hover{
	background:#f7941d;
	opacity:0.8;
}
.dash_left_menu{
	background:#24262b;
	height:100%;
	padding-right:0;
	transition: 0.5s;
}
.dash_main_content{
	height:100%;
	background:#fff;
	transition: 0.5s;
	background:#1b1c1e;
}
.close_button_div button{
	float:right;
	margin-right:10px;
	margin-top:5px;
	font-weight:600;
	color:#e4e4e4;
}
.close_button_div{
	background:#24262b;
	min-height:60px;
	border-right:1px solid #292b2f;
}
.user_photo img{
	height:140px;
	width:140px;
	border-radius:50%;
	margin-top:30px;
	border:3px solid #f7941d;
}
.img_right_user img{
	height:30px;
	width:30px;
	border-radius:50%;
	border:1px solid #f7941d;
	margin-right:10px;
}
.small_user_image{
	height:30px;
	width:30px;
	border-radius:50%;
	border:1px solid #f7941d;
	margin-right:15px;
}
.center_image{
	text-align:center;
}
.user_info_div{
	margin:auto;
	margin-top:15px;
}
.menu_navigation{
	background:#292b2f;
	min-height:35px;
	margin-top:15px;
	margin-right:0;
}
.navigation_first{
	opacity:0.5;
	margin-left:30px;
	margin-top:auto;
	margin-bottom:auto;
}
.home_page_button{
	min-height:45px;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.50);
	margin-top:3px;
}
.button_inside{
	margin-left:30px;
	margin-top:auto;
	margin-bottom:auto;
	font-size:1.2rem;
	white-space:nowrap;
}
@media screen and (max-width: 670px){
	.button_inside{
		margin-left:30px;
	}
}
.button_inside i{
	margin-right:10px;
}
.dash_left_menu a{
	text-decoration:none;
}
.top_right_bar{
	min-height:60px;
	background:#24262b;
	border-bottom:1px solid #292b2f;
}
.menu_button_bar{
	margin-top:auto;
	margin-bottom:auto;
	display:none;
}
.menu_button_bar a{
	margin-left:10px;
}
.menu_button_bar i{
	color:#f7941d;
	font-size:30px;
}
.close_button_div a{
	display:inline-block;
}
.title_center a{
	color:#f7941d;
	text-decoration:none;
	display:inline-block;
}
.title_center{
	text-align:center;
}
.home_page_button:hover{
	background:#292b31;
}
.home_page_button:hover div{
	color:#f7941d;
}
.right_info{
	float:right;
	margin-right:25px;
}
.img_right_user{
	margin-top:15px;
}
.status_circle{
	color:green;
	position:absolute;
	bottom:0;
	left:20px;
	font-size:12px;
}
.img_and_circle{
	display:inline-block;
	position:relative;
}
#show_button{
	display:none;
	float:left;
	font-size:35px;
	margin-left:20px;
}
@media screen and (max-width: 450px){
	.title_dashboard{
		width:100%;
	}
	.right_info{
		float:unset;
	}
}
@media screen and (min-width: 2400px){
	body,h1,h2,h3,h4,h5,h6,p,span,div{
		font-size:2.5rem;
	}
	.player_recom div{
		font-size:1.5rem;
	}
	.player_recom span{
		font-size:1.5rem;
	}
	.player_recom i{
		font-size:1.5rem;
	}
}
@media screen and (min-width: 3200px){
	body,h1,h2,h3,h4,h5,h6,p,span,div{
		font-size:3.5rem;
	}
	.player_recom div{
		font-size:2.5rem;
	}
	.player_recom span{
		font-size:2.5rem;
	}
	.player_recom i{
		font-size:2.5rem;
	}
}
.right_info{
	display:none;
}
.dashboard_footer{
	position:absolute;
	bottom:0;
	min-height:50px;
	background:#24262b;
	width:100%;
	left:0;
}
.player_recom{
	background:#24262b;
	margin-top:25px;
	min-height:75px;
}
.inside_recom{
	margin-left:10px;
}
.player_recommended{
	padding-bottom:15px;
	margin-left:0;
	margin-right:0;
	align-items:center;
}
.player_recommended i{
	margin-left:15px;
}
.player_recommended span{
	margin-left:15px;
}
.accepte{
	color:#28a745;
}
.refuse{
	color:#bd2130;
}
.profile_icon{
	color:#0062cc;
}
.no_pad{
	padding:0;
}
.inside_block_two{
	background:#24262b;
	min-height:75px;
	margin-top:25px;
	
}