button[wire\:click="resetTableFiltersForm"] {
    display: none;
}

button[wire\:click="mountAction('copy_link')"] {
    background-color: transparent;

    &:not(.disable):hover {
        background-color: transparent;
    }

    border: none;
    box-shadow: none;
    --tw-text-opacity: 1;
    color: rgba(var(--c-600), var(--tw-text-opacity));
}

.text-amber {
    color: #ffbf00;
}
