.table-evento td:last-child a {
    color: var(--thirdColor);
}

body,
main#app,
footer,
body {
    background-color: var(--bgColor);
    color: var(--thirdColor);
}

.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: var(--squareColor);	 */
    color: white;
}

.dataTables_info {
    color: black !important;
}

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

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

.devolvido {
    background: #7A297A !important;
    color: white !important;
}

.btn-info {
    background: #7A297A !important;
}

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


.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.sport,
.tablejogos td.league,
.table-evento td.subtitle {
    border-bottom: 0;
}


li.nav-item.list-group-item a {
    color: #fff !important;
}

.tablejogos td.tcpais {
    color: white;
    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 !important;
    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;
}

div.tagsinput {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 6px 8px 0;
    border: 1px solid #dbe1e8;
    border-radius: 4px;
}

div.tagsinput span.tag {
    border: 1px solid #1bbae1;
    background-color: #1bbae1;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2px;
    display: block;
    float: left;
    padding: 0 20px 0 5px;
    height: 20px;
    line-height: 18px;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 6px;
    font-size: 12px;
    position: relative;
}

div.tagsinput span.tag a {
    position: absolute;
    color: #ffffff;
    display: block;
    top: 0;
    right: 5px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    height: 20px;
    width: 10px;
    text-align: center;
}

div.tagsinput span.tag a,
div.tagsinput span.tag a:hover,
div.tagsinput span.tag a:focus {
    color: #ffffff;
    text-decoration: none;
}

div.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    outline: 0;
    margin-right: 4px;
    margin-bottom: 6px;
}

div.tagsinput div {
    display: block;
    float: left;
}

div.tagsinput:before,
div.tagsinput:after {
    content: " ";
    display: table;
}

div.tagsinput:after {
    clear: both;
}

@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;
}