.cc-btn.cc-btn-decision.cc-allow {
    border-color: rgb(255 255 255) !important;
    background-color: rgb(0, 124, 16) !important;
    color: white !important;
}
.cc-btn.cc-btn-decision.cc-deny{
 border-color: rgb(255 255 255) !important;
 background-color: rgb(127 127 127) !important;
 color: white !important;
}