* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  scrollbar-color: #D89634 #111;

}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial;
  padding: 0;
  margin: 0;
  background-color: #121212;
}

.backback{
  position: fixed;
  width: 100%;
  z-index: -9;
  filter: blur(5px);
}

/* Header */
.header {
  padding: 0px -50px;
  text-align: center;
}
.header p{
  color: #D89634;
  font-size: 18px;
  text-shadow: 2px 2px 5px black;
}

.logo {
  position: relative;
  top: 15px;
  height: 300px;
}

.info_server{
  overflow: hidden;
  padding: 0;
}
.info_server_bg{
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.info_server_status{
  position: relative;
  width: 14px;
  height: 14px;
  background-color: green;
  border-radius: 5px;
  top: 0px;
}
.text_info_server{
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  color: white;
}

.info_server_off{
  width: 100px;
  height: 40px;
}

.fix_info_server {
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 8;
}


.logo_footer {
  position: relative;
  height: 150px;
}

/* Style the top navigation bar */
.topnav {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 18px;
  overflow: hidden;
  background-color: #111;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;
}

/* Style the topnav links */
.topnav a {
  float: center;
  font-size: 16px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: black;
  color: white;
}

.topnav a.active {
  background-color: #8B0000;
  color: white;
}

.topnav a.active:hover {
  z-index: 999;
  background-color: #000;
  color: white;
}

.line_bar {
  position: relative;
  background-color: #8B0000;
  color: white;
  padding: 30px;
  margin: -20px;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;
}
.text_user{
  position: absolute;
  left: 60px;
  top: 10px;
  padding: 0;
}
.text_user2{
  position: absolute;
  left: 0%;
  top: 0px;
  padding: 0;
  width: 50%;
}
.text_user3{
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0;
  width: 50%;
}

.icon_index{
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 20px;
  padding: 0;
  filter: invert(100%) drop-shadow(1px 1px 3px black);
}

.icon_index2{
  position: absolute;
  width: 24px;
  height: 24px;
  left: 150px;
  top: 20px;
  padding: 0;
  filter: invert(100%) drop-shadow(1px 1px 3px black);
}

.icon_index3{
  position: relative;
  top: 0px;
  width: 20px;
  height: 20px;
  padding: 0;
}

.icon_index4{
  position: relative;
  top: 3px;
  right: 5px;
  width: 18px;
  height: 18px;
  padding: 0;
}

.icon_index_ranking{
  position: relative;
  padding: 0;
  margin: 0;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 65%;
  padding: 20px;
}

.slite{   
  float: left;
  width: 65%;
  padding: 20px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 33%;
  padding: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #111;
  width: 100%;
  position: relative;
  top: 30px;
  right: 15px;
  padding: 20px;
}

h5{
  position: relative;
  top: 10px;
}

p{
  position: relative;
}

b{
  font-size: 15px;
}

nav ul li{
    display: inline;
    margin-right: 50px;
    padding: 5px; 
}

.fa-bars{
  position: relative;
  color: #D89634;
  width: 20px;
  height: 5px;
}

/* Add a card effect for articles */
.card {
  background-color: #111111;
  padding: 20px;
  font-size: 14px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;
}
.card2 {
  background-color: #111111;
  padding: 20px;
  font-size: 14px;
  height: 510px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;

}
.list_ranking{

}
.icon_empire_shinsu{
  width: 30px;
  height: 15px;
  background-color: red;
  border: 1px black solid;
  box-shadow: 0px 0px 4px black;
}
.icon_empire_chunjo{
  width: 30px;
  height: 15px;
  background-color: yellow;
  border: 1px black solid;
  box-shadow: 0px 0px 4px black;
}
.icon_empire_jinno{
  width: 30px;
  height: 15px;
  background-color: royalblue;
  border: 1px black solid;
  box-shadow: 0px 0px 4px black;
}


.list_group{
  font-weight: bold;
  padding: 5px;
}
.card3 {
  position: relative;
  padding: 0px;
  top: 20px;

}
.card4 {
  background-color: #111;
  position: relative;
  padding: 0px;
  font-size: 13px;
  box-shadow: -1px -1px 3px black, 1px 0px 2px black;

}

.card5{
  background-color: #111111;
  padding: 20px;
  font-size: 13px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;
}

.content_index{
  position: relative;
}
#downloads_bg{
  position: relative;
}

.downloads_button{
  position: relative;
  top: 20px;
  padding: 30px;
  font-size: 18px;
  font-weight: 900;
  background-image: linear-gradient(to bottom,#D89634 50%,#8B531F 50%);
  color: #111;
  border: none;
}

.downloads_button:hover{
  background-image: linear-gradient(to bottom,#fff 50%,#fff 50%);
  filter: invert(100%) drop-shadow(1px 1px 3px black);
  cursor: pointer;
}

.chose_download_text{
  position: relative;
  display: flex;
  justify-content: center;
  color: yellow;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px black, -1px -1px black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
}

.chose_cadastro_text{
  position: relative;
  display: flex;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px black, -1px -1px black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
}

.error_cadastro_text{
  position: relative;
  display: flex;
  justify-content: center;
  color: red;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px black, -1px -1px black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
}
.sucess_cadastro_text{
  position: relative;
  display: flex;
  justify-content: center;
  color: green;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px black, -1px -1px black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
}

.downloads_bt{

  padding: 10px;
  font-size: 12px;
  font-weight: 900;
  background-image: linear-gradient(to bottom,#D89634 50%,#8B531F 50%);
  color: #111;
  border: none;
}

.downloads_bt:hover{
  background-image: linear-gradient(to bottom,#fff 50%,#fff 50%);
  filter: invert(100%) drop-shadow(1px 1px 3px black);
  cursor: pointer;
}

.division{
  width: 100%;
  border: 1px solid #D89634;
}

.text_user5{
  position: absolute;
  left: 55%;
  top: 0px;
  padding: 0;
  width: 40%;
}


#card_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

/*CENTRALIZADO*/
.post_cadastro{
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 60%;
  max-width: 400px;
}

.content_checkbox{
  position: relative;
  padding: 15px;
  display: flex;
}

.checkbox_cadastro{
  position: relative;
  top: 10px;
  right: 5px;
  width: 20px;
}

.row{
  position: relative;
  bottom: 20px;
}
/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
}

.topnav .container-menu {
  display: none;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 950px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav {
    display: block;
    padding: 4px;
  }
  .leftcolumn, .rightcolumn {   
    width: 100%;
  }
  .topnav .container-menu{
    display: inline-block;
  }
}

/*RESOLUÇÃO DOS DISPOSITIVOS MOVEIS
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 950px) {
  .topnav.responsive {position: fixed}
  .topnav.responsive .icon {
    right: 18px;
    top: 18px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .type_news_table{
    display: none;
  }
  .post_cadastro{
    width: 80%;
    max-width: 400px;
}
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;

}

.img_slide{
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;
}

/* Caption text */
.text {
  font-size: 16px;
  color: #D89634;
  text-shadow: 2px 2px 10px black;
  padding: 15px;
  background-color: rgba(1.0, 0.5, 0.5, 0.9);
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  position: relative;
  bottom: 52px;
  left: 37%;
  cursor: pointer;
  height: 15px;
  width: 15px;
  /*margin: 0 2px;*/
  background-color: #D89634;
  border-radius: 50%;
  display: inline-block;
  box-shadow: -1px -1px 3px black, 1px 1px 3px black;

  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #212121;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .3} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


form *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(100,100,100,0.1);
    border-radius: 3px;
    padding: 0 60px;
    margin-top: -15px;
    font-size: 14px;
    font-weight: bold;
    border: 1px #222 solid;
    color: #D89634;

}

input::placeholder {
  color: #D89634;
  font-weight: bold;
}

input::-ms-input-placeholder { /* Edge 12-18 */
  color: #D89634;
  font-weight: bold;

}

.icon_cadastro_input{
  position: relative;
  left: 0;
}

.icon_index_login img{
  position: relative;
  width: 24px;
  height: 24px;
  left: 15px;
  top: 25px;
  filter: drop-shadow(1px 1px 3px black);
}

.login_button{
    margin-top: 20px;
    width: 100%;
    background-color: #D89634;
    color: #111;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.recuperar{
  font-size: 12px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
  text-decoration: none;
}

.cadastro{
  font-size: 12px;
  color: #D89634;
  text-shadow: 2px 2px 5px black;
}

.tabinfo {
  width: 100%;
  overflow: hidden;
  background-color: #D89634;
}

/* Style the buttons inside the tab */
.tabinfo button {
  background-color: inherit;
  float: left;
  width: 25%;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 23px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 2px 2px 5px black;
}

/* Change background color of buttons on hover */
.tabinfo button:hover {
  background-color: black;
  color: white;
}

/* Create an active/current tablink class */
.tabinfo button.active {
  background-color: #8B0000;
  color: white;
}

.tab {
  width: 100%;
  overflow: hidden;
  background-color: #D89634;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  transition: background 0.4s; 
  cursor: pointer;
  padding: 23px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 10px black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: black;
  color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #8B0000;
  color: white;
}

.ranking_complete{
  position: relative;
  top: 30px;
  padding: 5px;
  border-top: 1px solid #D89634;
}

/* Style the tab content */
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  top: 10px;
}
#customers td, #customers th {
  border: 0px solid #ddd;
  padding: 7px;
  font-size: 95%;
  text-shadow: 1px 1px 2px  black, -1px -1px 2px black;;
}
#customers tr:th-child(leven){background-color: #222;}
#customers tr:hover {background-color: #222;}
#customers td{
    text: left;
}
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text: left;
  color: white;
}


#customersnews {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  top: 10px;
  border-bottom: 1px solid #000;
}

#customersnews td, #customersnews th {
  border: 0px solid #ddd;
  padding: 15px;
  font-size: 95%;
  text-shadow: 1px 1px 2px  black, -1px -1px 2px black;;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

#customersnews tr:th-child(leven){background-color: #222;}

#customersnews tr:hover {background-color: #000;}

#customersnews th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: black;
  color: white;
}

.type_news_Notícia{
  width: 60px;
  height: 20px;
  padding-top: 4px;
  background-color: red;
  color: white;
  font-size: 11px;
  text-align: center;
  border-left: 5px solid transparent;
  border-top-right-radius: 5px;

}
.type_news_Evento{
  width: 60px;
  height: 20px;
  padding-top: 4px;
  background-color: blue;
  color: white;
  font-size: 11px;

  text-align: center;
  border-left: 5px solid transparent;
  border-top-right-radius: 5px;

}
.type_news_Update{
  width: 60px;
  height: 20px;
  padding-top: 4px;
  background-color: green;
  color: white;
  font-size: 11px;
  text-align: center;
  border-left: 5px solid transparent;
  border-top-right-radius: 5px;
}


.updateinfo_desactived{
  display: none;
}