*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body{
    width: 100%;
}

.swal2-container{
  font-family: 'Calibri', sans-serif;
}

.swal2-confirm, .swal2-confirm:hover, .swal2-confirm:active{
  background-color: var(--Ppal-1, #0089A6);
}