@font-face {
  font-family: Bebas-Neue;
  src: local("../fonts/BebasNeue.otf"), local("../.../fonts/BebasNeue.otf"), local("../public/fonts/BebasNeue.otf"),
       local("../fonts/BebasNeue-Regular.ttf"), local("../../fonts/BebasNeue-Regular.ttf"), local("../public/fonts/BebasNeue-Regular.ttf");
}

body {
  font-family: var(--pfe-theme--font-family,"Open Sans",sans-serif);
  margin: 0;
  padding: 0;
  background-color: #F4F4F4;
}

header {
  background-color: #1E1E1D;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.br-mobile{
  display: none;
}

.container {
  max-width: 800px;
  margin: 20px auto;
}

.container-score {
  max-width: 800px;
  margin: 20px auto;
}

.container-ranking {
  background-image: image-set("../img/backgroud-table.png"), image-set("../../img/backgroud-table.png");
  background-size: cover;
  padding: 0% 5% 0% 5%;
  position: absolute;
  top: 45%;
  left: 49%;
  max-width: 60%;
  transform: translate(-50%, -50%);
  width: 65%;
  border: 7px solid #636363;
  border-collapse: separate;
  border-radius: 30px;
}

.escudo-img{
  width: 11%;
}

.op1 {
    width: 30%;
    text-align: left;
    float: left;
}

.op2 {
    width: 70%;
    text-align: right;
    float:right;
    margin-top: 1%;
}


.container-ranking .op2 p{
  color: white;
  font-size: x-large;
   border-bottom: 2px solid; 
   border-bottom-color: white;
}

.body-ranking {
  background-image: image-set("../img/backgroud-ranking.png"), image-set("../../img/backgroud-ranking.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 54em;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.table-ranking {
  color: #ddd;
  border-collapse: separate;
  text-align-last: center;
}

.table-ranking th{
  background-color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 3px solid #FCE101;
  border-left: 1px solid #000;
}

.container-ranking p {
  font-family: 'Bebas-Neue', sans-serif;
  color: #FFE500;
  font-size: xx-large;
  font-weight: 600;
}

.table-ranking tbody tr td:first-child{
  background-image: url("../img/seta.png"), url("../../img/seta.png"), url("../public/img/seta.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}

.table-ranking thead tr th:last-child {
  background-image: url("../img/seta-2.png"), url("../../img/seta-2.png"), url("../public/img/seta-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}

.table-ranking td, th{  
  font-weight: 400;
  font-size: larger;

  border-top: 1px solid #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
  border-right: 3px solid #FCE101;
  border-left: 1px solid #6d6d6d;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  color: white;
  background-color: #8B0B18;
}

/* Styles for the first row */
.first-row td {
  background-color: rgba(255, 217, 0, 0.5);
  font-weight: 500;
}

/* Styles for the second row */
.second-row td {
  background-color: rgba(192, 192, 192, 0.5);
  font-weight: 400;
}

/* Styles for the third row */
.third-row td {
  background-color: rgba(210, 180, 140, 0.5);
  font-weight: 300;
}

/* Styles for rows with result=false */
.result-false td {
  background-color: red;
  color: white;
}

footer {
  background-color: #1E1E1D;
  min-height: 7%;
  max-height: 10%;
  text-align: center;
  color: #fff;
  
  bottom: 0;
  position: fixed;
  width: 100%;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.footer-content {
  align-items: center;
}

.footer-info {
  margin-bottom: 2%;
  margin-top: 2%;
  color: #7b7b7b;
}