.swal2-popup.swal2-toast {
  @apply relative !px-5 !py-4 !shadow-xl;
}
.swal2-popup.swal2-toast .swal2-close.close-btn {
  @apply absolute -top-[2px];
}
.swal2-popup.swal2-toast .swal2-close.close-btn i {
  @apply text-base text-gray-300 transition-all duration-200 ease-in-out;
  @apply hover:text-gray-700;
}

.swal2-popup.swal2-toast .swal2-title {
  @apply !m-0 !flex items-baseline gap-2 !pr-8 !text-sm leading-5 font-bold break-words;
}
.swal2-popup.swal2-toast .swal2-title .ti {
  @apply text-base leading-none;
}

.swal2-popup.swal2-toast .swal2-html-container {
  @apply !m-0 !pt-2 !pr-1 !pl-5 !text-sm font-medium;
}
.swal2-popup.swal2-toast .swal2-html-container a {
  @apply font-semibold text-white;
  @apply hover:text-black;
}
