
::-webkit-input-placeholder {
    color: rgb(81, 91, 116);
}

::-moz-placeholder {
    color: rgb(81, 91, 116);
}

:-moz-placeholder {
    color: rgb(81, 91, 116);
}

:-ms-input-placeholder {
    color: rgb(81, 91, 116);
}

input,
button,
textarea {
    background: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: ExoSoft;
    font-size: 14px;
    resize: none;
    color: rgb(255, 255, 255);
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

html,
body {
    background: rgb(26,31,45);
    font-family: ExoSoft;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

ul,
li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

em {
    font-style: normal;
}

b {
    font-family: ExoSoftBold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.hidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

.ell {
    text-overflow: ellipsis;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper a,
button[type="submit"],
input[type="submit"] {
    transition: 0.5s;
}

.wrapper {
    min-width: 1280px;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5)
    url(../images/general/website/d3ff4f9e103a1e0dc8126db6296dccdb.png);
    background-attachment: fixed;
    background-size: cover;
}

.panel {
    width: 310px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.container {
    min-height: 50vh;
    margin-left: 350px;
    margin-right: 40px;
}

.logo-image {
    width: 235px;
    padding-left: 20px;
}

.logo {
    width: 255px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.logo a {
    position: absolute;
    top: 15px;
    z-index: 2;
}

.line {
    background: rgb(219, 121, 16);
    height: 5px;
    margin: 0 40px;
    border-radius: 20px;
}

.mini-profile {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.mini-profile-ava img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mini-profile-ava:hover:before {
    opacity: 1;
    transform: scale(1);
}

.mini-profile-ava {
    display: inline-block;
    margin-top: 42px;
    width: 81px;
    height: 81px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgb(219, 121, 16);
    position: relative;
    box-shadow: 0 0 10px rgb(219, 121, 16);
    transition: 0.5s;
}

.mini-profile-ava:hover {
    box-shadow: 0 0 40px rgb(251, 231, 15);
    border: 2px solid rgb(251, 231, 15);
}

.mini-profile-login {
    font-size: 20px;
    font-family: ExoSoftMedium;
    color: rgb(255, 255, 255);
    overflow: hidden;
    padding: 0 40px;
    margin-top: 16px;
    margin-bottom: 5px;
}

.mini-profile-login a:hover {
    color: rgb(219, 121, 16);
}

.mini-profile-skin {
    font-size: 16px;
    color: rgb(2555, 2555, 2555);
    display: inline-block;
    margin-top: 8px;
}

.mini-profile-skin:hover {
    color: rgb(219, 121, 16);
    text-decoration: underline;
}

.menu {
    margin: 35px 40px;
}

.menu li {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
}

.menu a {
    font-size: 22px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding-left: 50px;
    margin-left: 27px;
    height: 28px;
    line-height: 30px;
}

.menu a:hover {
    color: rgb(219, 121, 16);
}

.menu .active a {
    color: rgb(219, 121, 16);
}

.c-title {
    font-size: 24px;
    font-family: ExoSoftMedium;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.c-title:after {
    width: 32px;
    height: 5px;
    background: rgb(219, 121, 16);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(255, 148, 96, 0.4);
}

/* FOOTER */

.footer {
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
}

.footer ul {
    display: inline-block; 
    margin: 0;
    padding: 0;
}

.footer ul li {
    float: none;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: ExoSoftLight;
    display: inline-block;
    margin: 0 10px;
}

.footer ul li a {
    float: none;
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: ExoSoftLight;
}

.footer ul li a:hover {
    color: rgb(219, 121, 16);
}

/* ===END=FOOTER=== */

.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: rgb(255, 255, 255);
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.c-title.nw {
    text-align: center;
}

.c-title.nw:after {
    left: 50%;
    margin-left: calc(-32px / 2);
}

td {
text-align: left;
padding: 8px;
}

th {
font-size: 24px;
font-family: arial, sans-serif;
}

/* CRIADO POR MIM */

.space {
    margin-top: 40px;
}

.pointer {
    cursor: pointer;
}

.social-network {
    display: inline-block;
    margin-right: 10px;
}

/* ===TWITCH=== */

.btn-login-twitch {
    color: rgb(255, 255, 255);
    background-color: #6441a5;
    margin-top: 8px;
    display: inline-block;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn-login-twitch:hover {
    color: rgb(251, 231, 15);
}

/* ===END=TWITCH=== */
label {
    font-size: 20px;
}

input {
    font-size: 20px;
    width: 100px;
    margin: 10px;
}

button {
    font-size: 20px;
    margin: 10px;
    padding: 10px;
}

.copyright {
    padding-top: 10px;
}