.buttonSave {
  background-color: #13aa17;
  border: none;
  width: 130px;
  height: 40px;
}

.buttonListar {
  background-color: #0090e7;
  border: none;
  width: 130px;
  height: 40px;
}

.buttonCancel {
  background-color: red;
  border: none;
  width: 130px;
  height: 40px;
}

.buttonCadastro {
  background-color: #8f5fe8;
  border: none;
  width: 150px;
  height: 40px;
  color: white;
}

.buttonClubes {
  background-color: #fc424a;
  border: none;
  width: 150px;
  height: 40px;
  color: white;
}

.buttonGrupos {
  background-color: #ffab00;
  border: none;
  width: 150px;
  height: 40px;
  color: white;
}

.buttonRelatorios {
  background-color: #ffab00;
  border: none;
  width: 150px;
  height: 40px;
  color: white;
}

#cab_table {
  background-color: rgba(228, 171, 249, 0.984);
  color: #000;
  font-size: 15px;
}

#linha_table {
  font-size: 15px;
  color: #d4d2d2;
  cursor: pointer;
}

#in_text {
  font-size: 15px;
  color: #d4d2d2;
  cursor: pointer;
}

.cot_group {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.cot_group_1 {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
}

.cot_group_2,
.cot_group_3,
.cot_group_4,
.cot_group_5 {
  margin-bottom: 10px;
  display: flex;
}

.cot_box {
  display: flex;
  flex-direction: column;
  align-items: left;
  width: 70px;
  margin-right: 10px;
}

.cot_label {
  padding: 5px;
  border: 1px solid #2c2e33;
  color: #d4d2d2;
  background-color: #2a3038;
  border-radius: 2px;
  font-weight: normal;
  text-align: left;
}

.cot_value {
  padding: 5px;
  border: 1px solid green;
  color: #d4d2d2;
  background-color: #2a3038;
  border-radius: 5px;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
}

/* .cot_value:hover,
.cot_value:visited {
  text-decoration: none;
  color: inherit;
} */

.checkbox-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.custom-input {
  position: relative;
  display: inline-block;
  margin: 10px 10px;
}

.square-input {
  box-sizing: border-box;
  background-color: #2a3038;
  border: 1px solid #2c2e33;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  width: 50px;
  font-size: 20px;
  text-align: center;
  color: white;
}

/* CRIAR BET */
#bet_table {
  color: red;
  font-size: 18px;
}

#bet_linha {
  font-size: 18px;
  color: #d4d2d2;
  text-align: center;
}

.bet-custom-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.bet-square-input {
  box-sizing: border-box;
  background-color: #2a3038;
  border: 1px solid #2c2e33;
  border-radius: 3px;
  height: 40px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: white;
}

.navbar-toggler-icon {
  border-radius: 5px;
  border: 2px solid white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nova-navbar a {
  color: inherit;
}

.dropdown-item:hover {
  color: white;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tabela_times td {
  border: none;
}

input[name='rodada']:disabled {
  background-color: #292f37;
  border: 1px solid #292f37;
  color: white;
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #ced4da;
  transition: all 0.5s;
  position: relative;
}

.custom-checkbox:checked {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.custom-checkbox:checked:after {
  content: 'X';
  color: #f8f9fa;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.checkbox-input {
  display: none;
}

.checkbox-custom {
  background-color: #2a3038;
  border: 1px solid #2c2e33;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
}

.checkbox-input:checked + .checkbox-custom::before {
  content: '✔';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 15px;
  color: white;
  font-size: 30px;
}

.checkbox-input:checked + .checkbox-custom {
  background-color: #13aa17 !important;
  border: 1px solid white !important;
}

#bet_table_financeiro {
  width: calc(100% / 11);
  color: black;
  font-size: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px;
  color: white;
}

.select2-container .select2-selection--single {
  border: 1px solid #2c2e33;
  height: calc(2.25rem + 2px);
  font-weight: normal;
  background-color: #2a3038;
  border-radius: 2px;
  color: white;
  padding: 0 10px;
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 1px;
  border-left: none;
}

input:disabled,
select:disabled {
  background-color: #292f37 !important;
  color: white !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

input:read-only {
  background-color: #2a3038 !important;
}

/* MERCADOS */
.checkbox-label-combinacao {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.checkbox-input-combinacao {
  display: none;
}

.checkbox-custom-combinacao {
  background-color: #2a3038;
  border: 1px solid #2c2e33;
  border-radius: 3px;
  padding: 10px 20px;
  position: relative;
}

.checkbox-input-combinacao:checked + .checkbox-custom-combinacao::before {
  content: '❌';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 15px;
  color: white;
  font-size: 40px;
}

.checkbox-input-combinacao:checked + .checkbox-custom-combinacao {
  background-color: white !important;
  border: 1px solid #2a3038 !important;
}

/* ADICIONAR EVENTOS A COMBINACAO */
.floating-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  padding: 20px 0 0 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  width: 350px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.message-text {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.button-container button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.button-container button:hover {
  background-color: #45a049;
}

.button-container button.cancel {
  background-color: #f44336;
}

.button-container button.cancel:hover {
  background-color: #e53935;
}

/* ADICIONAR EVENTOS AO GRUPO */
.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

/* .left-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-left: 30px;
  font-size: 20px;
  font-weight: bold;
} */

.right-panel {
  flex: 2;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.floating-message2 {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  padding: 20px 0 0 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  /* width: 450px; */
  text-align: center;
  font-family: Arial, sans-serif;
}

.message-text2 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-container2 {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.button-container2 button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.button-container2 button:hover {
  background-color: #45a049;
}

.button-container2 button.cancel {
  background-color: #f44336;
}

.button-container2 button.cancel:hover {
  background-color: #e53935;
}

/* CONCLUIR GRUPO */
.flex-container3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

.right-panel3 {
  flex: 2;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.floating-message3 {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  padding: 20px 0 0 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1000;
  /* width: 450px; */
  text-align: center;
  font-family: Arial, sans-serif;
}

.message-text3 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-container3 {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.button-container3 button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  width: 100%;
}

.button-container3 button:hover {
  background-color: #45a049;
}

.button-container3 button.cancel {
  background-color: #f44336;
}

.button-container3 button.cancel:hover {
  background-color: #e53935;
}

/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1150px) {
  .nova-navbar {
    font-size: 12px;
  }
}

@media (min-width: 1151px) and (max-width: 1330px) {
  .nova-navbar {
    font-size: 15px;
  }
}

@media (min-width: 1331px) {
  .nova-navbar {
    font-size: 18px;
  }
}
