@charset "utf-8";
.toggle-message {
	display: none
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.window-con-emu {
	display:block;
	background:rgb(255 255 255 / 10%);
	border:1px solid rgba(255,255,255,0.1);
	border-radius:12px;
	height:600px;
	box-shadow:rgba(0,0,0,0.1) 0px 10px 32px 0px;
	position:relative;
	cursor:default;
	margin-bottom:40px;
	overflow:hidden;
}
.window-emu-titlebar {
	background:rgb(0 0 0 / 20%);
	height:36px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
.window-emu-title-icon {
	background:url('/img/graphics/quickstart/rpcs3.png') no-repeat center;
	background-size:18px;
	height:20px;
	width:20px;
	position:relative;
	float:left;
	top:8px;
	padding-left:20px;
}
.window-emu-title-text {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:36px;
	color:#fff;
}
.window-emu-subtitle-bar {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:28px;
	padding-left:12px;
}
.window-emu-subtitle-bar span {
	margin-right:24px;
}
.window-emu-iconbar {
	height:68px;
	background:rgb(0 0 0 / 5%);
	display:inline-block;
	width:100%;
	margin-bottom:-3px;
	border-top:1px solid rgb(0 0 0 / 10%);
}
.window-emu-game-list-bar {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:24px;
	padding-left:12px;
	background:rgb(0 0 0 / 10%);
	border-top:1px solid rgb(0 0 0 / 10%);
	border-bottom:1px solid rgb(0 0 0 / 10%);
}
.window-emu-game-list-tabs {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:28px;
	margin-top:7px;
}
.window-emu-game-list-tabs span {
	margin-right:2px;
	background:rgb(0 0 0 / 10%);
	padding:10px 12px;
	padding-right:36px;
	padding-left:12px;
	border:solid 1px rgb(0 0 0 / 10%);
}
.window-emu-bottom {
	bottom:0px;
	position:absolute;
	width:-webkit-fill-available;
	height:240px;
	background:rgb(0 0 0 / 10%);
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.window-emu-log-bar {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:24px;
	padding-left:12px;
	background:rgb(0 0 0 / 10%);
	position:relative;
	display:block;
	border-top:1px solid rgb(0 0 0 / 10%);
	border-bottom:1px solid rgb(0 0 0 / 10%);
}
.window-emu-log-tabs {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:28px;
	margin-top:2px;
	text-align:center;
	float:inline-end;
	position:absolute;
	display:block;
	left:-1px;
}
.window-emu-log-tabs span {
	margin-right:2px;
	background:rgb(0 0 0 / 10%);
	padding:6px 18px;
	border:solid 1px rgb(255 255 255 / 10%);
}
.window-emu-log-tabs span:first-child {
	background:rgb(255 255 255 / 10%);
}
.window-emu-log-box {
	background:rgb(0 0 0 / 80%);
	height:180px;
	margin-left:2px;
	margin-right:2px;
	position:relative;
	bottom:-32px;
	display:block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.window-emu-logtext {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:24px;
	color:rgb(111 183 255);
	text-align:left;
	padding:8px 14px;
}
.window-emu-nav-icon {
	background-size:34px ! important;
	height:60px;
	width:40px;
	float:left;
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:94px;
	margin-left:16px;
	margin-right:16px;
	margin-top:6px;
	text-align:center;
	position:relative;
	opacity: .6;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.toggle-discord {
	cursor:pointer;
}
.toggle-reddit {
	cursor:pointer;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.discord-menu-con-dimmer {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	top:0;
	display:none;
	background:rgba(0,0,0,.6);
}
.discord-menu-con-container {
	position:fixed;
	height:auto;
	width:356px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(88 101 242 / 10%)), to(rgb(88 101 242 / 80%)));
	background: -o-linear-gradient(bottom, rgb(88 101 242 / 10%) 10%, rgb(88 101 242 / 80%) 100%);
	background: linear-gradient(0deg, rgb(88 101 242 / 10%) 10%, rgb(88 101 242 / 80%) 100%);
	-webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
	        box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
	margin-left:-178px;
	margin-top:-253px;
	top:50%;
	left:50%;
	border-radius: 16px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	-webkit-backdrop-filter: blur(16px) saturate(200%);
	        backdrop-filter: blur(16px) saturate(200%);
}
.discord-menu-ico-logo {
	background:url("/img/icons/services/discord.png") center/180px no-repeat;
	position:relative;
	width:100%;
	height:40px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1
}
.discord-menu-tx1-block {
	margin-bottom:10px;
	margin-top:10px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	color:#fff;
	text-shadow: rgba(0,0,0,.25) 0 2px 2px;
}
.discord-menu-tx2-block {
	margin-bottom:20px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	color:#fff
}
.discord-menu-tx2-block a {
	text-decoration:underline;
	color:#fff
}
.discord-menu-tx2-block a:hover {
	text-decoration:underline;
	color:#0074e7
}
.discord-menu-tx1-block h2 {
	font-family:Roboto-Bold;
	font-size:24px;
	line-height:37px;
	padding-left:30px;
	padding-right:30px
}
.discord-menu-tx2-block p {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:26px;
	padding-left:30px;
	padding-right:30px
}
.discord-menu-emp-block {
	background: #5865F2;
	width:4px;
	height:20px;
	border-radius:2px;
	margin-right:10px;
	float:left;
	margin-top:9px;
	position:relative;
	margin-left:30px
}
.discord-menu-btn-agree {
	font-family:Roboto-Bold;
	line-height:60px;
	font-size:18px;
	text-align:center;
	color: #000;
	background: rgb(255 255 255 / 90%);
	border: solid 2px #fff;
	height:60px;
	cursor:pointer;
	border-radius: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	-webkit-transition:all .1s ease-in-out 0s;
	-o-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;
	bottom:0;
}
.discord-menu-btn-agree:hover {
	color:#fff;
	border: solid 2px #838dff;
	background:#5865F2;
	-webkit-box-shadow: rgb(88 101 242 / 50%) 0 0 64px 0;
	        box-shadow: rgb(88 101 242 / 50%) 0 0 64px 0
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.reddit-menu-con-dimmer {
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999;
	top:0;
	background:rgba(0,0,0,.6);
	display:none;
}
.reddit-menu-con-container {
	position:fixed;
	height:auto;
	width:356px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(255 96 0 / 10%)), to(rgb(255 96 0 / 80%)));
	background: -o-linear-gradient(bottom, rgb(255 96 0 / 10%) 10%, rgb(255 96 0 / 80%) 100%);
	background: linear-gradient(0deg, rgb(255 96 0 / 10%) 10%, rgb(255 96 0 / 80%) 100%);
	-webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
	        box-shadow: inset 0 0 0 1px rgb(255 255 255 / 20%);
	padding: 1px;
	margin-left:-178px;
	margin-top:-253px;
	top:50%;
	left:50%;
	border-radius: 16px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	-webkit-backdrop-filter: blur(16px) saturate(200%);
	        backdrop-filter: blur(16px) saturate(200%);
}
.reddit-menu-ico-logo {
	background:url("/img/icons/services/reddit.png") center/180px no-repeat;
	position:relative;
	width:100%;
	height:40px;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1
}
.reddit-menu-tx1-block {
	margin-bottom:10px;
	margin-top:10px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	color:#fff;
	text-shadow: rgba(0,0,0,.25) 0 2px 2px;
	display:none;
}
.reddit-menu-tx2-block {
	margin-bottom:20px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	color:#fff
}
.reddit-menu-tx1-block h2 {
	font-family:Roboto-Bold;
	font-size:24px;
	line-height:37px;
	padding-left:30px;
	padding-right:30px
}
.reddit-menu-tx2-block a {
	text-decoration:underline;
	color:#fff
}
.reddit-menu-tx2-block a:hover {
	text-decoration:underline;
	color:#0074e7
}
.reddit-menu-tx2-block p {
	font-family:Roboto-Regular;
	font-size:14px;
	line-height:26px;
	padding-left:30px;
	padding-right:30px
}
.reddit-menu-emp-block {
	background: #fe4500;
	width:4px;
	height:20px;
	border-radius:2px;
	margin-right:10px;
	float:left;
	margin-top:9px;
	position:relative;
	margin-left:30px
}
.reddit-menu-btn-agree {
	font-family:Roboto-Bold;
	line-height:60px;
	font-size:18px;
	text-align:center;
	color: #000;
	background: rgb(255 255 255 / 90%);
	border: solid 2px #fff;
	height:60px;
	cursor:pointer;
	border-radius: 10px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-iteration-count:1;
	        animation-iteration-count:1;
	-webkit-transition:all .1s ease-in-out 0s;
	-o-transition:all .1s ease-in-out 0s;
	transition:all .1s ease-in-out 0s;
	bottom:0;
}
.reddit-menu-btn-agree:hover {
	color: #fff;
	border: solid 2px #ffc09f;
	background:#ffac80;
	-webkit-box-shadow: rgb(255 172 128 / 50%) 0 0 64px 0;
	        box-shadow: rgb(255 172 128 / 50%) 0 0 64px 0
}
