input[type="text"], textarea {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    touch-callout: none !important;
}

input[type="text"]::selection,
textarea::selection {
    background: transparent;
}