.btn-primary {
    display: inline-block;
    background-color: #126444;
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
}

.btn-primary:hover {
    background-color: #1c7242;
}

.btn-secondary {
    display: inline-block;
    /* background-color: #a8aaae; */
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
}

.btn-secondary:hover {
    color: #fff !important;
    /* background-color: #97999d !important; */
}
/* Tabela Responsiva */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    /* Permite rolagem horizontal em telas menores */
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.table th,
.table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    /* Somente bordas inferiores */
    text-align: left;
}

.table th {
    background-color: white;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 0.875rem;
}

.btn {
    margin-right: 10px;
}
