.donation-collcted {
    color: var(--critical);
}
.donation-target {
    color: var(--success);
}


.progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .progress-bar-fill {
    height: 100%;
    background-color: var(--success);
    width: 0%; /* Dynamically set this with JavaScript */
    transition: width 0.4s ease-in-out;
  }

  .card-height {
    height: 600px;
    overflow-y: auto;
  }


  .donor-count-icon {
    color: var(--primary);
    margin-right: 5px;
  }
  .date-left {
    color: var(--critical);
  }

  .urgent-badge {
    background: var(--critical);
  }
  .transparent_text  {
    color: var(--critical);
    font-size: 20px;
  }


  .donation-animation {
    width: 100px;
    height: 110px;
  }

  .tax-benefit-tooltip {
    cursor: pointer;
  }

/* Ensure the container wraps fully */
.iti {
  width: 100% !important;
  position: relative;
}

.iti__selected-country {
  gap: 0;
}
.iti .iti__selected-dial-code {
  margin-left: 0;
}

.form-info-icon {
  font-size: 25px;
  position: absolute;
  top: 36px;
  right: 15px;
  color: var(--bs-warning);
}
.insta-col-video {
  color: var(--bs-warning);
}


input:required,
textarea:required,
select {
  border-left: 4px solid red;
}

input:required:hover,
textarea:required:hover,
select {
  border-left: 4px solid red;
}
input:required:focus,
textarea:required:focus,
select {
  border-left: 4px solid red;
}

.tf-bundle-product-item {
  padding: 10px;
  border: 2px solid var(--secondary-2);
  transition: all 0.3s ease;
  border-radius: 12px;
}
.tf-bundle-product-item:hover {
  border: 2px solid var(--main);
}

.tf-bundle-product-item.active {
  border: 2px solid var(--primary); /* Blue border when checked */
  border-radius: 12px;
}

.select-food-bf {
  display: none;
  /* padding-left: 40px; */
  color: #555;
  font-size: 14px;
}

.veg-span {
  padding: 0 3px 0 4px;
  border:2px solid var(--success);
  border-radius: 4px;
  color: var(--success);
  letter-spacing: 0.1em;
}
.nonveg-span {
  padding: 0 3px 0 4px;
  border:2px solid var(--critical);
  border-radius: 4px;
  color: var(--critical);
  letter-spacing: 0.1em;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.btn-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.spinner {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.validation-error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
.input-error {
  border-color: red;
}

  #success {
    width: 250px;
    height: 250px;
  }

  #failed {
    width: 300px;
    height: 300px;
  }

  #success_popper {
        position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .whatsapp-link-icon {
     position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0 0;
    border-radius: 50px;
    background: #00e676;
  }

  .link-icon {
    font-size: 25px;
    color: #fff;
  }