/* SF#65866989 SA - Hide Twitter icon from the Share post section */
a#twitterLink {
  display: none;
}

/* SF67468483 cc*/
ul.socialIcons {
  position: relative;
}

/* SF67468492 CC */
.quickGivingPanel .formQuestion.donationAmount {
  background-color: #00c0ac !important;
}

.formQuestion.donationAmount:not(.ccAmount).donationSelected {
  background-color: white !important;
}

.buttonDonate {
  background-color: #00c0ac !important;
}

.totaliserDone
{
  background-color: #00c0ac !important;
}

.totaliserFigure.raisedAmount {
  color: #00c0ac !important;
}

.customForm .formQuestion,
.formDescription,
.customForm h1 {
  margin: 0 20px !important;
  max-width: 80% !important;
}

.readMore.carouselSlideReadMore,
.button.callToActionBtn.eventBookingBtn,
.button.eventEnquiry,
.addToCalender {
  border-radius: 120px !important;
}