@media (min-width: 1400px) {
  .swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    min-width: 572px !important;
    padding: 36px 0px !important;
  }
}
.swal2-popup.swal2-modal.swal2-show {
  border-radius: 16px;
  background: #FFFFFF;
  /* min-width: 572px !important; */
  padding: 43px 0px !important;
}
/* .swal2-popup.swal2-modal.swal2-icon-success.swal2-show */
.swal2-confirm.swal2-styled,.swal2-confirm:focus ,.swal2-success:focus{
  /* background: #FFC300; */
  border-radius: 16px;
  width: 80%;
  height: 48px;
  color: #191919;
  font-size: 19px;
  font-weight: 500;
  font-family: "inter" !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: unset !important;
}

.swal2-icon-warning .swal2-confirm.swal2-styled{
  background: #FFC300;
}

.swal2-icon-success .swal2-confirm.swal2-styled{
  background: #53B285;
}
.swal2-icon-error .swal2-confirm.swal2-styled{
  background: #198754;
}
/* button.swal2-cancel.btn.btn-danger {
  background: #ca0b0b;
  color: white;
*/
.conyes,.conno,.conyes:focus,.conno:focus{
  border-radius: 16px !important;
  width: 80%;
  height: 48px;
  color: #191919;
  font-size: 19px;
  font-weight: 500;
  font-family: "inter" !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: unset !important;
}

.swal2-actions {
  width: 100%;
  margin-top: 40px;
}
.swal2-actions {
    width: 90%;
    margin-top: 40px;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  color: #FF7A00;
  border-color: #FF7A00;
  width: 40px;
  height: 40px;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 25px !important;
  line-height: 25px !important;
  font-family: inter;
  font-weight: 700 !important;
  color: #212121 !important;
}
div#swal2-html-container {
  color: #191919 !important;
  font-family: "inter" !important;
  line-height: 22px;
  font-size: 15px !important;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    padding: 36px 0px !important;
  }
}

@media (max-width: 767px) {
  .swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    /* min-width: 350px !important; */
    padding: 26px 0px !important;
}
  div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  div#swal2-html-container {
    line-height: 20px;
    font-size: 12px !important;
}
.swal2-confirm.swal2-styled, .swal2-confirm.swal2-styled:focus {
  width: 75%;
  height: 37px;
  font-size: 13px;
}
}

@media (max-width: 575px) {
  .swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    /* min-width: 288px !important; */
    padding: 20px 0px !important;
}
    div:where(.swal2-container) h2:where(.swal2-title) {
      font-size: 20px !important;
      line-height: 20px !important;
    }
    div#swal2-html-container {
      line-height: 20px;
      font-size: 12px !important;
  }
.swal2-confirm.swal2-styled, .swal2-confirm.swal2-styled:focus {
    height: 40px;
    font-size: 15px;
   
}
}
