.table-evento td:last-child a {	
	color:var(--thirdColor);
}
body, main#app, footer, body{
    background-color:var(--bgColor);
    color:var(--thirdColor);
    font-family: 'Open Sans';
}


.table-evento td:last-child a, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .table-evento td:last-child a:hover, .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white;	
}

.dataTables_info{
    color: black !important;
}

/* #bilhete, .tablejogos td.tcpais, .side-nav, li.nav-item.list-group-item {
	background: var(--primaryColor);
} */

#bilhete, .tablejogos td.tcpais {
	background: var(--primaryColor);
}

#bilhete, .tablejogos td.custom-tcpais {
	background: var(--titleColor);
}

.tablejogos td.league, .table-evento td.subtitle{
    background-color: var(--secondaryColor);
    color: var(--textColor);
    padding: 0.3rem;
}


.tablejogos td.league{
	white-space: break-spaces!important;
}

.football-title{
    color: black;
    font-size: 30px;
    margin-top: 50px;
    width: 100%;
    border-bottom: 1px solid #d9d4d4;
}

a:hover{
    text-decoration: none !important;
}

.football-div{
    width: 100%;
    padding: 15px;
}

.tablejogos td.sport{
    background-color: var(--thirdColor);
    color: white;
    padding: 0.5rem 1rem;
}

.table_bilhetes tr{
	cursor:pointer;
}
.tablejogos{
	background-color:#fff;
	color:black;
}

/* .tablejogos td{
	border-bottom: 1px solid #ddd;
} */

.tablejogos td.tcpais,
.tablejogos td.custom-tcpais,
.tablejogos td.sport,
.tablejogos td.league,
.table-evento td.subtitle{
	border-bottom: 0;
}


li.nav-item.list-group-item a {
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    text-decoration: none;
    display: block;
    padding: 12px 5px 12px 15px;
}

.list-group-item{
    padding: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: none;
}

.list-group-item a:hover{
    background-color: #383838;    
    display: block;   
    color: white !important; 
}

#menu-futebol{
    padding: 0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    background: #ecf0f5;
}

#menu-futebol li{
    list-style: none;
    border-bottom: 1px solid black;    
}

#menu-futebol li ul{
    padding: 0;
    background: white;
}

#menu-futebol li ul li{    
    border-bottom: 0 !important;
    border-top: 1px solid #2881cd;
}

#menu-futebol li ul li a{
    padding: 6px 20px;
    color: #312f2f;
    display: block;
}

#menu-futebol li  ul li a:hover{
    display: block !important;
    background:#2881cd !important;
    color: white !important;
}

.country:active{
    background:rgb(89, 196, 238) !important;
    
}

#simples-title, #multipla-title{
    text-align: center;
    background: #0982ad;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

#custom-simples-title, #custom-multipla-title{
    text-align: center;        
    padding: 5px;
    width: 100%;
    border: 1px solid #d6cdcd;    
}

#menu-esportes{
    color: black;
}

.tablejogos td.tcpais {
    color: white;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
}

.tablejogos td.custom-tcpais {
    color: var(--textColor);
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
}

.table-evento td {
    padding: .4rem 0;
}

.tablejogos td:first-child {
    padding-left: 0.5rem;
}

.tablejogos td:last-child {
    white-space: nowrap;
}

.tablejogos td a {
    padding: 0.5rem;
    color: white;
    cursor: pointer;
}
.table-apostas td, .table-apostas th {
    text-align: center;
}
.table-apostas td:first-child,
.table-apostas th:first-child  {
    text-align: left;
}
.table-evento {
    background: #fff;
    color: black;
}

.table-evento td:first-child, .table-evento th:first-child {
    padding-left: 1rem;
}

.table-evento td:last-child, .table-evento th:last-child {
    text-align: center;
}

.table-evento td:last-child a{
    padding:0.1rem 0.5rem;
    cursor: pointer;
}


table.dataTable tbody td {
    padding: 0!important;
}

.table_bilhetes {
    font-weight: bold;
    font-size: 0.8rem;
}

.regulamento_container{
    color: black; 
    border-top: 5px solid #00C0EF; 
    background: white; 
    margin-top: 20px; 
    padding: 10px 15px; 
    margin-bottom: 50px;
}

.regulamento_container h2{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(68, 68, 68);
}

@media (max-width: 576px) { 
	td.text-center.sport {
		padding: 0!important;
	}

	.tablejogos td a {
		padding: 1rem 0.2rem!important;
	}
}


.header-group{
    display: flex;
    justify-content: flex-end;
    background-color: var(--primaryColor);
    width: 100%;
    height: 70px;
}

.header-deposit-btn{
    border-radius: 25px;
    color: white;
    background-color: rgb(241, 65, 65);
    padding: 5px 15px;
    margin-right: 50px;
    height: 40px;
    margin-top: 15px;
}
.customer-info{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-right: 80px;
}
.customer-name{
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.customer-balance{
    font-size: 15px;
    color: white;
}

.menu-item{
    padding: 15px;    
}
.menu-item a{
    font-size: 18px !important; 
    color: white !important;
}
.menu-item:hover, .menu-item a:hover{
    background: white !important;
    color: black !important;
}
.menu-item:hover a{
    color: black !important;
}