.progress
{
display:inherit !important;
 background-color: #81bac8;
}
.give-goal-progress .progress .bar {
    background-color: #79c08a !important;
}
.give-total-wrap .give-currency-symbol {
    color: #ffc107 !important;
    border-radius: 2px 0 0 2px;
    padding: 0 12px;
}
.donated-amount
{
  background-color: #e8e2b1;
}
.input-prepend .add-on
{
  background: #000;
}
#donation-form .switch-payment-gateway
input:checked + label {
   border: 4px solid #b250d2 !important;
}