.matrix .form-control,
.form-control-w100 {
    max-width: unset;
    width: 100%;
}

#map_location + div.row,
#map_location_start + div.row,
#map_location_end + div.row {
    display: none;
}

#map_location .leaflet-pane,
#map_location_start .leaflet-pane,
#map_location_end .leaflet-pane {
    pointer-events: none;
    cursor: default;
}

#screen-modal-viewDetailsModal .modal-footer {
    display: none;
}

.d-none {
    display: none;
}

.job-status {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-status.completed {
    background-color: #d4edda;
    color: #155724;
}

.job-status.cancelled {
    background-color: #f8d7da;
    color: #721c24;
}
