/* CSS Document */
.petition-form .fundraising-checkbox label::before {
  z-index: 9;
}

.petition-form input, select {
  position: relative;
  margin-bottom: 0 !important;
}

.petition-form .statusText {
  color: #00c1ff !important;
}

.petition-form.theme-modern .statusText {
  margin-top: 1rem;
}

.petition-form .error {
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 1rem;
}

.petition-form .field-wrap .error {
  min-height: 1px;
  margin-top: -1px;
  margin-bottom: 1rem;
}

.petition-wrapper-modern .sharingiscaring:not(.sharingiscaring-btn) .social-shareicon .fas {
  color: #00c1ff !important;
}

.members-container .member .fa-stack .fa-stack-2x {
  color: #00c1ff !important;
}

.petition-form.theme-modern .activePetitionUsers-wrapper {
  background-color: #00c1ff;
}
.petition-form.theme-modern .activePetitionUsers-wrapper .arrow-up {
  border-bottom-color: #00c1ff;
}
.petition-form.theme-modern .current-progress-wrapper .fas {
  color: #00c1ff;
}

.uno-light .meter.blue > span, .primary .meter.blue > span {
  background-color: #00c1ff !important;
}

.members-container .member {
  padding-left: 2.4rem !important;
}
/*# sourceMappingURL=petitionsRedesign.css.map */
