.dokan_attribute_taxonomy,
.add_new_attribute,
.dokan-product-remove-attribute,
.dokan-select-all-attributes,
.dokan-select-no-attributes {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.dokan_attribute_taxonomy:hover,
.add_new_attribute:hover,
.dokan-product-remove-attribute:hover,
.dokan-select-all-attributes:hover,
.dokan-select-no-attributes:hover {
    background-color: #f1f1f1 !important;
    border-color: #ddd !important;
}

.dokan-attribute-values {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #f9f9f9 !important;
}
