html body .app-content {
    padding: 12px !important;
}

html body .global-listing-page .page-header {
    margin-bottom: 12px !important;
}

html body .global-listing-page .content-card {
    margin-bottom: 12px !important;
}

html body .global-listing-page .filters-section {
    padding: 12px !important;
}

html body .global-listing-page .listing-table thead th {
    position: sticky;
    top: 0;
    z-index: 14;
    background: #f8fafc;
}

html body .global-listing-page .pagination-wrapper {
    padding: 10px 14px !important;
    margin: 0 !important;
    gap: 10px !important;
}

html body .global-listing-page .pagination-wrapper .pagination {
    margin-bottom: 0 !important;
}

html body .global-listing-page [data-data-results] {
    min-width: 0;
}

html body .global-listing-page .table-responsive {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

html body .global-listing-page .table-responsive::-webkit-scrollbar {
    height: 8px;
}

html body .global-listing-page .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(148, 163, 184, 0.9);
    border-radius: 6px;
}

html body .data-results-wrapper,
html body .table-scroll-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

html body div.dataTables_wrapper {
    width: 100%;
    max-width: 100%;
}

html body div.dataTables_wrapper .dataTables_paginate,
html body div.dataTables_wrapper .dataTables_info {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

html body .pro-page-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 10px 4px;
    margin-bottom: 8px;
}

html body .pro-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}

html body .global-listing-page .filters-section {
    padding: 10px !important;
}

html body .pro-data-panel {
    padding: 0;
}

html body .pro-data-toolbar {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e7eb;
}

html body .pro-data-toolbar .pro-toolbar-strip {
    min-width: 0;
    overflow: visible;
}

html body .pro-data-toolbar .pro-search-box input {
    width: 100%;
}

html body .pro-data-toolbar .btn,
html body .pro-data-toolbar select,
html body .pro-data-toolbar input {
    white-space: nowrap;
}

html body .pro-data-toolbar .form-select,
html body .pro-data-toolbar .form-control,
html body .pro-data-toolbar .pro-toolbar-control,
html body .pro-data-toolbar .pro-toolbar-inline-selects {
    min-width: 0;
}

html body .pro-data-toolbar .pro-toolbar-group {
    align-items: center;
}

html body .pro-data-toolbar .btn,
html body .pro-data-toolbar .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

html body .pro-data-toolbar .btn i,
html body .pro-data-toolbar .dropdown-toggle i {
    font-size: 0.95rem;
    line-height: 1;
    flex: 0 0 auto;
}

html body .pro-data-toolbar .dropdown-toggle::after {
    margin-left: 0.35rem;
}

html body .pro-filters-grid {
    align-items: end;
}

html body .pro-filters-grid > [class*="col-"] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

@media (max-width: 1360px) {
    html body .pro-data-toolbar .pro-toolbar-group,
    html body .pro-data-toolbar .pro-toolbar-group--actions {
        width: auto;
    }
}

@media (max-width: 768px) {
    html body .pro-page-header {
        grid-template-columns: 1fr;
    }
    html body .pro-header-actions {
        width: 100%;
    }
    html body .pro-header-actions > * {
        flex: 1;
    }
    html body .pro-data-toolbar .btn,
    html body .pro-data-toolbar select,
    html body .pro-data-toolbar .pro-toolbar-control,
    html body .pro-data-toolbar .pro-toolbar-inline-selects,
    html body .pro-data-toolbar .pro-toolbar-group {
        width: 100%;
    }

    html body .pro-data-toolbar .pro-toolbar-strip {
        justify-content: flex-start;
    }

    html body .pro-data-toolbar .pro-toolbar-group--actions {
        justify-content: stretch;
    }

    html body .global-listing-page .filters-section {
        position: sticky;
        top: calc(var(--topbar-height, 72px) + 6px);
        z-index: 1035;
        background: var(--bs-body-bg, #fff);
    }
}
