
.no-select {
     user-select: none;           /* Standard syntax */
    -webkit-user-select: none;   /* Chrome, Safari, newer Edge */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge Legacy */

}
