.banner_top_news_content.align-content-not-found:first-child:last-child {
   position: sticky;
   top: 30px;
}

/* TABELA COM INFORMAÇÕES DO MEU TIME */
.table_my_team {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 10px;
  border-radius: 4px;
  padding: 12px 20px;
  border: 1px solid #5B5B5B;
  background-color: #0E0E0E;
  flex-wrap: wrap;
}

.align_teams_clash{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo_my_team_content {
  width: 100%;
  display: flex;
  align-items: center;
}

.logo_my_team_content img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.infs_my_team_content {
  width: 100%;
}

.align_infs_my_team {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  /* border-bottom: 1px solid #212121; */
}

.especific_infs_my_team {
  width: 100%;
  margin-right: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.especific_infs_my_team p {
  font-size: 16px;
  color: var(--color_texts);
}

.especific_infs_my_team h3 {
  width: 100%;
  padding: 2px 0px 0px 0px;
  font-size: 22px;
  font-weight: 800;
  color: var(--color_titles);
}

.especific_infs_my_team img {
  width: 48px;
  height: 48px;
  margin-top: 4px;
  object-fit: contain;
}

.align_infs_my_team:last-child {
  border: none;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* TABELA DE ÂNIMO DO MEU TIME */

.table_team_spirit {
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #5B5B5B;
  background-color: #0E0E0E;
}

.content_vote_team_spirit {
  width: 100%;
  padding: 14px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.content_vote_team_spirit input[type="radio"] {
  display: none;
}

.button_vote_spirit {
  display: flex;
  border-radius: 50%;
  background-color: #070707;
  border: 2px solid #5B5B5B;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 9px -1px #1dff2c00;
}

.content_vote_team_spirit input[type="radio"]:checked+label {
  border: 2px solid var(--color_main);
  box-shadow: 0px 0px 9px 1px #1dff2c9c;
}

.button_vote_spirit img {
  height: 48px;
  object-fit: contain;
  margin: 12px;
  ;
}

.button_vote_spirit:hover{
  border: 2px solid #1dff2c75;
  box-shadow: 0px 0px 9px -1px #1dff2c75;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* TABELA DE JOGOS */



/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* TABELA PRÓXIMO JOGO*/

.square_next_games-66 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #5B5B5B;
}

.teams_clash-66 {
  padding: 20px;
  background-color: #0e0e0e;
  color: #fff;
  position: relative;
}

.shield_team-66 {
  flex-direction: column;
}

.date_clash-66 {
  flex-direction: column;
}

.shield_team-66 img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.align_symbol_x-66 {
  color: #1dff2c;
  font-size: 30px;
  font-weight: 900;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.date_play-66 {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
}

.hour_play-66 {
  margin-top: 4px;
  font-size: 12px;
  color: #9f9f9f;
}

.name_team-66 {
  width: 108px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  justify-content: flex-start;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* TABELA QUESTIONÁRIO DA PARTIDA  */

.quiz_game_content {
  position: relative;
  width: 100%;
  padding: 20px 26px;
  background-color: #0E0E0E;
}

.quiz_game_content h3 {
  width: 100%;
  color: var(--color_titles);
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
}

/* 
.container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
} */

.quiz_game {
  position: relative;
  width: 100%;
  margin: 18px 0px;
  display: flex;
  align-items: center;
  color: var(--color_texts);
}

.quiz_game input[type=radio] {
  position: absolute;
  width: 20px;
  height: 20px;
  left: -4px;
  top: -2px;
  z-index: 1;
  opacity: 0;
}

.quiz_game label {
  display: block;
  position: relative;
  font-size: 14px;
  margin-left: 12px;
  cursor: pointer;
  line-height: 100%;
  -webkit-transition: all 0.25s linear;
}

.quiz_game .check {
  position: relative;
  border: 2px solid #828282;
  border-radius: 100%;
  height: 22px;
  width: 22px;
  background-color: #313131;
  transition: border .25s linear;
}

.quiz_game:hover .check {
  background-color: #292929;
}

.quiz_game .check::before {
  display: flex;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.quiz_game input[type=radio]:checked~.check {
  border: 2px solid var(--color_main);
  box-shadow: 0px 0px 8px #1dff2c87;
}

.quiz_game input[type=radio]:checked~.check::before {
  background: var(--color_main);
}

.pagination_quiz {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 0px 0px 0px;
}

.pagination_quiz span {
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.pagination_quiz .quiz_page_selected {
  background-color: var(--color_main);
}


/* RESPONSIVIDADE */
@media(min-width:1024px) AND (max-width:1279px) {
  .button_vote_spirit img {
    height: 28px;
    margin: 14px;
  }
}

@media(max-width:1280px) {
  .table_my_team {
    display: block;
    padding: 18px 20px;
  }
  .logo_my_team_content {
    width: 100%;
    margin-bottom: 18px;
  }
  .logo_my_team_content img {
    width: 100%;
    height: 130px;
  }
  .align_infs_my_team {
    padding: 16px 0px;
  }
  .align_infs_my_team:first-child {
    border-top: 1px solid #212121;
  }
  .infs_my_team_content {
    width: 100%;
  }
  .especific_infs_my_team p {
    /* width: 100%; */
    /* font-size: 14px; */
  }
  .especific_infs_my_team h3 {
    font-size: 20px;
  }
  .quiz_game_content h3 {
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .table_my_team {
    padding: 16px 22px;
  }
  .logo_my_team_content {
    margin-bottom: 16px;
  }
  .especific_infs_my_team {
    text-align: center;
    justify-content: center;
  }
  .align_infs_my_team {
    padding: 16px 0px;
  }

  .especific_infs_my_team p {
    font-size: 14px;
  }
}

@media(min-width:540px) AND (max-width:1023px) {
  .table_my_team {
    display: flex;
  }
  .logo_my_team_content {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .align_infs_my_team:first-child {
    border-top: none;
  }
  .especific_infs_my_team {
    text-align: left;
    justify-content: left;
  }
  .align_infs_my_team {
    padding: 14px 0px;
  }
  .logo_my_team_content {
    width: 100%;
    margin-right: 18px;
  }
  .infs_my_team_content {
    width: 100%;
  }
}



.body_table_evaluation {
  position: relative;
  width: calc(100% - 56px);
  margin: 20px 28px;
}
.body_table_evaluation .tabs ul {
  width: 100%;
  padding-inline-start: 0px;
  border-radius: 20px;
  flex-direction: row;
  display: flex;
  position: relative;
  justify-content: flex-start;
  list-style: none;
}
.body_table_evaluation .tabs ul li{
  position: relative;
  /* width: 35%; */
  width: 100%;
  height: max-content;
  padding: 7px 15px;
  border: 1px solid #5B5B5B;
  border-left: unset;
  background-color: #1E1E1E;
  color: #aaaaaa;
  text-shadow: 0px 0.2px transparent;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 0px 0px 0px #2c2828;
  cursor: pointer;
  text-align: center;
  list-style: none;
  transition: all 0.2s ease
}
.body_table_evaluation .tabs ul li:hover{
  background-color: #393838;
}
.body_table_evaluation .tabs ul li:first-child {
  border-radius: 4px 0px 0px 4px;
  border-left: 1px solid #5B5B5B;
}
.body_table_evaluation .tabs ul li:last-child {
  border-radius: 0px 4px 4px 0px;
}
.body_table_evaluation .tabs ul li.active {
  background-color: #1dff2c;
  border-color: #1dff2c;
  color: #070707;
  text-shadow: 0px 0.11px black;
  box-shadow: 0px 0px 5px 2px #2c2828;
  z-index: 1;
  transform: scale(1.06);
}

.body_table_evaluation .align_content_tabs {
  position: relative;
  height: 230px;
}
.body_table_evaluation .align_content_tabs .tab_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15%;
  background-color: #0E0E0E;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
}
.body_table_evaluation .align_content_tabs .tab_wrap.active {
  opacity: 1;
  left: 0%;
  pointer-events: all;
  transition: all 0.5s ease 0.15s;
}
.body_table_evaluation .align_content_tabs .tab_wrap.active~.tab_wrap {
  left: 15%;
}




.your_evaluation {
  flex-direction: column;
  width: 100%;
}
.your_evaluation p {
   color: #ACACAC;
   font-size: 18px;
}
.your_evaluation p b {
   position: relative;
   margin: 0px 5px 0px;
   top: 1px;
   color: #ffc31d;
   font-size: 18px;
}

/* Estrelas */
.stars {
   position: relative;
   width: max-content;
   padding: 0px 2px;
   height: max-content;
   margin: 10px 15px 20px 0px;
   text-align: center;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: flex-start;
}
.stars .star {
   position: relative;
   width: max-content;
   padding: 0px 2px;
   top: 0;
   color: #ffc31d;
   font-size: 40px;
   line-height: 35px;
   cursor: pointer;
}
.stars .star i,
.stars .star i::before {
   pointer-events: none;
}
.stars-ghost {
   position: absolute;
   width: 0px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   pointer-events: none;
   overflow: hidden;
   z-index: 2;
}


/* começa a metade da tabela */
.general_evaluation {
  width: 100%;
}

.amount_total_notes {
  flex-direction: column;
  width: 60%;
}

.total_note_numbers {
  width: 100%;
  align-items: center;
  margin-bottom: 5px;
}

.total_note_numbers p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.line_total_star {
  width: 90%;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* linhas de quantidade de votos pra cada numero de estrelas */
.line_total_star .progress_line {
  position: relative;
  width: 0%;
  height: 100%;
  margin: 0px;
  background-color: #ffc31d;
}


/* Nota total que os usuarios votaram */

.total_note {
  flex-direction: column;
  flex-wrap: wrap;
}

.total_note h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffc31d;
}

.star_evaluation_geral {
  color: #6a6a6a;
}

.star_yellow {
  color: #ffc31d;
}

.total_note p {
  font-weight: 500;
  color: #a4a4a4;
  font-size: 14px;
}

@media (max-width: 1279px) AND (max-width: 1024px) {
  .general_evaluation {
    width: 100%;
  }
  .amount_total_notes {
    flex-direction: column;
    width: 100%;
  }
  .total_note {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: right;
  }
}

@media (max-width: 1023px) AND (max-width: 501px) {
  .amount_total_notes {
    flex-direction: column;
  }
  .total_note {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .amount_total_notes {
    flex-direction: column;
    width: 100%;
  }
  .total_note {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: right;
  }
}

@media(max-width:400px) {
  .button_vote_spirit img {
    height: 46px;
    margin: 8px;
  }

  .body_table_evaluation {
    margin:20px 20px
  }
  .body_table_evaluation .tabs ul li {
    font-size: 13px;
  }

  .body_table_evaluation .align_content_tabs {
    height: 335px;
  }
  .general_evaluation {
    flex-direction: column;
  }
  .line_total_star {
     width: 100%;
  }
}

@media(max-width:320px) {
  .button_vote_spirit img {
    height: 32px;
    margin: 10px;
  }

  .body_table_evaluation .tabs {
    width: calc(100% + 18px);
    position: relative;
    left: -8px;
  }
  .body_table_evaluation .tabs ul li {
    font-size: 12px;
  }
}

@media(max-width:315px){
  .align_teams_clash{
    display: block;
  }
  .date_play-66{
    margin-bottom: 14px;
  }
}







.content-resumed-sxc{
  /* border-radius: 10px; */
  /* border:1px solid #101010; */
  border-top:1px solid #252525;
  /* box-shadow: 0px 0px 6px 0px #030303; */
  flex-wrap: wrap;

}
.content-resumed-sxc h3{
  padding:0px;
  padding-bottom:9px;
}


.align_tables_content{
  overflow-x: auto;
}













.tables_left_content{
  margin-top: 0px;
  box-shadow: 0px 0px 14px 6px #000000;
}
.align_tables_content table tr{
  transition: background-color 0.2s ease;
}

.align_tables_content table tr:hover{
  background-color: #242323;
}





section h1{
  color: var(--color_titles);
}
.tables_left_content table tr th,
.tables_left_content table tr td {
   padding: 12px 22px;
}

.align_col .last_games {
   display: flex;
   align-items: center;
   justify-content: center;
}
.align_col .last_games .ball_game {
   width: 12px;
   height: 12px;
   margin: 0px 3px;
   border-radius: 100%;
   border: 1px solid #5B5B5B;
   background-color: #1E1E1E;
   display: inline-block;
}
.align_col .last_games .ball_game.draw {
   border: 1px solid var(--border-color);
   background-color: var(--border-color);
}
.align_col .last_games .ball_game.victory {
   border: 1px solid var(--green);
   background-color: var(--green);
}
.align_col .last_games .ball_game.defeat {
   border: 1px solid var(--invalid_color);
   background-color: var(--invalid_color);
}

/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

/* TABELA PRÓXIMO JOGO*/

.square_next_games-66 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  border-radius: 4px;
  background-color: #0e0e0e;
  overflow: hidden;
  box-shadow: 0px 0px 14px 6px #000000;
  border: 1px solid #5B5B5B;
}
.select_round_content{
  width: 100%;
  padding: 8px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0a0a0a;
  border-bottom: 1px solid #5b5b5b;
}
.select_round_content span{
  display: flex;
  border-radius: 4px;
  transition: background-color 0.2s ease;

  padding: 8px 12px;
  color: var(--color_main);
  cursor: pointer;
}
.select_round_content span:hover{
  background-color: #141414;
}
.select_round_content p{
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.align_teams_clash{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.teams_clash_content{
  padding: 14px 34px;
}
.teams_clash-66 {
  border-bottom: 1px solid #5b5b5b;
  background-color: #0e0e0e;
  color: #fff;
  padding: 15px 0px;
  position: relative;
}
.teams_clash-66:first-child{
  padding-top: 10px;
}
.teams_clash-66:last-child{
  border-bottom: none;
  padding-bottom: 10px;
}

.date_clash-66 {
  flex-direction: column;
}

.shield_team-66 img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.align_symbol_x-66 {
  color: #8c8c8c;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
}
.align_symbol_x-66 span{
  margin: 0px 8px;
  color: var(--color_main);
  font-size: 18px;
  font-weight: 700;
}

.date_play-66 {
  width: 100%;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 11px;
  color: var(--color_texts);
}

.hour_play-66 {
  margin-top: 4px;
  font-size: 12px;
  color: #9f9f9f;
}

.name_team-66 {
  margin-top: 5px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
}

.see-details-match {
   position: relative;
   width: max-content;
   margin: 15px auto 0px;
   color: #ffffff;
   font-weight: 400;
   font-size: 14px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   transition: color 0.3s ease;
}
.see-details-match:hover {
   color: var(--color_main);
}

.see-details-match svg {
   width: 18px;
   height: 18px;
   margin-left: 8px;
}
/* .see-details-match svg path:first-child{
   transform: translate(-100%, 0px);
   transition: transform 0.2s ease;
}
.see-details-match svg path:last-child{
   transform: translate(-50%, 0px);
   transition: transform 0.2s ease 0.1s;
}
.see-details-match:hover svg path {
   transform: translate(0px, 0px);
} */


/* ------------ */

/* ------------ */

/* ------------ */

/* ------------ */

@media(max-width:540px){
  .teams_clash_content{
    padding: 14px 18px;
  }
}