@import 'https://kit-pro.fontawesome.com/releases/v5.9.0/css/pro.min.css';
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap';
*,
:after,
::before {
	box-sizing: border-box
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	color: #fff;
	background-color: #101010;
	line-height: 1.5;
	font-family: josefin sans, sans-serif;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media(max-width:500px) {
	html,
	body {
		height: auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
}

.bg {
	height: 100%
}

#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0
}

a {
	position: relative;
	z-index: 999;
	color: var(--white-color);
	text-decoration: none;
	cursor: pointer
}

p {
	font-size: 20px;
	color: #565555
}

h1 {
	font-size: 21px;
	color: var(--white-color);
	font-weight: 700
}

button {
	margin-left: 10px;
	margin-right: 10px;
    padding: 9px 20px;
    border: 1px solid #91d2fe;
    border-radius: 30px;
    color: #91d2fe;
    transition: 1s;
}

.button {
	margin-left: 10px;
	margin-right: 10px;
    padding: 9px 20px;
    border: 1px solid #91d2fe;
    border-radius: 30px;
    color: #91d2fe;
    transition: 1s;
}

.button:hover {
	color: #fff;
    background: #00182a;
    transition: 1s;
    box-shadow: 0px 0px 9px 1px #00182a;
}

@media screen and (max-width: 992px) {
  .button {
    display: block;
  }
}

@media(max-width:500px) {
	.button {
		margin: 5px
	}
}

.center {
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	overflow: hidden
}

@media(max-width:650px) {
	.center {
		padding-top: 35px;
		padding-bottom: 35px
	}
}

.center-content {
	display: table-cell;
	max-width: 250px!important;
	vertical-align: middle;
	text-align: center;
	padding: 0%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

input:focus,
textarea:focus,
select:focus {
	outline: none
}

input {
	font-family: josefin sans, sans-serif;
	cursor: pointer;
	background-color: transparent;
	color: var(--white-color);
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(32.5px + .75rem + 2px);
	padding: .675rem .8rem;
	color: gray;
	font-size: 15px;
	font-family: josefin sans, sans-serif;
	background-color: #191919;
	border-radius: 5px;
	border: 0
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.3rem + 5px);
	padding: .675rem .8rem;
	font-weight: 400;
	line-height: 1.6;
	color: grey;
	font-family: josefin sans, sans-serif;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background-color: #202020;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 0
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background: #151515
}

::-webkit-scrollbar-thumb {
	background: #252525;
	border-radius: 50px
}

::-webkit-scrollbar-thumb:hover {
	background: #303030
}

.box {
	max-width: 600px;
	margin: 30px;
	padding: 35px;
	border-radius: 20px;
	box-shadow: 0 0 40px #91d2fe;
}

.box h1 {
	font-size: 15px;
	text-align: left;
	margin: 0
}

.box h2 {
	font-size: 35px;
	text-align: center
}

.dashboard {
	display: inline-block;
	width: 650px;
	vertical-align: middle
}

@media(max-width:500px) {
	.dashboard {
		display: inline-block;
		width: 350px;
		vertical-align: middle
	}
}

.panel {
	margin: 15px!important;
	padding: 35px;
	border: 2px solid #151515;
	border-radius: 10px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .5)
}

.panel h2 {
	text-align: left;
	margin: 0
}

.panel h1 {
	text-align: left
}

.panel p {
	text-align: left
}

.links {
	display: inline-block;
	margin: 15px
}

.links h1 {
	text-align: center;
	margin: 0
}

.links p {
	text-align: center;
	margin: 0
}

.links input {
	font-weight: 400;
	text-align: center;
	color: #565555;
	font-size: 20px;
	margin-top: 5px
}

.cheats {
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	padding: 35px;
	display: inline-block;
	margin: 15px;
	border-radius: 10px
}

.cheats h1 {
	text-align: left
}

.cheats h2 {
	text-align: center;
	font-size: 35px
}

.cheats p {
	text-align: left;
	margin: 0;
	margin-top: -15px
}

.cheats img {
	border-radius: 10px;
	opacity: .5;
	height: 100px;
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%)
}

audio {
	background-color: #242525;
	filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
	width: 250px;
	height: 20px
}