body{
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
}
.blue_link{
	color: #000099;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    bottom: 16px;
    left:16px;
    display: none;
    text-indent: -9999px;
    background: url("icon_top.png") no-repeat;
}
.photo_work {
	width: 80px;
	border-radius: 3px;
	border: 1px solid black;
}
.title_work{
	width: 100%;
}
.fix_select{
	margin:0 0 1em 0;
}
.form_center{
	text-align: center;
}
.button_back{
	width: 200px;
	margin-block-start:14px;
}
#login_mobile{
	display:unset;
}
@media screen and (width >= 900px){
	#login_mobile{
		display:none;
	}
}
@media screen and (width <= 400px){
	.job_listing_area .job_lists .single_jobs .jobs_left .thumb {
		float: unset;
	}
	.job_listing_area .job_lists .single_jobs .jobs_left .jobs_conetent h4 {
		margin-top: 8px;
	}
}
.single_field {
	margin-block-end: 30px;
}
.zero_margin{
	margin:0;
}

.search_btn{
	background: #0c273c;
}

.normal_btn{
	background: #0c273c;
	color:white;	
}
.normal_btn:hover{
	background: transparent !important;
	color:black;
	transition: 0.3s;
}
.login_btn {
	background: #4d9ab5;
	color: white !important;
	margin-bottom: 8px !important;
}
.login_btn:hover{
	background: transparent !important;
	color:black !important;
	transition: 0.3s;
}

@supports (-moz-appearance:none) {
	select,option{
		font-family: 'Inter',Arial;
		font-size: 16px;
	}
}
@supports (-webkit-font-smoothing: antialiased) {
	select,option{
		font-family: 'Inter',Arial;
		font-size: 16px;
	}
}
.logo_oficial2{
	display:none;
	width:200px;	

}

.logo_oficial,.logo_oficial1{
	width:200px;
	display:block;	
}

.iframe_cv{
	width:100%;
	height:450px;
	border: none;
	-webkit-overflow-scrolling: touch; 
}

.a_href_black{
	color:black
}


.webdb{
	color:white !important;
	font-size:14px;
}

b{
	color:black !important;
}