.success_modal_div .modal-content {
  width: 200px;
  height: 200px;
  margin: auto;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 12px;
}

.success_modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.success_modal h5 {
  font-size: 18px;
  font-weight: 700;
  color: #3fae00;
}

.success_modal .success_lottie {
  width: 150px;
  height: 120px;
}
