.custom-table-container-b0d178a2 {
    width: 100%;
    margin: 15px 0;
    box-sizing: border-box;
}
.custom-table-container-b0d178a2.responsive-active {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-search-bar {
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}
.table-search-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    max-width: 250px;
    width: 100%;
}
.custom-table-element {
    width: 100%;
    border-collapse: collapse !important; /* Forces combined/collapsed cell borders */
    text-align: left;
    table-layout: auto;
}
.custom-table-element th {
    position: relative;
    font-weight: bold;
}
.custom-table-element th .sort-icon {
    font-size: 0.8em;
    margin-left: 5px;
    opacity: 0.6;
    cursor: pointer;
}
.custom-table-element tr {
    transition: background-color 0.2s ease;
}
