.button 
{
  transition: all 0.3s ease;
  background: url(../images/button.jpg) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #c3eaee;
  padding: 10px 20px;
  font: 400 13.3333px Arial;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.blue-button {
  transition: all 0.3s ease;
  background: url(../images/button.jpg) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #c3eaee;
  padding: 10px 20px;
  font: 400 13.3333px Arial;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.green-button {
  transition: all 0.3s ease;
  background: url(../images/green-button.jpg) center no-repeat;
  background-size: cover;
  text-transform: uppercase;
  color: #c3eaee;
  padding: 10px 20px;
  font: 400 13.3333px Arial;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button-small {
  padding: 4px 12px;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #485365;
}
::-moz-placeholder {
  color: #485365;
}
:-moz-placeholder {
  color: #485365;
}
:-ms-input-placeholder {
  color: #485365;
}
.top-player {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(133, 216, 255, 0.06);
}
.top-player .number {
  border: 1px solid #2e394a;
  color: #657793;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.top-player .number.first {
  color: #ffe956;
  border: 1px solid #2e394a;
}
.top-player .number.second {
  color: #d3e3e4;
  border: 1px solid #2e394a;
}
.top-player .number.third {
  color: #8d6f46;
  border: 1px solid #2e394a;
}
.top-player .ava-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.top-player .ava-img img {
  width: 24px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #2e394a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .cty-img {
  width: 40px;
  text-align: center;
  height: 18px;
}
.top-player .cty-img img {
  width: 24px;
  height: 18px;

  border: 1px solid #2e394a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.top-player .nickname {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  padding: 1px 0px;
  color: #d0e3ff;
}
.top-player .kills {
  width: 40px;
  text-align: left;
  color: #74acff;
  font-size: 14px;
}
.flex-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login-block .login-block-title {
  margin-bottom: 20px;
}
.login-block .login-block-title span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.login-block .login-block-title a {
  color: #6fa5ff;
}
.login-block input {

  height: 32px;
  width:140px;
  padding: 0px 0px 0px 4px;

}
.p-block {
  padding: 0px 0px 0px 0px;
}
.forum {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(181, 203, 243, 0.04);
  padding: 20px 0px;
}
.forum p {
  margin-bottom: 7px;
}
.forum .forum-ava {
  width: 45px;
}
.forum .forum-ava img {
  height: 29px;
  width: 29px;
  border: 1px solid #16629c;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.forum .forum-title a {
  color: #7d99c4;
}
.forum .forum-info {
  width: 200px;
}
.forum .forum-info .date {
  color: #3c4961;
  font-size: 10px;
}
.forum .forum-info .autor {
  color: #65a1ff;
  text-decoration: underline;
  font-size: 10px;
}
.forum .forum-info .autor:hover {
  text-decoration: none;
}
.fast-links-block li {
  margin-left: -11px;
  background: url(../images/li-icon.png) left no-repeat;
  padding: 9px 0px 9px 29px;
}
.fast-links-block li a {
  color: #82a5dd;
}

a {

  color: #c8ddf1;
  text-decoration: none;
}

h1,
h2,
h3 {
  color: #c8ddf1;


}
h1 {
  font-size: 15px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 15px;
}
input,
textarea {
  background-color: #1b1e24;
  border: 1px solid #2c3545;
  color: #7d8a9f;
  padding: 5px 10px;
  font-size: 12px;
  position: relative;
  border-radius: 3px;
  transition: all 0.5s ease;
}
input:focus,
textarea:focus {
  border: 1px solid #424e63;
}
input:hover,
textarea:hover {
  border: 1px solid #424e63;
}
button,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #61738e;
  line-height: 1;
}
span.coins {
    color: #fed238;
}
.normal_title {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title {
  font-size: 18px;
  color: #aacff2;
  font-weight: bold;
  text-transform: uppercase;
}
.buttons 
{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: center;
}

.buttons > button {
    padding: 4px 8px;
    margin: 4px;
}


tr {
    line-height: 30px;

}

#results table {
    margin-top: 50px;
    width: 100%;
    text-align: left;
    color:#fff;
}

#results table td, #results table tbody th {
    vertical-align: top;
}

#results table td, table th {
    padding: 8px;
}

#results table thead {
    height: 50px;
    background-color: #ededed;
    color: #444;
    padding: 16px 0;
}

#results table tbody {
    background-color: #212529;
    padding: 16px
}



#results table:hover tbody {
    background-color: #313539;
}

#results table tbody th img {
    width: 100px;
}

#results table tbody th div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#results table tbody th div p {
    margin-top: 8px;
}

/*
* MODIFICAÇÕES
*/

#main_content {
  margin-top: 48px;
}

.content-title {
  margin-bottom: 24px;
}

.login-button {
  display: flex;
}
.news_title { 
    background: url(../images/closed.png);
    float: right;
    cursor: pointer;
    width: 100%;
    height: 56px;
    font-size: 15px;
    line-height: 212%;
    color: #f6be53;
    font-family: 'Ebrima';
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    
}

.news_content 
{ 
    float: right;
    /* display: none; */
}

#news_board 
{
    background: #1b1e24;
    width: 100%;
    padding: 0 16px;
    border-bottom: 1px solid #d0e3ff;
    border-top: 1px solid #202938;
    border-left: 1px solid #202938;
    border-right: 1px solid #202938;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #d0e3ff;
    line-height: 1.45;
    min-height: 321.06px;
}

/* #on_content 
{
    padding:10px;
}
.on {
    background: url(../images/open.png);
    width: 100%;
    height: 56px;
    font-size: 15px;

    color: rgba(255, 255, 255, 1);
    font-family: 'Ebrima';
    text-decoration: none;
    opacity: 1;
} */
#news_t {
    padding-left: 10px;
    padding-top: 13px;
    padding-right: 10px;
    color: #c08a3c;
    display: flex;
    justify-content: space-between;
}

.news_left {
  min-height: 100%;
  background: #1b1e24;
  padding: 8px;
  border-top: 1px solid #202938;
}

.news_left p:not(:first-child) {
  padding-top: 8px;
}

.poster_desc {
  padding: 16px;
  color: #d0e3ff;
}

.news_content {
  margin-bottom: 16px;
}

.news_content_box {
  display: flex;
  
}

.news_content_title 
{
  border-bottom: 2px solid #d0e3ff;
  margin-bottom: 16px;
}


.event-section
{

    color: white;
}
.event-title 
{
    font-size: 24px;
    margin-bottom: 10px;
}
.event-day 
{
    margin-top: 10px;
}
.day-name 
{
    display: inline-block;
    width: 100px;

}
.day-time 
{
    display: inline-block;
    width: 40px;

    color:#fff000;
}

.top-players {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

.top-players .top-player {
    width: 115px;
    text-align: center;
    color: #fff;
    background: #1b1e24;
}

.top-players .top-player .type, 
.top-players .top-player .name{
    padding: 3px;
    background: #1b1e24;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}

.top-players .top-player .name {
    margin-top: 10px;
    color: #fff;
}

.top-players .top-player .name a{
    color: #fff;
}

.top-players .top-player .image img,
.top-players .top-player .image svg{
    background: #fff;
    width: 85px;
    height: 85px;
}
#gens-background {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    width: 530px;
    height: 185px;
    background: url(../images/rank/bg-gens.png) no-repeat center center;
    position: relative;
    margin: 0 auto; /* Adiciona margem automática para centralizar na página */

}

#gens-background .duprian-qtd,#gens-background .vanert-qtd {
    position: absolute;
    bottom: 20px;
    left: 120px;
    color: #bd9e7f;
    font-size: 12px
}

#gens-background .vanert-qtd {
    left: initial;
    right: 120px
}
#stdformreset {
    display: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;    
    justify-content: flex-start;   
    align-items: center; 
}
.flex#logout-container { 
    gap: 10px;
}
#logout {
    cursor: pointer;
}