#give-donation-level-button-wrap .give-btn {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
    text-transform: inherit;
    color: #333333;
    background: #ffffff;
    margin: 0;
    padding: 0px 12px !important;
    outline: none;
    overflow: hidden;
    border: 1px solid rgb(204 0 0);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-right-color: rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.give-total-wrap .give-currency-symbol {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 2px 0 0 2px;
  padding: 10px 12px;
}

.raised {
  display: none !important;
}