#customers td, #customers th {
    border: 0px solid #ddd !important;
    padding: 3px;
}
.btn-warning {
    color: #212529;
    background-color: unset;

}
#truck_body {
    width: auto !important;
}
input.btn.btn-warning {
    width: 100%;
}
#customers th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #fff !important;
    color: black !important;
}
#plate tr:nth-child(even) {
    background-color: #ccc0 !important;
    color:#111 !important;
}
#plate td, #plate th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    background-color: #0f9eec00 !important;
    color: #212529 !important;
    border:0px !important;
}

.modal-header.text-center {
    background: #6c3b97;
}
input.btn.btn-warning {
    width: 100%;
    background: #9a31c5;
    color: #fff;
    border-radius: 18px;
    padding: 1.5em;
    border-color: #ccc0 !important;
}
#customers tr:nth-child(even) {
    background-color: #f2f2f200 !important;
}
input#c_receiver {
    border-radius: 10px;
    margin-top: 1em;
    background: #e9e9e9 !important;
    border-top: 1px !important;
    border-left: 1px !important;
    border-right: 1px !important;
    border-bottom: 1px !important;
    border-color: #111;
}
.form-control {
    border-bottom: 0px solid #cacdd0;
    border-top: 1px;
    border-left: 1px;
    border-right: 0px;
    background-color: #f7f7f7 !important;
    font-size: 13px;
    border-radius: 10px !important;
    box-shadow: none !important;
}
.modal .profile-img {
    border-radius: 50%;
}