.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 1*/
    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 #353535;
}

.box-cupon li {
    list-style: none;
    color: #FFF;
}

.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: #2b2b2c;
    color: #ff9c00 !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;
    color: #e7e7e7
}

.btn-apostas .btn {
    width: 24%;
    background-color: #e7e7e7 !important;
    line-height: 1.32 !important;
}

.container-lista-jogos {
    border: 1px solid #464646;
    border-radius: 3px;
    color: #d1d1d1;
    margin: 1px 1px;
    padding: 5px 0px;
    background-color: #383838;
    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: #7f7f7f;
    font-weight: 700;
    padding-left: 1px;
    /* Adicionando padding para mover o texto para a direita */
}

.content-jogos {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.jogo {
    margin: 0px 5px !important;
}


.header-campeonato-matchs {
    height: auto;
    background: #ff9c00;
    color: #161414;
    font-size: 15px;
    padding: 10px 5px !important;
    border-radius: 5px;
    margin: 5px 2px 1px 5px;
    /* Adiciona margem uniforme nas laterais */
    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: normal !important;
    /* Adiciona negrito */
}

.header-campeonato-matchs .flag {
    margin-right: 7px;
    /* Adiciona um espaçamento à direita da imagem */
}

.header-campeonato-matchs i {
    margin-right: 7px;
}

.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: #000000;
    border: 1px solid #000000;
    color: #f39c12;
    float: left;
    margin: 2px 1px;
    width: 24%;
    height: 33px;
    line-height: 15px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.btn-home:hover {
    background: #f39c12;
    border: 1px solid #303130;
    color: #fff;
}

.selecionado {
    background: #17993e !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !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 #17993e !important;
    
}

.odd-match-plus-left {
    color: #d1d1d1 !important;
    font-weight: 500 !important;
}

.odd-match-plus-right {
    border: 1px solid #ff9c00 !important;
    background: #101010 !important;
}

.odd-match-plus-right:hover {
    border: 1px solid #ff9c00 !important;
    background: #ff9c00 !important;
}

.plus-odd {
    background: #ff9c00;
    border: 1px solid #3f3f3f;
    color: #0d0d0d;
    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: #ff9c00;
    border: 1px solid #ff9c00;
    color: #0d0d0d;
}

#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;
    }

    /* Header mobile unificado - tudo em uma linha */
    .mobile-header-unified {
        display: flex !important;
        align-items: center;
        padding: 5px 3px !important;
        background: #222D32;
        gap: 3px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .mobile-menu-btn {
        flex-shrink: 0;
        padding: 5px 8px;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-mobile-inline {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        text-decoration: none;
        min-width: 30px;
    }

    .logo-mobile-inline .logo-mini {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .mobile-input-valor {
        flex-shrink: 0;
        min-width: 60px;
        max-width: 80px;
        padding: 4px 6px !important;
        font-size: 11px !important;
        height: 28px !important;
        margin: 0 !important;
    }

    .ganho-mobile {
        flex-shrink: 0;
        color: #dcdcdc;
        font-size: 11px;
        padding: 0 5px;
        white-space: nowrap;
        margin: 0 !important;
        width: auto !important;
    }

    .mobile-btn-zerar {
        flex-shrink: 0;
        padding: 4px 8px !important;
        font-size: 11px !important;
        height: 28px !important;
        margin: 0 !important;
        min-width: 35px;
    }

    .mobile-btn-finalizar {
        flex-shrink: 0;
        padding: 4px 6px !important;
        font-size: 10px !important;
        height: 28px !important;
        margin: 0 !important;
        white-space: nowrap;
    }

    .mobile-btn-entrar {
        flex-shrink: 0;
        padding: 5px 8px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Esconder logo original no mobile */
    .main-header .logo {
        display: none;
    }

    .main-header .logo.d-md-block {
        display: block;
    }

    #cupom-site {
        display: none;
    }

    #tabs-mobile {
        font-size: 11px;
    }

    .nav-tabs-custom {
        margin-bottom: 0px !important;
    }

    .nav-tabs-custom .nav-tabs {
        margin-bottom: 0px !important;
        border-bottom: none;
    }

    #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-y: hidden;
    /* 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 */
}

.content-jogos {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
}

.jogo {
    margin: 0px 1px !important;
}

.header-campeonato-matchs {
    height: auto;
    background: #ff9c00;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 5px !important;
    border-radius: 5px;
    margin: 5px 1px;
    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: normal !important;
    /* Adiciona negrito */
}

/* Layout Mobile - Esconder desktop em telas pequenas */
@media screen and (max-width: 767px) {
    .d-none {
        display: none !important;
    }

    .d-block {
        display: block !important;
    }

    .d-md-block {
        display: none !important;
    }

    .d-md-none {
        display: block !important;
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 50px !important;
    }

    /* Barra de busca mobile */
    .mobile-search-bar {
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
        margin-bottom: 0px !important;
        padding: 4px 5px !important;
    }

    .mobile-search-bar .input-group-addon {
        border-radius: 0;
    }

    .mobile-search-bar .form-control {
        border-radius: 0;
        border-left: none;
    }

    .mobile-search-bar .form-control:focus {
        border-color: #464646;
        box-shadow: none;
        outline: none;
    }

    .mobile-search-bar .form-control::placeholder {
        color: #999;
    }

    /* Garantir que header-jogos não apareça no mobile */
    .header-jogos {
        display: none !important;
    }

    /* Ajuste do container no mobile */
    .container-lista-jogos {
        padding: 3px 0px !important;
        margin: 0px 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .content-jogos {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .jogo {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .container-lista-jogos .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .container-lista-jogos .col-xs-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* Layout mobile para partidas */
    .mobile-match-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        gap: 0;
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible !important;
        box-sizing: border-box;
    }

    .mobile-teams-section {
        flex: 1;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        padding-left: 1px;
        padding-right: 5px;
        align-items: flex-start;
        min-width: 0;
        overflow: hidden;
    }

    .mobile-datetime-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 55px;
        max-width: 55px;
        text-align: center;
        flex-shrink: 0;
        margin-right: 0px;
    }

    .mobile-date {
        font-size: 10px;
        font-weight: bold;
        color: #ffc13b;
        line-height: 1.2;
        margin-bottom: 1px;
    }

    .mobile-time {
        font-size: 11px;
        font-weight: bold;
        color: #f8b525;
        line-height: 1.2;
    }

    .mobile-live-time {
        font-size: 9px;
        font-weight: bold;
        color: #C32E2A;
    }

    .mobile-plus-odds-btn {
        background-color: #159130;
        color: #000;
        border: none;
        border-radius: 2px;
        padding: 3px 3px;
        font-size: 8px;
        font-weight: bold;
        cursor: pointer;
        margin-top: 3px;
        width: 100%;
        max-width: 30px;
        text-align: center;
        line-height: 1.2;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        transition: background-color 0.2s;
    }

    .mobile-plus-odds-btn:hover {
        background-color: #FFB300;
    }

    .mobile-plus-odds-btn:active {
        background-color: #FFA000;
    }

    .mobile-plus-odds-btn i {
        font-size: 6px;
        margin-right: 1px;
    }

    .mobile-odds-section {
        display: flex;
        flex-direction: row;
        gap: 3px;
        align-items: center;
        flex-wrap: nowrap !important;
        overflow-x: visible;
        overflow-y: hidden;
        white-space: nowrap;
        padding-right: 2px !important;
        padding-left: 0 !important;
        margin-left: auto;
        margin-right: 2px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        justify-content: flex-end;
        flex-shrink: 0;
        width: auto;
        max-width: none;
    }

    .mobile-team-row {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 4px;
        padding-left: 0;
        margin-left: 0;
        min-width: 0;
        overflow: hidden;
    }

    .mobile-team-row img {
        width: 22px !important;
        height: 22px !important;
        flex-shrink: 0;
        margin-left: 0;
    }

    .mobile-team-row span {
        font-size: 1.3rem !important;
        margin: 0 !important;
        line-height: 1.3;
        font-weight: 500;
        padding-left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        flex: 1;
    }

    .mobile-odds-section .cotacoes-principais {
        display: inline-block !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mobile-odds-section .cotacoes-principais:last-child .btn-home {
        margin-right: 0 !important;
        padding-right: 1px !important;
    }

    .mobile-odds-section .btn-home {
        min-width: 50px !important;
        max-width: 50px !important;
        width: 50px !important;
        padding: 8px 1px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 24px !important;
        margin: 0 !important;
        margin-right: 0 !important;
        float: none !important;
        flex-shrink: 0 !important;
        white-space: normal !important;
        border: none !important;
        box-sizing: border-box;
    }

    .container-lista-jogos .btn-home {
        min-width: 50px !important;
        max-width: 50px !important;
        width: 50px !important;
        padding: 8px 2px !important;
        font-size: 13px !important;
        height: 40px !important;
        line-height: 24px !important;
        margin: 0 !important;
    }

    .container-lista-jogos .plus-odd {
        min-width: 50px !important;
        max-width: 50px !important;
        width: 50px !important;
        padding: 8px 2px !important;
        font-size: 12px !important;
        height: 40px !important;
        line-height: 24px !important;
        margin: 0 !important;
    }

    /* Header do campeonato mobile */
    .header-campeonato-mobile {
        margin: 2px 0px 0px 0px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        border-radius: 0px;
        overflow: hidden;
    }

    .header-campeonato-mobile:first-child {
        margin-top: 2px;
    }

    .header-country-line {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: bold;
        background: #ff9c00;
        color: #ffffff;
        padding: 6px 3px;
    }

    .header-country-line .flag {
        max-height: 16px !important;
    }

    .header-league-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        background: #000000;
        color: #ffffff;
        padding: 6px 0px 6px 3px;
    }

    .league-name {
        font-weight: normal;
        flex: 1;
        padding-right: 10px;
    }

    .odds-labels {
        display: flex;
        gap: 1px;
        font-size: 10px;
        font-weight: bold;
        flex-shrink: 0;
        padding-right: 0px !important;
        margin-left: auto;
        margin-right: 0px !important;
        justify-content: flex-end;
    }

    .odds-labels span {
        min-width: 50px !important;
        max-width: 50px !important;
        width: 50px !important;
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box;
    
        /* mover para direita/esquerda */
        position: relative;
        transform: translateX(10px); /* coloque valor positivo ou negativo */
    }
}

/* Layout Desktop - Esconder mobile em telas grandes */
@media screen and (min-width: 768px) {
    .d-none {
        display: none !important;
    }

    .d-block {
        display: block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    /* Garantir que header-jogos apareça no desktop */
    .header-jogos.d-none.d-md-flex {
        display: flex !important;
    }
}

/* ============================================
   ESTILOS PARA MERCADOS - DESIGN MODERNO
   ============================================ */

/* Modal Body Mercados */
.modal-body-mercados {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  /*background: transparent !important;*/
}

.modal-body-mercados .box {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Container de Filtro */
.mercados-filter-container {
  margin: 15px 0;
  padding: 0;
  width: 100%;
}

.mercados-filter-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.mercados-filter-input:focus {
  outline: none;
  border-color: #1e3c72;
  box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.1);
}

/* Container de Mercados */
.mercados-container {
  margin-top: 15px;
  padding: 0;
  width: 100%;
}

/* Card de Mercado */
.mercado-card {
  border: none;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.mercado-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* Header do Card */
.mercado-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #e18a00;
  user-select: none;
  border-radius: 6px 6px 0 0;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  flex-shrink: 0;
}

.mercado-title {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  transition: opacity 0.2s;
  line-height: 1.3;
}

.mercado-title:hover {
  opacity: 0.9;
}

.mercado-title i {
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.mercado-count {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

.btn-info-mercado {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  transition: all 0.2s;
  flex-shrink: 0;
}

.btn-info-mercado:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Body do Card */
.mercado-body {
  padding: 0;
  background: #fff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  flex: 1;
  overflow-y: auto;
}

.mercado-empty {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  font-size: 14px;
}

.mercado-empty-full {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}

/* Grid de Odds */
.odds-list {
  display: flex;
  flex-direction: column;
}

.odds-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fafafa;
}

.odd-item {
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s;
  background: #fff;
}

.odd-item:last-child {
  border-bottom: none;
}

.odd-item:hover:not(.odd-disabled) {
  background: #f5f5f5;
}

.odd-item.odd-disabled {
  background: #f9f9f9;
}

.odd-disabled {
  opacity: 0.5;
  background: #f5f5f5;
}

.odd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  min-height: 48px;
  gap: 12px;
}

.odd-label {
  flex: 1;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.odd-label strong {
  font-weight: 600;
  color: #222;
}

.odd-option-name strong {
  font-weight: 600;
  color: #222;
}

/* Botões de Odds */
.odd-value {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 36px;
  padding: 0;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: #252525;
  color: #fff;
}

.odd-available {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #fff;
  box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.odd-available:hover {
  background: linear-gradient(135deg, #218838 0%, #1ea080 100%);
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
  transform: translateY(-1px);
}

.odd-available:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(40, 167, 69, 0.2);
}

.odd-locked {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: 0 1px 3px rgba(108, 117, 125, 0.15);
}

.odd-locked:hover {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  transform: none;
  box-shadow: 0 1px 3px rgba(108, 117, 125, 0.15);
}

/* Modal de Informações do Mercado */
.modal-info-mercado-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}

.modal-info-mercado-content {
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-info-mercado-header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  padding: 20px 25px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-info-mercado-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-info-mercado-title i {
  font-size: 20px;
}

.modal-info-mercado-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}

.modal-info-mercado-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.modal-info-mercado-body {
  padding: 25px;
}

.modal-info-mercado-body p {
  margin: 0 0 15px 0;
}

.modal-info-mercado-body p:last-child {
  margin-bottom: 0;
}

.modal-info-mercado-footer {
  padding: 15px 25px;
  border-top: 1px solid #e0e0e0;
  text-align: right;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.btn-entendi {
  background: #ff6b35;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(255, 107, 53, 0.3);
}

.btn-entendi:hover {
  background: #e55a2b;
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.4);
  transform: translateY(-1px);
}

.btn-entendi:active {
  transform: translateY(0);
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .mercados-container {
    padding: 0;
  }

  .mercado-card {
    margin-bottom: 8px;
    border-radius: 5px;
  }

  .mercado-header {
    padding: 8px 12px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .mercado-title {
    font-size: 13px;
    gap: 6px;
  }

  .mercado-title i {
    font-size: 11px;
    width: 12px;
  }

  .mercado-count {
    font-size: 11px;
    padding: 2px 6px;
    margin-right: 6px;
  }

  .btn-info-mercado {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .odd-row {
    padding: 8px 12px;
    min-height: 40px;
  }

  .odd-label {
    font-size: 13px;
  }

  .odd-label strong {
    font-weight: 600;
  }

  .odd-value {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 32px;
    padding: 0;
    font-size: 12px;
    background: #252525;
    color: #f39c12;
    font-weight: 600;
    border: none;
    border-radius: 4px;
  }


  .mercado-count {
    font-size: 12px;
    padding: 3px 8px;
  }

  .modal-info-mercado-content {
    max-width: 95%;
  }

  .modal-info-mercado-header {
    padding: 15px 20px;
  }

  .modal-info-mercado-title {
    font-size: 16px;
  }

  .modal-info-mercado-body {
    padding: 20px;
  }

  .modal-info-mercado-body p {
    font-size: 13px;
  }

  .btn-entendi {
    width: 100%;
    padding: 12px;
  }
}