table:not(.mat-calendar-table) {
    width: 100%;
    min-width: 800px;

    a {
        color: $primary;

        text-decoration: underline;
        font-size: $font-s;

        cursor: pointer;
    }
}

.table-container {
    width: 100%;
    overflow-x: hidden;
}

.scrollable-table {
    overflow-x: auto;

    > .mat-table {
        display: inline-table;
        width: 100%;
        min-width: 600px;
    }
}

//Tabla que sale en el modal de añadir enlace realdooh
.mat-tab-body-wrapper .mat-paginator {
    display: none;
}