/* Disable Text Selection */
:root {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -khtml-user-select: none;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}