::-webkit-scrollbar {
    width: 7px;
  }
  
::-webkit-scrollbar-track {
    background:#000!important; 
    border-radius: 10px;
}
.slimScrollBar{
    display: block!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:hover {
}
.sidebar-menu{
    /* overflow-y: scroll!important;
    max-height: 700px; */
}
@media(max-width:768px) {
    .sidebar-menu{
        max-height: 250px;
    }
}
.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: 10px 0;
    background: #333;
}
#modal-cupon .box-success{
    border-top:none!important;
}
.cupon-title li.ativo {
    background: #fae84c;
    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;
}

.box-cupon {
    width: 100%;
    height: auto;
    padding: 5px;
    background: #fff;
    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: #d58806;
}

.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;
}

.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;
    padding: 8px 0px;
    background-color: #333333;
    line-height: 21px;
}

.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;
    background-color: #333333;
    line-height: 21px;
}

.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;
}

.header-campeonato-matchs {
    width: 100%;
    height: auto;
    padding: 4px;
    color: #04c;
    font-size: 15px;
}

.header-jogos {
    background: #1d1d1d;
    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: #fae84c;
	border:1px solid #f9a825;
	color:#000;
    float: left;
    margin: 5px;
    font-size: 15px;
    width: 20%;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    border-radius: 5px;
}
#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: #212121;
}
.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: 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;
    margin-right: 15px;
}
.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;
}
.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: #000;
    border: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.box-rodape-cupon  .btn-success {
    background-color: #15812b!important;
    border-color: #15812b!important;
    padding: 10px 0;
    font-size: 16px;
}
.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: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
}
#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;
    }
    #cupom-site {
        display: none;
    }
    #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 {
    position: fixed; /* Define a posição fixa na parte inferior da tela */
    bottom: 0; /* Alinha o elemento na parte inferior */
    left: 0; /* Alinha o elemento à esquerda */
    right: 0; /* Alinha o elemento à direita */
    display: flex; /* Utiliza flexbox para alinhar os elementos internos */
    justify-content: space-between; /* Alinha os elementos com espaço entre eles */
    align-items: center; /* Alinha os elementos verticalmente no centro */
    padding: 10px; /* Espaçamento interno para melhor aparência */
    background-color: #000; /* Cor de fundo (ajuste conforme necessário) */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* Sombra na parte inferior */
    border-radius: 24px 24px 0px 0px;
  }

  #input-mobile-top {
    /* Estilos para o input, se necessário */
    margin-right: 10px; /* Adicione margem entre o input e o elemento seguinte */
  }

    #cupom-site {
        display: none;
    }
    #tabs-mobile {
        font-size: 14px;
    }
    #input-mobile-top {
        width: 30%;
        float: left;
        border-radius: 4px;
    }
    #btn-finalizar-mobile {
        float:right;
    }
    .ganho-mobile {
        margin-left: 15px;
        margin-top: 0px;
        width: 30%;
        color: #dcdcdc;
        font-size: 20px;
    }
    #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: 72%;
    }
    .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: 0;
        left: auto;
        right: -13px;
        min-height: 100%;
        width: 375px;
        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;
    }
    #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: #333;
        padding: 0;
    }
    #cupom-site .retorno-individual{
        padding:0 15px;
        font-weight: normal;
    }
    #cupom-site .box-btn-pre-aposta{
        border-top: 1px solid #636363;
        padding: 10px;
    }
    #cupom-site .palpites-inner{
        overflow-y: auto;
        background: #000;
        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%
}