.donation_payment_content {
  display: flex;
  justify-content: space-between;
  background-color: #f0efec;
  border-radius: 5px;
}

.donation_tablink {
  flex: 1;
  text-align: center;
  padding: 0.3125rem;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  background: none;
  color: #000;
}
.donation_tablink.selected {
  font-weight: bold;
  color: 0.0625rem solid #4081CA;
  background-color: #ffffff;
  border: 2px solid #007bff;
  border-radius: 5px;
}
.donation_tablink .donation-button {
  background-image: url("../../images/desktop/donation.svg");
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0.9375rem;
  padding-left: 3.5rem;
}
.donation_tablink .donation-button.no_margin_right {
  margin-right: 0;
}

.overflow_fix {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow_fix option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.donation_container {
  font-size: 1rem !important;
  font-weight: 400;
  font-family: "Inter" !important;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  border-radius: 1rem;
  margin-top: 1rem;
}
.donation_container .donation_title {
  font-size: 1.125rem !important;
  font-weight: 700;
  font-family: "Inter" !important;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.donation_container #bank_rate_reminder_place {
  position: absolute;
  height: 2rem;
  width: 100%;
  display: flex;
  align-self: flex-end;
}
.donation_container .donation_title_img {
  background: white url("../../images/desktop/donation.svg") no-repeat center;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  margin-bottom: -1.25rem;
  z-index: 10;
  border-radius: 50%;
  padding: 0.625rem;
  box-shadow: inset 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}
.donation_container .donation_title_img {
  background: white url("../../images/desktop/donation.svg") no-repeat center;
  width: 2rem;
  height: 2rem;
  background-size: 1.75rem;
  margin-bottom: -1.25rem;
  box-sizing: content-box;
  z-index: 10;
  border-radius: 50%;
  padding: 0.625rem;
  box-shadow: inset 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
}
.donation_container .donation_select_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  text-align: center;
  border-radius: 1rem;
  width: 100%;
  line-height: 1.2;
}
.donation_container .donation_select_container .selectBox-dropdown {
  font-size: 1rem;
}
.donation_container .donation_select_container .selectBox-label {
  right: unset;
}
.donation_container .donation_rates_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.donation_container .smile_opinion_btn_area {
  display: flex;
  justify-content: center;
}

body .ui-dialog.bankRateReminder {
  background-color: #BFD5ED;
  width: 20rem !important;
  padding: 0.4375rem;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-family: "Inter";
  color: #231D1A;
  line-height: 1.1;
  position: absolute !important;
  margin-left: 3rem;
  margin-top: 3rem;
  box-sizing: content-box;
}
body .ui-dialog .ui-dialog-content.bankRateReminderContent {
  min-height: auto !important;
  background: transparent;
  color: #231D1A;
  padding: 1.5rem;
  line-height: 1.2;
}
body .ui-dialog .ui-dialog-titlebar.bankRateCloseButton {
  border: 0;
  font-weight: 100;
  background: url("../../images/desktop/notification_close.png") center no-repeat #BFD5ED;
  width: 1rem;
  background-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1rem;
  border-radius: 0;
  z-index: 2;
}
body .ui-dialog .ui-dialog-titlebar.bankRateCloseButton:hover {
  cursor: pointer !important;
}

.opinion_button_container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.opinion_button_container a.disabled {
  cursor: auto;
}

/*# sourceMappingURL=donation.css.map */
