
/*region tables*/
.table_custom {
    width: 100% !important;
    border-color: var(--fnd-border-color);
}

table th {
    text-align: start;
    color: var(--fnd-text-color) !important;
}

tbody, td, tfoot, th, thead, tr {
     border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table .header > th {
    color: var(--fnd-text-color) !important;
    background-color: var(--fnd-surface-2) !important;
}

.table_custom th {
    padding: 12px;
    color: var(--fnd-text-color);
}

.table_custom tbody tr {
    border-width: 1px;
    cursor: pointer;
}

ul {
    list-style-type: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*endregion*/