/* Copyright (C) 2022 fly6022. */

@import "https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,500,800";
@import "https://fonts.googleapis.com/css?family=Inter";

* {
	-webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
	overflow-x: hidden;
	line-height: 1;
	transition: 1.5s;
	font-size: 1em;
	font-family: 'Inter', 'Noto Sans SC';
}

a, a:hover {
	color: #66CCFF;
	transition: .5s;
	text-decoration: none;

}



.social a{
	color: #F5F5F5;
	transition: .5s;
	text-decoration: none;

}

#bg {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
	background-size: cover;
	transition: background-image 1s ease-in-out;
}

.masking {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	zoom: 1;
	background-color: rgba(27, 27, 27, 0.05);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.container {
	width: 100%;
	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.card {
	box-shadow: 0 8px 39px 0 rgba(0, 0, 0, 0.37) !important;
	width: 50%;
	height: 50%;
	}

.card {
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	-webkit-backdrop-filter: blur(8px);
	border-radius: 15px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	margin: 0 auto;
	padding: 10px;
	transition: 0.3s;
	background: rgba(10, 10, 10, 0.2);
	backdrop-filter: blur(5px);
	text-align: center;
	line-height: 1.5;
}

.sidebar {
	box-shadow: 0 8px 39px 0 rgba(0, 0, 0, 0.37) !important;
	background: rgba(10, 10, 10, 0.2);
	color: #F5F5F5;
	box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
	-webkit-backdrop-filter: blur(8px);
	border-radius: 5px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	margin: 0 auto;
	padding: 10px;
	transition: 0s;
	backdrop-filter: blur(5px);
	text-align: center;
	line-height: 1.5;
}

@media (prefers-color-scheme:dark) {
	.sidebar {
		color: #F5F5F5;
		background-color: rgba(0, 0, 0, .5) !important;
		backdrop-filter: blur(5px)
	}
}

.logo {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	border:1px soild white;
	background: url(../images/avatar.jpg) no-repeat center;
	border-radius: 50px;
	background-size: 100px;
}

.nickname {
	font-size: 2.5em;
	font-weight: 800;
	margin: 20px auto;
	color: #F5F5F5;
	font-family: 'Inter';
}

.motto {
	font-size: 1em;
	font-weight: 500;
	margin: 20px auto;
	color: #F5F5F5;
}

hr {
	margin: 10px auto;
	width: 0%;
}

.footer {
	position: absolute;
	right: 5px;
	bottom: 0;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	color: #fff;
	text-align: center;
	letter-spacing: -3px;
	font-size: 16px;
	opacity: .6 !important;
}

.remark {
	display: inline-block;
	margin: 0;
	color: #fff !important;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 9px;
	line-height: 1.2em;
}

.overlay-shown {
	visibility: hidden;
	opacity: 1;
}