.card-link-adj {
    color: inherit;
    text-decoration: none
}

.card-link-adj:hover {
    text-decoration: none;
    color: inherit
}

.search-input {
    width: 100%;
    border: none;
    background: 0 0
}

.search-col {
    border-bottom: 1px solid grey
}

.data-row {
    border-top: var(--bs-gray-300) solid 1px
}

.scrollable-table {
    overflow-y: scroll;
    max-height: 50vh;
}

.sticky-header {
    position: sticky;
    top: 0;
    background: white;
}



