.custom-select-dropdown > .dropdown-toggle.bs-placeholder.btn,
.custom-select-dropdown > .dropdown-toggle.btn-light,
.custom-select-dropdown > .dropdown-toggle.btn-secondary {
    background-color: #f3f6f9!important;
    border-color: #F3F6F9!important;
    height: calc(1.5em + 1.65rem + 2px)!important;
    padding: 0.825rem 1.42rem!important;
    font-size: 1.08rem!important;
    line-height: 1.5!important;
    border-radius: 0.42rem!important;
}
.custom-select-dropdown > .dropdown-toggle.btn-light .filter-option,
.custom-select-dropdown > .dropdown-toggle.btn-secondary .filter-option {
    color: #3F4254!important;
}
.label.label-maroon {
    color: #FFF;
    background-color: #BD5560;
}
.label.label-pink {
    color: #FFF;
    background-color: #EC47AB;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-content-danger::before {
    border-right: solid 10px #FFE2E5!important;
}
.table-job-card th, .table-job-card td, .table-job-card thead th, .table-job-card tbody + tbody {
    border-color: #6bb4ff;
}
.table-job-card, .table-job-card > th, .table-job-card > td {
    background-color: rgba(181, 218, 255, 0.25);
}