@layer components {

    .dropdown li:focus,
    .dropdown li:hover {
        background-color: #eaeaf1;
        color: #16181b;
        text-decoration: none;
    }
    .custom-popover{
        @apply table;
        .status-list{
            @apply inline-flex;
        }
        .badge{
            @apply flex gap-1 items-center leading-[9px];
        }
    }
}
