.typologies-list {
    position: relative;
}

.typologies-list .table-name {
    width: fit-content;
    margin-bottom: 20px;
}
.typologies-list .list-a,
.typologies-list .list-b{
    margin: 30px 0;
}

.typologies-list table {
    width: 100%;
    border-collapse: collapse;
    color: var(--primary-color);
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 17px;
}

.typologies-list table thead tr {
    text-transform: uppercase;
}

.typologies-list table thead th {
    padding: 12px 20px;
    align-content: center;
    font-weight: 400;
    border-bottom: none;
    width: 150px;
}
.typologies-list table thead th:first-child{
    padding-left: 20px;
}
.typologies-list table thead th:last-child{
    padding-right: 20px;
}
.typologies-list .list-a table tbody tr:nth-child(2n - 1) {
    background-color: rgb(0, 0, 0, 0.05)
}
.typologies-list .list-b table tbody tr:nth-child(2n) {
    background-color: rgb(0, 0, 0, 0.05)
}

.typologies-list table tbody td {
    align-content: center;
    padding: 12px 20px;
        width: 150px;
}

.typologies-list table tbody td:first-child {
    padding-left: 20px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.typologies-list table tbody td:last-child {
    padding-right: 20px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.typologies-list table tbody td .primary-btn-custom{
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    text-transform: unset;
}