html,
body {
  height: 100%;
}

.form-signin {
  max-width: 450px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.container { 
  max-width: 960px; 
  margin-bottom: 150px; 
}

/* Responsividade do container */
@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.lh-condensed { line-height: 1.25; }

.alinhar_esquerda { text-align: left !important; }
.bold { font-weight: bold; }
.azul { color: #00c3ff; }
.negativo { color: red !important; }

.vitoria { width: 19px; height: 23px; background-image: url('../img/bullet_green.png'); float: left; }
.derrota { width: 19px; height: 23px; background-image: url('../img/bullet_red.png'); float: left; }

.ultimosjogos { width: 95px; }
.arrow_green { width: 31px; height: 20px; font-size: 14px; background-image: url('../img/arrow_green.png'); background-repeat: no-repeat; background-position: right; }
.arrow_red { width: 31px; height: 21px; font-size: 14px; background-image: url('../img/arrow_red.png'); background-repeat: no-repeat; background-position: right; }

.medalha1 { width: 18px; height: 25px; background-image: url('../img/medalha1.png'); }
.medalha2 { width: 18px; height: 25px; background-image: url('../img/medalha2.png'); }
.medalha3 { width: 18px; height: 25px; background-image: url('../img/medalha3.png'); }

.lanterna { width: 18px; height: 21px; background-image: url('../img/lanterna.png'); }

.icone { width: 35px; height: 35px; background-repeat: no-repeat; background-position: center; }
.ico_fogo { background-image: url('../img/fogo.png'); }
.ico_kimono { background-image: url('../img/kimono.png'); }
.ico_seringa { background-image: url('../img/seringa.png'); }
.ico_arma { background-image: url('../img/arma.png'); }
.ico_mamadeira { background-image: url('../img/mamadeira.png'); }
.ico_pinto { background-image: url('../img/pinto.png'); }
.ico_urso { background-image: url('../img/urso.png'); }
.ico_pato { background-image: url('../img/pato.png'); }

.ico_zebra { background-image: url('../img/zebra.png'); }
.ico_jackpot { background-image: url('../img/jackpot.png'); }
.ico_caveira { background-image: url('../img/caveira.png'); }
.ico_facanacaveira { background-image: url('../img/facanacaveira.png'); }

#ranking_geral th { padding-top: 4px; padding-bottom: 4px;  }
#ranking_geral td { padding-top: 1px; padding-bottom: 1px;  }
#ranking_geral .posicao { padding-right: 0px;  }

#ranking_dia th { padding-top: 4px; padding-bottom: 4px;  }
#ranking_dia td { height: 37px; padding-top: 1px; padding-bottom: 1px;  }

#lista_jogadores th { padding-top: 1px; padding-bottom: 1px;  }
#lista_jogadores td { padding-top: 0px; padding-bottom: 0px;  }
#lista_jogadores button { padding-top: 0px; padding-bottom: 0px;  }

#jogos_dia th { padding-top: 4px; padding-bottom: 4px; text-align: center;  }
#jogos_dia td { padding-top: 1px; padding-bottom: 1px; text-align: center;  }
#jogos_dia td.pontuacao { background-color: #999999; color: white; font-weight: bold; font-size: 17px; }
#jogos_dia .placar { font-weight: bold; }
#jogos_dia .posicao { font-size: 12px; height: 12px; margin-bottom: 5px; }
#jogos_dia .paddingtop8 { padding-top: 8px; }
#jogos_dia .paddingtop5 { padding-top: 5px; }
#jogos_dia img.icone { width:40px; height:35px; }

.placares, .jogador_nome { word-wrap:break-word;  white-space: nowrap; }

.sair { color: red !important; font-weight: bold;}