Secure Government Portal
GABAY Login
Sign in to your account
Use your official credentials to continue.
{
const toast = toasts.find(t => t.id === id);
if (!toast) return;
toast.show = false;
setTimeout(() => deleteToastWithId(id), 220);
}, duration);
"
class="pointer-events-none fixed z-[9999] flex w-full max-w-sm flex-col gap-3 px-4 sm:px-0"
:class="{
'right-0 top-0 mt-5 sm:mr-5': position === 'top-right',
'left-0 top-0 mt-5 sm:ml-5': position === 'top-left',
'left-1/2 top-0 -translate-x-1/2 mt-5': position === 'top-center',
'right-0 bottom-0 mb-5 sm:mr-5': position === 'bottom-right',
'left-0 bottom-0 mb-5 sm:ml-5': position === 'bottom-left',
'left-1/2 bottom-0 -translate-x-1/2 mb-5': position === 'bottom-center',
}"
x-cloak
>