header {
   box-shadow: 0px 1px 14px #000000 !important;
}

.menu-groups-user {
   position: fixed;
   width: 100%;
   min-height: 38px;
   padding: 0px;
   margin: 0px;
   background-color: #212121;
   display: flex;
   justify-content: space-between;
   align-items: centesr;
   flex-wrap: nowrap;
   z-index: 2;
}
.menu-groups-user .content-groups-user {
   position: relative;
   width: 100%;
   height: 100%;
   min-height: 38px;
   box-shadow: inset 0px 2px 5px #000000;
   display: flex;
   overflow-x: auto;
}
.menu-groups-user .content-groups-user .option-toggle-group {
   position: relative;
   width: 100%;
   padding: 10px 12px 5px 15px;
   margin: 0px;
   border-left: 1px solid #272727;
   background-color: inherit;
   box-shadow: 0px 0px 3px transparent;
   color: #A5A5A5;
   display: inline-flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
   flex: 1 0 100px;
   gap: 12px;
   transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.menu-groups-user .content-groups-user .option-toggle-group.selected {
   background-color: #0E0E0E;
   color: #ffffff;
   color: var(--color_main);
   box-shadow: 0px 0px 3px #000000;
}
.menu-groups-user .content-groups-user .option-toggle-group:first-child,
.menu-groups-user .content-groups-user .option-toggle-group.selected,
.menu-groups-user .content-groups-user .option-toggle-group.selected + .option-toggle-group {
   border-left: none;
}

.menu-groups-user .content-groups-user .option-toggle-group p {
   position: relative;
   width: 100%;
   color: inherit;
   font: normal normal normal 13px/18px Segoe UI;
   font-family: inherit;
   text-align: center;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   word-break: break-all;
   overflow: hidden;
}
.menu-groups-user .content-groups-user .option-toggle-group .button-exit-group {
   position: relative;
   width: max-content;
   height: max-content;
   color: #484848;
   cursor: pointer;
   flex: 0 0 max-content;
   transition: color 0.3s ease;
}
.menu-groups-user .content-groups-user .option-toggle-group:hover .button-exit-group {
   color: var(--color_main);
}

.menu-groups-user .button-add-group {
   position: relative;
   width: 40px;
   min-height: 38px;
   padding: 6px 5px 3px 7px;
   background-color: var(--color_main);
   color: #212121;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   flex: 0 0 max-content;
   transition: background-color 0.3s ease, color 0.3s ease;
}
.menu-groups-user .button-add-group:hover {
   background-color: var(--color_main_dark);
   color: #484848;
}



.title-section {
   font-size: 22px;
   font-weight: 700;
   color: var(--color_titles);
}

.subtitle-section {
   margin-top: 8px;
   font-size: 16px;
   font-weight: 500;
   /* color: #838383; */
   color: #9f9999;
}



.select_game_day_content {
   position: relative;
   width: 100%;
   padding: 6px 0px;
   background-color: #1E1E1E;
   border-bottom: 1px solid #5B5B5B;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   gap: 8px;
}
.select_game_day_content .button_select_date {
   width: 32px;
   height: 32px;
   padding: 2px;
   margin: 3px 2px 0px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: transparent;
   transition: background-color 0.2s ease;
   cursor: pointer;
}
.select_game_day_content .button_select_date:hover {
   background-color: #ffffff0f;
}

.select_game_day_content .date_content {
   position: relative;
   min-width: calc(10ch + 30px);
   width: max-content;
   padding: 12px 18px 9px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
   box-shadow: 0px 1px 10px transparent;
   color: var(--color_titles);
   font: normal normal 600 14px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   text-align: center;
   overflow: auto;
   transition: all 0.25s ease;
}
.select_game_day_content .date_content:focus {
   background-color: #0B0B0B;
   border: 1px solid #363636;
   box-shadow: 0px 1px 10px #00000099;
   color: var(--color_main);
}
.select_game_day_content .date_content.invalid,
.select_game_day_content .date_content.invalid:focus {
   color: var(--invalid_color);
}

.select_game_day_content .show_qtd_matchs_date {
   position: relative;
   width: 100%;
   color: var(--color_main);
   font: normal normal 600 13px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   text-align: center;
}


.tables_left_content {
   margin-top: 40px;
   box-shadow: 0px 0px 14px 6px #000000;
}
.tables_left_content table tr th,
.tables_left_content table tr td {
   padding: 15px 28px 11px;
}

.align_tables_content table tr {
   transition: all 0.2s ease;
}
.align_tables_content table tr:hover {
   background-color: #242323;
}

.align_tables_content table tr:nth-child(1),
.align_tables_content table tr:nth-child(1):hover {
   background-color: #070707;
}



.content-info-teams {
}
.content-info-teams .align_td_content img {
   width: 22px;
   height: 22px;
}
.content-info-teams .align_td_content p {
   font: normal normal normal 13px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   color: #D4D4D4;
   white-space: nowrap;
}

.content-date-match {
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: nowrap;
   flex-direction: column;
   gap: 2px;
}
.content-date-match b {
   font: normal normal 500 13px/16px Segoe UI;
   font-family: inherit;
   letter-spacing: 0.5px;
   color: #FFFFFF;

   /* font: normal normal normal 13px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0.5px;
   color: #D4D4D4; */
}
.content-date-match small {
   font: normal normal normal 11px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   color: #D4D4D4;
   /* display: none; */
}

.content-result-match {
   position: relative;
   width: 100%;
   font: normal normal 600 16px/18px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   color: #FFFFFF;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: nowrap;
   gap: 10px;
}
.content-result-match b.correct_guess {
   color: #3AFF00;
}
.content-result-match b.incorrect_guess {
   color: #FF0000;
}

.value_total_points {
   font: normal normal normal 13px/18px Segoe UI;
   font-family: inherit;
   color: #FFFFFF !important;
}
.value_total_points span {
   font-size: 16px;
   font-weight: 600;
}


.button-edit-guess {
   color: #646464;
   cursor: pointer;
   transition: color 0.3s ease;
}
.button-edit-guess:hover {
   color: var(--color_main);
}


.table-content-custom table tr.my_info_style td {
   color: #ffffff !important;
}
.table-content-custom table tr.my_info_style td:first-child {
   position: relative;
   font-weight: 700;
}
.table-content-custom table tr.my_info_style td:first-child::after {
   position: absolute;
   content: '';
   width: 6px;
   height: 100%;
   left: 0px;
   top: 0px;
   /* top: 2px; */
   background-color: var(--color_main);
}


.table-content-custom table tr td .align_td_content {
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   flex-wrap: nowrap;
   gap: 12px;
}
.table-content-custom table tr td .align_td_content img {
   position: relative;
   margin: 0px;
   border-radius: 100%;
   overflow: hidden;
   flex: 0 0 20px;
}
.table-content-custom table tr td .align_td_content p {
   position: relative;
   width: 100%;
   padding-top: 2px;
   margin: 0px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: nowrap;
   white-space: pre-wrap;
   gap: 7px;
}
.table-content-custom table tr td .align_td_content p span {
   position: relative;
   width: auto;
   margin: 0px;
   line-height: 100%;
   word-break: break-all;
   white-space: pre-wrap;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.table-content-custom table tr.my_info_style td .align_td_content p span {
   color: #ffffff;
}

.table-content-custom table tr td .align_td_content p small {
   position: relative;
   width: max-content;
   color: #575757;
   font-size: 11px;
   font-weight: 500;
   line-height: 100%;
   flex: 0 0 max-content;
}

.table-content-custom table tr td .toggle-options-user {
  position: relative;
  width: max-content;
  padding: 8px;
  background-color: transparent;
  border-radius: 100%;
  color: #c5c1c1;
  display: flex;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.table-content-custom table tr:hover td .toggle-options-user,
.table-content-custom table tr td .toggle-options-user.active {
   opacity: 1;
   pointer-events: all;
}
.table-content-custom table tr td .toggle-options-user:hover,
.table-content-custom table tr td .toggle-options-user.active {
  background-color: #282828;
  background-color: #6b6868;
}




.menu-options-user {
   position: absolute;
   max-width: 80%;
   padding: 0px;
   top: 0px;
   left: 38px;
   background: #2E2E2E 0% 0% no-repeat padding-box;
   border: 1px solid #5B5B5B;
   border-radius: 4px;
   box-shadow: 0px 0px 7px #000000;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   align-content: flex-start;
   flex-direction: column;
   transition: opacity 0.3s ease;
}
.menu-options-user.hidden {
   opacity: 0;
   pointer-events: none;
}
.menu-options-user::before {
   content: "";
   position: absolute;
   width: 15px;
   height: 15px;
   top: -14px;
   right: 15px;
   background-color: inherit;
   clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
}
.menu-options-user .option-user {
   position: relative;
   min-width: 100%;
   padding: 14px 14px 11px 14px;
   background-color: transparent;
   border-bottom: 1px solid transparent;
   border-radius: 4px;
   font: normal normal 600 11px/14px Segoe UI;
   font-family: inherit;
   letter-spacing: 0px;
   /* text-align: center; */
   color: #919191;
   display: flex;
   align-items: center;
   /* justify-content: center; */
   cursor: pointer;
   transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.menu-options-user .option-user:last-child {
   border: none;
}
.menu-options-user .option-user:hover {
   /* background-color: #ffffff35; */
   background-color: #343434;
   /* border-color: #525252; */
   color: #ffffff;
}
.menu-options-user .option-user.remove-user,
.menu-options-user .option-user.remove-user:hover {
   color: #B93B3B;
}


.menu-options-user .option-user::after {
   content: "";
   position: absolute;
   width: 80%;
   height: 1px;
   bottom: -1px;
   background-color: #525252;
   display: block;
}
.menu-options-user .option-user:last-child::after {
   content: none;
}

.menu-options-user .option-user svg {
   display: none;
   width: 20px;
   height: 20px;
   margin-right: 10px;
}
@media (max-width: 400px) {
   .menu-options-user .option-user {
      font-size: 14px;
   }

   .menu-options-user .option-user svg {
      width: 18px;
      height: 18px;
   }
}



/* .content-no-results {
   
} */




#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match {
   position: relative;
   width: 100%;
   margin-top: 40px;
   color: #FFFFFF;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: nowrap;
   gap: 20px;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-team {
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   flex-wrap: nowrap;
   gap: 15px;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-team img {
   width: 62px;
   height: 62px;
   object-fit: contain;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-team p {
   width: 100%;
   font-size: 14px;
   font-weight: 600;
}


#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-match {
   position: relative;
   width: max-content;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   flex-wrap: nowrap;
   gap: 5px;
   flex: 0 0 max-content;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-match b {
   color: var(--color_main);
   font-size: 28px;
   font-weight: 900;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-match p {
   font-size: 12px;
   font-weight: 600;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-informations-match .informations-match small {
   color: #D4D4D4;
   font-size: 11px;
   font-weight: normal;
}



#modal_palpite_partida_grupo_bolao .container .form-container form .line-division-content {
   position: relative;
   width: 30%;
   height: 2px;
   margin: 60px auto;
   background-color: #404040;
}



#modal_palpite_partida_grupo_bolao .container .form-container form .content-guesses-match {
   position: relative;
   width: 100%;
   margin-bottom: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: row;
   flex-wrap: nowrap;
   gap: 35px;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .content-guesses-match input {
   padding: 5px 20px;
   width: 75px;
   height: max-content;
   background: #1E1E1E 0% 0% no-repeat padding-box;
   border: 1px solid #5B5B5B;
   border-radius: 4px;
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
}

#modal_palpite_partida_grupo_bolao .container .form-container form .content-guesses-match b {
   color: var(--color_main);
   font-size: 28px;
   font-weight: 900;
}

#modal_palpite_partida_grupo_bolao .container .form-container form .align_form_login_register button {
   padding-top: 6px;
   background-color: #1DFF2C;
   box-shadow: 0px 4px 6px #000000;
   color: #040404;
}
#modal_palpite_partida_grupo_bolao .container .form-container form .align_form_login_register button:hover {
   background-color: #00c10d;
}






#modal_sair_grupo_bolao .container .form-container form {
   padding: 34px 20px;
}
#modal_sair_grupo_bolao .container .form-container form .container-warning-info {
   position: relative;
   width: 100%;
   padding: 26px 20px 23px 20px;
   margin: 30px 0px 10px;
   background-color: #1D1D1D;
   border: 1px solid #1D1D1D;
   border-left: 5px solid currentColor;
   border-radius: 7px;
   color: #fe2f2f;
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   gap: 25px;
   box-shadow: -2px 3px 29px #00000063;
}
#modal_sair_grupo_bolao .container .form-container form .container-warning-info .content-title {
   position: relative;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: nowrap;
   gap: 15px;
}
#modal_sair_grupo_bolao .container .form-container form .container-warning-info .content-title .icon-warning {
   position: relative;
   width: 30px;
   color: inherit;
}

#modal_sair_grupo_bolao .container .form-container form .container-warning-info .content-title h3 {
   position: relative;
   padding: 0px;
   color: inherit;
   font-size: 17px;
   font-weight: 700;
   line-height: 100%;
   letter-spacing: 0.3px;
}


#modal_sair_grupo_bolao .container .form-container form .container-warning-info .content-info {
   position: relative;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}
#modal_sair_grupo_bolao .container .form-container form .container-warning-info .content-info p {
   position: relative;
   width: 100%;
   margin: 0px;
   /* color: inherit; */
   color: #fe4141;
   line-height: 125%;
   font-weight: 500;
   letter-spacing: 0.3px;
}



#modal_sair_grupo_bolao .container .form-container form .content-buttons-options {
   position: relative;
   width: 100%;
   margin-top: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: nowrap;
   gap: 45px;
}
#modal_sair_grupo_bolao .container .form-container form .content-buttons-options button[type="button"] {
   width: max-content;
   height: max-content;
   background-color: transparent;
   border: none;
   color: #5F5F5F;
   font-size: 16px;
   font-weight: 600;
   font-family: inherit;
   cursor: pointer;
   transition: color 0.2s ease;
}
#modal_sair_grupo_bolao .container .form-container form .content-buttons-options button[type="button"]:hover {
   color: #ffffff;
}

#modal_sair_grupo_bolao .container .form-container form .content-buttons-options button[type="submit"] {
   /* width: 100%; */
   width: max-content;
   height: 43px;
   padding: 0px 25px;
   background-color: var(--color_main);
   border: none;
   border-radius: 6px;
   color: #040404;
   /* font-size: 18px; */
   font-size: 16px;
   font-weight: 600;
   font-family: inherit;
   cursor: pointer;
   transition: background-color 0.2s ease;
}
#modal_sair_grupo_bolao .container .form-container form .content-buttons-options button[type="submit"]:hover {
   background-color: var(--color_main_dark);
}






#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content label {
   width: max-content;
}

#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content span {
   /* position: relative; */
   position: absolute;
   width: max-content;
   max-width: 100%;
   min-height: 14px;
   bottom: -25px;
   color: var(--invalid_color);
   font: normal normal 600 14px/22px Segoe UI;
   font-family: inherit;
   font-size: 14px;
   line-height: inherit;
   text-align: center;
   display: block;
   pointer-events: none;
   opacity: 0;
}

/* EM CASO DE INPUT INVÁLIDA */
#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content input.invalid,
#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content input.invalid:focus {
   border: 1px solid var(--invalid_color);
   color: var(--invalid_color);
}

#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content input.invalid~svg {
   color: var(--invalid_color);
}

/* ESTILOS DA MENSAGEM INVÁLIDA */
#modal_adicionar_participantes_grupo_bolao .container .form-container form .align_form_login_register .input_content input.invalid~span {
   pointer-events: all;
   opacity: 1;
}




.button-generate-link-invite {
   width: max-content;
   height: max-content;
   max-width: 100%;
   padding: 11px 25px 9px;
   margin: 0px auto 30px;
   border-radius: 4px;
   background-color: #070707;
   border: 2px solid var(--color_main);
   color: var(--color_main);
   box-shadow: 0px 0px 16px #000000;
   font-weight: 500;
   font-size: 15px;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.button-generate-link-invite:hover {
   color: #070707;
   border-color: var(--color_main);
   background-color: var(--color_main);
   box-shadow: 0px 0px 6px 4px #000000;
}

.button-generate-link-invite:disabled,
.button-generate-link-invite:disabled:hover {
   background-color: #0f0e0e;
   border: 2px solid #272727;
   color: #4c4c4c;
   box-shadow: 0px 0px 1px #000000;
   opacity: 0.9;
   cursor: default;
}


/* .button-generate-link-invite {
   position: relative;
   width: max-content;
   max-width: 100%;
   height: max-content;
   margin: 0px auto 20px;
   padding: 12px 30px 10px;
   border: 1px solid #5B5B5B;
   border-radius: 6px;
   background-color: #1E1E1E;
   color: #aaaaaa;
   box-shadow: 0px 0px 0px 0px #2c2828;
   box-shadow: 0px 1px 10px #00000099;
   font-size: 15px;
   font-weight: 500;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 10px;
   cursor: pointer;
   transition: all 0.2s ease
}
.button-generate-link-invite:hover {
   background-color: #393838;
}

.button-generate-link-invite.active {
   background-color: #1dff2c;
   border-color: #1dff2c;
   color: #070707;
   box-shadow: 0px 0px 5px 2px #2c2828;
} */