/*
|--------------------------------------------------------------------------
| CubeShield Background Protection
|--------------------------------------------------------------------------
*/

.cs-bg-protected{

	position:relative;

}

.cs-bg-overlay{

	position:absolute;

	inset:0;

	background:transparent;

	z-index:999;

	cursor:default;

	user-select:none;

	-webkit-user-select:none;

	-webkit-touch-callout:none;

}