html,
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: Rubik;
    -ms-overflow-style: none;
    background-image: url(bg.png);
    background-color: rgba(75,75,75,1);
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */

#msg,
#error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: white;
    z-index: 10;
}
#msg {
    color: black;
    background: white;
}
#error {
    background: rgba(204,71,0,1);
}

.header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: white;
}
.logo {
    float: left;
    font-size: 36px;
    font-family: Rubik;
}
.logo img {
    width: 50px;
}
.nav {
    float: right;
    margin-top: 10px;
    margin-right: 50px;
    list-style: none;
    color: white;
    text-transform: uppercase;
    cursor: default;
}
.nav li {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    transition: color .5s;
}
.nav li a {
    color: white;
    text-decoration: none;
    transition: color .5s;
}
.nav li a.discord {
    color: grey;
}
.nav li a.discord:hover {
    color: rgba(138,155,213,1);
}
.nav li a:hover {
    color: red;
}

.intro {
    width: 100%;
    min-height: 600px;
    height: calc(100% - 200px);
    font-size: 36px;
    color: white;
}
.intro-box p {
    font-size: 28px;
}
.intro-box .button:hover {
    background: rgba(255,0,4,1);
    box-shadow: 0 0 10px lightgrey;
}

.menu-pre img {
    width: auto;
}

.dash h1 {
    margin: 0;
    padding: 50px;
    color: white;
    font-size: 48px;
    text-align: center;
}
.dash_nav {
    background: rgba(121,0,32,1);
}
.dash_nav a {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    padding: 10px;
    color: white;
    transition: background .3s;
}
.dash_nav a:hover {
    background: rgba(165,0,44,1);
}
.dash_login {
    width: 50%;
    margin: 0 auto;
}
.dash_login input {
    width: 100%;
    max-height: 30px;
    margin: 5px 0;
    box-sizing: border-box;
}
.dash_login input[type=submit] {
    width: 100%;
    height: 30px;
    margin: 5px 0;
    color: white;
    background: rgba(43,87,126,1);
    box-sizing: border-box;
}
.dash_login button {
    width: 100%;
    height: 30px;
    margin: 5px 0;
    color: white;
    background: rgba(165,0,44,1);
    border: none;
    box-sizing: border-box;
}

.user {
    background: rgba(31,47,68,1);
    color: white;
}
.user-title {
    margin-top: 20px;
    font-size: 24px;
}
.user-info {
    float: left;
    width: calc(100% - 250px);
    margin-top: 20px;
}
.user-info h2 {
    margin: 0;
}
.user-info li {
    list-style: none;
}
.user-image{
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 20px;
}
.user-image img {
    width: 100%;
    height: 100%;
}
.ingame-form input[type=text] {
    width: 50%;
    height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.ingame-form input[type=submit] {
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}


.extra-info {
    width: 100%;
    background: rgba(31,47,68,1);
    color: white;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.info {
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    overflow: auto;
}
.free {
    color: #E5E4E2;
}
.platinum {
    color: black;
    background: #E5E4E2;
    background: linear-gradient(to bottom, #E5E4E2 0%, #D6D5D3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E5E4E2), color-stop(100%, #D6D5D3));
    background: -webkit-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -moz-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -o-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    background: -ms-linear-gradient(top, #E5E4E2 0%, #D6D5D3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E4E2', endColorstr='#D6D5D3', GradientType=0);
}
.info span {
    display: block;
    margin: 5px 0;
    cursor: pointer;
}

.fas {
    margin-right: 10px;
}
.fa-times {
    color: red;
}
.fa-check {
    color: green;
}
.category {
    display: none;
    margin-bottom: 10px;
}
.category span li {
    margin-left: 15px;
}


.buttons {
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button {
    display: inline-block;
    width: 45%;
    margin: 5px;
    padding: 30px;
    font-weight: bold;
    background: rgba(226,0,87,1);
    box-sizing: border-box;
    cursor: pointer;
    transition: background 1s;
}
.button:hover {
    background: grey;
}
#free,
#paid {
    display: none;
}
li {
    list-style: alphabetic;
}
a {
    display: block;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.link {
    width: auto;
    padding: 10px;
    color: black;
    background: white;
    transition: background 1s, -webkit-text-stroke 1s;
}
.link:hover {
    -webkit-text-stroke: 1px white;
    background: grey;
}
img {
    width: 100%;
    max-width: 400px;
}
.key {
    padding: 10px;
    color: black;
    background: lightgrey;
    border-radius: 5px;
}

.license_table {
    width: 90%;
    margin: 50px auto;
}
.license_head {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: white;
    background: rgba(73,159,255,1);
}
.license_head input {
    border: none;
    color: white;
    background: rgba(73,159,255,0);
    box-sizing: border-box;
    outline: none;
}
.license_head input[type=number] {
    height: 50px;
}
.license_head input[type=submit] {
    position: absolute;
    width: auto;
    height: 50px;
    padding: 0 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
    transition: background 1s;
}
.license_head input[type=submit]:hover {
    background: rgba(0,105,150,1);
}

.license_body {
    background: white;
}
.license_body input {
    border: none;
    border-bottom: 1px solid grey;
    box-sizing: border-box;
    outline: none;
}
.license_body input[type=text] {
    width: 80%;
    height: 50px;
    padding: 0 50px;
}
.license_body input[type=submit] {
    width: 20%;
    height: 50px;
    padding: 0 50px;
    cursor: pointer;
    transition: background 1s;
}
.license_body input[type=submit]:hover {
    background: rgba(0,255,210,1);
}
.license_body p {
    width: 100%;
    margin: 0;
    padding: 20px 50px;
    text-align: center;
    box-sizing: border-box;
}
.license_body .license_cat {
    text-align: center;
}
.license_cats {
    border-bottom: 1px solid lightgrey;
}
.license_cat {
    display: inline-block;
    width: 24%;
    padding: 20px 50px;
    font-weight: bold;
    box-sizing: border-box;
}
.license_info {
    display: inline-block;
    width: 24%;
    padding: 10px 50px;
    text-align: center;
    box-sizing: border-box;
}
.license_info input[type=submit] {
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    border: none;
}

.refresh {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    font-size: 12px;
    color: white;
    background: black;
    -webkit-transform: rotateX(32deg) rotateY(-15deg) rotateZ(6deg) translateY(-4px) translateZ(-36px) skewX(-12deg) skewY(6deg);
    -moz-transform: rotateX(32deg) rotateY(-15deg) rotateZ(6deg) translateY(-4px) translateZ(-36px) skewX(-12deg) skewY(6deg);
    -ms-transform: rotateX(32deg) rotateY(-15deg) rotateZ(6deg) translateY(-4px) translateZ(-36px) skewX(-12deg) skewY(6deg);
    -o-transform: rotateX(32deg) rotateY(-15deg) rotateZ(6deg) translateY(-4px) translateZ(-36px) skewX(-12deg) skewY(6deg);
    transform:  rotateX(32deg) rotateY(-15deg) rotateZ(6deg) translateY(-4px) translateZ(-36px) skewX(-12deg) skewY(6deg);
}

.footer {
    width: 100%;
    padding-bottom: 100px;
    color: white !important;
    background: rgba(48,48,48,1);
}
.footer .container .info,
.footer .container .links {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.footer .container .info a,
.footer .container .links a {
    color: white;
    text-decoration: none;
}
.footer .container hr {
    width: 100%;
    height: 1px;
    background: rgba(95,95,95,1);
    border: none;
}
.footer .logo {
    width: 100px;
    margin: 50px 0;
}
.footer .logo img {
    width: 100%;
}
.copyrights {
    margin: 20px 0;
}


.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: black;
}
.loading p {
    position: relative;
    top: 90%;
    min-width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
}
.loader {
    position: relative;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: -120px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid red; /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}