/* @group generic-table
------------------------------------ */

.generic-table {
    --lavanda-app: #7183FF;
    --azul: #242954;
}
.generic-table.bg-gray table {
    background-color: #f6f8f9;
}

.generic-table table a {
    color: var(--azul);
    text-decoration: underline;
}

.generic-table table :is(th,td) {
    text-align: left;
}

@media only screen and (min-width : 961px) {}

@media only screen and (min-width : 961px) and (max-width : 1440px) {}

@media only screen and (min-width : 0) and (max-width : 960px) {}

/* @end */