/* /usr/local/bin/OSCP/dist/career-portal/browser/static/custom.css */

/* Hide the header building icon glyph */
/*
header[theme]>section i.header-icon {
    display: none !important;
}
*/

/* Hide the Bullhorn logo */
/*
[_nghost-serverApp-c100] > section.credits[_ngcontent-serverApp-c100] {
    display: none !important;
}
*/

/* Force the header background color */
header[theme][theme=neutral] {
    background: #309090 !important;
}

/* Adjust the line height spacing on chips that wrap */
.chip[_ngcontent-serverApp-c101] {
    line-height: 3.5em !important;
}

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

button[theme][theme=fab][color=positive] {
    background: #309090 !important;
}

.background[_ngcontent-serverApp-c107]   .job-container[_ngcontent-serverApp-c107]   .category[_ngcontent-serverApp-c107] {
    color: #309090 !important;
}

button[theme][theme=dialogue] {
    color: #309090 !important;
}

button[theme][theme=primary] {
    background: #309090 !important;
}

header[theme][theme=neutral] {
    background: #309090 !important;
}

/* Hide all the chips from view */
/*
novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] novo-list-item[_ngcontent-serverApp-c102] item-header-end[_ngcontent-serverApp-c102] {
    flex-wrap: wrap;
    display: none !important;
}
*/