.form-control:focus,
.form-select:focus {
  border-color: #DEE2E6;
  box-shadow: 0 0 0 1px rgba(15, 130, 101, 0.7);
}

.ui-input-text input {
  background-color: red;
}

header {
  position: relative;
}
header .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

input {
  width: 100%;
}

.title {
  padding: 10px;
  border-radius: 6px;
}

#payment2us-form-container {
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 100;
}

.slick-dots {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
  position: relative;
}
.slick-dots::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li.slick-active button {
  border-bottom: 1px solid #0F8265;
}
.slick-dots li button {
  background-color: transparent;
  border: 1px solid transparent;
  color: #0F8265;
  font-size: 22px;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#arrow-container .slick-disabled.slick-prev,
#arrow-container .slick-disabled.slick-next {
  display: none !important;
}
#arrow-container .slick-arrow {
  width: 100%;
  background-color: #0F8265;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
#arrow-container .slick-arrow:hover {
  background-color: #009d7b !important;
  border-color: #009d7b !important;
}
#arrow-container .slick-prev {
  max-width: 66px;
  margin-right: 20px;
}
#arrow-container .slick-next {
  position: relative;
}
#arrow-container .slick-next:disabled:hover {
  cursor: not-allowed;
}
#arrow-container .slick-next:disabled::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slick-slide {
  height: 0;
}
.slick-slide.slick-active {
  height: auto;
}

#donation-type button {
  background: transparent;
  border: 1px solid #ccc;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  height: 75px;
  outline: none;
  width: 100%;
  transition: all 0.25s ease;
}
#donation-type button.selected {
  background-color: #0F8265;
  border-color: #0F8265;
  color: #fff;
}
#donation-type button.selected:hover {
  background-color: #0F8265;
  color: #fff;
}
#donation-type button:hover {
  background: transparent;
  border-color: #ccc;
  color: #000;
}
#donation-type button:active, #donation-type button:focus, #donation-type button:focus-visible {
  background: #0F8265 !important;
  border-color: #0F8265 !important;
  color: #fff;
}
#donation-type button.once {
  border-radius: 5px 0 0 5px;
}
#donation-type button.regular {
  border-radius: 0 5px 5px 0;
}

div#suggested-amounts button,
div#paymenyByButtons button {
  background-color: transparent;
  border-color: #ccc;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.25s ease;
}
div#suggested-amounts button.selected, div#suggested-amounts button:hover,
div#paymenyByButtons button.selected,
div#paymenyByButtons button:hover {
  background-color: #0F8265;
  color: #fff;
}

div#suggested-amounts button {
  display: flex;
  align-items: flex-start;
  margin: 0 5px;
  padding: 0;
  margin-bottom: 1rem;
  width: 100%;
}
div#suggested-amounts span.donation-amount {
  display: block;
  font-size: xx-large;
  padding-top: 5px;
}
div#suggested-amounts span.donation-desc {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

#select-donation-frequency {
  border: 1px solid #0F8265;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 5px;
  outline: none;
}
#select-donation-frequency:focus {
  outline: none;
}

.suggested-img {
  width: 30%;
  height: 125px;
}
.suggested-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-right: 1px solid #DEE2E6;
}

.donation-details {
  padding: 0 20px;
  width: 70%;
}

input[type=number]#other-amount {
  border-left: 0px;
  border-radius: 0px 5px 5px 0px;
  border-color: #DEE2E6;
  height: 45px;
  outline: none;
  -moz-appearance: textfield;
}
input[type=number]#other-amount:focus {
  box-shadow: none;
  border-color: #DEE2E6;
}
input[type=number]#other-amount::-webkit-outer-spin-button, input[type=number]#other-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bi.otherAmount {
  border: 1px solid #DEE2E6;
  border-right: 0px;
  color: #0F8265;
  font-weight: bold;
  padding: 6px 10px;
}

div#paymenyByButtons #paymentByIndividual {
  border-radius: 5px 0 0 5px;
}
div#paymenyByButtons #paymentByOrganization {
  border-radius: 0 5px 5px 0;
}

#donate-btn {
  background: #0F8265;
  border-color: #0F8265;
  color: #fff;
  font-weight: bold;
}
#donate-btn:hover {
  background: #009d7b !important;
  border-color: #009d7b !important;
}

#preloading {
  display: none;
}

.input-error,
.invalid-email {
  color: #872525;
  display: block;
  font-size: small;
  font-weight: bold;
  text-align: left;
  padding-left: 12px;
}

#organizationNameRow {
  overflow: hidden;
}
#organizationNameRow.active {
  overflow: visible;
}