/* add custom CSS here */

.list-item {
  padding: 15px 15px 0;
  align-self: flex-start;
}

.item-header-end {
  min-height: 47px;
  align-content: center;
  display: flex;
}

.novo-list-item {
  padding: 0;
	border:1px red solid;
}

.chip {
  display: inline-block;
}

app-info-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  div.job-card .novo-list-item {
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .list-item {
    padding-bottom: 5px;
  }
  app-info-chips {
    justify-content: flex-start;
  }
}

/* ID CHANGES 

PINK: #FC1AA2
GREEN: #61CE70 
*/

a, novo-activity-table .clickable, novo-data-table .clickable
{color:#FC1AA2!important;}


header.novo-header.condensed {
    background: #FC1AA2!important;
}

span.job-title {
    color: #FC1AA2!important;
}

span.category {
    color: #61CE70!important;
}
	
.header-title:before {
    content: url(https://inohpeople.com/INP2/wp-content/uploads/2025/07/inoh-bullhorn-logo3.png);
}

.header-titles h1 {
    display: none!important;
}

i.header-icon.bhi-company {
    display: none;
}

.list-item
{padding:15px 0 0!important;}
