::-webkit-scrollbar {
    width: 7px;
  }
  
::-webkit-scrollbar-track {
    background:#000!important; 
    border-radius: 10px;f
}
.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: scroll!important;
    max-height: 700px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(max-width:768px) {
    .sidebar-menu{
        max-height: 250px;
    }
}

#cupom-site {
    display: block;
}


.row {
    background: url('https://assets.website-files.com/6483631a773f6af2b4edabab/6483631a773f6af2b4edabb7_pattern.svg');
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.site-middle {
    width: 100%;
    padding: 0% !important;
 }

 .site-middle > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0% 5% !important;
 }

 .site-middle > div:nth-child(1) > .container-lista-jogos {
    order: 3;

 }

 .site-middle > div:nth-child(1) > .carousel-slide {
    order: 1;
    padding-top: 30px;
 }

 .site-middle > div:nth-child(1) > .sports-categories {
    order: 4;
    margin: 0px !important;
    background: #292929 !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    row-gap: 10px;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px !important;
 }

 .site-middle > div:nth-child(1) > .nav-tabs-custom {
    order: 5;
    margin-bottom: 0px !important;
 }

 .site-middle > div:nth-child(1) > .box-jogos-inner {
    order: 6;
    background-color: #1c1c1c;
    background-image: none!important;
    position: relative;
    z-index: 30;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: -22px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 20px;

 }

 .site-middle > div:nth-child(1) > .top-games__div {
    order: 2;
 }

 .top-games__container {
    display: flex;
    justify-content: space-between;
 }

 .top-games-title {
    color: white;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(218, 209, 177, 0.205);
 }

.top-game {
    width: 15%;
    border-radius: 20px;
}

.top-game > img {
    width: 100%;
    border-radius: 20px;
}



 .sports-categories .category {
    margin: 0 !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    padding-left: 20px !important;
    width: 100%;
    padding-right: 20px !important;
 }

 .sports-categories .category span {
    margin-top: 0px !important;
 }

 .sports-categories .category figure {
    text-align: center;
 }



 .sports-categories .category svg {
    width: 20px;
    fill: white;
 }

 .sports-categories .category:hover {
    background-color: rgba(255, 255, 255, 0.192) !important;
 }

 .sports-categories .category.active {
    background-color: #B70F1F !important;
 }

 

 .sports-categories .category span {
    font-size: 17px !important;
 }

 .jogos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
 }

 .jogos > table {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
 }

 .jogos > table td {
    width: 100% !important;
 }

 .jogos > table tr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }

 .jogos table tr h4 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

 .jogos table tr h4 img {
    width: 25px;
 }

 .jogos > table tr:nth-child(1) {
    order: 1;
 }

 .jogos > table tr:nth-child(2) {
    order: 3;
 }

 .jogos > table tr:nth-child(3) {
    order: 2;
    width: fit-content !important;
 }

 .jogos > table svg {
    width: 15px;
    fill: white;
 }

 .jogos > table h4 {
    margin: 0 !important;
    font-size: 17px !important;
 }

 .busca-time {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 12px 0px !important;
 }

.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;
    border-radius: 20px 20px 0px 0px;
}

.cupon-title li {
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    text-align: left;
    font-size: 17px;
    padding: 10px 10px;
    background: #0F0F11;
    border: 1px solid white;
}

.cupon-title > li figure {
    padding: 10px;
}

.cupon-title > li svg {
    width: 20px;
    fill: white;
}

#modal-cupon .box-success{
    border-top:none!important;
}
.cupon-title li.ativo {
    background: #B70F1F;

    color: #fff;
    justify-content: space-between;
    align-items: center;
}

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

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

.cupon-title-informations {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
}

.box-cupon {
    width: 100%;
    height: auto;
    padding: 5px;
    background: #ffffff;
    margin-bottom: 1px;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

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

.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: #B70F1F;
    font-weight: bold;
}

.cupon-right {
    float: right;
}

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

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

.btn-valor {
    margin: 2px;
}

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


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

.box-jogos-inner .container-lista-jogos {
    border: 0;
    color: #dbdbdb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background: rgba(105, 105, 105, 0.27);
    border-radius: 20px;
    background-image: none !important;
    line-height: 21px;
    margin-bottom: 5px !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
}

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

.data-hora span {
    color: white !important;
    font-size: 17px;
    margin-top: 0px !important;
}


.container-lista-jogos .data-hora span {
    /* display: block; */
    /* text-align: center; */
    color: #FFD700;
    font-weight: 700;
}
.container-lista-jogos .data-hora .pisca {
    font-size: 14px;
}


.box-jogos-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-jogos {
    border-bottom: 1px solid #292929;
    padding: 20px 0px;
}

.header-campeonato-matchs {
    display: flex;
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.header-campeonato-matchs > img {
    width: 30px !important;
}

.header-jogos {
    color: #f8f1f1;
}

.btn-apostas {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

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

.btn-home {
    background: #0f0f1185;
    color: #f6f6f6;
    float: left;
    margin: 0px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 100%;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: 150ms ;
}

.btn-home:hover {
    border: 1px solid #B70F1F;
    
}

.btn-home span {
    font-size: 15px !important;
    border-radius: 20px 20px 0px 0px !important;
    width: 100%;
    background-color: rgba(218, 209, 177, 0.205) !important;
    margin-top: -10px !important;
}

.selecionado {
    background: #B70F1F;
}
#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;
}

.carousel-inner .item.deactive {
    display: none;
}

.carousel-inner .item.active {
    display: block !important;
}


#myCarousel .carousel-indicators {
    bottom: -3px!important;
}
#myCarousel .carousel-progress-bar{
    
        height: 5px;
}
#tabs-jogos-semana{
    background:#292929;
    border:none;
    border-radius: 20px 20px 0px 0px;
}
#tabs-jogos-semana li>a{
    color:white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 13px 25px;
    
}
#tabs-jogos-semana li.active{
    background-color: #B70F1F;
 
}


#tabs-jogos-semana li.active>a{
    color:white;
    background:none;
    border:0;
    font-size: 10.5px;
    font-weight: bold;
}
#tabs-jogos-semana .nav-tabs{
    display: flex;
    flex-direction: row;
   border-bottom:none;
   border-radius: 20px 20px 0px 0px;
}

.nav-tabs > li {
    border-radius: 20px 20px 0px 0px;
}





.cotacoes-principais .btn-home.selecionado span{
    background: #fae84c;
	border-color:#f9a825;
}
.plus-odd {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B70F1F !important;
    border: none;
    color: rgb(250, 250, 250);
    font-size: 15px;
    float: left;
    margin: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 20px !important;
    cursor: pointer;
}
.main-header{
    background: transparent;
}
.main-header .logo{
    border: 0;
    max-width: 258px;
    font-size: 4px;
}

.logo > img {
    width: 100%;
}

.main-header .logo .logo-lg{
    font-size: 20px;
}
.main-header .logo:hover{
    color: #212121;
}
.main-header .navbar{
    background: #0F0F11;
    border-bottom: 1px solid rgba(255, 255, 255, 0.225);
    position: fixed;
}
.sidebar-toggle-menu{
    background: none;
    color: #fff;
    background: none!important;
}

.footer-main {
    border-top: 1px solid rgba(255, 255, 255, 0.225);
    background-color: #292929;
}

.footer-main .row {
    background: none;
}

.footer-main ul{
    list-style: none;
    margin:0;
}

.footer-top {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-contact__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #B70F1F;
    font-weight: 600;
    width: 100%;
    color: white;
    padding: 10px 5%;

}

.footer-contact__container > p {
    color: white;
    font-size: 17px;
}

.footer-contact__container > a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    color: white;
    padding: 10px;
    transition: 150ms ;
}

.footer-contact__container > a:hover {
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.225);
}

.footer-contact__container svg {
    width: 25px;
    fill: white;
}


.footer-informations__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 5%;
}

.footer-informations__container div img{
    width: 200px;
    max-width: 100%;
}

.footer-informations__container .footer-links {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.footer-informations__container .footer-links h3 {
    color: white;
    border-bottom:1px solid #B70F1F;
    border-width: 80%;
    font-size: 18px;
}

.footer-informations__container .footer-links ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0px !important;
    width: fit-content;
    gap: 5px;
}

.footer-informations__container .footer-links ul li a {
    color: rgba(255, 255, 255, 0.473);
    text-decoration: none;
    font-size: 13px;
}

.footer-informations__container .footer-links ul li a:hover {
    color: white;
}


.footer-main .footer-top{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom{
    background-color: #0F0F11;
    color: #ffffff80;

    padding: 20px 5%;
    padding-bottom: 95px;
}
.footer-bottom a{
    color: #ffffff80;
}
@media (max-width: 767px){
    .main-sidebar {
        padding-top: 180px;
    }
    .sidebar-toggle-menu{
/*         position: absolute; */
    }
     .site-middle > div:nth-child(1) > .sports-categories {
        order: 4;
        margin: 0px !important;
        background: #292929 !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        padding: 10px;
        border-radius: 20px;
        margin-bottom: 10px !important;
     }
    .sports-categories .category{
        padding: 9px!important;
        margin-right: 0!important;
    }
    .main-header{
        background: #0f0f11;
    }
    .main-header .logo{
        background-color: #0f0f11;
        width: 100px;
        max-width: 100%!important;
        padding: 0px 0px 0px 0px;
    }
    #tabs-jogos-semana .nav-tabs{
        display: flex;
        flex-direction: row;
       border-bottom:none;
       border-radius: 20px 20px 0px 0px;
    }
    #tabs-jogos-semana li>a{
        font-size: 11.5px;
        padding: 13px 8px;
    }
    .footer-informations__container {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        padding: 20px 5%;
    }
    .footer-informations__container div img{
        width: 100%;
        max-width: 100%;
    }
     .top-games__container {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         place-items: center;
    }
    .top-game {
        width: 80%;
        align-self: center;
        margin: 10px;
        border-radius: 20px;
    }

    .top-game > img {
        width: 100%;
        border-radius: 20px;
    }
}

@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: 400px!important;
    }
    .fixed .main-header {
        right: 385px!important;
    }
}




.navbar-nav>li>a,
.sidebar-menu>li>a>.fa{
    color: #fff;
}
.sidebar-menu>li>a>.fa{
    font-size: 18px;

}
.sidebar-menu li.header{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
    background-color: #B70F1F;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}


.sidebar-menu li.header figure {
    display: flex;
    align-items: center;

}


.sidebar-menu li.header svg {
    width: 20px;
    fill: white;
}




.sidebar-menu>li>a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.601);
    font-family: 'Roboto', sans-serif;
    background: rgba(218, 209, 177, 0.096);
    display: flex;
    border: 0px solid rgba(255,255,255,.35);
    border-radius: 20px;
    align-items: center;
	font-size:12px;
    transition: 150ms;
}

.suport-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.601);
    font-family: 'Roboto', sans-serif;
    
    display: flex;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 20px;
    align-items: center;
	font-size:12px;
    transition: 150ms;
}

.sidebar-menu>li>a>img {
    width: 25px;
    border-radius: 5px;
}

.sidebar-menu .iconify{
    margin-right: 15px;
    margin-left: -2px;
}
.sidebar a:hover{
    color: #fff;
    border-color: #B70F1F;
    background-color: rgba(218, 209, 177, 0.205);
}
.main-sidebar{
    background: #0F0F11;
    border-right: 1px solid rgba(255, 255, 255, 0.225);
    padding: 10px 20px;
    padding-top: 70px;
    /* background: linear-gradient(45deg,#000000 50%,#b4742f); */
}

@media screen and (min-width: 1200px) {
    .sidebar-toggle {
        display: none;
    }
}

.sidebar,.user-panel{
    background: none;
}

.user-panel > img {
    display: none;
}

.sidebar-form {
    margin-bottom: 20px;
}

.sidebar .sidebar-form input{
    background: #292929;
    border-radius: 20px 0px 0px 20px !important;
    border: 0;
}
.sidebar .sidebar-form .btn{
    background: #B70F1F;
    border-radius: 0px 20px 20px 0px !important;
    color: #fff;
    height: 40px;
}
#nav-mobile {
    display: none;
}
.busca-time .input-group-addon{
    background: #B70F1F;
    border: none;
    border-radius: 20px 0px 0px 20px;
}

.fa {
    color: white;
}

.busca-time input{
    background: #292929;
    border: 0;

    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.busca-time input::placeholder {
    color: rgba(255, 255, 255, 0.753);
}

.box-rodape-cupon  .btn-success {
    background-color: #B70F1F!important;
    border-color: #B70F1F!important;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
}
.box-rodape-cupon .btn-danger {
    background-color: #7c7272!important;
    border-color: #212121!important;
}
#cupom-site .box{
    background: #000;
    border:0;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group > .col-md-9 {
    width: 100%;
}

#cupom-site .box h4,
#cupom-site .box label{
    color: #fff;
    font-weight: normal;
}
#cupom-site .box input{
    background: #292929;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 20px;
}
#cupom-site .input-valor-apostado{
    position: relative;
}
#cupom-site .input-valor-apostado::after{
    position: absolute;
    content: 'R$';
    left: 0;
    top: 0;
    color: #666;
}
#cupom-site .box .btn-valor {
    border: 1px solid #444;
    background: #212121;
    padding: 6px;
    color: #ddd;
}

@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: none;
        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>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: white;
    border: 1px solid white;
    font-weight: bold;
    border-radius: 20px;
    transition: 150ms;
}
.navbar-nav>li>a.btn-navbar.btn-cadastrar:hover{
    border-color: #B70F1F;
    background-color: transparent;
}
.navbar-nav>li>a.btn-navbar.btn-language{
    color: #fff;
    border: 1px solid white;
    border-radius: 20px;
    margin-right: 15px;
    padding-left: 20px;
}

.navbar-nav>li>a.btn-navbar.btn-language:hover {
    background-color: transparent;
}

.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;
    background-color: #B70F1F;
    border-radius: 20px;
    font-weight: bold;
    transition: 150ms;
}

.navbar-nav>li>a.btn-navbar.btn-login:hover {
    border-color: #B70F1F;
}

.navbar div .navbar-left {
    display: none !important;
}

/*
.navbar-nav>li>a.btn-navbar:hover,
.navbar-nav>li>a.btn-navbar:focus{
    color: black;
    background: #FFD60A;
}
*/
/* 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{
        width: calc(100vw - 230px);
        padding: 10px 3%; 
    }
  .header-jogos {
    display: flex;
    align-items: center;
  }
  .navbar-right{
      margin-right: 10px;
      display: block;
  }
    .fixed .main-header{
      right: 365px;
    }
    .sidebar-collapse .site-middle{
        width: 100%;
    }
    .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: 93vh;
        left: auto;
        right: 1.7%;
        min-height: 100%;
        width: 375px;
        z-index: 1050;
        transition: 150ms;
        -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;
    }

    #cupom-site.activate {
        transform: translateY(-89vh);
    }

    #cupom-site .box-success{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 65px);
        margin:0;
        padding:0;
    }
    #cupom-site .box-rodape-cupon{
        transition: ease .3s all;
        background: #0F0F11;
        padding: 10px;
    }
    #cupom-site .retorno-individual{
        padding:0 15px;
        font-weight: normal;
    }
    #cupom-site .box-btn-pre-aposta{
        border-top: 1px solid #636363;
        margin-top: 10px;
        padding: 10px;
    }
    #cupom-site .palpites-inner{
        overflow-y: auto;
        background: #292929;
        padding:2px;
        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: 21px;
    }
}

.team_img {
width:50%
}

.footer-main {
    width: 100%;
}


.v-spinner {
    display: none !important;
    position: absolute;
    margin: auto !important;
    height: 100vh;
    width: 100vh;
    background-color: #0f0f118c;
}

.loader__container {
    display: flex;
    position: absolute;
    margin: auto !important;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: black;
    z-index: 2500;
}


.loader {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    z-index: 2503;
  }
  .loader:before {
      content: '';
      width: 48px;
      height: 5px;
      background: #292929;
      opacity: 0.25;
      position: absolute;
      top: 60px;
      left: 0;
      border-radius: 50%;
      animation: shadow 0.5s linear infinite;
    }
    .loader:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #B70F1F;
      animation: bxSpin 0.5s linear infinite;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 4px;
    }
  @keyframes bxSpin {
    17% {
      border-bottom-right-radius: 3px;
    }
    25% {
      transform: translateY(9px) rotate(22.5deg);
    }
    50% {
      transform: translateY(18px) scale(1, .9) rotate(45deg);
      border-bottom-right-radius: 40px;
    }
    75% {
      transform: translateY(9px) rotate(67.5deg);
    }
    100% {
      transform: translateY(0) rotate(90deg);
    }
  }

  @keyframes shadow {
    0%, 100% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1);
    }
  }

/* NOVABETEASY - PLAYFIVER PREMIUM */
.playfiver-casino-section{
    margin:18px 0 25px;
    padding:18px;
    background:linear-gradient(135deg,#07111f,#101827);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    box-shadow:0 18px 50px rgba(0,0,0,.35);
}
.playfiver-title-wrap h2{
    margin:0;
    color:#fff;
    font-size:24px;
    font-weight:800;
}
.playfiver-title-wrap p{
    margin:5px 0 16px;
    color:#aeb8c8;
}
.playfiver-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(145px,1fr));
    gap:14px;
}
.playfiver-card{
    border:0;
    padding:0;
    overflow:hidden;
    background:#111827;
    border-radius:16px;
    cursor:pointer;
    text-align:left;
    box-shadow:0 10px 25px rgba(0,0,0,.28);
    transition:.2s ease;
}
.playfiver-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 35px rgba(0,0,0,.45);
}
.playfiver-card-img{
    width:100%;
    aspect-ratio:1/1;
    background:#0b1220;
}
.playfiver-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.playfiver-card-info{
    padding:10px;
}
.playfiver-card-info strong{
    display:block;
    color:#fff;
    font-size:13px;
    line-height:1.2;
    min-height:32px;
}
.playfiver-card-info span{
    display:block;
    margin-top:5px;
    color:#ffb000;
    font-size:11px;
    font-weight:700;
}
@media(max-width:768px){
    .playfiver-casino-section{padding:12px;border-radius:14px}
    .playfiver-grid{grid-template-columns:repeat(2,1fr);gap:10px}
}

/* LIMPA BLOCO ANTIGO TOP 10 / CASINOBETRIX */
.top-games__div{
    display:none !important;
}

/* PLAYFIVER AJUSTE FINAL */
.playfiver-casino-section{
    margin-top:24px !important;
    margin-bottom:35px !important;
}

.playfiver-grid{
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr)) !important;
}

.playfiver-card-img{
    aspect-ratio: 3 / 4 !important;
}

.playfiver-card-img img{
    object-fit:cover !important;
}

.playfiver-card{
    min-height:230px;
}

.playfiver-title-wrap{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:15px;
    border-bottom:1px solid rgba(255,255,255,.08);
    padding-bottom:14px;
    margin-bottom:16px;
}

.playfiver-title-wrap h2{
    font-size:26px !important;
}

.playfiver-title-wrap p{
    margin:0 !important;
    font-size:13px;
}

/* NOVABETEASY - PLAYFIVER PREMIUM */
.playfiver-casino-section{
    width:100%;
    margin:25px 0;
    padding:22px;
    border-radius:24px;
    background:linear-gradient(135deg,#080808,#161616 55%,#25070b);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.playfiver-header{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:20px;
}

.playfiver-header h2{
    margin:0;
    color:#fff;
    font-size:30px;
    font-weight:900;
}

.playfiver-header p{
    margin:5px 0 0;
    color:#bbb;
    font-size:15px;
}

.playfiver-filters{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.playfiver-filter-btn{
    border:1px solid rgba(255,255,255,.12);
    background:#1f1f1f;
    color:#fff;
    padding:10px 16px;
    border-radius:999px;
    font-weight:800;
    font-size:13px;
    cursor:pointer;
    transition:.2s;
}

.playfiver-filter-btn:hover,
.playfiver-filter-btn.active{
    background:#B70F1F;
    border-color:#ff4055;
    box-shadow:0 0 18px rgba(183,15,31,.45);
}

.playfiver-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
    gap:18px;
}

.playfiver-card{
    border:0;
    padding:0;
    overflow:hidden;
    border-radius:22px;
    background:#111;
    color:#fff;
    cursor:pointer;
    text-align:left;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
    transition:.22s;
}

.playfiver-card:hover{
    transform:translateY(-5px) scale(1.02);
    box-shadow:0 18px 45px rgba(183,15,31,.35);
}

.playfiver-card-img{
    width:100%;
    aspect-ratio:1/1;
    background:#222;
    overflow:hidden;
}

.playfiver-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.playfiver-card-info{
    padding:12px;
}

.playfiver-card-info strong{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:1.25;
    min-height:34px;
}

.playfiver-card-info span{
    display:block;
    margin-top:6px;
    color:#aaa;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
}

.playfiver-play-btn{
    margin-top:10px;
    width:100%;
    text-align:center;
    padding:8px 0;
    border-radius:12px;
    background:linear-gradient(135deg,#B70F1F,#ff3348);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.5px;
}

@media(max-width:768px){
    .playfiver-casino-section{
        padding:14px;
        border-radius:18px;
    }

    .playfiver-header h2{
        font-size:23px;
    }

    .playfiver-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .playfiver-filter-btn{
        padding:9px 12px;
        font-size:12px;
    }
}


/* NOVABETEASY - CATALOGO PLAYFIVER REAL */
.playfiver-catalogo{
    display:block;
    margin:25px 0;
    padding:22px;
    border-radius:24px;
    background:linear-gradient(135deg,#080808,#171717 60%,#30070d);
    border:1px solid rgba(255,255,255,.09);
    box-shadow:0 20px 70px rgba(0,0,0,.45);
}

.pf-cat-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:16px;
}

.pf-cat-head h2{
    margin:0;
    color:#fff;
    font-size:30px;
    font-weight:900;
}

.pf-cat-head p{
    margin:5px 0 0;
    color:#aaa;
    font-size:15px;
}

.pf-cat-tabs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.pf-cat-tabs button{
    border:1px solid rgba(255,255,255,.13);
    background:#242424;
    color:#fff;
    padding:10px 16px;
    border-radius:999px;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

.pf-cat-tabs button.active,
.pf-cat-tabs button:hover{
    background:#c90d21;
    border-color:#ff4050;
    box-shadow:0 0 18px rgba(201,13,33,.45);
}

.pf-games-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(145px,1fr));
    gap:18px;
}

.pf-game-card{
    border:0;
    padding:0;
    overflow:hidden;
    border-radius:22px;
    background:#111;
    color:#fff;
    text-align:left;
    cursor:pointer;
    box-shadow:0 12px 35px rgba(0,0,0,.4);
    transition:.22s;
}

.pf-game-card:hover{
    transform:translateY(-5px) scale(1.02);
    box-shadow:0 20px 50px rgba(201,13,33,.35);
}

.pf-img{
    width:100%;
    aspect-ratio:1/1;
    background:#222;
}

.pf-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.pf-info{
    padding:12px;
}

.pf-info strong{
    display:block;
    min-height:34px;
    color:#fff;
    font-size:14px;
    line-height:1.25;
}

.pf-info span{
    display:block;
    color:#aaa;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    margin-top:6px;
}

.pf-info em{
    display:block;
    margin-top:10px;
    padding:8px 0;
    border-radius:12px;
    text-align:center;
    font-style:normal;
    font-size:12px;
    font-weight:900;
    background:linear-gradient(135deg,#c90d21,#ff3348);
    color:#fff;
}

.pf-empty{
    grid-column:1/-1;
    color:#fff;
    padding:25px;
    background:#222;
    border-radius:18px;
    text-align:center;
}

#playfiver-fullscreen{
    display:none;
    position:fixed;
    inset:0;
    z-index:999999;
    background:#000;
}

#playfiver-fullscreen.active{
    display:block;
}

.pf-full-head{
    height:54px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    background:#111;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:#fff;
}

.pf-full-head strong{
    font-size:18px;
    font-weight:900;
}

#pf-close-frame{
    border:0;
    background:#c90d21;
    color:#fff;
    border-radius:10px;
    padding:9px 16px;
    font-weight:900;
    cursor:pointer;
}

#pf-game-frame{
    width:100%;
    height:calc(100vh - 54px);
    border:0;
    background:#000;
}

@media(max-width:768px){
    .playfiver-catalogo{
        padding:14px;
        border-radius:18px;
    }

    .pf-cat-head h2{
        font-size:23px;
    }

    .pf-games-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .pf-cat-tabs button{
        padding:9px 12px;
        font-size:12px;
    }
}


/* NOVABETEASY - TOP 10 PLAYFIVER HOME */
#nbe-playfiver-catalogo.nbe-home-top10{
    margin:18px 0 10px;
    padding:16px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-tabs{
    display:none;
}

#nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
    grid-template-columns:repeat(10,1fr);
    gap:10px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head h2{
    font-size:22px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head p{
    display:none;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card{
    border-radius:14px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card div{
    padding:7px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card strong{
    font-size:11px;
    min-height:28px;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card span{
    display:none;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card em{
    padding:6px 0;
    font-size:10px;
}

@media(max-width:768px){
    #nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* NOVABETEASY - REFINO FINAL PLAYFIVER */

#nbe-playfiver-catalogo{
    margin-top:12px !important;
    padding:14px !important;
    border-radius:18px !important;
}

.nbe-pf-head h2{
    font-size:22px !important;
}

.nbe-pf-head p{
    font-size:13px !important;
    margin-bottom:10px !important;
}

.nbe-pf-tabs{
    gap:8px !important;
    margin-bottom:14px !important;
}

.nbe-pf-tabs button{
    padding:8px 12px !important;
    font-size:11px !important;
}

#nbe-pf-grid{
    grid-template-columns:repeat(5,1fr) !important;
    gap:12px !important;
}

.nbe-pf-card{
    border-radius:16px !important;
}

.nbe-pf-card img{
    height:140px !important;
    object-fit:cover !important;
    background:#1a1a1a !important;
}

.nbe-pf-card div{
    padding:8px !important;
}

.nbe-pf-card strong{
    font-size:12px !important;
    min-height:30px !important;
    line-height:1.2 !important;
}

.nbe-pf-card span{
    font-size:10px !important;
}

.nbe-pf-card em{
    margin-top:8px !important;
    padding:6px 0 !important;
    font-size:10px !important;
    border-radius:10px !important;
}

.sidebar-menu li a{
    transition:.2s;
}

.sidebar-menu li a:hover{
    background:rgba(255,255,255,.08);
}

@media(max-width:768px){

    #nbe-pf-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }

    .nbe-pf-card img{
        height:120px !important;
    }

    .nbe-pf-tabs{
        overflow-x:auto;
        flex-wrap:nowrap !important;
        padding-bottom:5px;
    }

    .nbe-pf-tabs::-webkit-scrollbar{
        height:4px;
    }
}


/* NOVABETEASY - ORDEM CORRETA HOME */
.site-middle > div:nth-child(1) > .carousel-slide{
    order:1 !important;
}

.site-middle > div:nth-child(1) > #nbe-playfiver-catalogo{
    order:2 !important;
}

.site-middle > div:nth-child(1) > .sports-categories{
    order:3 !important;
}

.site-middle > div:nth-child(1) > .nav-tabs-custom{
    order:4 !important;
}

.site-middle > div:nth-child(1) > .box-jogos-inner{
    order:5 !important;
}

/* Top 10 pequeno na home */
#nbe-playfiver-catalogo.nbe-home-top10{
    margin:12px 0 12px !important;
    padding:12px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-tabs{
    display:none !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card:nth-child(n+11){
    display:none !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
    grid-template-columns:repeat(10,1fr) !important;
    gap:8px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card img{
    height:95px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card strong{
    font-size:10px !important;
    min-height:24px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card em{
    padding:5px 0 !important;
    font-size:9px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head h2{
    font-size:20px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head p{
    display:none !important;
}

@media(max-width:768px){
    #nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
        grid-template-columns:repeat(3,1fr) !important;
    }

    #nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card img{
        height:90px !important;
    }
}


/* NOVABETEASY - HOME FINAL ORDEM FORCADA */
#nbe-playfiver-catalogo.nbe-home-top10{
    max-height:none !important;
    overflow:hidden !important;
    margin:10px 0 12px !important;
    padding:12px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-tabs{
    display:none !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card:nth-child(n+11){
    display:none !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
    grid-template-columns:repeat(10,1fr) !important;
    gap:8px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card img{
    height:85px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card strong{
    font-size:10px !important;
    min-height:22px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card span{
    display:none !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-card em{
    padding:4px 0 !important;
    font-size:9px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head h2{
    font-size:18px !important;
}

#nbe-playfiver-catalogo.nbe-home-top10 .nbe-pf-head p{
    display:none !important;
}

@media(max-width:768px){
    #nbe-playfiver-catalogo.nbe-home-top10 #nbe-pf-grid{
        grid-template-columns:repeat(3,1fr) !important;
    }
}

/* NOVABETEASY - CORRECAO DEFINITIVA HOME */
#nbe-playfiver-catalogo,
.playfiver-catalogo,
.playfiver-casino-section{
    display:none !important;
}

.site-middle > div:nth-child(1) > .carousel-slide{
    order:1 !important;
}

#nbe-top10-home{
    order:2 !important;
}

.site-middle > div:nth-child(1) > .sports-categories{
    order:3 !important;
}

.site-middle > div:nth-child(1) > .nav-tabs-custom{
    order:4 !important;
}

.site-middle > div:nth-child(1) > .box-jogos-inner{
    order:5 !important;
}

.top-games__div{
    display:none !important;
}

#nbe-top10-home{
    margin:12px 0 !important;
    padding:12px !important;
    border-radius:18px;
    background:linear-gradient(135deg,#070707,#161616,#26070b);
    border:1px solid rgba(255,255,255,.08);
}

#nbe-top10-home h2{
    margin:0 0 10px;
    color:#fff;
    font-size:20px;
    font-weight:900;
}

#nbe-top10-grid{
    display:grid;
    grid-template-columns:repeat(10,1fr);
    gap:8px;
}

.nbe-top10-card{
    border:0;
    background:#111;
    color:#fff;
    border-radius:14px;
    overflow:hidden;
    cursor:pointer;
    padding:0;
}

.nbe-top10-card img{
    width:100%;
    height:85px;
    object-fit:cover;
    display:block;
    background:#222;
}

.nbe-top10-card strong{
    display:block;
    padding:7px;
    font-size:10px;
    min-height:30px;
}

#nbe-catalog-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:9999999;
    background:rgba(0,0,0,.96);
    overflow:auto;
    padding:25px;
}

#nbe-catalog-modal.active{
    display:block;
}

.nbe-modal-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    margin-bottom:15px;
}

.nbe-modal-head h2{
    margin:0;
    font-size:28px;
    font-weight:900;
}

#nbe-modal-close{
    border:0;
    background:#c90d21;
    color:#fff;
    padding:10px 18px;
    border-radius:12px;
    font-weight:900;
}

#nbe-modal-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
    gap:16px;
}

@media(max-width:768px){
    #nbe-top10-grid{
        grid-template-columns:repeat(3,1fr);
    }

    #nbe-modal-grid{
        grid-template-columns:repeat(2,1fr);
    }
}


/* NOVABETEASY - FALLBACK CAPAS PLAYFIVER */
.nbe-img-fallback{
    height:85px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:4px;
    padding:8px;
    background:
        radial-gradient(circle at top,#c90d21 0,#2b0509 35%,#171717 75%);
    color:#fff;
    text-align:center;
}

.nbe-pf-card .nbe-img-fallback{
    height:140px;
}

.nbe-img-fallback span{
    font-size:24px;
    line-height:1;
}

.nbe-img-fallback b{
    font-size:10px;
    line-height:1.15;
    max-width:100%;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

@media(max-width:768px){
    .nbe-pf-card .nbe-img-fallback{
        height:120px;
    }
}
