.yaad-form .btn-donate {
  border: 1px solid #4ecac2;
  color: #4ecac2;
  display: inline-block;
  cursor: pointer;
  font-size: 1.2em;
  width: 30%;
  margin: 1% 1%;
  padding: 2% 0;
  text-align: center;
}

.yaad-form .btn-donate:hover {
  background: #63fff552;
}

.yaad-form .btn-donate.selected {
  background: #135689;
  color: white;
}

.yaad-form .btn-donate.highlight-w-label {
  position: relative;
  margin-top: 25px;
}

.yaad-form .btn-donate .highlight-label {
  position: absolute;
  top: -23px;
  background: #38b5ad;
  font-size: 0.7em;
  line-height: 100%;
  width: 100%;
  padding: 5px;
}

/*
.yaad-form .btn-donate.highlight {
    background: #d83ff3;
    border: 1px solid #e568ff;
    color: white;
}

.yaad-form .btn-donate.highlight:hover {
    background: #e278f5;
    border: 1px solid #e568ff;
}

.yaad-form .btn-donate.highlight.selected {
    background: #c827e4;
    border: 1px solid #4b005a;
}
*/

.yaad-form .form-wrapper {
  clear: both;
}

.yaad-form .form-amount_custom {
  display: none;
  margin: 1% 1%;
  padding: 0;
  clear: none;
}
.yaad-form .form-amount_custom,
.custom-donate {
  float: right;
}

.yaad-form .form-submit_btn {
  clear: both;
}

.yaad-form .form-toc {
  padding: 2% 0;
  font-size: 1.3em;
}

.yaad-form #amount_custom {
  display: inline !important;
  width: auto !important;
  margin-left: 5px !important;
}

.yaad-form .btn-submit {
  background: #38b5ad;
  color: white;
  padding: 20px 20px;
  border-radius: 6px;
  font-weight: normal;
  max-width: 250px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;

  display: inline-block;
  margin: 5px;

  font-size: 1.5em;
}

.yaad-form .error-msg {
  padding-right: 5px;
  color: #a94442 !important;
  font-weight: bold;
}

.kehila-form .success-message {
  display: none;
}

.yaad-form .error-messages {
  display: none;
  background: #f2dede;
  color: #a94442;
  border-radius: 3px;
  border-color: #ebccd1;
  border: 1px solid;
  padding-top: 15px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.yaad-form-single-eng {
  direction: ltr;
}
.yaad-form-single-eng .error-messages ul li {
  margin-left: 1em;
  margin-right: auto;
}
.yaad-form-single-eng .error-messages {
  padding-left: 10px;
}
.yaad-form-single-eng .form-amount_custom,
.yaad-form-single-eng .custom-donate {
  float: left;
}
.yaad-form-single-eng #amount_custom {
  margin-right: 5px !important;
}

.avia-progress-bar-container {
  margin: 15px 0;
  clear: both;
}

.avia-progress-bar {
  position: relative;
  margin-bottom: 4px;
}

.avia-progress-bar .progressbar-title-wrap {
  position: absolute;
  z-index: 2;
  bottom: 3px;
  left: 3px;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  padding: 1px 10px 2px 10px;
  border-radius: 3px;
  line-height: 21px;
}

.progressbar-icon {
  float: left;
  margin-right: 5px;
}

.icon-bar-no .progressbar-icon {
  display: none;
}

.progressbar-title {
  float: left;
}

.avia-progress-bar .progress {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.avia-progress-bar div.progress .bar-outer,
.avia-progress-bar div.progress .bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 32px 32px;
  border-radius: 3px;
}

.av-animated-bar .avia-progress-bar div.progress .bar {
  -webkit-animation: avia-bg-move 1.2s linear infinite;
  animation: avia-bg-move 1.2s linear infinite;
  height: 100%;
}

.avia-progress-bar div.progress {
  clear: both;
}

div.progress .bar-outer {
  width: 0;
}

.av-small-bar .avia-progress-bar {
  margin-top: 1.9em;
}

.av-small-bar .avia-progress-bar:first-child {
  margin-top: 0em;
}

.av-small-bar .avia-progress-bar .progressbar-title-wrap {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0;
  background: none;
  color: inherit;
  line-height: 1.65em;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.av-small-bar .avia-progress-bar .progress {
  height: 10px;
  line-height: 1em;
  border-radius: 0px;
}

.progressbar-percent {
  float: right;
  opacity: 0.6;
}

.av-small-bar .avia-progress-bar div.progress .bar-outer,
.av-small-bar .avia-progress-bar div.progress .bar {
  border-radius: 0px;
}

.avia-progress-bar div.progress.avia_start_animation .bar-outer {
  -webkit-animation: avia_expand 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: avia_expand 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.theme-color-bar .bar {
  background: #4ecac2 !important;
}

.av-striped-bar .theme-color-bar .bar {
  background-image: -webkit-linear-gradient(
    -45deg,
    #4ecac2 25%,
    #38b5ad 25%,
    #38b5ad 50%,
    #4ecac2 50%,
    #4ecac2 75%,
    #38b5ad 75%,
    #38b5ad
  ) !important;
  background-image: -moz-linear-gradient(
    -45deg,
    #4ecac2 25%,
    #38b5ad 25%,
    #38b5ad 50%,
    #4ecac2 50%,
    #4ecac2 75%,
    #38b5ad 75%,
    #38b5ad
  ) !important;
  background-image: linear-gradient(
    -45deg,
    #4ecac2 25%,
    #38b5ad 25%,
    #38b5ad 50%,
    #4ecac2 50%,
    #4ecac2 75%,
    #38b5ad 75%,
    #38b5ad
  ) !important;

  background-size: 32px 32px !important;
}

.avia-progress-bar .progressbar-title-wrap {
  right: 3px;
  left: auto;
}

.progressbar-icon {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.progressbar-title {
  float: right;
}

.avia-progress-bar div.progress .bar-outer,
.avia-progress-bar div.progress .bar {
  right: 0;
  left: auto;
}
