.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: #fff;
    -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: transparent linear-gradient(90deg, #19043d 0%, #77669d 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #a88dd3 !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;
  }
}
