.swal2-styled {
  border-radius: 15px !important;
}

.swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-cancel {
  order: 1 !important;
  background-color: #fff !important;
  border: 1px solid var(--secondary) !important;
  color: var(--secondary) !important;
  transition: .2s !important;
}

.swal2-cancel:hover {
  background-color: var(--secondary) !important;
  color: #fff !important;
  transition: .2s !important;
}

.swal2-confirm {
  order: 2 !important;
  background-color: var(--tecnol) !important;
  transition: .2s !important;
}

.swal2-confirm:hover {
  background-color: var(--tecnol-hover) !important;
  transition: .2s !important;
}