/*--------------career page card layout--------------------------*/
.mnh-req-card-container .row {
	display: flex;
	flex-wrap: wrap;
  }

.mnh-req-card{
	background: #fbfbfb;
    border-radius: 1rem;
    padding: 1.5rem 1.5rem;
    border: 1px solid #d8d8d8;
	width: 100%;
    height: auto;
    margin: 0rem 0rem 2rem 0;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mnh-req-card:hover{
	border: 1px solid #007bff;
    background: #007bff08;
	cursor: pointer;
}


.mnh-req-card-data-col.mnh-req-card-title{
	display :none;
}

.mnh-req-card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mnh-req-card-header .mnh-req-card-title{
	font-size: 1.65rem;
	margin-top: 0;
}

.mnh-req-card-row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mnh-req-card-px{
	display: flex;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.mnh-req-card-btn{
	display : inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
   	background-color: #007bff;
    border-color: #007bff;
}

.mnh-req-card-btn:hover {
	text-decoration: none;
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
	box-shadow: 0 4px 14px #00000052;
}

.mnh-req-card-btn:focus:not(:focus-visible) {
    outline: 0;
}

.mnh-req-card-btn:disabled {
    opacity: .65;
}

.mnh-req-card-btn[disabled]:hover {
    opacity: .65;
}

.mnh-req-card-label{
	font-weight: 400;
    white-space: nowrap;
    margin-right: 4px;
}

.mnh-req-card-width{
	width: 50% !important;
}

.mnh-req-card-search{
    float: right !important;
}

.padding-0{
	padding: 0 !important;
}

/* @media screen and (max-width: 600px) {
	.mnh-req-card-container .row {
	  flex-direction: column;
	}
  } */

.req-id-top {
    font-size: 10px;
    font-weight: 500;
    color: grey;
	display: none;
}

.mnh-req-card-footer{
	margin-top: 1rem;
}

.mnh-req-card-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mnh-req-card-data-col {
    padding: 4px 6px 4px 2px;
    display: block;
    min-width: 50%;
    width: auto;
    max-width: 100%;
    font-weight: 600;
    word-wrap: break-word;
    word-break: break-word;
}

.col-sm-3.mnh-req-card-px .mnh-req-card-data-col {
    padding: 3px 6px 3px 2px;
    width: 100%;
}

.mnh-card-icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.mnh-welcome-page-icon::before {
    @extend .mnh-card-icon;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    content: "\f5af";
}

.mnh-card-icon {
    display: none;
}

.mnh-card-icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 7 free";
    font-weight: 600;
    margin-right: 0.5rem;
    width: 1.6rem;
    font-size: 1.1rem;
    color: grey;
    content: "";
}

.mnh-req-icon-id::before {
    content: "\f292";
}

.mnh-req-icon-req-title::before {
    content: "\f0b1";
}

.mnh-req-icon-role::before {
    content: "\f508";
}

.mnh-req-icon-bu::before {
    content: "\e4d9";
}

.mnh-req-icon-location::before {
    content: "\f3c5";
}

.mnh-req-icon-experience::before {
    content: "\f19d";
}

.mnh-req-icon-positions::before {
    content: "\f0c0";
}

.mnh-req-icon-employment-type::before {
    content: "\f017";
}

.mnh-req-icon-designation::before {
    content: "\f2bb";
    font-size: 1.05rem;
}

.custom-filed-icon::before {
      content: "\f219";
}


.mnh-req-card-header .req-id-top .mnh-req-icon-id{display: none;}
.mnh-req-card-header .req-id-top .mnh-req-icon-id:before{
    font-size: 0.85rem;
    width: 0.85rem;
}

.mnh-req-card-header .mnh-req-card-title .mnh-req-icon-req-title{display: none;}
.mnh-req-card-header .mnh-req-card-title .mnh-req-icon-req-title::before {
    font-size: 1.5rem;
}

.go-to-next-arrow {
    display: none;
    font-size: 1.5rem;
    color: #007bff;
    transform: rotate(-45deg);
    margin-bottom: 10px;
}

@media only screen and (max-width:425px){
	.mnh-req-card{min-height: auto;}
	.mnh-req-card-width{width: 100% !important;}
	.mnh-req-card-search{float: left !important;}	
}