body{
    background-image: url(/images/background-top.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #131118;
}

body > header > nav{
    height: 75px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.219);
    font-family: 'Josefin Sans', sans-serif;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7511205165660014) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7511205165660014) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7511205165660014) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1); 
}

body > header > nav > .container{
    z-index:3;
}

a.nav-link:hover{
    background-color: #13111838;
    border-bottom:2px solid #892f24 !important;
    transition: 0.5s all;
}

a{
    color: #00bfff;
    text-decoration: none;
}

.navbar-brand > img{
    height: 25px;
}

div > ul > li.nav-item > a.nav-link{
    color: white !important;
    font-size: 1.125rem;
    padding: 24px !important;
    border-bottom:2px solid #89302400;
}

.home-download-box{
    margin-top: 115px;
}

.home-login-box{
    max-width: 300px;
    background-color: #171717;
    padding: 60px 30px 30px 30px;
    color: white;
}

.btn-home-download-box{
    box-shadow: 1px -10px 40px 20px rgba(255, 0, 0, 0.178);
    transition: 0.9s;
}

.btn-home-download-box:hover{
    box-shadow: 1px -10px 40px 20px rgba(255, 0, 0, 0.411);
    transform: translate(0px, 5px);
    transform: scale(1.1) perspective(1px);
}

.btn-home-login-box{
    text-align: center;
    display: block;
    background-color: #271f1f;
    color: white;
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    transition: 0.9s;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
}

.home-login-box > span{
    font-size: 0.875rem;
}

.btn-home-login-box:hover{
    background-color: #352929;
    color: white;
}

.home-logo-decorator{
    position: relative;
}

.logo{
    position: absolute;
    top: 114px;
    z-index: 1;
    left: 30px;
}

.decorator-render{
    position: absolute;
    top: -70px;
    left: 300px;
}

.box{
    width: 215px;
    height: 215px;
    background-color: red;
    border: 1px solid white;
}

.top-players-home{
    z-index: 2;
    position: relative;
    margin-top: 30px;
    background-image: url(/images/bg-title.webp);
    height: 77px;
    color: white;
    font-family: 'Cinzel', serif;
}

.top-players-home > h1{
    font-size: 1.5rem;
    margin-bottom: 0px !important;
    padding-top: 15px;
}

.top-players-cards{
    background-color: #171717;
    position: relative;
    padding: 20px;
}

.player-card{
    width: 214px;
    height: 214px;
    margin-left: 20px;
}

.player-bg-card{
    background-image: url(/images/class-icon.webp);
    background-size: 1080px 425px;
    background-repeat: no-repeat;
    position: relative;
    height: inherit;
    font-family: 'Josefin Sans', sans-serif;
}

.player-name{
    position: absolute;
    font-size: 1.3rem;
    bottom: 58px;
    display: block;
    width: 210px;
    text-align: center;
    font-weight: 500;
    background: #DD8637;
    background: -webkit-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: -moz-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.player-level{
    position: absolute;
    font-size: 1.0rem;
    bottom: 32px;
    display: block;
    width: 210px;
    text-align: center;
    font-weight: 400;
    background: #DD8637;
    background: -webkit-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: -moz-linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
    background: linear-gradient(to right, #DD8637 0%, #F7E061 50%, #DD8637 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

/* Class positions with-wolf */
.warrior-m{
    background-position: 0 0;
    transition: 0.3s ;
}

.warrior-f{
    background-position: 0 -213px;
    transition: 0.3s ;
}

.ninja-m{
    background-position: -216px 0;
    transition: 0.3s ;
}

.ninja-f{
    background-position: -216px -213px;
    transition: 0.3s ;
}

.shura-m{
    background-position: -432px 0;
    transition: 0.3s ;
}

.shura-f{
    background-position: -432px -213px;
    transition: 0.3s ;
}

.shaman-m{
    background-position: -650px 0;
    transition: 0.3s ;
}

.shaman-f{
    background-position: -650px -213px;
    transition: 0.3s ;
}

.lycan-m{
    background-position: -865px 0;
    transition: 0.3s;
}
/* Class positions end */

.home-news-bg{
    background-image: url(/images/bg-news.webp);
    background-repeat: repeat-y;
    background-size: cover;
    background-position-y: -50px;
}

.home-container{
    position: relative;
    padding: 30px 30px 30px 30px;
    color: white;
}

.home-container h2{
    font-family: 'Cinzel', serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
h2 > a{
    float:right;
    text-decoration: none;
    color: white;
}

h2 > a:hover{
    color: rgba(255, 255, 255, 0.322);
}

.news-home-list{
    list-style: none;
    padding: 0;
}

.news-home-list > li{
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    font-size: 0.9rem;
}

.news-home-list > li > a{
    text-decoration: none;
    color: white;
    display: block;
}
.news-home-list > li > i{
    /* float: right; */
    font-style: normal;
    font-size: 0.8rem;
}

.carousel-size{
    margin:auto;
}

.carousel-size, .carousel-item{
    max-width: 530px;
    max-height: 260px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.56);
}

.home-footer-bg{
    background-color: #171717;
}

.copyright{
    background-color: #282828;
}

.home-statistics{
    padding-right: 30px;
    font-size: 0.9rem;
}
.home-statistics > li{
    display: flex;
    justify-content: space-between;
}

.home-statistics > li > hr{
    height: 1px;
    color:rgba(255, 255, 255, 0.541);
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-links,
.footer-social-medias{
    list-style: none;
    max-width: 300px;
}

.footer-links > li{
    padding-top: 10px !important;
}

.footer-links > li > a{
    color: #f64242;
}

.footer-social-medias {
    /* float: right; */
    padding-right: 40px;
}

.footer-social-medias > li {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.3rem;
}
.footer-social-medias > li > a{
    color: white;
}

.home-content{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.content-title{
    color: white;
    background-color:#741b0ff5;
    padding: 15px 40px 15px 40px;
}

.content-title > h1{
    display: inline-block;
    font-weight: normal;
    font-size: 2em;
    margin: 0;
}

article > span{
    margin-bottom: 15px;
    display: block;
    text-align: end;
}

.home-content > .container > .content-bg{
    background-color: #171717;
    color: rgb(199, 196, 196);
    padding: 15px 40px 15px 40px;
}

.user-forms{
    max-width: 500px;
    margin: auto;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.144);
}

.tooltip-inner {
    max-width: 350px;
    text-align: start;
}

.nav-link.active{
    background-color: #8a1e10f5 !important;
}

.nav-link{
    color: #df402bf5;
}

.nav-link:hover{
    color: #fff;
}

.btn-primary{
    background-color: #741b0ff5;
    border: 1px solid #741b0ff5;
}

.btn-primary:hover{
    background-color: #8a1e10f5;
    border: 1px solid #741b0ff5;
}

.btn-primary:focus{
    background-color: #8a1e10f5;
    border: 1px solid #741b0ff5;
}

input{
    background-color: #2b2a2a !important;
    border: 1px solid #2b2a2a !important;
    color: #8d8d8d !important;
}

.user-forms > .input-group > span.input-group-text{
    background-color: #383838 !important;
    border: 1px solid #383838 !important;
    color: #ffffff !important;
}

.content-bg > table{
    width: 100%;
    text-align: center;
}

.content-bg > table td, th{
    padding: 10px;
    border: 1px solid #383838;
    background-color: rgb(19, 18, 18);
}

.content-bg .ranking-class img{
    width: 20%;
}

ul.pagination > li > a{
    background-color: rgb(24, 23, 23) !important;
    color: #fff !important;
    border: 1px solid #383838;
}

ul.pagination > li > a:hover{
    border: 1px solid #585757;
}

.content-bg > ul, .user-menu{
    list-style: none;
    padding: 0;
}

.user-menu > li > a{
    color: #be3928;
}

.user-menu > li > a:hover{
    color: #922213;
}

.user-account-bonus > div {
    border: 1px solid #585757;
    padding: 10px;
}

.user-account-bonus > div:hover{
    background-color: rgb(53, 47, 47);
}

.user-account-bonus > div > img{
    margin-top: 5px;
    max-height: 32px;
    max-width: 32px;
}

table.user-vote4coins td{
    border: 1px solid #585757;
    padding: 10px;
}

.user-account-info > li > span{
    color:#9c1a09;
    font-weight: bold;
    margin-right: 5px;
}

.user-characters td{
    border: 1px solid #383838;
    padding: 15px;
    background-color: rgb(19, 18, 18);
}

.user-characters > thead{
    text-align: center;
}

.user-characters td > b{
    color:#9c1a09;
}

.player-profile {
    background-image: url('/images/profile/background.webp');
    background-repeat: no-repeat;
}

.player-profile > table > tbody > tr > td{
    padding: 10px 80px;
    border: 1px solid #383838;
    background-color: rgb(24, 23, 23);
}

.align-chivalric {
    color: #3399FF;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-noble {
    color: #0066CC;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-good {
    color: #003366;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-friendly {
    color: #336699;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-neutral {
    color: #fff;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-aggressive {
    color: #660000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-fraudulent {
    color: #990000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-malicious {
    color: #CC0000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}

.align-cruel {
    color: #FF0000;
    font-family: 'Arial';
    font-size: 15px;
    text-shadow: 1px 1px 0px black;
}
/* Partizan */
.ability-warrior-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 64px 0px;
}
/* Arahan */
.ability-warrior-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 32px 0px;
}
/* Arco */
.ability-assassin-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 96px 0px;
}
/* Adaga */
.ability-assassin-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 128px 0px;
}
/* Black */
.ability-shura-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 160px 0px;
}
/* Miragem */
.ability-shura-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 192px 0px;
}
/* Relâmpago */
.ability-shaman-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 256px 0px;
}
/* Dragão */
.ability-shaman-1 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 224px 0px;
}
/* Default */
.ability-lycan-0 {
    margin: auto;
    background-image: url('/images/profile/ability.png');
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
}

.word-cloud {
    background-color: rgb(24, 23, 23);
    margin: 15px;
    padding: 15px;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 450px;
}

ul.cloud a {
  /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
  --size: 4;
  --color: rgb(14, 199, 255);
  color: var(--color);
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  display: block;
  padding: 0.125rem 0.25rem;
  position: relative;
  text-decoration: none;
  /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 4; }
ul.cloud a[data-weight="5"] { --size: 6; }
ul.cloud a[data-weight="6"] { --size: 8; }
ul.cloud a[data-weight="7"] { --size: 10; }
ul.cloud a[data-weight="8"] { --size: 13; }
ul.cloud a[data-weight="9"] { --size: 16; }

ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}


ul.cloud a:focus {
  outline: 1px dashed;
}

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}

input::placeholder {
    color: #6e6c6c !important;
}

@media only screen and (max-width: 1300px) {

    .decorator-render{
        left: auto;
    }
}

@media only screen and (max-width: 767px) {

    .ranking-exp, .ranking-guild-points{
        display: none;
    }
}
@media only screen and (max-width: 530px) {

    .ranking-guild, .ranking-guild-loss, .ranking-guild-draw{
        display: none;
    }
}

@media only screen and (max-width: 450px) {

    .ranking-class, .ranking-empire{
        display: none;
    }
}

@media only screen and (max-width: 991px) {

    body > header > nav{
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.219);
        background-color: black;
        color: white;
    }

    .home-logo-decorator{
        display: none;
    }
}