/* ==========================================
BASIC CONTENT PROTECTION
========================================== */

body,
body * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;


-webkit-touch-callout: none;


}

/* Disable image dragging */
img,
svg {
-webkit-user-drag: none;
user-drag: none;
}

/* Allow normal use of form fields */
input,
textarea,
select,
option {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;


-webkit-touch-callout: default;


}

/* Disable text highlight */
::selection {
background: transparent;
color: inherit;
}

::-moz-selection {
background: transparent;
color: inherit;
}
