@media (min-width: 768px) {
    .swal2-container .cv-dialog {
    width: 600px !important;
    margin: 30px auto !important;
}
}


.swal2-container .cv-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    padding: 20px 0px !important;
}
.swal2-container .cv-content {
    border-radius: 29px !important;
}

.swal2-container .btn.btn-success {
  border-radius: 4px !important;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.5);
  background-color: #f9a925 !important;
  font-size: 15px !important;
  text-align: center;
  height: 39px !important;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.37px;
  text-align: center;
  color: var(--white-two);
  min-width: 120px;
}

.swal2-container .cv-dialog .pt20 {
    padding-top: 20px;
}

.swal2-container .text-center img {
    height: 100px;
    width: 100px;
}
.swal2-container .text-center p {
    padding: 10px 0px 0px;
}

@media (max-width: 790px) {
/* .text-center img {
    height: 80px;
    width: 80px;
} */
}