.order-button, .order-button:hover,.order-button:not(:disabled):not(.disabled):active,.order-button.focus {
    color: #fff;
    background-color: #00e794;
    border-color: #00e794;
}
.table td {
    padding: 1px;
    }
    .card-header,.card-body {
    padding: 1px;
}
.bg-gradient-primary {
    background-color: #213e5a;
    background-image: linear-gradient(#ffffff, #0189cc 25%, #213e5a 100%);
    background-size: cover;
}

.bg-white {
    background-color: #0189cc !important;
}