.iatec-metronic-swal.cancel-button {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.iatec-metronic-swal.cancel-button:focus {
  outline: 4px solid #FFFFFF !important;
}

.iatec-metronic-swal.cancel-button:hover {
  background-image: initial !important;
  background-color: #F1FAFF !important;
  opacity: 1.0 !important;
  color: #30B4FF !important;
}

.swal2-icon.swal2-success {

  .swal2-success-line-tip {
    background-color: #50cd89 !important;
  }

  .swal2-success-line-long {
    background-color: #50cd89 !important;
  }

  .swal2-success-ring {
    border: .25em solid rgba(80, 205, 137, 0.3) !important;
  }

}

.iatec-metronic-swal.icon-success {
  color: #50cd89 !important;
}

.iatec-metronic-swal.icon-warn {
  border-color: #FFC700 !important;
  color: #FFC700 !important;
}

.iatec-metronic-swal.icon-danger {
  border-color: #f1416c !important;
  color: #f1416c !important;

  .swal2-x-mark-line-left {
    background-color: #f1416c !important;
  }

  .swal2-x-mark-line-right {
    background-color: #f1416c !important;
  }
}

.iatec-metronic-swal.confirm-button {
  background-color: #009EF7 !important;
}

.iatec-metronic-swal.confirm-button-danger {
  background-color: #D9214E !important;
}

.iatec-metronic-swal.confirm-button:focus {
  box-shadow: none !important;
}