#body-chaveamento {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  background-color: #1c1c1c;
}
#body-chaveamento input[type="number"] {
  text-align: right;
}
#body-chaveamento input[type="number"]::-webkit-outer-spin-button, #body-chaveamento input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
#body-chaveamento .conteudo-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
#body-chaveamento .conteudo-body #header-chaveamento {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  background-color: #222222;
}
#body-chaveamento .conteudo-body #header-chaveamento .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#body-chaveamento .conteudo-body #header-chaveamento .info .img {
  user-select: none;
  display: none;
  justify-content: center;
  align-items: center;
  flex: 100px;
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento .info .img {
    display: flex;
    flex-direction: row;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento .info .img img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
#body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 100%;
}
#body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h1, #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h3, #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h5 {
  text-align: center;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  color: #dddddd;
  margin: 0px;
}
#body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h1 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h1 {
    font-size: 36px;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h3 {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento .info #titulo-etapa h3 {
    font-size: 24px;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 0px 5px;
  border: none;
  color: #888888;
  background-color: transparent;
  transition: all 0.125s ease-in-out;
  padding: 5px 15px;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:disabled:hover {
  color: #888888;
  background-color: transparent;
  transform: none;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:disabled:hover i {
  color: inherit;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:focus {
  outline: none;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento .conteudo-body #header-chaveamento #opcoes-header button:first-child {
  margin: 0px;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-height: 0px;
  transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca.show-opcao {
  visibility: visible;
  max-height: 100vh;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #eeeeee;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu {
    flex-direction: row;
    padding: 20px;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes {
  justify-content: center;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes {
    width: unset;
    padding: 0px 10px;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo .default, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo .nome, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas .default, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas .nome, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes .default, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes .nome {
  font-size: inherit;
  font-family: inherit;
  margin: 0px;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo .small, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo .equipe, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas .small, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas .equipe, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes .small, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes .equipe {
  font-size: 13px;
  font-family: inherit;
  color: #909090;
  margin: 0px;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-titulo {
    flex: 25%;
    text-align: left;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex: 100%;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas {
    flex: 50%;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas #atleta-a, #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas #atleta-b {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  flex: 100;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas #atleta-a {
  text-align: right;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas #atleta-b {
  text-align: left;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-atletas div i {
  margin: 0px 30px;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 100%;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes {
    justify-content: flex-end;
    flex: 25%;
  }
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 0px 5px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  padding: 10px;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button:disabled:hover i {
  color: inherit;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button:focus {
  outline: none;
}
#body-chaveamento .conteudo-body #header-chaveamento #info-troca .menu .check-botoes button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento .conteudo-body #chaveamento-relative {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  box-sizing: border-box;
}
#body-chaveamento .conteudo-body #chaveamento-relative::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#body-chaveamento .conteudo-body #chaveamento-relative::-webkit-scrollbar-track, #body-chaveamento .conteudo-body #chaveamento-relative::-webkit-scrollbar-corner {
  background-color: #505050;
}
#body-chaveamento .conteudo-body #chaveamento-relative::-webkit-scrollbar-thumb {
  background-color: #888888;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  user-select: none;
  transition: transform 0.15s ease-in-out;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna {
  display: flex;
  flex-direction: column;
  padding: 25px 0px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna:first-child {
  padding-left: 40px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna:last-child {
  padding-right: 40px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna:nth-child(2) .grupo-row .chave .key-left.center, #body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna:nth-child(2) .grupo-row .chave .key-right.center {
  margin-bottom: 69px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row {
  display: flex;
  flex-direction: row;
  flex: 1;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 30px 0px;
  transition: transform 0.125s ease-in-out;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 0.25px rgba(0, 0, 0, 0.24);
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto.center {
  margin-bottom: 168px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto:hover {
  transform: none;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto:hover.clicavel {
  transform: scale(1.05);
  cursor: pointer;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto.min-view .atleta {
  min-width: 40px;
  max-width: 74px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto.min-view .atleta .txt {
  width: 0px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .local {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  padding: 2px 5px;
  text-align: end;
  font-size: 11px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 0.25px rgba(0, 0, 0, 0.24);
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background-color: #333333;
  height: 40px;
  min-width: 200px;
  max-width: 234px;
  transition: all 0.125s ease-in-out;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta:nth-child(2) {
  border-top: 1px solid #555555;
  height: 41px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .fundo-loser {
  display: none;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .tag-loser {
  display: none;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.loser .fundo-loser {
  display: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.625);
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.loser .tag-loser {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #fff;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.loser .tag-loser span {
  font-size: 12px;
  font-weight: bold;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.loser .tag-loser i {
  font-size: 16px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.edit-mode {
  transition: transform 0.125s ease-in-out;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta.edit-mode:hover {
  transform: scale(1.05);
  cursor: pointer;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .check-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px;
  height: 0px;
  width: 0px;
  transition: all 0.125s ease-in-out;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .check-icon.visivel {
  margin: 5px;
  height: 24px;
  width: 24px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .check-icon .check {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  width: 85%;
  height: 85%;
  border-radius: 50%;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .check-icon .check i {
  font-size: 12px;
  text-align: center;
  transition: text-shadow 0.125s ease-in-out;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .img {
  height: 40px;
  width: 40px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .img img {
  object-position: center;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 160px;
  transition: all 0.125s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .txt .nome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  overflow: hidden;
  font-size: 13px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  color: #ffffff;
  margin: 0px 5px;
  padding: 0px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .txt .equipe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  overflow: hidden;
  font-size: 12px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  color: #888888;
  margin: 0px 5px;
  padding: 0px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .trophy-icon {
  position: absolute;
  top: 0px;
  right: -10px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .trophy-icon i {
  font-size: 22px;
  text-shadow: -1px 0px 2px #000000, -1px 1px 2px #000000;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-left {
  border: #555555 1px solid;
  border-left: none;
  height: calc(50% + 1px);
  width: 15px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-right {
  border: #555555 1px solid;
  border-right: none;
  height: calc(50% + 1px);
  width: 15px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-left.center, #body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-right.center {
  height: 70px;
  border-bottom: none;
  margin-bottom: 68px;
}
#body-chaveamento .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .row {
  width: 15px;
  height: 0px;
  border-bottom: 1px solid #555555;
}
#body-chaveamento .conteudo-body #lista-campeos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#body-chaveamento .conteudo-body #lista-campeos button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 5px;
  border: none;
  color: #888888;
  background-color: #222222;
  transition: all 0.125s ease-in-out;
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 0.25px rgba(0, 0, 0, 0.24);
}
#body-chaveamento .conteudo-body #lista-campeos button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento .conteudo-body #lista-campeos button:disabled {
  cursor: default;
  color: #333333;
}
#body-chaveamento .conteudo-body #lista-campeos button:disabled:hover {
  color: #333333;
  background-color: #222222;
  transform: none;
}
#body-chaveamento .conteudo-body #lista-campeos button:disabled:hover i {
  color: inherit;
}
#body-chaveamento .conteudo-body #lista-campeos button:focus {
  outline: none;
}
#body-chaveamento .conteudo-body #lista-campeos button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes.modal-visivel {
  opacity: 1;
  visibility: visible;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes.modal-visivel .opcoes-modal {
  user-select: initial !important;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out !important;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes.modal-visivel .opcoes-modal.show-opcoes {
  opacity: 1 !important;
  visibility: visible !important;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  user-select: none;
  margin: 0px;
  padding: 20px;
  color: #ffffff;
  background-color: #333333;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5), 0px 0px 20px 7px rgba(0, 0, 0, 0.5);
  max-height: 98%;
  width: 95%;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo::-webkit-scrollbar-track, #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo::-webkit-scrollbar-corner {
  background-color: #505050;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo::-webkit-scrollbar-thumb {
  background-color: #888888;
}
@media screen and (min-width: 576px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
    max-height: 90%;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
    max-height: 90%;
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
    max-height: 90%;
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
    max-height: 90%;
    width: 45%;
  }
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .head {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  z-index: 1;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .head .icon-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: background-color 0.125s ease-in-out;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .head .icon-close:hover {
  background-color: #555555;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .head .icon-close i {
  color: #909090;
  font-size: 15px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo {
  padding: 40px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .titulo {
  text-align: center;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  color: #dddddd;
  margin: 0px 0px 40px 0px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .titulo {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .titulo {
    font-size: 36px;
  }
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas {
  width: 100%;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  padding: 10px;
  margin-top: 20px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row:first-child {
  margin-top: 0px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .img img {
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
  margin: 15px;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .img img {
    width: 90px;
    height: 90px;
  }
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 100%;
  margin: 15px;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .pontuacao {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .pontuacao p {
  text-align: center;
  color: #eeeeee;
  font-family: "Candal", sans-serif;
  margin: 0 0 5px 0;
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .pontuacao p {
    font-size: 28px;
  }
}
#body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .icon i {
  margin: 15px;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  #body-chaveamento .conteudo-body #lista-campeos #modal-campeoes .conteudo .atletas .row .icon i {
    font-size: 60px;
  }
}
#body-chaveamento #modal-confronto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#body-chaveamento #modal-confronto.modal-visivel {
  opacity: 1;
  visibility: visible;
}
#body-chaveamento #modal-confronto.modal-visivel .opcoes-modal {
  user-select: initial !important;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out !important;
}
#body-chaveamento #modal-confronto.modal-visivel .opcoes-modal.show-opcoes {
  opacity: 1 !important;
  visibility: visible !important;
}
#body-chaveamento #modal-confronto .conteudo {
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  user-select: none;
  margin: 0px;
  padding: 20px;
  color: #ffffff;
  background-color: #333333;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.5), 0px 0px 20px 7px rgba(0, 0, 0, 0.5);
  max-height: 98%;
  width: 95%;
}
#body-chaveamento #modal-confronto .conteudo::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#body-chaveamento #modal-confronto .conteudo::-webkit-scrollbar-track, #body-chaveamento #modal-confronto .conteudo::-webkit-scrollbar-corner {
  background-color: #505050;
}
#body-chaveamento #modal-confronto .conteudo::-webkit-scrollbar-thumb {
  background-color: #888888;
}
@media screen and (min-width: 576px) {
  #body-chaveamento #modal-confronto .conteudo {
    max-height: 90%;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  #body-chaveamento #modal-confronto .conteudo {
    max-height: 90%;
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #body-chaveamento #modal-confronto .conteudo {
    max-height: 90%;
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  #body-chaveamento #modal-confronto .conteudo {
    max-height: 90%;
    width: 45%;
  }
}
#body-chaveamento #modal-confronto .conteudo .head {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  z-index: 1;
}
#body-chaveamento #modal-confronto .conteudo .head .icon-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: background-color 0.125s ease-in-out;
}
#body-chaveamento #modal-confronto .conteudo .head .icon-close:hover {
  background-color: #555555;
}
#body-chaveamento #modal-confronto .conteudo .head .icon-close i {
  color: #909090;
  font-size: 15px;
}
#body-chaveamento #modal-confronto .conteudo .fecha-opcoes {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#body-chaveamento #modal-confronto .conteudo .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#body-chaveamento #modal-confronto .conteudo .row .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 40%;
  margin: 15px 10px;
}
#body-chaveamento #modal-confronto .conteudo .row .info:first-child {
  justify-content: flex-start;
  text-align: left;
}
#body-chaveamento #modal-confronto .conteudo .row .info:last-child {
  justify-content: flex-end;
  text-align: right;
}
#body-chaveamento #modal-confronto .conteudo .row .info p {
  font-size: 13px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  margin: 0px;
}
#body-chaveamento #modal-confronto .conteudo .row .titulo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 15px 10px;
}
#body-chaveamento #modal-confronto .conteudo .row .titulo p {
  font-size: 13px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  margin: 0px;
  white-space: nowrap;
  text-align: center;
  color: #0bd;
}
#body-chaveamento #modal-confronto .conteudo .row.pontuacao {
  align-items: flex-end;
}
#body-chaveamento #modal-confronto .conteudo .row.pontuacao div.info p {
  text-align: center;
  color: #eeeeee;
  font-family: "Candal", sans-serif;
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento #modal-confronto .conteudo .row.pontuacao div.info p {
    font-size: 28px;
  }
}
#body-chaveamento #modal-confronto .conteudo .row-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  height: 100%;
  margin: 0px 0px;
}
@media screen and (min-width: 768px) {
  #body-chaveamento #modal-confronto .conteudo .row-img .info {
    margin: 0px 20px;
  }
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  margin-top: -30px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 0px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  width: 100%;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase button:not(:first-child) {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: none;
  user-select: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  margin-top: 5px;
  padding: 10px;
  background-color: #1c1c1c;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position.left {
  left: -15%;
  right: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position.right {
  right: -15%;
  left: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position.center {
  right: 20%;
  left: 20%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form .div-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form label {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form label.label-none {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form label.label-none + input, #body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form label.label-none + select {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form input:not([type="checkbox"]), #body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  border: none;
  border-bottom: 1px #ccc solid;
  color: #dddddd;
  background-color: #333333;
  width: 100%;
  padding: 5px;
  margin: 5px 0px;
  transition: all 0.25s ease-in-out;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form input:not([type="checkbox"]):focus, #body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form select:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form input:not([type="checkbox"]):first-child, #body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form select:first-child {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form input:not([type="checkbox"]).error, #body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form select.error {
  border-bottom-color: #de0911;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form select {
  cursor: pointer;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form p {
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  text-align: left;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 5px 0px 0px 0px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  width: 100%;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button.only-icon {
  width: auto;
  margin: 0 0 0 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .proxima-fase .opcoes-modal .relative-position .form button.only-icon i {
  margin: 0;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  margin-top: -30px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 0px;
  border: none;
  color: #333333;
  background-color: #00c300;
  transition: all 0.125s ease-in-out;
  width: 100%;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:hover {
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:disabled {
  cursor: default;
  color: #333333;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:disabled:hover {
  color: #333333;
  background-color: #00c300;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner button:not(:first-child) {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: none;
  user-select: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  margin-top: 5px;
  padding: 10px;
  background-color: #1c1c1c;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position.left {
  left: -15%;
  right: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position.right {
  right: -15%;
  left: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position.center {
  right: 20%;
  left: 20%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form .div-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form label {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form label.label-none {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form label.label-none + input, #body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form label.label-none + select {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form input:not([type="checkbox"]), #body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  border: none;
  border-bottom: 1px #ccc solid;
  color: #dddddd;
  background-color: #333333;
  width: 100%;
  padding: 5px;
  margin: 5px 0px;
  transition: all 0.25s ease-in-out;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form input:not([type="checkbox"]):focus, #body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form select:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form input:not([type="checkbox"]):first-child, #body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form select:first-child {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form input:not([type="checkbox"]).error, #body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form select.error {
  border-bottom-color: #de0911;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form select {
  cursor: pointer;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form p {
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  text-align: left;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 5px 0px 0px 0px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  width: 100%;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button.only-icon {
  width: auto;
  margin: 0 0 0 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info .winner .opcoes-modal .relative-position .form button.only-icon i {
  margin: 0;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .info img {
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
  margin: 0px 10px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  #body-chaveamento #modal-confronto .conteudo .row-img .info img {
    width: 100px;
    height: 100px;
  }
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin: 0px 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #body-chaveamento #modal-confronto .conteudo .row-img .titulo {
    margin: 0px 20px;
  }
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
  margin-top: -30px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 0px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  width: fit-content;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto button:not(:first-child) {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: none;
  user-select: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  margin-top: 5px;
  padding: 10px;
  background-color: #1c1c1c;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position.left {
  left: -15%;
  right: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position.right {
  right: -15%;
  left: -50%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position.center {
  right: 20%;
  left: 20%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form .div-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form label {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form label.label-none {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form label.label-none + input, #body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form label.label-none + select {
  display: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form input:not([type="checkbox"]), #body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  border: none;
  border-bottom: 1px #ccc solid;
  color: #dddddd;
  background-color: #333333;
  width: 100%;
  padding: 5px;
  margin: 5px 0px;
  transition: all 0.25s ease-in-out;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form input:not([type="checkbox"]):focus, #body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form select:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form input:not([type="checkbox"]):first-child, #body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form select:first-child {
  margin-top: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form input:not([type="checkbox"]).error, #body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form select.error {
  border-bottom-color: #de0911;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form select {
  cursor: pointer;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form p {
  margin: 0px;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  text-align: left;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 5px 0px 0px 0px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  width: 100%;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button.only-icon {
  width: auto;
  margin: 0 0 0 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto .opcoes-modal .relative-position .form button.only-icon i {
  margin: 0;
  padding: 5px;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo .sem-confronto.warn button {
  background-color: #de0911;
  color: #eeeeee;
}
#body-chaveamento #modal-confronto .conteudo .row-img .titulo p.vs {
  text-align: center;
  color: #eeeeee;
  font-family: "Candal", sans-serif;
  margin: 0px 40px;
  height: 100px;
  font-size: 26px;
}
@media screen and (min-width: 576px) {
  #body-chaveamento #modal-confronto .conteudo .row-img .titulo p.vs {
    font-size: 40px;
  }
}
#body-chaveamento #modal-confronto .conteudo .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 20px 10px 0px 10px;
  border: none;
  color: #888888;
  background-color: #1c1c1c;
  transition: all 0.125s ease-in-out;
  padding: 5px 15px;
  z-index: 2;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #modal-confronto .conteudo .footer button.log:disabled {
  cursor: default;
  color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log:disabled:hover {
  color: #888888;
  background-color: #1c1c1c;
  transform: none;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log:disabled:hover i {
  color: inherit;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log:focus {
  outline: none;
}
#body-chaveamento #modal-confronto .conteudo .footer button.log i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  z-index: 2;
  margin: 0;
  padding: 0;
  max-height: 0%;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
#body-chaveamento #modal-confronto .conteudo .collapse-log::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log::-webkit-scrollbar-track, #body-chaveamento #modal-confronto .conteudo .collapse-log::-webkit-scrollbar-corner {
  background-color: #505050;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log::-webkit-scrollbar-thumb {
  background-color: #888888;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log.open {
  max-height: 70%;
  opacity: 1;
  overflow: auto;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10px;
  background-color: #505050;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0px;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log:not(.close-log) {
  border-bottom: 1px solid #333333;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log:not(.close-log):last-child {
  border-bottom: none;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log.close-log {
  justify-content: space-between;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log.close-log h4 {
  font-weight: bold;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log.close-log .icon-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
  transition: background-color 0.125s ease-in-out;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log.close-log .icon-close:hover {
  background-color: #909090;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log.close-log .icon-close i {
  color: #ffffff;
  font-size: 15px;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log .column-log {
  margin: 0px 10px;
  color: #ffffff;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  font-size: 14px;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log .column-log span {
  font-size: 12px;
  font-style: italic;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log .column-log:nth-child(1) {
  flex: 1;
  margin-left: 0px;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log .column-log:nth-child(2) {
  flex: 2;
}
#body-chaveamento #modal-confronto .conteudo .collapse-log .lista-log .row-log .column-log:nth-child(3) {
  flex: 2;
  margin-right: 0px;
}
#body-chaveamento #opcoes-view {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#body-chaveamento #opcoes-view button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  margin: 5px;
  border: none;
  color: #888888;
  background-color: #222222;
  transition: all 0.125s ease-in-out;
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 0.25px rgba(0, 0, 0, 0.24);
}
#body-chaveamento #opcoes-view button:hover {
  background-color: #393939;
  color: #dddddd;
  transform: scale(1.05);
}
#body-chaveamento #opcoes-view button:disabled {
  cursor: default;
  color: #333333;
}
#body-chaveamento #opcoes-view button:disabled:hover {
  color: #333333;
  background-color: #222222;
  transform: none;
}
#body-chaveamento #opcoes-view button:disabled:hover i {
  color: inherit;
}
#body-chaveamento #opcoes-view button:focus {
  outline: none;
}
#body-chaveamento #opcoes-view button i {
  margin-right: 10px;
  color: inherit;
  background-color: transparent;
}
#body-chaveamento #opcoes-view button i {
  margin: 0px;
}
#body-chaveamento #loading {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.125s ease-in-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#body-chaveamento #loading.show-loading {
  pointer-events: all;
  opacity: 1;
}
#body-chaveamento #loading::before {
  content: "";
  width: 5em;
  height: 5em;
  border: 2px solid transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: loadingspin 1s linear infinite;
}
#body-chaveamento #loading.count::before {
  border-color: rgba(0, 0, 0, 0.25);
  border-top-color: #000000;
}
#body-chaveamento #loading .message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: -5em;
  padding: calc(10px + 5em) 10px 10px 10px;
  font-size: 20px;
  font-weight: bolder;
  color: #000000;
  background-color: #ffffff;
  border-radius: 15px;
  min-width: 220px;
}
#body-chaveamento #loading .message span {
  min-width: 60px;
  margin: 0px 5px;
}
#body-chaveamento #loading .message span.count {
  text-align: right;
}
#body-chaveamento #loading .message span.total {
  text-align: left;
}
@keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}
#body-chaveamento.print {
  background-color: #dddddd;
  overflow: auto;
}
#body-chaveamento.print .lista-conteudo-body {
  transform-origin: 0 0;
}
@media print {
  #body-chaveamento.print .lista-conteudo-body {
    transform: unset !important;
  }
}
#body-chaveamento.print .conteudo-body {
  height: 833px !important;
  width: 1163px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12), 0px 0px 1px 0.25px rgba(0, 0, 0, 0.24);
  transform-origin: 0 0;
  margin: 20px;
}
@media print {
  #body-chaveamento.print .conteudo-body {
    height: 793px !important;
    width: 1123px !important;
    margin: 0px;
    transform: unset !important;
  }
}
#body-chaveamento.print .conteudo-body #header-chaveamento {
  background-color: initial;
  align-items: center;
  position: absolute;
  top: 0;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .info {
  width: fit-content;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .info #titulo-etapa h1 {
  color: #333333;
  font-size: 36px;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .info #titulo-etapa h3 {
  color: #333333;
  font-size: 24px;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .info #titulo-etapa h5 {
  color: #333333;
  font-size: 14px;
}
#body-chaveamento.print .conteudo-body #header-chaveamento #opcoes-header {
  display: none;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao {
  width: 354px;
  border-color: #333333 !important;
  margin: 20px 0 0 0;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao * {
  border-color: #333333 !important;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao thead th {
  text-align: center;
  font-size: 10px;
  padding: 5px 10px;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao thead tr:nth-child(2) th:nth-child(1) {
  width: 46%;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao thead tr:nth-child(2) th:nth-child(2) {
  width: 45%;
}
#body-chaveamento.print .conteudo-body #header-chaveamento .table-pontuacao thead tr:nth-child(2) th:nth-child(3) {
  width: 9%;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative {
  overflow: hidden;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento {
  position: initial;
  transform-origin: initial;
}
@media print {
  #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento {
    transform: scale(var(--scale-print)) !important;
  }
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto {
  position: relative;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .local {
  font-size: 12px;
  background: transparent;
  box-shadow: none;
  color: #333333;
  border-bottom: 1px solid #333333;
  height: 18px;
  width: 80%;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta {
  background-color: initial;
  border: 1px solid #333333;
  height: 55px;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta:nth-child(2) {
  height: 56px;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta:first-child {
  border-bottom: none;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .check-icon, #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .fundo-loser, #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .img, #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .tag-loser {
  display: none;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .txt .nome {
  font-size: 16px;
  color: #333333;
  position: absolute;
  inset: 0;
  bottom: 50%;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto .atleta .txt .equipe {
  font-size: 13px;
  font-style: italic;
  color: #333333;
  position: absolute;
  inset: 0;
  top: 50%;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto.hidden-info .atleta .txt {
  display: none;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .grupo-column .confronto.hidden-info .local {
  color: transparent;
}
#body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-left, #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .key-right, #body-chaveamento.print .conteudo-body #chaveamento-relative #chaveamento .coluna .grupo-row .chave .row {
  border-color: #333333 !important;
}
#body-chaveamento.print .conteudo-body #footer-print {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#body-chaveamento.print .conteudo-body #footer-print #lista-campeos {
  position: initial;
}
#body-chaveamento.print .conteudo-body #footer-print #lista-campeos .titulo {
  font-weight: bolder;
  font-size: 24px;
  font-family: "Roboto Condensed", "Nunito", sans-serif;
}
#body-chaveamento.print .conteudo-body #footer-print #lista-campeos .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px;
  height: 35px;
}
#body-chaveamento.print .conteudo-body #footer-print #lista-campeos .row .posicao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5px;
  height: 100%;
}
#body-chaveamento.print .conteudo-body #footer-print #lista-campeos .row .atleta {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #333333;
  width: 180px;
  height: 100%;
  padding: 3px;
}
#body-chaveamento.print .conteudo-body #footer-print .img {
  width: 76px;
  height: 76px;
}
#body-chaveamento.print .conteudo-body #footer-print .img:first-child {
  margin-right: 15px;
}
#body-chaveamento.print .conteudo-body #footer-print .img:last-child {
  margin-left: 15px;
}
#body-chaveamento.print .conteudo-body #footer-print .img img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
#body-chaveamento.print #opcoes-impressao {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 15px;
  user-select: none;
}
@media print {
  #body-chaveamento.print #opcoes-impressao {
    display: none;
  }
}
#body-chaveamento.print #opcoes-impressao div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
#body-chaveamento.print #opcoes-impressao div > * {
  margin: 0px 15px 0px 0px;
}
#body-chaveamento.print #opcoes-impressao div > *:last-child {
  margin-right: 0px;
}
#body-chaveamento.print #opcoes-impressao div button {
  color: #333333;
}
#body-chaveamento.print #opcoes-impressao div label {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
}
#body-chaveamento.print #opcoes-impressao div label input {
  margin: 0px 5px 0px 0px;
}
#body-chaveamento.print #opcoes-impressao div label input:disabled {
  cursor: initial;
}
@page {
  margin: 0;
}

@charset "UTF-8";
.contato-title {
  max-width: 1170px !important;
  display: flex !important;
  justify-content: flex-start !important;
  margin-bottom: 30px !important;
  align-items: center;
}
.boxed-contato {
  margin: 0 auto !important;
  padding: 80px 0px !important;
}
.h2-title-contato {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  margin: 0px !important;
  padding: 30px 40px !important;
}
.h2-title-contato.form-contato {
  background-color: #fafafa !important;
  color: #606060 !important;
}
.h2-title-contato.contato-midias {
  background-color: transpare !important;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.faq-card {
  background-color: #fafafa;
  border-radius: 7px;
  margin-bottom: 15px;
  padding-bottom: 13px;
}
.faq-card .faq-duvida {
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 13px 20px 0px 20px;
  cursor: pointer;
}
.faq-card .faq-duvida:after {
  content: "+";
  font-weight: bold;
  float: right;
}
.faq-card .active:after {
  content: "−";
}
.faq-card .faq-resposta {
  color: #606060;
  background-color: #fafafa;
  border-radius: 7px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.faq-card .faq-resposta small {
  font-size: 13px;
  font-style: italic;
}
.categoria-etapa {
  background-color: #fafafa;
}
.categoria-etapa .categoria-fechada {
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 13px 20px;
  cursor: pointer;
}
.categoria-etapa .categoria-fechada:after {
  content: "+";
  font-weight: bold;
  float: right;
  margin-top: -22px;
}
.categoria-etapa .active:after {
  content: "−";
}
.categoria-etapa .categoria-infos {
  margin: 0px;
  padding: 0px 10px;
  max-height: 0px;
  overflow: hidden auto;
  transition: max-height 0.2s ease-in-out;
}
.categoria-etapa .categoria-infos small {
  font-size: 13px;
  font-style: italic;
}
.categoria-etapa .lista-categorias-title {
  display: flex;
  align-items: center;
}
.categoria-etapa .lista-categorias-title .subcategoria-title {
  font-size: 12px;
}
.categoria-etapa .lista-categorias-title h4 {
  margin-left: 5px;
}
.categoria-etapa .lista-categorias-items {
  margin: 0px;
  height: 300px;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden auto;
}
.categoria-etapa .lista-categorias-items > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  cursor: pointer;
}
.categoria-etapa .lista-categorias-items > div:hover {
  background: #efefef;
}
.categoria-etapa .lista-categorias-items > div i {
  padding-right: 10px;
  color: #555;
  font-size: 13px;
}
.categoria-etapa .lista-categorias-loading {
  margin: 0px;
  height: 300px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 5px;
  padding-top: 30px;
}
.infos-contato {
  margin: 0px !important;
  color: #ffffff !important;
  min-height: 543px !important;
}
.infos-contato h3, .infos-contato h4, .infos-contato tr, .infos-contato th {
  color: #fff !important;
}
.table-contact a {
  color: #fff !important;
}
.table-contact a:hover, a:active, a:focus {
  color: #bbb !important;
}
@media (max-width: 770px) {
  .recaptcha-contato {
    margin-left: 10px !important;
    border: 0px !important;
    margin-bottom: 10px !important;
  }
  .contato-title {
    justify-content: center !important;
    align-items: center;
  }
  .h1-title-contato {
    padding: 0px !important;
  }
  .h2-title-contato.form-contato, .h2-title-contato.contato-midias, .h2-title-contato {
    text-align: center !important;
  }
  .margin-mobile {
    margin-bottom: 15px !important;
  }
}

.teste {
  text-align: center;
  font-size: 20px;
}

body {
  width: 100% !important;
  font-family: "Nunito", sans-serif !important;
}
.h1 {
  font: 24px "Open Sans", sans-serif !important;
  color: #191919 !important;
  font-weight: 900 !important;
  padding-left: 15px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
}
.h2 {
  font: 22px "Open Sans", sans-serif !important;
  color: #181818 !important;
  font-weight: 900 !important;
}
.h3 {
  font: 20px "Open Sans", sans-serif !important;
  color: #282828 !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  padding-left: 15px !important;
}
.h4 {
  font: 18px "Nunito", sans-serif !important;
  color: #606060 !important;
  font-weight: 400 !important;
}
.h5 {
  font: 16px "Nunito", sans-serif !important;
  color: #424242 !important;
  font-weight: 500px !important;
}
p {
  font: 15px "Nunito", sans-serif;
}
/* FLEX */
.flex {
  -webkit-box: flex;
  -moz-box: flex;
  -ms-flexbox: flex;
  -webkit-flex: flex;
  display: flex;
}
.flex.row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  flex-wrap: flex-wrap(wrap-reverse);
}
.flex.wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.justify-space-arround {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.flex.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.flex.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/******** FIM SISTEMA DE GRID ********/
/* INPUT */
.input {
  font: 15px "Nunito", sans-serif;
  color: #282828;
  padding: 10px 14px 10px 14px;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.3);
  transition: 350ms;
}
.input:hover {
  background-color: rgba(241, 241, 241, 0.6);
  transition: 350ms;
}
.input:focus {
  background-color: rgba(241, 241, 241, 0.6);
  transition: 350ms;
}
/* redunderline */
.ired-underline {
  border-width: 0px 0px 2px 0px;
  border-color: #8b191d;
}
/* FIM INPUT */
/* MARGINS */
.margin15 {
  margin: 15px 0;
}
.margin30 {
  margin: 30px 0;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
/* FIM MARGINS */
/* BUTTONS */
.butn {
  background: transparent;
  color: #333;
  font-size: 14px;
  border-radius: radius(3px);
  min-width: 100px;
  transition: transition(0.3s);
}
.butn-primary, .fill.primary, .fill.accent, .fill.darkred, .withborder.darkred {
  font-weight: 600;
}
.butn:hover {
  transform: scale(1.05);
}
.fill {
  padding: 10px 12px;
  border: 0px;
}
.withborder {
  padding: 8px 12px;
  border: 2px solid;
}
/* FIM BUTTONS */
/* TOOLTIP*/
.tooltip-scss {
  position: relative;
  display: inline-block;
}
.tooltip-scss .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 100000;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-scss .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip-scss:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* fim TOOLTIP*/
@media (max-width: 770px) {
  .boxed {
    padding: 40px !important;
  }
}

