.third-container {
}

.third-light-container {
}

.shadow-blur {
}

.stake-and-earn-background {
}

@media (max-width: 640px) {
  .stake-and-earn-background {
  }
}

.toaster-custom {
  border: 1px solid #8C8C8C;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
}

@media (max-width: 480px) {
  .Toastify__toast-container {
    gap: 6px;   
    margin-top: 53px;
  }

  .toaster-custom,
  .Toastify__toast {
    width: 250px;
    padding: 10px;
    font-size: 12px;
    min-width: 250px;
    min-height: 48px;
    border-radius: 10px;
  }
}

.toaster-custom .Toastify__close-button {
  color: #fff;
  opacity: 1;
}

.toaster-custom .Toastify__progress-bar--success {
  background: #ea580c !important;
}
