*{
    margin: 0;
    padding: 0;
    
}
body,
html{
    overflow-x: hidden;
}

body{
    background-color: #0f0b02;
    background-image: url('/template/shunzo2/img/bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.nav-top-container{
    width: 100%;
    height: 75px;
    background: rgb(0,47,126);
    background: -moz-linear-gradient(0deg, rgba(0,47,126,0) 0%, rgba(27,10,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,47,126,0) 0%, rgba(27,10,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,47,126,0) 0%, rgba(27,10,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f7e",endColorstr="#1b0a00",GradientType=1); 
    border-bottom: 1px solid #88654d;
    position: relative;
}
.nav-top{
    max-width: 1200px;
    margin: auto;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    position: relative;
}

.menu-top{
    list-style: none;
    display: inline-flex;
    z-index: 5;
    position: relative;
}

.item-menu > a{
    display: block;
    padding: 27px;
    text-decoration: none;
    color: #fdd8bb;
    transition: all 0.3s;
}

.item-menu > a:hover{
    background-color: #88654d;
}

.submenu-top{
    list-style: none;
    display: none;
}

.item-menu:hover .submenu-top{
    display: block;
    max-height: 100px;
}

.submenu-top a{
    display: block;
    text-decoration: none;
    color: #fdd8bb;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.116);
    transition: 0.3s all;
}

.submenu-top a:hover{
    background-color: #88654d;
}

.animated-button{
    z-index: 6;
    position: absolute;
    right: 0;
    text-decoration: none;
    display: inline-block;
    padding: 27px 45px 27px 45px;
    color: #fdd8bb;
    background: rgb(90,55,35);
    background: -moz-radial-gradient(circle, rgba(90,55,35,1) 0%, rgba(76,36,13,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(90,55,35,1) 0%, rgba(76,36,13,1) 100%);
    background: radial-gradient(circle, rgba(90,55,35,1) 0%, rgba(76,36,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a3723",endColorstr="#4c240d",GradientType=1); 
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
} 

.animated-button:hover{
    background-position: right;
}
  
  .animated-button span {
    position: absolute;
  }
  
  .animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#f3caa2));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #f3caa2);
    -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
  }
  
  @-webkit-keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  @keyframes animateTop {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  
  .animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#f3caa2));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #f3caa2);
    -webkit-animation: 2s animateRight linear -1s infinite;
            animation: 2s animateRight linear -1s infinite;
  }
  
  @-webkit-keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  @keyframes animateRight {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  
  .animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#f3caa2));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #f3caa2);
    -webkit-animation: 2s animateBottom linear infinite;
            animation: 2s animateBottom linear infinite;
  }
  
  @-webkit-keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  @keyframes animateBottom {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
    100% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }
  
  .animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#f3caa2));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #f3caa2);
    -webkit-animation: 2s animateLeft linear -1s infinite;
            animation: 2s animateLeft linear -1s infinite;
  }
  
  @-webkit-keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }
  
  @keyframes animateLeft {
    0% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
  }

.container-content-top{
    max-width: 1200px;
    height: 515px;
    margin: auto;
    position: relative;
    display: flex;
}

.logo-top{
    padding-top: 85px;
    padding-left: 75px;
}

.render-demons-top{
    margin-top: -150px;
    transition: 0.9s;
}

.render-demons-top:hover{
    transform: scale(1.1);
}

.extra-btn-top{
    position: absolute;
    bottom: 0;
    display: flex;
}

.btn-download{
    display: inline-block;
    background-image: url('/template/shunzo2/img/btn-download.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 130px;
    text-decoration: none;
    color: #fdd8bb;
    position: relative;
    margin-right: 5px;
    box-shadow: 1px -10px 40px 20px rgba(185, 91, 3, 0.178);
}

.text-download{
    position: absolute;
    top: 40px;
    left: 60px;
    font-family: 'Cinzel', serif;
    font-size: 1.87rem;
    text-shadow: 5px 1px 5px black;
}
.text-client-size{
    position: absolute;
    top: 78px;
    left: 110px;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
}

.social-links-top{
    width: 160px;
    height: 130px;
    border: 1px solid #73543e;
    margin-left: -1px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.87rem;
    background-color: #1b0a0070;
}

.social-links-top a{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: inherit;
    color: #fdd8bb;
}

.social-links-top i{
    font-size: 45px;
    margin-top: 30px;
    padding-bottom: 5px;
}

.main-container{
    width: 100%;
    padding-top: 25px;
}

.main-content{
    max-width: 1200px;
    min-height: 825px;
    margin: auto;
    background-color: #160800;
    background-image: url('/template/shunzo2/img/bg-3.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: relative;
    margin-bottom: 25px;
    outline: 1px solid #73543e;
    outline-offset: -10px;
    color: #f3caa2;
    padding-bottom: 15px;
}

.content-title{
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 40px;
    font-family: 'Cinzel',serif;
    font-size: 1.875rem;
    text-align: center;
    border-bottom: 1px solid #f4cba330;
}

.extra-content{
    width: 800px;
    min-height: 445px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 60px auto;
    border: 1px solid #503321;
    background-color: #170900;
}

.change-email{
    width: 500px;
    min-height: 400px;
    text-align: center;
}

.change-email .register-form{
    padding-left: 0;
    margin: 0;
}

.change-email .btn-default{
    margin: 0;
    margin-top: 35px;
}

.change-email .form-two-lines{
    padding-left: 5px;
}

.recover{
    width: 500px;
    min-height: 300px;
}

.recover .btn-default{
    margin-left: 110px;
}

.recover .form-one-line{
    margin-left: 80px;
    padding-right: 45px;
}

.recover .form-two-lines{
    margin-left: 80px;
}

.recover > span{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 500px;
    display: block;
}

.login{
    width: 500px;
    min-height: 350px;
}

.login .btn-default{
    margin-left: 110px;
    margin-top: 30px;
}

.login .form-one-line{
    margin-left: 80px;
    padding-right: 45px;
}

.login .form-two-lines{
    margin-left: 80px;
}

.warrior-f-extra{
    background-image: url('/template/shunzo2/img/warrior-f-render.png');
    background-repeat: no-repeat;
    background-position: 450px -70px;
}

.w-margin{
    margin-left: 20px;
}

.register-form{
    padding-top: 25px;
    padding-left: 45px;
    font-family: 'Roboto', sans-serif;
}

.form-two-lines{
    display: inline-block;
}

.register-form input{
    width: 235px;
    height: 35px;
    background-color: #30190b;
    border: unset;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #f3caa2;
    padding-left: 5px;
}

.register-form input:focus{
    outline: 1px solid #f4cba3;
}

.register-form input[type=checkbox]{
    width: unset;
    height: unset;
    margin-right: 5px;
}

.tos{
    color: #f4cba3;
    font-size: 12px;
}

.tos > a{
    color: #00a8ff;
    text-decoration: none;
}

.btn-default{
    width: 180px;
    height: 50px;
    background-image: url('/template/shunzo2/img/btn-default.png');
    border: none;
    cursor: pointer;
    color: #f3caa2;
    font-size: 16px;
    margin-top: 40px;
    margin-left: 265px;
}

.success{
    background-color: green;
}
.failed{
    background-color: rgb(128, 0, 0);
}

.warning{
    color: rgb(255, 187, 0);
}

.warning-b{
    color: rgb(255, 7, 7);
}
.msg-server{
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    width: 50%;
}

a.tip{
    background-color: #f4c3a3;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: inline-block;
    color: #160800;
    text-align: center;
    cursor: pointer;
    margin-left: -10px;
}

a.tip span {
    display: none;
}

a.tip:hover{
    position: relative;
}

a.tip:hover span {
    text-align: left;
    border: #ffd8c1 1px solid;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background-color: #170900;
    color: #f4c3a3;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
}

.home-content{
    z-index: 10;
    position: relative;
    max-width: 1200px;
    min-height: 375px;
    margin: auto;
    background-color: #1b0a00;
    padding: 10px;
    outline: 1px solid #73543e;
    outline-offset: -10px;
    display: flex;
    margin-bottom: -10px;
}

.news-home{
    width: 590px;
}

.news-home h1 a{
    font-family: 'Cinzel', serif;
    padding: 35px 0px 15px 20px;
    font-size: 1.875rem;
    display: inline-block;
    width: inherit;
    text-decoration: none;
    color: #fdd8bb;
}

.news-list{
    list-style: none;
}

.news-item{
    color: #fdd8bb;
    background-color: #281205;
    height: 55px;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.home-news-title{
    position: absolute;
    top: 14px;
    text-decoration: none;
    color: #fdd8bb;
}

.home-news-title > i{
    font-style: normal;
    color: #ffb53a;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 25px;
}
.news-item > span{
    position: absolute;
    margin-left: 25px;
    bottom: 10px;
    font-size: 11px;
}

.btn-read{
    position: absolute;
    right: 25px;
    top: 15px;
    text-decoration: none;
    color: #fdd8bb;
    background: rgb(91,13,3);
    background: -moz-linear-gradient(180deg, rgba(91,13,3,1) 0%, rgba(61,4,3,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(91,13,3,1) 0%, rgba(61,4,3,1) 100%);
    background: linear-gradient(180deg, rgba(91,13,3,1) 0%, rgba(61,4,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b0d03",endColorstr="#3d0403",GradientType=1); 
    width: 95px;
    height: 20px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #503321;
    box-shadow: 1px 5px 10px black;
}

.separator-news{
    width: 1px;
    height: 340px;
    background-color: #976a5040;
    margin-top: 20px;
}

.top-players{
    margin-left: 20px;
}

.top-players > h1{
    font-family: 'Cinzel', serif;
    padding: 35px 0px 0px 0px;
    font-size: 1.875rem;
    color: #fdd8bb;
}

.top-players > h2{
    font-family: 'Cinzel', serif;
    font-size: 1.0rem;
    color: #fdd8bb;
}

.top-players-container{
    position: relative;
    margin-left: 10px;
}

.top-player-content{
    display: inline-block;
    background-image: url('/template/shunzo2/img/topclass-bg.png');
    width: 118px;
    height: 178px;
    margin-top: 35px;
    position: relative;
    font-family: 'Cinzel', serif;
    color: #fdd8bb;
}

.top-player-content .top-players-player-name{
    position: absolute;
    border-bottom: 1px solid #503321;
    text-align: center;
    bottom: 40px;
    left: 5px;
    width: 106px;
}

.top-player-content .top-players-player-level{
    position: absolute;
    text-align: center;
    right: 3px;
    top: 12px;
    width: 35px;
}

.top-player-content > i{
    position: absolute;
    text-align: center;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    top: 3px;
    right: 14px;
}

.top-player-content > img{
    position: absolute;
    bottom: 12px;
    right: 43px;
}

.top-players-player-race{
    background-image: url('/template/shunzo2/img/icon-class.png');
    background-repeat: no-repeat;
    background-size: 872px 103px;
    position: absolute;
    width: 105px;
    height: 105px;
    left: 6px;
    top: 6px;
}

.warrior-m{
    background-position: 0px 0px;
}
.warrior-f{
    background-position: -110px 0px;
}
.ninja-m{
    background-position: -220px 0px;
}
.ninja-f{
    background-position: -330px 0px;
}
.sura-m{
    background-position: -440px 0px;
}
.sura-f{
    background-position: -550px 0px;
}
.shaman-m{
    background-position: -660px 0px;
}
.shaman-f{
    background-position: -770px 0px;
}

.separator-top-player{
    display: inline-block;
    width: 1px;
    height: 190px;
    background-color: #f4cba320;
    margin-bottom: -8px;
    margin-left: 10px;
    margin-right: 10px;
}


.section-separator{
    background-color: #503321;
    height: 10px;
    z-index: 10;
    position: relative;
}

.home-extra-ranking{
    max-height: 445px;
    background-color: #2a1204;
    background-image: url('/template/shunzo2/img/bg-2.png');
    background-repeat: no-repeat;
    background-size: 1264px;
    background-position: center;
    overflow: hidden;
}

.home-extra-ranking-container{
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.top10-home{
    color: #fdd8bb;
    padding-top: 30px;
    padding-left: 30px;
}

.top10-home h2, h3{
    font-family: 'Cinzel', serif;
}

.top10-home h2{
    font-size: 1.875rem;
}

.top10-home h3{
    padding-left: 50px;
}

.top10-home ol{
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    padding-bottom: 15px;
    padding-top: 20px;
    padding-left: 65px;
}

.top10-home ol li{
    padding-left: 15px;
    /* padding-bottom: 7px; */;
    margin-bottom: 3px;
    border-bottom: 1px solid #503321;
    width: 230px;
}

.top10-home ol li span.total{
    margin-left: 30px;
    margin-right: 30px;
}

.kingdom-jinno{
    color: #018afe;
}
.kingdom-shinso{
    color: #fe0107;
}
.kingdom-chunjo{
    color: #fee301;
}

.home-extra-ranking-container > img{
    margin-top: -70px;
}

.home-war-result{
    padding-top: 30px;
    margin-left: -30px;
    color: #fdd8bb;
    position: relative;
}

.home-war-result h2{
    font-family: 'Cinzel', serif;
    font-size: 1.875rem;
    color: #fdd8bb;
}

.war-result {
    width: 255px;
    height: 120px;
    border: 1px solid #ba724930;
    background-color: #0f0b0230;
    margin-bottom: 20px;
    margin-top: 35px;
    font-family: 'Roboto', sans-serif;
}
.home-war-result > i.fa-trophy{
    position: absolute;
    right: -10px;
    margin-top: 30px;
    font-size: 1.6rem;
}

.home-war-result > i.fa-shield{
    position: absolute;
    right: -10px;
    margin-top: 10px;
    font-size: 1.6rem;
}

.war-winner{
    font-size: 14px;
    text-align: center;
    width: 255px;
    display: inline-block;
    padding-top: 25px;
}
.war-result > img{
    margin: auto;
    display: block;
    padding-top: 15px;
}

.next-war{
    font-size: 12px;
    text-align: center;
    width: 255px;
    display: inline-block;
    color: #eea155;
    padding-top: 15px;
}

footer{
    width: 100%;
    min-height: 205px;
    background-color: #1b0a00;
    background-image: url('/template/shunzo2/img/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center;
}

.footer-container{
    max-width: 1200px;
    margin: auto;
    color: #fdd8bb;
    display: flex;
    flex-wrap: wrap;
}

.footer-statistics{
    padding-top: 30px;
    /* width: 590px; */
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.footer-statistics > h1{
    font-family: 'Cinzel', serif;
    font-size: 1.938rem;
    text-align: center;
}

.online-players{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    width: 190px;
    border: 1px solid #ba724930;
    background-color: #0f0b0230;
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-statistics > p{
    padding-top: 20px;
}

.extra-links{
    padding-top: 60px;
    padding-left: 70px;
}
.social-links > ul,
.extra-links > ul{
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

.extra-links ul > li{
    margin-bottom: 15px;
}

.extra-links ul li > a{
    text-decoration: none;
    color: #fdd8bb;
    font-size: 14px;
}

.social-links{
    padding-top: 60px;
    padding-left: 150px;
}

.social-links > ul{
    padding-bottom: 20px;
}

.social-links ul > li{
    display: inline;
}

.social-links ul li > a{
    color: #fdd8bb;
    padding: 5px;
    font-size: 22px;
    text-decoration: none;
}

.social-links > a{
    padding-left: 15px;
}

.player-ranking-table{
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

.player-ranking-table table{
    border-collapse: collapse;
    margin: auto;
    width: 1100px;
    font-family: 'Roboto', sans-serif;
}

.player-ranking-table table th{
    border: 1px solid #6e462f;
    background-color: #251308;
    padding: 10px;
}
.player-ranking-table table td{
    border: 1px solid #6e462f;
    background-color: #1a0e07;
    padding: 10px;
}

.pagination{
    display: inline-block;
    margin: auto;
    padding: 12px 15px 12px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #301a06;
    text-decoration: none;
    color: #f4c3a3;
    border: 1px solid #2e190c;
}

.btn-client-download{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 15px;
    line-height: 35px;
    width: 200px;
    height: 35px;
    text-decoration: none;
    color: #f4c3a3;
    background-color: #1f0d03;
    outline: 1px solid #7c6252;
    outline-offset: -5px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    transition: all 0.3s;
}

p{
    font-family: 'Roboto', sans-serif;
}

p a {
    text-decoration: none;
    color: #018afe;
}

.btn-client-download:hover{
    background-color: #4b2b19;
    outline: 1px solid #7c6252;
    outline-offset: 0px;
}

.extra-content .downloads-system-rec{
    margin: auto;
    width: 500px;
    font-family: 'Roboto', sans-serif;
}
.downloads-system-rec{
    color: #c78f6e;
}

hr{
    color: #442b1d;
}

.downloads-system-rec thead{
    color: #a30707;
}

.downloads-system-rec th{
    background-color: unset;
    width: 250px;
}

.downloads-system-rec td{
    padding: 5px;
}

.my-account{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 45px 35px 45px;
}

.manage-content{
    background-color: #16080070;
    border: 1px solid #503321;
    margin: 10px;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    width: 262px;
    height: 306px;
}

.manage-content > .btn-client-download{
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.news-list-full{
    list-style: none;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.news-list-full li{
    padding: 30px;
}

.news-list-full a{
    text-decoration: none;
    color: #f3caa2;
    font-weight: bolder;
}

.news-list-full li{
    color:#ffa142 ;
}

.news-list-full hr{
    border: none;
    height: 1px;
    background-color: #4d341b;
    margin-left: 30px;
    margin-right: 30px;
}

.ch-unbug{
    padding-top: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.ch-table{
    margin: 10px auto;
    background-color: #160800;
    border: 1px solid rgba(245, 210, 158, 0.253);
    padding: 15px;
    text-align: center;
}

.ch-table th{
    min-width: 150px;
}

.ch-table td, th{
    padding: 5px;
    background-color: #331b09;
}

.ch-table a{
    text-decoration: none;
    color: #00bfff;
}

span.ch-warning{
    width: 100%;
    display: inline;
    text-align: center;
}


.posts{
    margin-top: 10px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
}

.new-posts-btn{
    position:relative;
    top:-40px;
    left: 680px;
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px;
    background-color: rgb(148, 17, 17);
}


.posts tr th{
    padding: 15px;
}

.posts tr td{
    text-align: center;
    padding: 15px;
}

.posts tr td:hover{
    background-color: #3d220b;
}

.posts td a{
    margin-left: 5px;
}

.posts a{
    color: rgb(245, 184, 135);
    text-decoration: none;
}


.site-posts{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
}

.site-posts input{
    width: 939px;
    height: 35px;
    font-size: 1.4rem;
    border: none;
    padding-left: 5px;
    margin-bottom: 10px;
}

.site-posts button{
    width: 180px;
    height: 50px;
    background-image: url('/template/shunzo2/img/btn-default.png');
    border: none;
    cursor: pointer;
    color: #f3caa2;
    font-size: 16px;
    margin-top: 15px;
}

.coins-container{
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: 'Roboto', sans-serif;
}

.coins-info{
    outline: 1px solid #7c6252;
    display: block;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 15px;
    padding: 15px;
}

.coins-info strong{
    color: #febb01;
}

.top-pvm-player-name{
    display: inline-block;
    width: 80px;
}

.qr-picpay{
    padding: 3px;
    margin-top: 5px;
    outline: 1px solid #7c6252;
}
.picpay{
    color: #00b10f;
}

.captcha-login{
    margin-left:50px;
    margin-top: 35px;
}

.captcha-register{
    margin-left:200px;
}

/* Mercado Pago - Compra automatica de moedas */
.mp-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin-top:25px;}
.mp-package-card{background:rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:20px;text-align:center;}
.mp-package-card h2{margin-bottom:10px;font-size:20px;}
.mp-coins{font-size:22px;font-weight:bold;margin-bottom:8px;}
.mp-price{font-size:18px;margin-bottom:14px;}
.mp-orders{overflow-x:auto;margin-top:15px;}
.mp-orders-table{width:100%;border-collapse:collapse;background:rgba(0,0,0,.25);}
.mp-orders-table th,.mp-orders-table td{padding:10px;border:1px solid rgba(255,255,255,.10);text-align:center;}
.mp-orders-table th{font-weight:bold;}
.alert{padding:12px 15px;margin:15px 0;border-radius:4px;}
.alert-success{background:rgba(38,145,76,.25);border:1px solid rgba(38,145,76,.55);}
.alert-danger{background:rgba(170,45,45,.25);border:1px solid rgba(170,45,45,.55);}
