
.selected-shipment {
    background-color: #f0f0f0 !important;
    border: 2px solid darkorange !important;
}

.unselected-shipment {
    background-color: white !important;
    border: 1px solid #f0f0f0 !important;
}

.service-option {
    display: none !important;
}

    .service-option.visible {
        display: flex !important;
    }