/* 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;
}

.chip {
  display: inline-block;
}

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

header[theme][theme=neutral] {
    background: #104073 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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

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

novo-list-item item-header item-title h6 {
    font-size: 18px !important;
}

.list-item {
    padding-left:0;
}

novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] .category[_ngcontent-serverApp-c102] {
    font-size: 15px;
}

novo-list[_ngcontent-serverApp-c102] .category[_ngcontent-serverApp-c102] {
    display:none !important;
}

    novo-list[_ngcontent-serverApp-c102] .description[_ngcontent-serverApp-c102] {
        font-size: 15px;
    }

[_nghost-serverApp-c99] .filter-header[_ngcontent-serverApp-c99] {
    font-size:14px;
}

app-sidebar novo-check-list {
    font-size:14px;
    max-height:none !important;
}

.chip[data-automation-id="chip-address"] {
    display:none !important;
}

.job-container .category {
    display:none !important;
}

.job-container .job-description-text {
    font-size: 16px;
    line-height: 1.6;
}

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

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

.job-header .job-title {
    color: #FF7A0D;
}

.job-description-text strong {
    color: #FF7A0D;
}

.header-title {
    position:relative;
}

    .header-title:before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
        background-image: url("https://automationexperts.co.uk/wp-content/uploads/2023/05/Frame-59-1.png");
        background-size:cover;
    }

header[theme].condensed > section i {
    display:none !important;
}

app-sidebar-filter[field="address(city)"] {
    display:none !important;
}



@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;
        }
    }
