::selection {
	background-color: #1997c6;
}

body {
	font-family: "Roboto", sans-serif;
	background-color: #252830;
	background-image: url(../img/body-background.png);
	color: #fff;
	margin: 0;
	padding: 0;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}

.login-block {
	padding-top: calc((100vh - 365px) / 3);
}

.login-heading {
	font-size: 28px;
	font-weight: 400;
	color: #818ca7 !important;
	cursor: pointer;
	transition: .4s ease;
	margin-bottom: 40px;
}

.login-heading:hover {
	color: #6f7890 !important;
}

.login-heading .fas {
	margin-right: 5px;
}

.login-subheading {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
}

.login-form {
	background-color: #51586a;
	max-width: 360px;
	border-radius: 5px;
	padding: 25px;
	margin: 0 auto;
}

label {
	font-weight: 400;
}

.form-control {
	color: #fff;
	background-color: #434857;
	border: 2px solid transparent;
	box-shadow: none;
	transition: .4s ease;
}

.form-control:focus {
	background-color: #353a48;
	border-color: #1997c6;
	box-shadow: none;
}

.form-button {
	width: 100%;
	display: block;
	background-color: #434857;
	border: none;
	padding-bottom: 7px;
	padding-top: 9px;
	border-radius: 3px;
	transition: .4s ease;
}

.form-button:hover {
	background-color: #1997c6;
}

.form-status {
	max-width: 360px;
	background-color: #c0392b;
	padding: 6px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 4px;
	display: none;
}

.login-copyright {
	color: #818ca7;
	font-weight: 500;
	margin-top: 40px;
}

.notify {
	position: fixed;
	display: none;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 6px;
}

.notify-success {
	background-color: #27ae60;
}

.notify-error {
	background-color: #c0392b;
}

.menu-block {
	margin-top: 75px;
}

.menu-logo {
	font-size: 28px;
	font-weight: 400;
	color: #818ca7 !important;
	cursor: pointer;
	transition: .4s ease;
	margin-bottom: 40px;
}

.menu-logo:hover {
	color: #6f7890 !important;
}

.menu-logo .fas {
	margin-right: 5px;
}

.menu-list {
	margin: 25px 0;
	padding-left: 0;
}

.menu-list p {
	color: #51586a;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-list li {
	display: block;
	padding: 7px 10px;
	margin-bottom: 3px;
	margin-left: -10px;
	border-radius: 3px;
}

.menu-link {
	color: #cfd2da;
	font-size: 16px;
	transition: .4s ease;
	cursor: pointer;
}

.menu-link:hover {
	color: #fff;
}

.menu-list li .fas {
	margin-right: 4px;
}

.menu-active {
	background-color: #1997c6;
	pointer-events: none;
	transition: .4s ease;
}

.menu-active a {
	color: #fff;
}

.menu-block .hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #434857;
}

.menu-copyright {
	color: #818ca7;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}

.page-keys, .page-purchases-br, .page-purchases-gta, .page-links, .page-promocodes {
	display: none;
}

.content-block {
	margin-left: 20px;
}

.content-description {
	color: #51586a;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 75px;
	margin-left: 20px;
}

.content-heading {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}

.content-subheading {
	font-size: 16px;
}

.stats-item {
	border-radius: 3px;
}

.stats-heading {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 10px;
}

.stats-description {
	color: #808ba6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content-form input {
	display: inline;
}

.content-form .form-button {
	background-color: #1997c6;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-left: 5px;
}

.content-form .form-button:hover {
	background-color: #167294;
}

.content-form .form-control {
	margin-top: 1px;
}

.content-form .fas {
	margin-left: -25px;
	cursor: pointer;
}

.links-heading {
	font-weight: 400;
	margin-bottom: 25px;
}

.page-links .col-md-6, .page-links .row {
	padding: 0;
	margin: 0;
}

.table-button {
	background-color: #434857;
	color: #fff;
	font-size: 12px;
	padding: 4px 6px;
	border-radius: 3px;
	transition: .4s ease;
}

.table-button:hover {
	color: #ccc;
}

.change-button {
	display: inline-block;
	margin-right: 10px;
	background-color: #434857;
	color: #fff;
	padding: 5px 9px;
	border-radius: 3px;
	cursor: pointer;
	transition: .4s ease;
}

.change-button:hover, .change-button:focus, .change-button:visited {
	color: #fff;
}

.change-active {
	background-color: #1996c5;
	pointer-events: none;
}

