#last_donations {
  list-style-type: none;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
}
#last_donations li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #D1D5DB;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #last_donations li {
    gap: 15px;
  }
}
#last_donations li:last-child {
  border-bottom: none;
}
#last_donations li div:nth-child(1) {
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#last_donations li div:nth-child(2) {
  width: 57%;
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#last_donations div:nth-child(3) {
  width: 30%;
  text-align: right;
}
#last_donations h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #374151;
  text-transform: uppercase;
  margin: 0;
}
#last_donations h5 {
  color: #F88215;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
#last_donations span {
  font-size: 20px;
  line-height: 26px;
  color: #F88215;
  font-weight: 800;
}
.progress-bar__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #E5E7EB;
  padding: 10px;
  border-radius: 10px;
}
.progress-bar__wrapper span.percentageLabel {
  color: #1F2937;
  font-size: 25px;
  line-height: 33px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
}
.progress-bar__wrapper span.text {
  color: #1F2937;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(-4px);
  display: block;
}
.progress-bar__wrapper .dx {
  flex: auto;
}
.progress-bar__value {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
progress {
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #ddd;
  transition: width 300ms ease;
}
progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #ddd;
  transition: width 300ms ease;
}
progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 50px;
  background-color: #F88215;
  transition: width 300ms ease;
}
.menu-mobile-hotel {
  width: 100vw;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.menu-mobile-hotel .logo {
  max-width: 240px;
  object-fit: contain;
}
.menu-mobile-hotel button {
  width: 27px;
  height: 27px;
  background: url("../../../uploads/2024/04/hamburger.svg") no-repeat center center;
  background-size: contain;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  outline: none;
}
.menu-mobile-hotel button:focus {
  outline: none;
}
.menu-mobile-hotel button.active {
  background: url("../../../uploads/2024/04//close.svg") no-repeat center center;
}
.menu-mobile-hotel--inner {
  max-height: 0;
  background: #F6F1EA;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  border-color: #F88215;
  box-shadow: 0 20px 48px -13px #0000004d;
}
.menu-mobile-hotel--inner.active {
  border-top: 3px solid #F88215;
  max-height: 100vh;
}
.menu-mobile-hotel--inner ul {
  padding: 25px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.menu-mobile-hotel--inner ul h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin: 0;
  font-weight: 400;
}
.menu-mobile-hotel--inner ul h3.value {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.menu-mobile-hotel--inner ul ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-mobile-hotel--inner ul ul li a {
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin: 0;
  font-weight: 700;
  color: #1F2937;
}
.menu-mobile-hotel--inner .add-icon {
  display: inline-block;
}
.menu-mobile-hotel--inner .add-icon:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../../../uploads/2024/04/arrow-right-circle.svg") no-repeat center center;
  float: right;
  margin: 2px 12px;
  background-size: contain;
}
.give-form-wrap.give-display-onpage {
  max-width: 825px;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .give-form-wrap.give-display-onpage {
    padding: 18px;
  }
}
.give-form-wrap.give-display-onpage .give-donation-amount {
  display: flex;
}
.give-form-wrap.give-display-onpage .give-donation-amount input.give-amount-top {
  flex-grow: 1;
  border-radius: 0 10px 10px 0 !important;
  height: 55px !important;
}
.give-form-wrap.give-display-onpage .give-donation-amount span.give-currency-symbol {
  height: 55px;
  border-radius: 10px 0px 0 10px;
  display: flex;
  align-items: center;
}
.give-form-wrap.give-display-onpage .give-goal-progress {
  display: none;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap::after, .give-form-wrap.give-display-onpage #give-donation-level-button-wrap::before {
  display: none;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap li {
  flex: 1;
  margin: 0;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap li button {
  width: 100%;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap li button.give-default-level {
  background-color: #fff;
  color: #f88215;
  border-color: #f88215;
}
.give-form-wrap.give-display-onpage #give-donation-level-button-wrap li:last-child {
  flex: 0 0 auto;
  width: 100%;
}
.give-form-wrap.give-display-onpage .newsletter {
  padding: 0;
}
.give-form-wrap.give-display-onpage .newsletter div.give-label {
  display: none;
}
.give-form-wrap.give-display-onpage .give-submit.give-btn {
  width: 100%;
  background: #FF0504;
  font-size: 21px;
  text-transform: uppercase;
  border: none;
  padding: 16px;
}
.give-form-wrap.give-display-onpage form[id*=give-form] #give-final-total-wrap {
  display: flex;
}
.give-form-wrap.give-display-onpage form[id*=give-form] #give-final-total-wrap span {
  flex: 1;
}
.give-form-wrap.give-display-onpage .give-submit-button-wrap:after {
  content: "";
  display: block;
  width: 300px;
  height: 130px;
  background: url("https://www.dondir.it/wp-content/uploads/2024/04/metodi-di-pagamento-desktop-noamazon-1.svg") no-repeat center center;
  margin: 0 auto;
}
table#give_donation_receipt tr:nth-child(7), table#give_donation_receipt tr:last-child {
  display: none !important;
}
#give-receipt .give_success {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  padding: 20px 20px 20px 45px;
  box-shadow: none;
}
#give-receipt .give_success:before {
  content: "";
  background: url(https://www.dondir.it/wp-content/uploads/2024/05/check.svg);
  position: absolute;
  left: 0;
}
#give-receipt table.give-table {
  border-radius: 10px !important;
  background: #fff;
  border: 1px solid #E5E7EB !important;
  display: flex;
  overflow: hidden;
}
#give-receipt table.give-table thead {
  display: none;
}
#give-receipt table.give-table tbody {
  border: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#give-receipt table.give-table tr {
  background-color: transparent;
  border: none;
  display: flex;
}
#give-receipt table.give-table tr td {
  background-color: transparent;
  border: none;
  flex: 1;
}
#give-receipt table.give-table tr td:last-child {
  text-align: right;
}
#give-receipt table.give-table tr:nth-child(3) {
  font-weight: bold;
  order: 5;
  background-color: #FBF9F0;
}
#give-receipt .receipt-back-home {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 370px;
  margin: 0 auto;
  gap: 20px;
  text-align: center;
  padding: 100px 0;
}
#backTop {
  width: 50px;
  height: 50px;
  display: block;
  background: url(https://www.dondir.it/wp-content/uploads/2024/05/up-arrow-svgrepo-com.svg) no-repeat center center;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background-size: contain;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
