@font-face {
      font-family: 'MontserratSubrayadaBold';
      src: url('MontserratSubrayadaBold.ttf') format('truetype');
}

html {
    height: 100%;
}

body {
    margin: 0;
    background: #121212;
    color: #EEEEEE;
    text-align: center;
    font-family: sans-serif;
}

#cookieNotice>.confirm {
    border-radius: 5px;
    background: #26A69A !important;
}

.comment {
    font-size: 14px;
    color: #9E9E9E;
    font-style: italic;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.8) 0%, rgba(31, 31, 31, 0.5) 20%, rgba(31, 31, 31, 0.1) 70%, rgba(0, 0, 0, 0) 100%)
}

nav {
    position: relative;
    display: flex;
}

.menu {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
    list-style: none;
    display: flex;
    align-items: center;
}

.menu li {
    margin: 30px 10px 30px 20px;
}

.user p {
    margin: 0px;
}

.menu a {
    color: #EEEEEE;
    text-decoration: none;
}

.login {
    font-weight: bold;
    background-color: #26A69A;
    padding: 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    color: #EEEEEE !important;
    text-decoration: none;
}

.login a {
    color: #EEEEEE;
    text-decoration: none;
}

.body {
    position: relative;
    top: 120px;
    margin: auto;
    max-width: 940px;
}

.element {
    background-color: #212121;
    border-radius: 5px;
}

.logo {
    height: 128px;
    width:  auto;
}

.game-logo {
    height: 200px;
    width: auto;
}

.game-name {
    font-family: 'MontserratSubrayadaBold';
}

.element h1 {
    margin-bottom: 30px;
}

.element h4 {
    margin-top: 30px;
}

.info {
    line-height: 25px;
    color: #9E9E9E;
    margin: 10px 15px 0px;
}

.description {
    line-height: 25px;
    color: #9E9E9E;
    margin: 10px 15px 10px;
}

.element a {
    color: #80CBC4;
    text-decoration: none;
}

.button {
    height: 38px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    color: #EEEEEE !important;
    text-decoration: none;
}

.button:hover {
    cursor: pointer;
}

input.input,
textarea.input {
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    color: #EEEEEE !important;
    text-decoration: none;
    background-color: #424242;
}

input.input::placeholder,
textarea.input::placeholder {
    color: #EEEEEE;
    opacity: 0.6;
}

input[type="file"] {
    display: none;
}

form.inline {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 5px;
}

form.api {
    margin: 20px auto 0px;
    max-width: 80%;
    padding-bottom: 5px;
}

form.connections {
    margin: 20px 0px 0px;
    padding-bottom: 5px;
}

form.instance {
    padding-bottom: 10px;
}

form.whitelist {
    margin: 20px 0px 0px;
}

div.whitelist {
    margin-bottom: 20px;
}

.input-title {
    margin: 5px 0px 10px;
    font-size: 1.15em;
    font-weight: bold;
    color: #EEEEEE;
}

textarea.input {
    font-family: sans-serif;
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    outline: inherit;
}

select {
    min-width: 140px;
    width: 40%;
    background-color: #424242;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    color: #EEEEEE;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 10px;
    overflow: hidden;
    padding: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload {
    margin: 20px 0px 20px;
}

.servers {
    margin: 0px;
    padding: 0px 0px 0px;
    list-style: none;
    text-align: center;
    align-items: center;
}

.servers li {
    margin: 5px 20px 10px;
    display: inline-block;
}

h3.instances {
    margin: 50px 0px 10px;
}

.details {
    min-width: 150px;
    padding: 20px;
    background-color: #181818;
    border-radius: 5px;
    margin: 0px 0px 20px;
}

.float-middle .details {
    min-width: 150px;
    padding: 0px;
    background-color: #181818;
    border-radius: 5px;
    margin: 0px 0px 20px;
}

.details h3 {
    margin: 0px 0px 10px;
}

.title {
    font-family: 'MontserratSubrayadaBold';
    font-size: 40px;
    background: -webkit-radial-gradient(circle, #4DB6AC 0%, #FF7043 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer {
    position: relative;
    margin-top: 150px;
    padding: 20px;
}

.disclaimer {
    font-size: 12px;
    margin-bottom: 30px;
}

.tab {
    overflow: hidden;
    background-color: #181818;
    border-radius: 5px;
    padding: 5px;
    margin: 2px 10px 2px;
}

.tab button {
    font-weight: bold;
    background-color: inherit;
    padding: 10px;
    margin: 2px 10px 2px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    color: #EEEEEE;
    text-decoration: none;
    font-size: 1.4em;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #26A69A;
}

.tab button.active {
    background-color: #26A69A;
}

.tabcontent {
    background-color: #181818;
    display: none;
    margin: 10px 10px 2px;
    padding: 10px 25px;
    border-radius: 5px;
    animation: fadeEffect 0.5s;
}

.tabcontent h2 {
    margin: 20px 0px 0px;
}

.tab-details {
    margin: 20px 0px 20px;
}

.avatar {
    max-width: 150px;
    height: auto;
    border-radius: 50%;
    margin: 20px 35px 35px;
}

.avatar-small {
    max-width: 64px;
    height: auto;
    border-radius: 10%;
    margin: 20px 35px 0px;
}

.seperator {
    max-width: 70%;
    margin: 35px auto 30px;
    border: 1px solid #424242;
    border-radius: 5px;
}

.float {
    display: inline-block;
    padding-right: 10px;
}

.float-middle {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    max-width: 90%;
    margin: 0px 10px 0px;
}

.float-left {
    vertical-align: top;
    display: inline-block;
}

.float-right {
    vertical-align: top;
    display: inline-block;
}

.headline {
    margin: 20px 0px 5px;
    font-size: 1.15em;
    font-weight: bold;
    color: #EEEEEE;
}

.content {
    margin: 10px 0px 0px;
    color: #9E9E9E;
}

form p.comment {
    margin: -5px 0px 18px;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .element {
        padding: 20px 0px;
        margin: 0px 10px 40px 10px;
    }
    .float-left {
        text-align: center;
    }
    .float-right {
        text-align: center;
        min-width: 80%;
    }
    input.input {
        width: 80%;
        margin-bottom: 20px;
    }
    textarea.input {
        width: 80%;
        margin-bottom: 17px;
    }
    .float-middle .servers li {
        margin: 5px 10px 10px;
        display: inline-block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .element {
        padding: 20px 0px;
        margin: 0px 10px 40px 10px;
    }
    .float-left {
        text-align: center;
        width: 80%;
    }
    .float-right {
        text-align: center;
        min-width: 400px;
    }
    input.input{
        width: 80%;
        margin-bottom: 8px;
    }
    textarea.input {
        width: 80%;
        margin-bottom: 5px;
    }
    .float-middle .servers li {
        margin: 5px 10px 10px;
        display: inline-block;
    }
    form.connections, form.api {
        min-width: 250px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .element {
        padding: 20px 0px;
        margin: 0px 10px 40px 10px;
    }
    .float-left {
        text-align: right;
        width: 30%;
        min-width: 220px;
    }
    .float-right {
        text-align: left;
        min-width: 400px;
        width: 40%;
    }
    input.input {
        width: 80%;
        margin-bottom: 8px;
    }
    textarea.input {
        width: 80%;
        margin-bottom: 5px;
    }
    .float-middle .servers li {
        margin: 20px 20px 30px;
        display: inline-block;
    }
    form.connections, form.api {
        min-width: 350px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .element {
        padding: 20px;
        margin: 0px 20px 40px 20px;
    }
    .float-left {
        text-align: right;
        width: 30%;
    }
    .float-right {
        text-align: left;
        min-width: 400px;
        width: 40%;
    }
    input.input {
        width: 80%;
        margin-bottom: 8px;
    }
    textarea.input {
        width: 80%;
        margin-bottom: 5px;
    }
    .float-middle .servers li {
        margin: 20px 20px 30px;
        display: inline-block;
    }
    form.connections, form.api {
        min-width: 400px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .element {
        padding: 20px;
        margin: 0px 20px 40px 20px;
    }
    .float-left {
        text-align: right;
        width: 30%;
    }
    .float-right {
        text-align: left;
        min-width: 400px;
        width: 40%;
    }
    input.input {
        width: 80%;
        margin-bottom: 8px;
    }
    textarea.input {
        width: 80%;
        margin-bottom: 5px;
    }
    .float-middle .servers li {
        margin: 20px 20px 30px;
        display: inline-block;
    }
    form.connections, form.api {
        min-width: 400px;
    }
}