html, body {
	margin: 0;
	padding: 0;
	background: none;
	scroll-behavior: smooth;
	overflow: hidden;
	width: 100%;
	height: 100%;
	//-webkit-overflow-scrolling : touch !important;
	//overflow: auto !important;
	//height: 100% !important;
}
body {
	//background: #ECEFF1;
}
*,h1,h2,h3,h4,h5,h6,a,span,p,ul,li {
	margin: 0;
	padding: 0;
	//font-family: Calibri;
	//font-size: 1em;
	//line-height: 1em;
	//font-weight: normal;
}
a {
	cursor: pointer;
}
a:hover {
	opacity: 1;
}
a:active {
	opacity: 0.8;
}
#container {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
}
#loader {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff5722;
	z-index: 99;
}
* {
	scrollbar-width: thin;
}
*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.2);
}
*::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.5);
}
*::-webkit-scrollbar-thumb:active {
	background: rgba(0,0,0,0.3);
}