:root {
  --verde: #009440;
  --amarelo: #ffcb00;
  --azul: #302681;
  --azul-2: #004aad;

  --branco: #ffffff;
  
}

.rodape {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}



body{
  font-family: "Arial";
  max-height: 100vh!important;
}


#ad-comandarapida, #ad-statsrails{
  padding: 10px;
  border: 1px #302681 solid ;
  margin: 10px;
  border-radius: 7px;
}

#ad-comandarapida button, #ad-statsrails button{
  border: 1px #302681 solid ;
  border-radius: 7px;
}

.bg-verde {
  background-color: var(--verde);
}
.bg-branco {
  background-color: #f5f5f5;
}
.rodape {
  position: relative;
  display: flex;
  height: 50px;
}

.tela {
  height: 100%;
}

.cabecalho {
  height: 60px;
  padding: 0px;
}

.conteudo {
  height: calc(100vh - 110px);
  background-color: whitesmoke;
}

.menu {
  overflow-y: auto;
  /* Adiciona o scroll vertical quando necessário */
  height: calc(100vh - 110px);
}

.rodape-esquerdo {
  background: var(--azul);
  flex: 1;
  position: relative;
}

.rodape-direito {
  background: var(--amarelo);
  flex: 1;
  position: relative;
}

.rodape-divisor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 25px solid var(--amarelo);
  border-bottom: 25px solid var(--azul);
  transform: translateX(-50%);
  z-index: 1;
}

.logo-gallifrey {
  margin-top: 5px;
  margin-right: 15px;
}

@media screen and (max-width: 576px) {
  .ocultar-sm {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .ocultar-sm {
    display: inline-flexbox !important;
  }
}

.opaco {
  opacity: 0.2;
}

.tela-edicao {
  border: 1px solid #302681;
  padding: 10px;
  border-radius: 7px;
  height: calc(100vh - 140px)!important;
  overflow-y: scroll;
  overflow-x: hidden;

}

.list-group-item {
  border: 1px solid #302681;
  color: var(--azul-2);
  padding-bottom: 5px;
  padding-top: 5px;
}

.mini-titulo {
  font-weight: bold;
  color: var(--azul-2);
}

.list-group-item:hover {
  border: 1px solid var(--azul-2);
  background-color: var(--azul-2);
  color: var(--branco);
}
