body #cupom-site .palpites-inner::-webkit-scrollbar {
    width: 7px;
  }
  
body #cupom-site .palpites-inner::-webkit-scrollbar-track {
    background:#9c9c9c; 
    border-radius: 10px;
}

body #cupom-site .palpites-inner::-webkit-scrollbar-thumb {
    background: rgb(153, 153, 153); 
    border-radius: 10px;
}

body #cupom-site .palpites-inner::-webkit-scrollbar-thumb:hover {
    background: rgb(44, 44, 44); 
    border-radius: 10px;
}
.menu-jogos {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #9c9c9c;
    border-top: 1px solid #e0e0e0;
}

.menu-jogos li {
    flex: 1 1 auto;
    text-align: left;
}

.menu-jogos li.ativo {
    background: #333;
}

.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: #039;
}

.cupon-title li.ativo {
    background: #000039;
    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: #0003bd;
    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: #1200d6;
    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: #0e53e8;
}

.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: #dbdbdb;
    line-height: 21px;
}

.container-lista-jogos .btn-apostas .btn {
    width: 24%;
    background-color: #3158d9 !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: #fafbff;
    font-weight: 700;
}

.header-campeonato-matchs {
    width: 100%;
    height: auto;
    padding: 4px;
    color: #FFF;
    font-size: 15px;
}

.header-jogos {
    background: #039;
	border-radius:10px 10px 0px 0px;
    color: #3b58d9;
}

.btn-home-header {
    border: none;
    float: left;
    margin: 5px;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.btn-home {
    background: #039;
    color: #f6f6f6;
    float: left;
    margin: 5px;
    font-size: 15px;
    width: 21%;
    height: 44px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    border-radius: 5px;
}

.selecionado {
    background: #000ea3;
	border:1px solid #020203;
	color:#3542cc;
    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: #3158d9;
        height: 5px;
        margin-top: 35px;
}
#tabs-jogos-semana{
    background:#333;
    border:none;
}
#tabs-jogos-semana li>a{
    color: #3158d9;
    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 #ffffff;
}
#tabs-jogos-semana li.active>a{
    color:#ffffff;
    background:none;
    border:0;
}
#tabs-jogos-semana .nav-tabs{
   border-bottom:none
}
.cotacoes-principais .btn-home.selecionado span{
    background:#3b58d9;
	border-color:#3b58d9;
}
.plus-odd {
    background: #3b58d9;
    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 .logo{
    background: #212121;
    border: 0;
}
.main-header .logo:hover{
    color: #212121;
}
.main-header .navbar{
    background: #212121;
}
.main-header .sidebar-toggle{
    background: none;
    color: #fff;
}

.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: #3158d9;
    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;
}
.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: #121214;
    border: none;
}
.busca-time input{
    background: #121214;
    border: 0;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.box-rodape-cupon  .btn-success {
    background-color: #3158d9!important;
    border-color: #3158d9!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: #dbdbdb;
    }
    #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 {
        display:block;
        padding: 8px;
        background: #1200d6;
    }
    #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;
    }




}
.navbar-nav>li>a.btn-navbar{
    color: #fff;
}
.navbar-nav>li>a.btn-navbar:hover{
    color: #000;
}
/* apenas desktop */
@media screen and (min-width: 768px) {
  .header-jogos {
    display: flex;
    align-items: center;
  }
    .fixed .main-header{
      right: 375px;
    }
    .sidebar-collapse .site-middle{
        width: 72%;
    }
    .navbar-nav>li>a.btn-navbar{
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 10px 15px;
        margin: 5px;
        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%
}
.cotacoes-principais .btn-home span {
	background:#000050 !important;
}
.container-lista-jogos .plus-odd {
	background:#3158d9 !important;
}
.sports-categories {
	color:#3158d9;
}