.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: #6b482c;
    background-image: linear-gradient(#ffffff, #96c642 25%, #6b482c 100%);
    background-size: cover;
}

.bg-white {
    background-color: #96c642 !important;
}