html.rs-source-protect-active [data-rs-web-portal],
html.rs-source-protect-active [data-rs-game-modal],
html.rs-source-protect-active .rs-web-portal,
html.rs-source-protect-active .rs-game-modal{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
html.rs-source-protect-active input,
html.rs-source-protect-active textarea,
html.rs-source-protect-active select,
html.rs-source-protect-active option,
html.rs-source-protect-active [contenteditable="true"],
html.rs-source-protect-active [role="textbox"],
html.rs-source-protect-active [data-rs-allow-select],
html.rs-source-protect-active .rs-allow-select{
  -webkit-user-select:text;
  -moz-user-select:text;
  -ms-user-select:text;
  user-select:text;
}
html.rs-source-protect-active img,
html.rs-source-protect-active video,
html.rs-source-protect-active canvas,
html.rs-source-protect-active svg{
  -webkit-user-drag:none;
  user-drag:none;
}
