.rst-wrapper {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}
.rst-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.rst-tab {
    padding: 10px 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #79d0ad;
}
.rst-tab.active {
    background-color: #5616eb;
    color: white;
}
.rst-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.rst-filter {
    padding: 6px 10px;
}
.rst-text-right {
    text-align: right;
}
.rst-table-container {
    margin-top: 20px;
}
.dataTables_length, .dataTables_filter {
    display: none !important;
}

.rst-header-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap; /* You can use nowrap if you don’t want wrapping ever */
}

.rst-tabs,
.rst-filters {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rst-filter-group select,
.rst-filter-group input {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
}