.card-header, .card-body, .card-footer, th, td, dl, .col-sm-8, .col-md-9 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

dd, dt {
    padding-top: 0.1px !important;
    padding-bottom: 0.1px !important;
}

.bd-example {
    margin-bottom: -15px !important;
}

.new-stage-location-btn {
    margin-top: -20px !important;
}

/* driver side trip date for phone */
.mobile-driver-date {
    font-size: 18px !important;
    font-weight: bold;
    color: yellow !important;
}

@media only screen and (max-width: 425px) {
    .mobile-driver-date {
        font-size: 12px !important;
        font-weight: bold;
        color: yellow !important;
    }
}

/* custom end, start and navigate driver btn classes */
.custom-end-btn {
    padding-left: 47px !important;
    padding-right: 47px !important;
}

.custom-start-btn {
    padding-left: 42px !important;
    padding-right: 42px !important;
}

/* custom driver trip messages classes */
.custom-messages {
    margin-top: -31px !important;
}
.fluo{
    background-color: yellow !important;
}
