.donate-wrap {
  width: 100%;
  max-width: 800px;
  margin: 4rem auto;
  position: relative;
}

.donate-tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  font-family: "Bitter", serif;
  border-radius: 10rem 0 0 0;
  overflow: hidden;
}

.donate-tabs .tab {
  width: calc(100% / 2);
  text-align: center;
  background: whitesmoke;
  padding: 3rem 0;
  cursor: pointer;
  font-size: 24px;
  text-shadow: 0 2px 15px 0 rgba(11, 11, 44, 0.15);
  transition: all 0.2s ease;
}

@media screen and (max-width: 600px) {
  .donate-tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }
  .donate-tabs .tab {
    width: 100%;
  }
}

.donate-tabs .tab:hover {
  background: lightgrey;
}

.donate-tabs .tab.active-tab {
  background: #ef966b;
  color: white;
}

.donate-tabs .tab input {
  display: none;
}

.donate-body {
  background: white;
  padding: 2rem 0;
}

.quick-amouunts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 2rem;
}

.dontate-PayFrequency {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 0 auto;
  overflow: hidden;
}
.PayFrequency {
  width: calc(100% / 2 - 2rem);
  text-align: center;
  position: relative;
  color: white;
  cursor: pointer;
  background: #84ba9b;
  text-transform: uppercase;
  text-align: center;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  padding: 2rem;
  border: white 2px solid;
  cursor: pointer;
  border-radius: 10px;
}

.PayFrequency:hover {
  opacity: 0.8;
}
.PayFrequency.active {
  background: #ef966b;
}

.PayFrequency input {
  display: none;
}

.quick-amouunts .amount {
  width: calc(100% / 4);
  text-align: center;
  position: relative;
  padding: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .quick-amouunts {
    flex-wrap: wrap;
  }
  .quick-amouunts .amount {
    width: calc(100% / 2);
  }
  .quick-amouunts .other-wrap {
    width: 50%;
  }
  .quick-amouunts .other-wrap .amount {
    width: 100%;
  }
  .quick-amouunts .amount .number,
  .quick-amouunts .other-wrap .other .number {
    margin: 0 auto;
    text-align: center;
  }
}

.quick-amouunts .amount input {
  display: none;
}

.quick-amouunts .amount .number {
  box-sizing: border-box;
  height: 120px;
  width: 120px;
  border: 10px solid rgba(132, 186, 155, 0.5);
  background-color: #84ba9b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-family: Bitter;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}
.quick-amouunts .amount.active .number,
.quick-amouunts .amount .number:hover {
  border: 6px solid rgba(238, 150, 107, 0.2);
  background-color: #ee966b;
}

.other-amount-input {
  display: none;
  padding: 8px 8px 8px 26px;
  border-radius: 4px;
  border: 1px solid #ee966b;
  box-sizing: border-box;
  background: url(assets/images/donate/money.svg) 10px center no-repeat;
  font-weight: 300;
}

.other-amount-input.active {
  display: block;
}

.quick-amouunts .other .number {
  font-size: 22px;
}

.quick-amouunts .description p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  margin: 1rem 0;
  color: #34343e;
  opacity: 0.5;
}

.quick-amouunts .amount.active .description p {
  opacity: 1;
}

.donate-footer {
  border-radius: 0 0 10rem 0;
  overflow: hidden;
  background: white;
  text-align: center;
}

.donate-next {
  display: inline-block;
  font-size: 18px;
  font-family: "Proxima-nova", sans-serif;
  border: none;
  outline: none;
  -webkit-appearance: none;
  padding: 1.5rem 5.5rem;
  cursor: pointer;
  background-color: #ef966b;
  color: white;
  font-weight: 700;
  border-radius: 2.5rem;
  text-align: center;
  transition: all ease-in-out 0.2s;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin: 2rem auto;
}

.donate-submit:hover {
  background-color: #84ba9b;
}

button:disabled {
  background-color: lightgrey;
}

.parts {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.donate-contact-details {
  padding: 2rem;
}
.donate-contact-details h3 {
  padding: 2rem 0;
  font-style: 16px;
  text-align: center;
}
.donate-contact-details .row p {
  width: calc(50% - 10px);
}
@media screen and (max-width: 500px) {
  .donate-contact-details .row p {
    width: calc(100% - 10px);
  }
}
.donate-contact-details .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .donate-contact-details .row {
    flex-direction: column;
  }
}

.donate-contact-details .fullrow {
  width: 100%;
  margin-bottom: 10px;
}
.donate-contact-details p {
  margin: 0 !important;
  font-size: 16px;
  padding: 3px;
}

.donate-contact-details input[type="text"] {
  width: 100%;
  background: whitesmoke;
  border: none;
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  color: black;
}

.donate-contact-details select {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: none;
  height: 30px;
}

.donate-contact-details .fullrow {
  width: calc(100% - 10px);
}

.tab.active-tab {
  background: coral;
}

.section1 .step {
  display: none;
}
.section1 .step.active-step {
  display: block;
}

.section2 {
  display: none;
}
.section2.active-step {
  display: block;
}

/* .section3 {
  display: none;
} */
.section3.active-step {
  display: block;
}

.tax {
  padding: 3px;
  background: white;
  text-align: center;
}

.raidos input {
  width: auto;
}
@media screen and (max-width: 500px) {
  .raidos label {
    width: 100%;
    display: block;
  }
}

#iframecontainer {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  margin: 2% auto;
  background: #fff;
  border: 1px solid #666;
  border: 1px solid #555;
  box-shadow: 2px 2px 40px #222;
  z-index: 999999;
  max-width: 600px;
}
#iframecontainer iframe {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
#loader {
  width: 250px;
  height: 250px;
  margin: auto;
  position: relative;
}
#loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
#block {
  background: #000;
  opacity: 0.6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

#block svg {
  color: whitesmoke;
  position: absolute;
  top: 1%;
  right: 1%;
  z-index: 9999;
  cursor: pointer;
  transform: scale(2);
}
#block svg:hover {
  color: red;
}
