body{
    background-image: url(/images/4.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #131118;
}

/* =========================
   CORES ASTRYON2
========================= */

:root{
    --astr-dark: #0b0d14;
    --astr-dark-2: #131118;
    --astr-gold: #c8a45d;
    --astr-gold-light: #f1d18a;
    --astr-blue: #1e6fff;
    --astr-blue-light: #4bb3ff;
    --astr-orange: #ff8c42;
    --astr-text: #e7e7e7;
    --astr-border: #2b2f3a;
}

body > header > nav{

    height: 75px;

    border-bottom: 1px solid rgba(200,164,93,0.12);

    font-family: 'Josefin Sans', sans-serif;

    background: linear-gradient(
    180deg,
    rgba(0,0,0,0.82),
    rgba(0,0,0,0.45)
);

    backdrop-filter: blur(6px);

    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

body > header > nav > .container{
    z-index:3;
}

a.nav-link:hover{

    color: white !important;

    transform: translateY(-2px);

    text-shadow:
        0 0 10px rgba(241,209,138,0.7);

}

a{
    color: #c8a45d;
    text-decoration: none;
}

.navbar-brand > img{
    height: 25px;
}

div > ul > li.nav-item > a.nav-link{

    color: #f1d18a !important;

    font-size: 1rem;

    padding: 24px 42px !important;

    letter-spacing: 1.5px;

    font-weight: 700;

    text-transform: uppercase;

    position: relative;

    transition: 0.3s;
}

.home-download-box{

    margin-top: 135px;

    margin-left: 40px;
}

.home-login-box{

    max-width: 300px;

    background: rgba(10,10,15,0.92);

    border: 1px solid rgba(200,164,93,0.20);

    padding: 35px 30px 25px 30px;

    border-radius: 12px;

    backdrop-filter: blur(5px);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.35);
    margin-left: 120px;
}

.btn-home-download-box{

    width: 430px;

    filter:
        drop-shadow(0 0 15px rgba(241,209,138,0.18));

    transition: 0.3s;

    animation: glowDownload 2.5s infinite alternate;
}

.btn-home-download-box:hover{

    transform: scale(1.03);

    filter:
        drop-shadow(0 0 25px rgba(241,209,138,0.35));
}
.btn-home-login-box{
    text-align: center;
    display: block;

    background: linear-gradient(
        180deg,
        #d6b36a,
        #c8a45d
    );

    color: #111;

    text-decoration: none;
    line-height: 50px;
    height: 50px;

    transition: 0.4s;

    margin-bottom: 30px;

    font-family: 'Cinzel', serif;

    font-weight: bold;

    border: 1px solid #8d6b2f;
}

.home-login-box > span{

    font-size: 0.9rem;

    color: rgba(255,255,255,0.75);
    
}

.btn-home-login-box:hover{
    background: linear-gradient(
        180deg,
        #ffe3a6,
        #f1d18a
    );

    color: #111;

    box-shadow: 0 0 20px rgba(241,209,138,0.35);
}

.home-logo-decorator{
    position: relative;
}

.logo{
    position: absolute;
    top: 60px;
    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-color: rgba(13, 27, 42, 0.1);
    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: rgba(13, 27, 42, 0.1);
    position: relative;
    padding: 20px;
}

.player-card{
    width: 214px;
    height: 214px;
    margin-left: 20px;
}

.player-bg-card{
    background-image: url(/images/novo.png);
    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: 700;

    color: #f1d18a;

    text-shadow:
        0 0 10px rgba(0,0,0,0.8),
        0 0 20px rgba(0,0,0,0.5);
}
.player-level{
    position: absolute;

    font-size: 0.95rem;

    bottom: 32px;

    display: block;

    width: 210px;

    text-align: center;

    font-weight: 600;

    color: #ffffff;

    text-shadow:
        0 0 10px rgba(0,0,0,0.8);
}

/* 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-container{
    position: relative;
    padding: 30px 30px 30px 30px;
    color: white;
}

.home-container h2{
    font-family: 'Cinzel', serif;
    border-bottom: 1px solid rgba(200,164,93,0.25);
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #f1d18a;
}
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: #c8a45d;
}

.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:#c8a45d;
    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: rgba(15,15,20,0.95);
    border: 1px solid rgba(200,164,93,0.10);
    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: rgba(30,111,255,0.12) !important;
    border-bottom: 2px solid #1e6fff;
}

.nav-link{
    color: #c8a45d;
}

.nav-link:hover{
    color: #fff;
}

.btn-primary{
    background: linear-gradient(
        180deg,
        #d6b36a,
        #c8a45d
    );

    border: 1px solid #8d6b2f;
    color: #111;
    font-weight: bold;
}

.btn-primary:hover{
    background-color: #c8a45d;
    border: 1px solid #c8a45d;
}

.btn-primary:focus{
    background-color: #c8a45d;
    border: 1px solid #c8a45d;
}

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: #c8a45d;
}

.user-menu > li > a:hover{
    color: #c8a45d;
}

.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:#c8a45d;
    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:#c8a45d;
}

.player-profile {
    background-image: url('/images/1.jpg');
    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) {


    .home-logo-decorator{
        display: none;
    }
}

/* =========================
   BOTÕES FLUTUANTES
========================= */

.floating-social{
    position: fixed;
    right: 20px;
    bottom: 20px;

    display: flex;
    flex-direction: column;
    gap: 12px;

    z-index: 9999;
}

.floating-social a{
    width: 55px;
    height: 55px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 15px rgba(0,0,0,0.4);

    transition: all 0.3s ease;
}

.floating-social a:hover{

    transform: scale(1.12);

    box-shadow:
        0 0 20px rgba(241,209,138,0.25);
}

.floating-social img{
    width: 30px;
    height: 30px;
}

.discord{
    background: #5865F2;
}

.whatsapp{
    background: #25D366;
}

.instagram{
    background: linear-gradient(
        45deg,
        #f09433,
        #e6683c,
        #dc2743,
        #cc2366,
        #bc1888
    );
}

.facebook{
    background: #1877F2;
}

.nav-item{
    position: relative;
}

.nav-item::after{

    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 1px;
    height: 22px;

    background: rgba(241,209,138,0.15);
}

.home-login-box a{

    color: #f1d18a;

    font-weight: 600;
}

.home-login-box a:hover{

    color: white;

    text-shadow:
        0 0 10px rgba(241,209,138,0.7);
}

.player-card{

    transition: 0.3s;
}

.player-card:hover{

    transform: translateY(-8px);

    filter:
        drop-shadow(0 0 20px rgba(241,209,138,0.18));
}

@keyframes glowDownload{

    from{
        filter:
            drop-shadow(0 0 8px rgba(241,209,138,0.15));
    }

    to{
        filter:
            drop-shadow(0 0 22px rgba(241,209,138,0.40));
    }
}