.cells-ps td {
    padding: 0.2em;
}

.fs-small {
    font-size: 0.8em;
}

.fs-vsmall {
    font-size: 0.7em;
}


.table-card thead tr:first-child {
  border-top: none;
}

.table-card th:first-child, .table-card td:first-child{
  border-left: none;
}

.table-card th:first-child {
    border-top-left-radius: var(--bs-border-radius);
}

.table-card th:last-child {
    border-top-right-radius: var(--bs-border-radius);
}

.table-card th:last-child, .table-card td:last-child{
  border-right: none;
}

.table-card tbody tr:last-child {
  border-bottom: none;
}

.w-30 {
  width: 30% !important;
}

.modal-body hr:last-of-type {
  display: none;
}
