
.no_job_found{
	background-color: #fff;
	padding: 100px 50px;
	text-align: center;
	width: 100%;
	margin-top: 1.5rem!important;
}

.no_job_found a{
	margin-top: 50px;
}

.message-list{
	margin-top: 30px;
}

.message-from-person p {
    color: #969696 !important;
}
.send_message_btn{
	width: 100% !important;
}
.temp_notice{
	padding: 100px;
	text-align: center;
}
.active_card{
	background-color: #4CAF50;
	color: #fff;
}
.update_profile_pic {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.application_data p{
	margin-bottom: 0;
}

.application_data i {
	font-size: 18px;
	color: #ddd;
}

.application_data i:hover {
	color: #E51D20;
}
.color_main{
	color: #E51D20;
}

.chat-module-body-custom::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.chat-module-body-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.chat-module-body-custom::-webkit-scrollbar-thumb {
    background-color: #E51D20;
}

.nid_verify{
	line-height: 10px;
}
.verify_img{
	max-width: 20px;
}

#hext_text{
	transform: translateY(-20px);
}


.update_profile a{
	width: 100%;
	text-align: center;
}
.font-20{
	font-size: 20px;
}

.pass_area {
    border: 2px dashed #ddd;
    padding: 15px;
    margin-top: 25px;
}

.sd_filter {
    background: #fff;
    margin-top: 15px;
}

.sd_filter ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd_filter ul li {
    list-style: none;
    padding: 15px;
}

li.active_search {
    background: #E51D20;
}

li.active_search a{
   color:#fff;
}

/*Team View*/

.section-team .single-person {
    margin-top: 30px;
    padding: 30px;
    background-color: #f6f9ff;
    border-radius: 5px;
}
.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.section-team .single-person .person-image img {
    max-width: 200px;
    width: 100%;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.section-team .single-person .person-info .speciality {
    font-size: 14px;
    color: #E51D20;
}
.search_cat_list {
    background: #fff;
    text-align: center;
    padding: 30px 0 4px 0;
}

.job_details_new h5 {
    margin: 0 0 5px 0;
}
.user-avatar img {
    max-width: 128px;
    width: 100%;
}

.pd-20-profile{
    padding: 20px 0;
}

.update_profile_pic.user_cat {
    top: 15px;
}

.form_border_sd{
    margin-bottom: 25px;
}

a#change_no {
    padding-bottom: calc(.375rem + 1px);
    display: block;
    font-size: 11px;
    transform: translateY(-2px);
}

#nochangehints{
    display: none;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #E51D20;
    width: 100%;
    display: block;
}

.nav-pills .nav-link {
    color: #fff;
    background-color: #E51D20;
    width: 100%;
    display: block;
}

.sd-w100-block{
    display: block;
    width: 100%;
    text-align: center;
}

.text-red{
    color: #f00;
}

.reg-bg{
    background-color: #ff00000d !important;
}

.profileMedia{
    max-width: 60px;
}

span.followcount {
    position: absolute;
    bottom: -2px;
}

.custom_padding_profile{
    padding: 7px;
    text-align: center;
}
.cb-p-10{
    padding: 10px;
}
.username-area h5{
    margin: 0;
}

.profile_picwap{
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.imgPosRel{
    position: relative;
}

a.changePic{
    background: #6e6e6ea3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 30%;
    bottom: 0;
    border-radius: 50px;
}
.smallPic img{
    vertical-align: middle;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.fs-18{
    font-size: 18px;
}
.overlaywrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    display: none;
}

.joblistusername{
    color: #a9a9a9;
    transform: translateY(-8px);
}

.dangerBg {
    background: #fff1f1e3;
}
/*====Footermenu profile====*/
.footer_sticky_profile_menu {
    background: #fff;
    width: 100%;
    display: block;
    padding: 15px;
    position: fixed;
    bottom: 0;
}

.footer_sticky_profile_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer_sticky_profile_menu ul li {
    list-style: none;
}

.footer_sticky_profile_menu ul li a{
    font-size: 12px;
    color: #71748d;
}

.footer_sticky_profile_menu ul li a.active_menu{
    color: #E51D20;
}

.footer_sticky_profile_menu ul li a i{
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.job_images img{
    width: 100%;
    margin-bottom: 10px;
}
.job_images{
    position: relative;
}
a.downloaddoc {
    position: absolute;
    right: 0;
    top: 0;
    background: #000000a1;
    color: #fff;
    padding: 3px 15px;
    display: none;
}
.job_images:hover a.downloaddoc{
    display: block;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

button.owl-prev span {
    background: #00000096;
    padding: 12px 8px;
    color: #fff;
}

button.owl-next span {
    background: #00000096;
    padding: 12px 8px;
    color: #fff;
}

.readMorescroll {
    height: 117px;
    overflow: hidden;
    position: relative;
}

.readMorescroll:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 105px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
    cursor: pointer;
}
.newapplication{
    color: #9191916e;
}
.message-form.unreadbg {
    background: #09b71012;
}

.previewarea img {
    max-width: 80px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px;
    margin: 5px ;
}

div#files_preview {
    margin-bottom: 18px;
}

.previewarea {
    display: inline-block;
    position: relative;
}

a.uploadFile {
    background: #E51D20;
    color: #fff;
    padding: 4px 10px;
    margin-top: 15px;
    display: inline-block;
}

.removedoc {
    position: absolute;
    right: 0;
    top: 0;
    color: #f00;
}
#loader{
    display: none;
}
#loader img {
    max-width: 32px;
    margin: 0 auto;
    display: block;
    transform: translateY(-20px);
}

.modal-header {
    background: #e51d20;
}

.modal-header h5 {
    color: #fff;
}

.modal-header button {
    color: #fff;
}
.change_membership{
    background: #E51D20;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    box-shadow: 2px 5px 15px 1px #00000030;
}

.search_link_group {
    display: block;
    width: 100%;
    background: #fff;
}

.search_link_group ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search_link_group ul li {
    list-style: none;
    padding: 20px;
}
.search_link_group ul li.active {
    background: #e51d20;
}

.search_link_group ul li.active a {
    color: #fff;
}
.search_cat_list_img img {
    width: 100%;
}

.follow_ui {
    display: flex;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px #ddd;
}

.useravatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.useravatar img {
    max-width: 80px;
    width: 100%;
}

.user_info h3 {
    margin-bottom: 0;
}

.user_info {
    margin-left: 10px;
}

.user_info h5 {
    margin-bottom: 0px;
}
.limitented{
    line-height: 48px;
}