body {
  font-family: "Nunito", sans-serif;
  background-color: #f0f2f5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* Align to the top */
  min-height: 100vh;
  margin: 0;
  padding: 20px 0;
  /* Add some vertical padding */
  box-sizing: border-box;
}

.container {
  background-color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  /* Adjust as needed */
}

#selectPrice {
  background-color: #147638 !important;
}
#selectPrice p {
  color: white !important;
}

.header {
  text-align: center;
  margin-bottom: 30px;
}

.logo {
  width: 120px;
  /* Adjust logo size */
}

.main-content h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.main-content .description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
  /* Align section titles to left */
}

/* Donation Input Section */
.donation-input-section {
  margin-bottom: 30px;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}

.currency {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-right: 5px;
}

.donation-amount {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: right;
  /* Align amount to the right */
}

.preset-amounts {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-bottom: 15px;
}

.amount-btn {
  background-color: #fff;
  border: 1px solid #00c763;
  /* Vakinha green */
  color: #00c763;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex: 1;
  /* Make buttons take equal width */
}

.amount-btn:hover {
  background-color: #00c763;
  color: #fff;
}

.min-donation {
  font-size: 12px;
  color: #999;
  text-align: center;
}

/* Payment Method Section */
.payment-method-section {
  margin-bottom: 30px;
}

.payment-methods {
  display: flex;
  justify-content: flex-start;
  /* Align payment buttons to left */
}

.payment-btn {
  background-color: #e0f7e9;
  /* Light green */
  border: 1px solid #00c763;
  color: #00c763;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.payment-btn.active {
  background-color: #00c763;
  color: #fff;
}

.payment-btn i {
  font-size: 18px;
}

/* Boost Donation Section */
.boost-donation-section {
  margin-bottom: 30px;
}

.boost-donation-section .description {
  text-align: left;
  /* Align description to left */
  margin-bottom: 15px;
}

.info-icon {
  color: #00c763;
  font-size: 14px;
}

.boost-options {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
}

.boost-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  width: calc(33% - 15px);
  /* Three items per row with gap */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boost-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.boost-item img {
  width: 60px;
  /* Adjust image size */
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.boost-item p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.boost-item .boost-price {
  font-weight: 700;
  color: #00c763;
  margin-top: 5px;
}

/* Summary Section */
.summary-section {
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

.summary-row.total-row {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  border-top: 1px dashed #eee;
  padding-top: 10px;
  margin-top: 15px;
}

/* Contribute Button */
.contribute-btn {
  background-color: #00c763;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contribute-btn:hover {
  background-color: #00a850;
}

div.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.623);
}
div.overlay .qrcodepix {
  width: 380px;
  height: 60%;
  background-color: white;
  margin: 80px auto 10px auto;
  border-radius: 5px;
}
div.overlay .qrcodepix .imgQRCODE {
  margin: 10px;
}
div.overlay .qrcodepix .imgQRCODE h3 {
  padding-top: 20px;
  font-size: 42px;
  font-weight: bolder;
  font-variant: all-small-caps;
  font-family: "Playfair Display", serif;
  text-align: center;
}
div.overlay .qrcodepix .imgQRCODE p {
  padding: 10px;
  font-size: 15px;
  text-align: center;
}
div.overlay .qrcodepix .imgQRCODE p span {
  font-weight: bold;
}
div.overlay .qrcodepix .imgQRCODE img {
  display: block;
  margin: 10px auto;
  border: 1px solid rgb(199, 199, 199);
  padding: 10px;
}
div.overlay .qrcodepix .copiaecola h3 {
  padding-top: 20px;
  font-size: 30x;
  font-weight: bolder;
  font-family: "Playfair Display", serif;
  text-align: center;
}
div.overlay .qrcodepix .copiaecola p {
  padding: 10px;
  font-size: 15px;
  text-align: center;
}
div.overlay .qrcodepix .copiaecola p span {
  font-weight: bold;
}
div.overlay .qrcodepix .copiaecola textarea {
  display: none;
}
div.overlay .qrcodepix .copiaecola button {
  display: block;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
  background: #00a850;
  border-radius: 5px;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  color: white;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
div.overlay .qrcodepix .copiaecola button:hover {
  background-color: #147638;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .container {
    padding: 20px;
    margin: 10px;
  }
  .boost-item {
    width: calc(50% - 10px);
    /* Two items per row on smaller screens */
  }
}
@media (max-width: 480px) {
  .preset-amounts {
    flex-direction: column;
    /* Stack amount buttons vertically */
  }
  .amount-btn {
    width: 100%;
  }
  .boost-item {
    width: 100%;
    /* One item per row on very small screens */
  }
}
@media screen and (max-width: 800px) {
  .overlay div.qrcodepix {
    height: auto;
    padding: 25px;
  }
}/*# sourceMappingURL=donate.css.map */