.button-circle {
    display: inline-block;
    background-color: rgba(200, 0, 0, 0.837); /* Cor do fundo */
    color: white; /* Cor do texto */
    text-align: center;
    border-radius: 10%; /* Efeito circular */
    padding: 5px 5px; /* Tamanho do botão */
    animation: blinking 7s infinite; /* Animação de piscar */
}

@keyframes blinking {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

  .live-pisca {
    animation: blinkingText 1.2s infinite;
  }
  
  .nav-ao-vivo {
    padding: 10px 5px !important;
    color: #e6350e !important;
    font-weight: 400 !important;
    animation: effectColor 0.7s infinite alternate;
}
  
  
.menu-jogos {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
    background:  #212b39;
    border: 1px solid #131b25;
    align-content: stretch;
    justify-content: flex-start;
}

.menu-jogos {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Para rolagem suave em dispositivos com tela de toque */
}

.menu-jogos li {
    flex: 0 0 auto; /* Isso evita que os itens se estiquem */
    margin: 1px; /* Ajuste para o espaçamento entre os itens */
}

.menu-jogos li {
    flex: 1 1 auto;
    text-align: center;
    max-height: 65px;
}

.menu-jogos li.ativo {
    background:  #131b25;
    color: #fff;   
    max-height: 65px;    
}

.menu-jogos li a {
    display: block;
    padding: 9px;
    cursor: pointer;
    color: #fff;    
    font-size: 12px;  
    max-height: 65px; 
}

.menu-jogos a:hover {
    background: #2222223e
}

.menu-jogos li.ativo a {
    color: #fff;
    background: #011428;
    max-height: 65px;
}

.nav-day {
    padding: 10px 10px !important;
}



@keyframes effectColor {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}


.cupon-title {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
}

.cupon-title li {
    flex: 1 1 auto;
    text-align: left;
}

.cupon-title li.ativo {
    background: rgb(19, 19, 19);
}

.cupon-title li a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.cupon-title li.ativo a {
    color: #fff;
}

.box-cupon {
    width: 100%;
    height: auto;
    padding: 5px;
    border-bottom: 1px dashed #002b88;
}

.box-cupon li {
    list-style: none;
}

.ganho-cupon {
    width: 100%;
    height: auto;
    background: #850400;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    border-radius: 3px;
}

.header-campeonato-cupon {
    width: 100%;
    height: auto;
    padding: 2px;
    background:#003434;
    color: #FFF !important;
    font-size: 16px;
    padding: 4px;
}

.delete-palpite-cupon {
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    cursor: pointer;
}

.cupon-confronto {
    height: auto;
    font-size: 20;
    display: block;
}

.cupon-data {
    color: #D73925;
}

.cupon-right {
    float: right;
}

.val-retorno-ind {
    float: right;
}

.box-rodape-cupon {
    width: 100%;
    height: auto;
    padding: 3px;
    padding-bottom: 15px;
}

.btn-valor {
    margin: 2px;
}

.box-rodape-cupon h4 {
    font-size: 16px;
}

.container-lista-jogos .btn-apostas .btn span {}

.btn-apostas .btn {
    width: 24%;
    background-color: #e7e7e7 !important;
    line-height: 1.32 !important;
}

.container-lista-jogos {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #292929;
    margin: 1px 1px;
    padding: 8px 0px;
    background-color: #e3e3e3;
    line-height: 21px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.container-lista-jogos .btn-apostas .btn {
    width: 24%;
    background-color: #e7e7e7 !important;
    line-height: 1.32 !important;
}

.container-lista-jogos .jogos {
    border-right: 1px solid #cccccc3e;
}

.container-lista-jogos .data-hora {
    margin-top: 8px;
}

.container-lista-jogos .data-hora span {
    /* display: block; */
    /* text-align: center; */
    color: #444444;
    font-weight: 700;
    padding-left: 1px; /* Adicionando padding para mover o texto para a direita */
}


.header-campeonato-matchs {
    width: 100%;
    height: auto;
    background: #a40000;
    color: #FFF;
    font-size: 18px;
    padding: 8px;
    border-radius: 5px;
    margin: 5px 1; /* Adiciona margem uniforme nas laterais */
    margin-bottom: 0px; /* Define a margem inferior separadamente */
    display: flex;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    /*justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    font-weight: bold; /* Adiciona negrito */
}




.header-campeonato-matchs .flag {
    margin-right: 7px; /* Adiciona um espaçamento à direita da imagem */
}


.header-jogos {
    background: #363636;
    color: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.btn-home-header {
    border: none;
    float: left;
    margin: px;
    width: 24%;
    /* height: 45px; */
    text-align: center;
    cursor: pointer;
}
.btn-home {
    background: #2c2c2c;
    border: 1px solid #3e3e3e;
    color: #e9e9e9;
    float: left;
    margin: 2px 1px;
    width: 24%;
    height: 33px;
    line-height: 15px !important;
    text-align: center;
    font-size: 14px !important;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    border-radius: 3px;
}
.btn-home:hover {
    background: #b10000;
    border: 1px solid #444444;
    color: #fff;
}

.selecionado {
    background: #2e9a0b;
    color: #fff;
    font-size: 14px !important;
    float: left;
    margin: 2px 0px;
    width: 24%;
    height: 33px;
    line-height: 15px !important;
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    border-radius: 3px;
    border: 1px solid #5b5b5b;
}

.plus-odd {
    background: #199404;
    border: 1px solid #bcbcbc;
    color: #ffffff;
    font-size: 15px !important;
    float: left;
    margin: 2px 1px;
    width: 24%;
    height: 33px;
    line-height: 1px !important;
    text-align: center;
    cursor: pointer;
    padding-top: 8px;
    border-radius: 3px;
}

.plus-odd:hover {
    background: #a40000;
    border: 1px solid #a40000;
    color: #fff;
}

#nav-mobile {
    display: none;
}


.input-group-append {
  margin-left: -1px;
}
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.rodape-cliente {
  font-size: 11px;
  font-weight: normal;
}

.btn-acao {
  min-width: 50px;
}

.filter {
    outline: 0;
    width: 12.5rem;
    padding: .4375rem .875rem;
    padding-right: 2rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    z-index:99;
}

.filterPerPage {
    cursor: pointer;
    outline: 0;
    display: block;
    padding: .4375rem 0;
    line-height: 1.5385;
    color: #333;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .1875rem;
    transition: all ease-in-out .15s;
}

.btn-filter {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}

.sort-control {
  cursor: pointer;
}
.ascending:after {
  content: "\25b2";
  margin-left: 3px;
  margin-bottom: 2px;
  font-size:10px;
}
.descending:after {
  content: "\25bc";
  margin-left: 3px;
  margin-bottom: 2px;
  font-size: 10px;
}

.navFirstLast {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*gean*/


@media screen and (max-width: 700px) {

    body {
        margin-top: 40px !important;
    }
    .user-panel{
        margin-top: 60px !important;
    }
    #nav-mobile {
        display:block;
        padding: 8px;
        background: #222D32;
    }
    #cupom-site {
        display: none;
    }
    #tabs-mobile {
        font-size: 11px;
    }
    #input-mobile-top {
        width: 23%;
        float: left;
    }
    #btn-finalizar-mobile {
        float:right;
    }
    .ganho-mobile {
        margin-left: 10px;
        color: #dcdcdc;
        margin-top: 3px;
        width: 25%;
        padding: 5px;
        float: left;
    }
    #btn-zerar-mobile {
       float: right;
       margin-left: 10px;
    }




}
#tabs-mobile {
    display: flex;
    flex-wrap: nowrap; /* Evita a quebra de linha dos itens */
    overflow-x: auto; /* Permite rolagem horizontal se os itens excederem a largura da tela */
}

#tabs-mobile li {
    flex: 0 0 auto; /* Os itens não crescem ou encolhem, mantendo seu tamanho original */
    margin-right: 5px; /* Espaçamento entre os itens */
}



