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;
}
* {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}
a,p,span,h1,h2,h3,h4,h5,h6,input,textarea,select,ul,li{
	font-family:Calibri;
	padding:0;
	margin:0;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a,p,span,h1,h2,h3,h4,h5,h6,input,textarea,select,ul,li{
	font-family:Calibri;
	padding:0;
	margin:0;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
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;
}
* {
	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);
}
#container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#splash {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	background-size: 30px;
	background-position: center;
	top: 0;
	left: 0;
}
#splash.show {
	background: #000000;
}
#splash.hide {
	display: none;
	background: rgba(0,0,0,0.3);
}
.corn {
	display: block;
	position: absolute;
	//width: 0;
	transition: 0.6s;
}
.corn.show {
	//width: 80%;
}
#cornleft {
	top: 0;
	left: 0;
}
#cornright {
	bottom: 0;
	right: 0;
}
#fab {
	display: none;
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	background: #ff5722;
	bottom: 10px;
	right: 10px;
}
#dia {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9;
}
#dia.show {
	display: block;
}
#diain {
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
#diainin {
	display: block;
	position: relative;
	overflow: hidden;
	width: calc(100% - 40px);
}
#dialog {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 240px;
	width: calc(100% - 60px);
	padding: 15px;
	border-radius: 5px;
	background: #ffffff;
	margin: auto;
}
#dialog > p {
	display: block;
	position: relative;
	font-size: 2.4em;
	color: #2196F3;
	margin-bottom: 10px;
}
#dialog > p.fa-circle-exclamation {
	color: orange;
}
#dialog > p.fa-circle-xmark {
	color: red;
}
#dialog > div {
	display: block;
	position: relative;
	overflow: hidden;
}
#dtitle {
	display: block;
	position: relative;
	font-size: 1em;
	font-weight: 600;
}
#dsub {
	display: block;
	position: relative;
	font-size: 0.9em;
}
#dbtn {
	display: block;
	position: relative;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FF5722;
	font-weight: 600;
	color: #ffffff;
	margin-top: 10px;
}
#dbtn:active {
	background: #212121;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
	background: #000000 !important;
	opacity: 0.8 !important;
}
.jconfirm .jconfirm-holder {
	margin: 0 20px;
}