.country-donation {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .country-donation {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .country-donation__container._container {
    padding: 0;
  }
}
.country-donation__body {
  display: flex;
  align-items: stretch;
  border-radius: 24px;
  border: 1px solid #004c51;
}
@media (max-width: 992px) {
  .country-donation__body {
    flex-direction: column;
    border-radius: 0;
  }
}
.country-donation__col-01 {
  width: 50%;
  padding: 48px;
  border-radius: 24px 0 0 24px;
  background-color: #004c51;
}
@media (max-width: 992px) {
  .country-donation__col-01 {
    width: 100%;
    padding: 32px;
    border-radius: 0;
  }
}
.country-donation__title {
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.country-donation__text {
  margin: 32px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}
@media (max-width: 992px) {
  .country-donation__text {
    font-size: 16px;
  }
}
.country-donation__shortcode {
  margin: 24px 0 0 0;
}
.country-donation__col-02 {
  width: 50%;
}
@media (max-width: 992px) {
  .country-donation__col-02 {
    width: 100%;
  }
}
.country-donation__image {
  width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .country-donation__image {
    border-radius: 0;
  }
}

.donate-country-single__type-select {
  position: relative;
  cursor: pointer;
}
.donate-country-single__type-select.open .donate-country-single__type-current {
  border-radius: 8px 8px 0 0;
}
.donate-country-single__type-current {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 48px;
  padding: 6px 16px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/themes/islamichelp/assets/images/chevron-down-white.svg");
  background-position: 97% center;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .donate-country-single__type-current {
    font-size: 16px;
  }
}
.donate-country-single__type-dropdown {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 12px 16px;
  margin: -2px 0 0 0;
}
.donate-country-single__type-option {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #004c51;
  border-radius: 4px;
}
.donate-country-single__type-option:hover {
  background-color: #004c51 !important;
  color: #fff;
}
.donate-country-single__type-option:not(:last-child) {
  margin-bottom: 8px;
}
.donate-country-single__variations {
  margin: 8px 0 0 0;
}
.donate-country-single__amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.donate-country-single__amount-btn {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 8px 16px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.donate-country-single__amount-btn.active {
  background-color: #fff;
  color: #012527;
}
.donate-country-single__custom-amount {
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 48px;
}
.donate-country-single__custom-amount::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}
.donate-country-single__custom-amount::placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
}
.donate-country-single__text {
  margin: 8px 0 0 0;
  background-color: #eefbf8;
  padding: 10px 16px;
  border-radius: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #012527;
}
.donate-country-single__btn {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  padding: 8px 16px;
  background-color: #df240c;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  height: 48px;
}
.donate-country-single__btn:hover {
  background-color: #fff;
  color: #004c51;
}/*# sourceMappingURL=style.css.map */