/* ========================================
   DONATION FORM CUSTOM STYLES
   Modern, clean design matching template
   ======================================== */

/* ===== CURRENCY TOGGLE BUTTONS ===== */
.currency-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.currency-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  user-select: none;
}

.currency-btn:hover {
  background-color: #fff;
  border-color: #eb6424;
  color: #eb6424;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(235, 100, 36, 0.15);
}

.currency-btn.active {
  background: linear-gradient(135deg, #eb6424 0%, #ff7a3d 100%);
  border-color: #eb6424;
  color: #fff;
  box-shadow: 0 4px 12px rgba(235, 100, 36, 0.3);
}

/* ===== NICE SELECT FOR DONATION FORM ===== */
.donation-form__single .nice-select {
  width: 100%;
  height: auto;
  padding: 16px 40px 16px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  background-color: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  line-height: 1.4;
  float: none;
  transition: all 0.3s ease;
}

.donation-form__single .nice-select:hover {
  background-color: #fff;
  border-color: #eb6424;
  box-shadow: 0 2px 8px rgba(235, 100, 36, 0.1);
}

.donation-form__single .nice-select:focus,
.donation-form__single .nice-select.open {
  background-color: #fff;
  border-color: #eb6424;
  box-shadow: 0 0 0 4px rgba(235, 100, 36, 0.15);
}

.donation-form__single .nice-select:after {
  border-bottom: 2px solid #eb6424;
  border-right: 2px solid #eb6424;
  height: 8px;
  width: 8px;
  right: 18px;
}

.donation-form__single .nice-select .list {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  max-height: 250px;
  overflow-y: auto;
}

.donation-form__single .nice-select .option {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  min-height: 44px;
  line-height: 20px;
  transition: all 0.2s ease;
}

.donation-form__single .nice-select .option:hover,
.donation-form__single .nice-select .option.focus {
  background-color: rgba(235, 100, 36, 0.1);
  color: #eb6424;
}

.donation-form__single .nice-select .option.selected {
  background-color: #eb6424;
  color: #fff;
  font-weight: 600;
}

/* ===== INPUT FIELDS ===== */
.donation-form__single input[type="text"],
.donation-form__single input[type="email"],
.donation-form__single input[type="tel"],
.donation-form__single input[type="number"],
#donorName,
#donorEmail,
#donorPhone,
#donationAmount {
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  background-color: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 12px;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Nunito", sans-serif;
}

.donation-form__single input::placeholder {
  color: #999;
  font-weight: 400;
}

.donation-form__single input:hover,
#donorName:hover,
#donorEmail:hover,
#donorPhone:hover,
#donationAmount:hover {
  background-color: #fff;
  border-color: #eb6424;
  box-shadow: 0 2px 8px rgba(235, 100, 36, 0.1);
}

.donation-form__single input:focus,
#donorName:focus,
#donorEmail:focus,
#donorPhone:focus,
#donationAmount:focus {
  background-color: #fff;
  border-color: #eb6424;
  box-shadow: 0 0 0 4px rgba(235, 100, 36, 0.15);
}

/* ===== FORM LABELS ===== */
.donation-form__single h5 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== SPACING ===== */
.donation-form__single {
  margin-bottom: 25px;
}

.mb-3 {
  margin-bottom: 15px !important;
}

/* ===== BOOTSTRAP TOASTS - BIGGER & BETTER ===== */
.toast {
  min-width: 400px !important;
  font-size: 16px !important;
  padding: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.toast .toast-body {
  padding: 18px 20px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
}

.toast .toast-body i {
  font-size: 24px !important;
  margin-right: 12px !important;
}

.toast .btn-close {
  padding: 12px !important;
  margin: 0 !important;
}

/* Toast colors - vibrant and clear */
.text-bg-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
  color: white !important;
}

.text-bg-danger {
  background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%) !important;
  color: white !important;
}

.text-bg-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%) !important;
  color: #333 !important;
}

.text-bg-info {
  background: linear-gradient(135deg, #17a2b8 0%, #3498db 100%) !important;
  color: white !important;
}

/* Toast animation */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast.showing {
  animation: slideInRight 0.3s ease-out;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .toast {
    min-width: 320px !important;
    font-size: 14px !important;
  }

  #donationPurpose,
  .donation-form__single input {
    padding: 15px 18px;
    font-size: 15px;
  }
}
