.cp-unselectable {
-moz-user-select: none; -webkit-user-select: none; -khtml-user-select: none; -ms-user-select: none; user-select: none; -o-user-select: none; -webkit-touch-callout: none;
}
.cp-unselectable::selection{
background-color: transparent;
}