﻿.eControls .eListView {
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%;*/
    /*overflow: auto;*/

    & .k-pager-info {
        justify-content: center;
        order: 0;
    }

    & .k-listview {
        border: 0px solid transparent !important;
        /*height: calc(100% - 56px);*/
    }

    & .k-listview-content {
        height: 100%;
        /*overflow: auto !important;*/
    }

    & .k-listview-pager {
        display: none !important;
    }

    & .text-content h6 {
        font-size: var(--font-size-text-sm);
    }

    & .text-content p {
        font-size: var(--font-size-text-sm);
    }

    & .--eListView-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-height: 80px;
        width: auto;
        border-top: none;
        padding: 0;
        margin: 0 auto;
    }
    /* ── Empty state ─────────────────────────────────────────── */

    & .k-nodata {
        display: none;
    }

    & .k-listview:has(> #eClientSearchEmpty) {
        position: relative;
        min-height: 220px;
    }

        & .k-listview:has(> #eClientSearchEmpty) .k-listview-content {
            display: none;
        }

    &:has(.k-listview > #eClientSearchEmpty) .--eForm:has(> .--eListView-page) {
        display: none !important;
    }

    & .k-listview > #eClientSearchEmpty {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: unset;
        padding: 0;
        pointer-events: none;
    }
}
