/* Filament Admin Panel Custom Styles */

/* Prevent labels from being selected when copying values */
.fi-in-entry-wrp-label,
.fi-fo-field-wrp-label,
.fi-ta-header-cell,
.fi-section-header,
dt.fi-in-entry-wrp-label {
    -webkit-user-select: none !important;
    user-select: none !important;
}
