
html {
	scroll-behavior: smooth;
	text-align: center;
}
body{
	background-color: #eef1f1;
	margin: 0px;
	padding-top: 55px;
	overflow-x: hidden;
	width: 100%;
	max-width: 1920px;
	display: inline-block;
	text-align: left;
}
.fwp{
	float: left;
	width: 100%;
	position: relative;
}
.disableSelection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}
.hideFileInput{
	position: absolute;
	top: -1000px;
	left: -500px;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.moveMouse{ cursor: move; }
button{
	outline: none;
	border: none;
	transition: 0.23s;
}
.pop-up-bg{left:0;right:0;width:100%;height:100%;top:0;display:none;bottom:0;background-color:rgba(0,0,0,.77);position:fixed;z-index:9004340!important}.pop-up{position:absolute;top:0;bottom:0;left:0;right:0;display:none;background-color:#fff;padding:20px;border-radius:5px;margin:auto;overflow:hidden;z-index:9043302!important;vertical-align:middle;text-align:center}