body {
    color: #FFFFFF !important;
    background: rgba(15, 15, 15, 0.91);
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

h2 {
    font-weight: bold;
}

#pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}

th {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #008000 !important;
    font-size: 19px;
}

td {
    color: #FFFFFF !important;
}

table tbody tr:nth-child(odd) {
    background-color: rgba(15, 15, 15, 0.80); /* cinza claro */
}

table tbody tr:nth-child(even) {
    background-color: rgba(15, 15, 15, 0.50); /* branco */
}

/* Container de paginação */
.pagination {
    justify-content: center;
    gap: 4px;
}

/* Botões padrão */
.pagination .page-link {
    color: #333;
    border: 1px solid #ccc;
    padding: 8px 14px;
    transition: all 0.2s ease-in-out;
}

/* Hover */
.pagination .page-link:hover {
    background-color: #008000;
    color: #fff;
    border-color: #008000;
}

/* Página ativa */
.pagination .page-item.active .page-link {
    background-color: #008000;
    border-color: #008000;
    color: white;
    font-weight: bold;
}

/* Página desativada (ex: Anterior/Próximo quando não disponível) */
/*.pagination .page-item.disabled .page-link {*/
/*    color: #888;*/
/*    background-color: #f2f2f2;*/
/*    border-color: #ddd;*/
/*    pointer-events: none;*/
/*    opacity: 0.7;*/
/*}*/

/* Remover shadow azul do focus */
.pagination .page-link:focus {
    box-shadow: none;
}

.theme-btn{
    background: #008000;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
    margin: 15px 5px 10px 0;
    overflow: visible;
    border-radius: 2px;
    padding: 20px 100px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.theme-btn:focus {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.theme-btn i {
    margin-left: 4px;
}

.theme-btn:hover {
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
    background: #006400 !important;
}

.theme-btn:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.payments{
    width: 600px !important;
}
