@layer components {
    .notification {
        animation: slideInRight 0.3s ease-out;
        @apply fixed top-4 right-4 bg-white rounded-md max-w-[300px] font-medium text-white break-words z-[100] shadow-lg p-2.5 flex items-center gap-2;

        i {
            @apply text-lg;
        }

    }
}