/*-- ======================================================================|
--   ____      _      __  __   _____      ____    ___    ____    _____   |
--  / ___|    / \    |  \/  | | ____|    / ___|  / _ \  |  _ \  | ____|  |
-- | |  _    / _ \   | |\/| | |  _|     | |     | | | | | | | | |  _|    |
-- | |_| |  / ___ \  | |  | | | |___    | |___  | |_| | | |_| | | |___   |
--  \____| /_/   \_\ |_|  |_| |_____|    \____|  \___/  |____/  |_____|  |
--                                                                       |
-- @ Author Enctype | www.gamecode.com.br                                |
-- ======================================================================|*/

@font-face {
	font-family: 'My Riad Pro';
	font-style: normal;
	font-weight: normal;
	src: local('My Riad Pro'), url('../fonts/myriad-pro-8.otf') format('opentype');
}

@font-face {
	font-family: 'Gobold Uplow';
	font-style: normal;
	font-weight: normal;
	src: local('Gobold Uplow'), url('../fonts/Gobold_Uplow.ttf') format('truetype');
}

body {
	padding: 0px;
	margin: 0px;
}
.launcher {
	background: url('../images/background.png') no-repeat top center;
	width: 428px;
	height: 466px;
	overflow: hidden;
	-webkit-app-region: drag;
}
.launcher .closed {
	background: url('../images/closed.png') no-repeat;
	width: 20px;
	height: 21px;
	margin: 25px 0px 0px 390px;
	cursor: pointer;
	-webkit-app-region: no-drag;
}
.launcher .logo {
	margin: 160px 0px 0px 0px;
}
.launcher .logo img {
	display: block;
	margin: 0px 0px 0px 80px;
}
.launcher .header .closed:hover {
	filter: brightness(120%);
}
.launcher .info {
	margin: 1px 0px 0px 43px;
	display: flex;
}
.launcher .info .progress-w {
	width: 257px;
	margin: 0px 0px 0px 0px;
}
.launcher .info .progress-w p {
	color: #fff;
	font-family: "Arial", "sans-serif";
	font-size: 10px;
	margin: 0px 0px 5px 14px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.launcher .info .progress-w .progress {
	background: url('../images/progress.png') no-repeat;
	width: 246px;
	height: 26px;
	overflow: hidden;
}
.launcher .info .progress-w .progress:last-child {
	position: relative;
	top: -6px;
}
.launcher .info .progress-w .progress .progress-s {
	width: 236px;
	height: 6px;
	margin: 3px 0px 0px 5px;
	position: relative;
}
.launcher .info .progress-w .progress .progress-white {
	background: url('../images/progress-white.png') no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
}
.launcher .info .progress-w .progress .progress-red {
	background: url('../images/progress-red.png') no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
}
.launcher .info .checks {
	margin: 6px 0px 0px 4px;
}
.launcher .info .checks label {
    font-family: "Arial", "sans-serif";
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 90px;
    text-align: left;
    margin: 0px 0px 0px 25px;
	-webkit-app-region: no-drag;
}
.launcher .info .checks .container {
    width: auto;
    display: block;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    font-size: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: flex;
}
.launcher .info .checks input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.launcher .info .checks .checkradio {
    position: absolute;
    top: -2px;
    left: 0;
    height: 8px;
    width: 8px;
    background-color: #eee;
    border-radius: 50%;
}
.launcher .info .checks .container input[type="radio"] ~ .checkradio {
    border: 2px solid #a12205;
    background-color: #fff;
}
.launcher .info .checks .checkradio:after {
    content: "";
    position: absolute;
    display: none;
}
.launcher .info .checks .container input[type="radio"]:checked ~ .checkradio:after {
    display: block;
}
.launcher .info .checks .container .checkradio:after {
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e0e0e;
}
.launcher .info .checks .container .sound {
	background: url('../images/sound.png') no-repeat;
	width: 13px;
	height: 12px;
	display: inline-block;
	margin: -1px 4px 0px;
}
.launcher .info .checks .container .no-sound {
	background: url('../images/no-sound.png') no-repeat;
	width: 13px;
	height: 12px;
	display: inline-block;
	margin: -1px 4px 0px;
}
.launcher button {
	background: url('../images/button.png') no-repeat;
	width: 106px;
	height: 45px;
	border: none;
	outline: none;
	margin: -11px auto 0px;
	display: block;
	cursor: pointer;
	-webkit-app-region: no-drag;
}
.launcher button.disabled, .launcher button.disabled:hover {
	filter: grayscale(100%);
}
.launcher button:hover {
	filter: brightness(120%);
}
.launcher button span {
	display: block;
	text-align: center;
	font-family: "My Riad Pro", "sans-serif";
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
	color: #fff;
}