.remove-multiselect-placeholder .mantine-MultiSelect-inputField 
{
    &:not(:only-child)::placeholder
{
    color: transparent;
}
}
