.Success_modal .main .Success_sparcle_lottie_icon {
  width: 250px;
  height: 208px;
}
.Success_modal {
  border-radius: 18px !important;
}
.Success_modal .top_text {
  font-size: 25px;
  font-weight: 500;

  text-align: center;
  background: linear-gradient(96deg, #f6d007 0%, #f98419 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.Success_modal .modal-content {
  border-radius: 30px !important;
  overflow: hidden;
  background: #161616;
  box-shadow: 0px 0px 12px #e20101db !important;
}
.Success_modal .modal-body {
  padding: 0 0 10px 0 !important;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .Success_modal .modal-content {
    border-radius: 30px !important;
    width: 220px;
    margin: auto;
  }
  .Success_modal .main .Success_sparcle_lottie_icon {
    width: 150px;
    height: 150px;
  }
  .Success_modal .top_text {
    font-size: 15px;
  }
}
