@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

::-webkit-scrollbar {
    width: 7px;
  }
  
::-webkit-scrollbar-track {
    background:#000!important; 
    border-radius: 10px;
}
.slimScrollBar{
    display: none!important;
    background:#fff!important; 
    opacity:1!important;
}
.sidebar-collapse .slimScrollBar{
    display: none!important;
}
::-webkit-scrollbar-thumb {
    background: #fff!important; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: none; 
    border-radius: 10px;
}
.sidebar-menu {
    overflow-y: auto;
    height: calc(100vh - 177px);
}

.menu-jogos {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #333;
    border-top: 1px solid #e0e0e0;
}

.menu-jogos li {
    flex: 1 1 auto;
    text-align: left;
}
.alert-modal-verify-user{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.menu-jogos li.ativo {
    background: #222D32;
}

.menu-jogos li a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.menu-jogos a:hover {

        background: #000;
}

.menu-jogos li.ativo a {
    color: #fff;
    background: #333;
}

.cupon-title {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cupon-title li {
    flex: 1 1 auto;
    text-align: left;
    font-size: 17px;
    padding: 8px 15px;
    background: #0a0e12;
}
#modal-cupon .box-success{
    border-top:none!important;
}

.cupon-title li a {
    display: block;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

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

.box-cupon {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 1px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative;
}

.box-cupon:before{
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    height: 1px;
    width: 100%;
    border-top: 1px dashed #2ac2ba;
}

.box-cupon:first-child::before{
    display: none;
}

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

.box-cupon li.cupon-data{
    font-size: 12px;
}

.box-cupon li.cupon-data .delete-palpite-cupon svg{
    fill: #2ac2ba;
}

.ganho-cupon {
    width: 100%;
    height: auto;
    background: #3c8dbc;
    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;
    color: #000;
    font-size: 16px;
    padding: 4px;
}

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

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

.cupon-data {
    color: #d58806;
}

.cupon-right {
    float: right;
}

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

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

.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: 0;
    color: #dbdbdb;
    margin: 2px 1px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.container-lista-jogos {
    color: #dbdbdb;
    margin: 2px 1px;
    padding: 8px 0px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.square-gg,
.square-live-gg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0e12;
    color: #fff;
    padding: 10px;
    min-width: 60px;
    height: 60px;
    margin-right: 5px;
    text-align: center;
}

.square-gg {
    max-width: 60px;
}

.square-live-gg {
    max-width: 60px;
}

.square-live-gg span{
    font-weight: 400;
    font-size: 13px;
}

.rectangle-gg {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    background-color: #0a0e12;
    color: #fff;
    padding: 7.5px;
    min-width: 60px;
    /* max-width: 60px; */
    height: 60px;
    margin-right: 5px;
}

.container-lista-jogos .data-hora span {
    /* display: block; */
    /* text-align: center; */
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.container-lista-jogos .data-hora .pisca {
    font-size: 14px;
}

.header-campeonato-matchs {
    width: 100%;
    height: auto;
    padding: 4px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
}

.header-jogos {
    background: transparent;
    color: #f8f1f1;
}

.btn-home-header {
    border: none;
    float: left;
    margin: 5px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.btn-home {
    background: #636363;
    color: #f6f6f6;
    float: left;
    margin: 5px;
    font-size: 15px;
    width: 21%;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    border-radius: 5px;
}

.selecionado {    
    background-color: var(--highlight);
	color:#000;
}
#myCarousel .carousel-indicators li,
#myCarousel .carousel-indicators li.active{
	width: 15px;
	height: 15px;
    margin-right: 10px;
}
#myCarousel .carousel-slide {
    margin: auto;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#myCarousel .carousel-indicators .active{

}
#myCarousel .carousel-indicators {
    bottom: -3px!important;
}
#myCarousel .carousel-progress-bar{
        background: #e10000;
        height: 5px;
        margin-top: 35px;
}
#tabs-jogos-semana{
    background:#000;
    border:none;
}
#tabs-jogos-semana li>a{
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 13px 25px;
    
}
#tabs-jogos-semana li.active{
    background: none;
    border-top-color: #000;
    border-bottom: 3px solid #fae84c;
}
#tabs-jogos-semana li.active>a{
    color:#fae84c;
    background:none;
    border:0;
}
#tabs-jogos-semana .nav-tabs{
   border-bottom:none
}
.cotacoes-principais .btn-home.selecionado span{
    background: #fae84c;
	border-color:#f9a825;
}
.plus-odd {
    background: #000;
    border: none;
    color: rgb(250, 250, 250);
    font-size: 15px;
    float: left;
    margin: 5px;
    width: 20%;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
}
.main-header{
    background: #000;
}
.main-header .logo{
    border: 0;
    max-width: 188px;
    font-size: 4px;
    margin: 0 auto;
    margin-right: 16px;
}
.main-header .logo .logo-lg{
    font-size: 20px;
}
.main-header .logo:hover{
    color: #212121;
}
.main-header .navbar{
    background: #0a0e12;

}
.sidebar-toggle-menu{
    background: none;
    color: #fff;
    background: none!important;
}
.footer-main ul{
    list-style: none;
    margin:0;
}
.footer-top .footer-links li{
    margin-bottom: 20px;
    text-align: center;
}
.footer-top .footer-links ul li:last-child{
    margin:0;
}
.footer-top .footer-links li a{
    padding:10px
}
.footer-top .footer-links li a:hover{
    background: #333333;
    border-radius:5px
}
.footer-main ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.footer-main .footer-top ul li a{
}
.footer-main .footer-top{
    padding: 50px 15px;
    margin:20px 0;
    border-top: 1px solid #ffffff1f;
    border-bottom: 1px solid #ffffff1f;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main .social-links{
    display: flex;
    justify-content: space-between;
}
.footer-main .social-links li{
    margin-right: 25px;
}
.footer-main .social-links li a{
    font-size: 22px;
}
.footer-bottom{
    color: #ffffff80;
    padding: 15px 0;
    margin: 15px 0;
}
.footer-bottom a{
    color: #ffffff80;
}
@media (max-width: 767px){
    .main-sidebar {
        padding-top: 180px;
    }
    .sidebar-toggle-menu{
        position: absolute;
    }
    .sports-categories .category{
        padding: 9px!important;
        margin-right: 0!important;
    }
    .main-header .logo{
        max-width: 100%!important;
    }
    #tabs-jogos-semana li>a{
        font-size: 13px;
        padding: 13px 8px;
    }
}

@media(min-width:1285px) and (max-width:1300px){
    #cupom-site {
        width: 340px!important;
    }
    /* .fixed .main-header {
        right: 322px!important;
    } */
}
@media(min-width:1300px){
    #cupom-site {
        width: 394px!important;
    }
    /* .fixed .main-header {
        right: 385px!important;
    } */
}
.navbar-nav>li>a,
.sidebar-menu>li>a>.fa{
    color: #fff;
    transition: 0.3s;
}
.sidebar-menu>li>a>.fa{
    font-size: 18px;
    margin-right: 15px;
}
.sidebar-menu>li>a:hover{
    background: transparent;
    color: #2ac2ba;
}
.sidebar-menu li.header{
    color: #ffffffb3;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.sidebar-menu>li>a{
    color: #fff;
    border-bottom: 0;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
	font-size:13px;
    text-decoration: none;
}
.sidebar-menu .iconify{
    margin-right: 15px;
    margin-left: -2px;
}
.sidebar a:hover{
    color: #fff;
    background: #333;
}
.main-sidebar{
    background: #000;
    /* background: linear-gradient(45deg,#000000 50%,#b4742f); */
}
.sidebar,.user-panel{
    background: none;
}
.sidebar .sidebar-form input{
    background: #333;
    border: 0;
}
.sidebar .sidebar-form .btn{
    background: #333;
    color: #fff;
    height: 40px;
}
#nav-mobile {
    display: none;
}
.busca-time .input-group-addon{
    background: #333;
    border: none;
}
.busca-time input{
    background: transparent;
    border: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px!important;
}
.box-rodape-cupon  .btn-success {
    background: #2ac2ba;
    color: #0a0e12;
    padding: 10px 0;
    font-size: 12px;
    height: 38px;
}
.box-rodape-cupon .btn-danger {
    background-color: #7c7272!important;
    border-color: #212121!important;
}
#cupom-site .box{
    background: #000;
    border:0;
}
#cupom-site .box h4,
#cupom-site .box label{
    color: #fff;
    font-weight: normal;
}
#cupom-site .box input{
    background: #1a4362;
    color: #fff;
    border: none;
    border-radius: 5px;
    border: 0.5px solid #fff;
}
#cupom-site .input-valor-apostado{
    position: relative;
}
#cupom-site .input-valor-apostado::after{
    position: absolute;
    content: 'R$';
    left: 0;
    top: 0;
    color: #666;
}
@keyframes _ngcontent-ixw-c93_closeValores {
    0% {
        height: 0;   
        opacity: 1;
    }
    100% {
        height: 0;   
        opacity: 0;
    }
}

@keyframes openValores {
    0% {
        height: 0;   
        opacity: 0;
    }
    100% {
        height: 0;   
        opacity: 1;
    }
}

.btns-pricin {
    display: flex;
    height: 35px;
    flex-direction: row;
    margin: 5px 0;
    min-height: 30px;
    overflow: hidden;
    justify-content: space-between;
}

.fadeIn {
    animation-name: openValores;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.fadeOut {
    animation-name: _ngcontent-ixw-c93_closeValores;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.btns-pricin .btn-valor {
    background-color: #1a4362;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 11px;
    transition: .2s;
    width: 55px;
    min-height: 30px;
    border: none;
}

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

    /* body {
        margin-top: 40px !important;
    } */
    .user-panel{
        margin-top: 40px !important;
    }

    #nav-mobile {
        display:block;
        padding: 8px;
        background: #a3831b;
    }
    #tabs-mobile {
        font-size: 14px;
    }
    #input-mobile-top {
        width: 30%;
        float: left;
    }
    #btn-finalizar-mobile {
        float:right;
    }
    .ganho-mobile {
        margin-left: 15px;
        margin-top: 30px;
        width: 30%;
        color: #dcdcdc;
    }
    #btn-zerar-mobile {
        float: right;
        margin-left: 10px;
     }




}



@media screen and (max-width: 700px) {
    .container-lista-jogos .jogos {
      border-right: unset;
    }

    .busca-time {
      padding: 0 !important;
    }

    /* body {
        margin-top: 40px !important;
    } */
    .user-panel{
        margin-top: 60px !important;
    }
    #nav-mobile {
        display:block;
        padding: 8px;
        background: #fae84c;
    }

    #tabs-mobile {
        font-size: 14px;
    }
    #input-mobile-top {
        width: 30%;
        float: left;
    }
    #btn-finalizar-mobile {
        float:right;
    }
    .ganho-mobile {
        margin-left: 15px;
        margin-top: 30px;
        width: 30%;
        color: #dcdcdc;
    }
    #btn-zerar-mobile {
       float: right;
       margin-left: 10px;
    }




}
.navbar-nav>li>a{
    margin-right: 5px;
    font-size: 13px;
}
.navbar-nav>li>a.btn-navbar{
    color: #fff;
}
.navbar-nav>li>a.btn-navbar.btn-sports-type{
    border-bottom: 2px solid #212121;
    border-radius: 0;
    margin-top: 0;
    padding-top: 20px;
}
.navbar-nav>li{

}
.navbar-nav>li>a.btn-navbar.btn-sports-type:hover,
.navbar-nav>li>a.btn-navbar.btn-sports-type:focus{
    background: #2c2c2c;
    border-bottom: 2px solid #fae84c;
    color: #fff;
}
.navbar-nav>li>a.btn-navbar.btn-sports-type.active{
    border-bottom: 2px solid #fae84c;
    background: #2c2c2c;
}   
.navbar-nav>li>a.btn-navbar.btn-cadastrar{
    color: #fff;
    background: #fae84c;
    border: 1px solid #fae84c;
}
.navbar-nav>li>a.btn-navbar.btn-cadastrar:hover{
    background: #fae84c;
    border: 1px solid #fae84c;
}
.navbar-nav>li>a.btn-navbar.btn-language{
    color: #fff;
    border: 1px solid #4e4e4e;
    margin-right: 15px;
    padding-left: 20px;
}

.navbar-nav>li>a.btn-navbar.btn-language img{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.navbar-nav>li>a.btn-navbar.btn-login{
    border: 1px solid #fff;
}
.navbar-nav>li>a.btn-navbar:hover,
.navbar-nav>li>a.btn-navbar:focus{
    color: #fff;
    background: #282828;
}
/* apenas desktop */
@media screen and (max-width: 768px) {
    .navbar-right.navbar-right-mobile{
        display: block;
    }
    .nav.navbar-right{
        display: flex;
        justify-content: space-between;
    }
    .nav.navbar-left{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .nav.navbar-left>li {
        flex: 1;
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .navbar-right.navbar-right-mobile{
        display: none;
    }
    .main-header .navbar{
        min-height: 65px;
    }
  .header-jogos {
    display: flex;
    align-items: center;
  }
  .navbar-right{
      margin-right: 10px;
      display: block;
  }
    /* .fixed .main-header{
      right: 365px;
    } */
    .sidebar-collapse .site-middle{
        width: calc(100% - 381px);
    }
    .navbar-nav>li>a.btn-navbar{
        border-radius: 5px;
        padding: 10px 22px;
        margin-top: 10px;
        text-transform: uppercase;
        font-family: 'Source Sans Pro', sans-serif;
    }
    #cupom-site {
        position: fixed;
        top: 132px;
        left: auto;
        right: -13px;
        min-height: 100%;
        width: 380px;
        z-index: 1050;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
        padding-left: 0;
    }
    #cupom-site .box-success{
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 208px);
        margin:0;
        padding:0;
    }
    #cupom-site .box-rodape-cupon{
        transition: ease .3s all;
        background: #0a0e12;
        padding: 20px 15px 8px;
        border-top: 2px solid rgba(241,241,241,.05);
    }
    #cupom-site .retorno-individual{
        /* padding:0 15px; */
        font-weight: normal;
    }
    #cupom-site .box-btn-pre-aposta{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    #cupom-site .palpites-inner{
        background: #0a0e12;
        padding:0 15px;
        flex-grow: 1;
    }
    #cupom-site .palpites-inner .empty-selection{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #cupom-site .palpites-inner .empty-selection p{
        /* font-size: 16px;
        color: #999; */
    }
    #cupom-site .label-aposta{
        margin-top: 9px;
        font-size: 16px;
    }
    #cupom-site .btn-remove-palpites{
       font-size: 11px;
       font-family: 'Open Sans';
       font-weight: 400;
       display: block;
       padding: 0;
    }
}

.team_img {
width:50%
}

.days-search {
    height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    background-color: #0a0e12;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.gg-days {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.gg-days a {
    color: #fff;
    text-decoration: none;

}

.gg-days a:hover {
    text-decoration: none;
}

.days-search .active {
    border-bottom: 3px solid var(--highlight);
    font-weight: 600;
}

.align-column{
    display: flex;
    flex-direction: column;
}

.align-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.align-row span{
    font-family: 'Open Sans';
    color: #fff;
    font-size: 11px;
}

.GG-text-bold{
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.05em;
}

.cupon-title li span.GG-text-bold{
    display: block;
    margin-bottom: 21px;
}

.col-md-8.site-middle {
    height: calc(100vh - 132px);
    overflow-y: auto;
    margin-top: 22px;
    padding-right: 5px;
    padding-left: 5px;
}

/* .sidebar-toggle.btn-navbar{
    position: absolute;
    display: flex;
    width: 100%;
    background: #2ac2ba;
    color: #0a0e12;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    height: 25px;
    justify-content: center;
    align-items: center;
} */

.sidebar-toggle.btn-navbar svg{
    width: 12px;
    height: 12px;
    display: block;
    color: #0a0e12;
}

.gg-align-search-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px;
    width: 100%;
}

.gg-align-search-tab .jogos{
    width: 100%;
}

.gg-align-search-tab .busca-time{
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

.gg-align-search-tab .busca-time .input-group{
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 38px;
    margin-right: 5px;
}

.gg-align-search-tab .busca-time .input-group .btn{
    border: 0;
    background: transparent;
    color: #fff;
    padding: 9px;
}

.gg-align-search-tab .busca-time .input-group .btn:focus, .gg-align-search-tab .busca-time .input-group .btn:active{
    box-shadow: 0!important;
    border: 0!important;
}

.gg-align-search-tab .busca-time .input-group .btn svg{
    fill: #fff;
    width: 12px;
    height: 12px;
}

.gg-align-search-tab .busca-time .input-group .form-control{
    border: 0;
    color: #fff;
    height: 38px;
    padding-left: 0;
}

.gg-align-search-tab .busca-time .input-group .form-control::placeholder{
    color: #fff;
}

.rectangle-gg.jogos {
    min-width: 200px;
    padding: 7px 10px;
}

.rectangle-gg.jogos h4{
    font-size: 12px;
    margin: 4px 0;
}

.rectangle-gg.jogos table tr td{
    padding: 0;
    border: 0;
}

.rectangle-gg.btn-apostas{
    width: calc(100% - 275px);
    margin-right: 0;
    gap: 5px;
}

.cotacoes-principais{
    flex: 1;
    display: flex;
}

.box-alert-bet{
    font-family: 'Open Sans';
    background: #1a4362;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}

.box-alert-bet span{
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    margin-top: 10px;
}

.box-alert-bet svg{
    fill: #fff;
}

.value-bet{
    position: relative;
}

.value-bet .label-aposta{
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 1;
    font-size: 14px!important;
}

.value-bet input{
    padding-left: 25px;
    height: 38px;
}

#cupom-site .box h4{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 10px;
}

#cupom-site .box h4 .val-retorno-ind{
    float: none;
}

.content-jogos .accordion-header{
    margin: 0;
}

.content-jogos .accordion-header button{
    width: 100%;
    background: transparent;
    border: 0;
    text-align: left;
}

.box.box-primary{
    border: 0;
    background: transparent;
}

.box.box-primary .modal-header{
    border: 0;
    background: #0a0e12;
    margin-left: -5px;
    margin-right: -5px;
    max-height: 72px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.box.box-primary .modal-header .close{
    float: left;
    margin-top: 0;
    opacity: 1;
}

.box.box-primary .modal-header .modal-title{
    color: #fff;
    margin-left: 20px;
    border-left: 1px solid #a2a2a2;
    min-height: 42px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.box.box-primary .modal-header .close svg{
    fill: #fff;
    opacity: 1;
}

.scoreboard-nav.nav-tabs{
    background: #0a0e12;
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px 2px 0 0;
}

.scoreboard-nav.nav-tabs li a{
    padding: 9.5px 1rem;
    border: 0;
    border-bottom: 4px solid transparent;
    color: #fff;
    border-radius: 0;
    transition: 0.3s;
    font-size: 14px;
}

.scoreboard-nav.nav-tabs li a:hover, .scoreboard-nav.nav-tabs li a.active{
    background: transparent;
    border-bottom: 4px solid #2ac2ba;
}

.scoreboard-nav.nav-tabs li a.active:hover, .scoreboard-nav.nav-tabs li a.active:focus{
    border: 0;
    color: #fff;
    border-bottom: 4px solid #2ac2ba;
}

.box-type-match{
    /* display: grid;
    grid-template-columns: repeat(2); */
    gap: 5px;
}

.box-type-match .column-match .type-match{
    width: 100%;
    float: left;
    margin-right: 5px;
}

.box-type-match .column-match .type-match .titulo-grupo{
    padding: 0;
    margin-bottom: 2px;
}

.box-type-match .column-match .type-match .titulo-grupo .btn.btn-primary{
    background: #0a0e12;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 16px;
    padding-left: 16px;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.box-type-match .column-match .type-match .titulo-grupo .btn.btn-primary svg{
    fill: #fff;
    width: 10px;
}

.line-mobile {
    display: flex;
    flex-direction: row;
}

.plus-op-mobile {
    display: none;
}

@media screen and (max-width: 1025px) {
    /* .square-live-gg, 
    .rectangle-gg {
        background-color: none!important;
    } */

    .container-lista-jogos {
        flex-direction: column;
        display: flex;
    }

    .line-mobile {
        width: 100%;
    }

    .rectangle-gg.btn-apostas {
        width: 100%;
    }

    .rectangle-gg.jogos,
    .square-gg, .square-live-gg,
    .rectangle-gg {
        width: 100%;
        background-color: transparent;
    }

    .plus-op {
        display: none;
    }

    .plus-op-mobile {
        display: block;
        position: absolute;
        right: 10px;
        color: var(--highlight);
        padding: 20px 0 20px 20px;
    }
    .col-md-8.site-middle {
        width: 45.6%;
    }

    .img-logo-gg {
        max-width: 30px;
    }

}


#modal-login,
#modal-register {
    display: block!important;
}

@media screen and (min-width: 1511px) {
    .site-middle {
        width: calc(100% - 374px);
    }
}


/* @media screen and (max-width: 1025px) {
    .col-md-8.site-middle {
        width: 45.6%;
    }
}

@media screen and (max-width: 1278px) {
    .col-md-8.site-middle {
        width: 51.4%;
    }
}

@media screen and (max-width: 1025px) {
    .col-md-8.site-middle {
        width: 45.6%;
    }
}

@media screen and (max-width: 1226px) {
    .col-md-8.site-middle {
        width: 50.2%;
    }
}

@media screen and (max-width: 1182px) {
    .col-md-8.site-middle {
        width: 48.2%;
    }
}

@media screen and (max-width: 1128px) {
    .col-md-8.site-middle {
        width: 45.6%;
    }
}

@media screen and (max-width: 1082px) {
    .col-md-8.site-middle {
        width: 43.2%;
    }
} */

.campeonatos {
    display: inline-block;
    padding-left: 15px;
    color: var(--highlight);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
}

.btn-close-bilhete {
    display: none;
}

/* 375px */
  
.showMobile {
    display: block;
}


@media screen and (max-width: 1025px) {
    #cupom-site {
        overflow-x: auto;
        top: 0;
        height: 100%;
        z-index: 9999;
        width: 100%;
        position: fixed;
        padding-right: 0;
        padding-left: 0;
    }

    .showMobile {
        display: none;
    }

    .palpites-inner {
        padding: 10px;
        min-height: 66vh;
    }
    
    #cupom-site .box-success {
        width: 100%;
        min-height: 100%;
    }

    .box-rodape-cupon {
        display: flex;
        bottom: 80px;
        flex-direction: column;
        gap: 9px;
    }

    .box {
        margin-bottom: 0;
    }

    .btn-close-bilhete {
        background: none;
        border: none;  
        
        color: var(--highlight)!important;
        position: relative;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 45px;
        font-size: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text-center {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .sidebar-menu {
        overflow-y: auto;
        height: calc(120vh - 177px);
    }
 
    .box-type-match .column .type-match {
        width: 100%;
    }

    .col-md-8.site-middle  {
        margin-top: 62px;
        width: 100%;
    }
}

/* @media screen and (max-width: 1511px) {
    .col-md-8.site-middle  {
        width: 59%;
    }
}    */

@media screen and (max-width: 1025px) {
    .col-md-8.site-middle  {
        width: 100%!important;
    }
}   
  
.gradient-container {
    position: relative;
  }
  
  .gradient-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%; /* Ajuste essa porcentagem conforme necessário */
    background: linear-gradient(to right, rgba(26,67,98, 0), rgba(26,67,98, 1));
    pointer-events: none;
  }
  