@charset "utf-8";
.theme-works,.window-con-works::-webkit-scrollbar-track {
	color: #000;
	border-color: #000;
	background: #fff;
}
/* ---------------------------------------------------------------------------------------------------------------- */
.window-con-splashscreen {
	z-index: 10;
	background: rgb(0 0 0 /0%);
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(32px) saturate(200%);
	        backdrop-filter: blur(32px) saturate(200%);
}
.window-ovr-splashscreen {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0 0 0 / 80%)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(bottom, rgb(0 0 0 / 80%) 10%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, rgb(0 0 0 / 80%) 10%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 75%;
	position: absolute;
	bottom: 0px;
	-webkit-filter: saturate(100%);
	        filter: saturate(100%);
}
.window-wrp-splashscreen {
	font-size: 100px;
	color: #fff;
	text-align: center;
	height: auto;
	z-index: 1;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
.window-tx1-splashscreen {
	font-family: 'SFProDisplay-Bold';
	font-size: 72px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	text-align: center;
	height: auto;
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .4s;
	-webkit-animation-iteration-count:1;
	text-transform: uppercase;
	letter-spacing: 20px;
	text-indent: 20px;
}
.window-tx2-splashscreen {
	font-family: 'SFProDisplay-Regular';
	font-size: 16px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	color: rgb(255 255 255 / 60%);
	text-align: center;
	height: auto;
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .4s;
	-webkit-animation-iteration-count:1;
}
.window-tx3-splashscreen {
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	text-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	color: rgb(255 255 255 / 60%);
	text-align: center;
	height: auto;
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .4s;
	-webkit-animation-iteration-count:1;
	margin-top: 14px;
}
/* ---------------------------------------------------------------------------------------------------------------- */
.tooltip-con-exif {
	z-index: 10;
	position: fixed !important;
	bottom: 20px;
	min-width: 200px;
	height: 38px;
	background: linear-gradient(0deg, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 20%) 75%);
	background-clip: padding-box;
	border-radius: 40px;
	border: solid 1px rgb(255 255 255 / 60%);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .1);
}

.tooltip-tx1-exif {
	position: relative;
	font-family: 'SFProDisplay-Regular';
	font-size: 18px;
	line-height: 38px;
	color: #000;
	text-align: center;
	padding: 0px 20px;
}
.tooltip-con-controls {
	z-index: 10;
	position: fixed !important;
	bottom: 20px;
	min-width: 200px;
	height: 38px;
	background: linear-gradient(0deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 0%) 75%);
	background-clip: padding-box;
	border-radius: 40px;
	-webkit-backdrop-filter: blur(14px);
	border: solid 1px rgb(255 255 255 / 20%);
	-webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2);
}

.tooltip-tx1-controls {
	position: relative;
	font-family: 'SFProDisplay-Regular';
	font-size: 18px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	padding: 0px 20px;
}