.item-list-dinamic{
    @apply flex flex-wrap items-center gap-2 p-3 rounded bg-white shadow;
}

.item-list-dinamic .icon-drag{
    @apply cursor-move text-primary100;
}