
    section.svelte-1ere01f {
        height: 100%;
    }

    section.svelte-1ere01f table {
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
    }

    section.svelte-1ere01f thead {
        position: sticky;
        inset-block-start: 0;
        z-index: 1;
    }

    header.svelte-1ere01f,
    footer.svelte-1ere01f {
        min-height: 8px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header.container.svelte-1ere01f,
    footer.container.svelte-1ere01f {
        height: 48px;
    }
    footer.svelte-1ere01f {
        border-top: 1px solid #e0e0e0;
    }

    article.svelte-1ere01f {
        position: relative;
        /* height:calc(100% - 96px); */
        overflow: auto;
        scrollbar-width: thin;
    }

    article.svelte-1ere01f::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
    article.svelte-1ere01f::-webkit-scrollbar-track {
        background: #f5f5f5;
    }
    article.svelte-1ere01f::-webkit-scrollbar-thumb {
        background: #c2c2c2;
    }
    article.svelte-1ere01f::-webkit-scrollbar-thumb:hover {
        background: #9e9e9e;
    }

	input.svelte-1x4t3gx {
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		outline: none;
		padding: 0 8px;
		line-height: 24px;
		margin: 0;
		height: 24px;
		background: transparent;
		width: 40%;
		max-width: 176px;
		min-width: 96px;
		transition: all, 0.1s;
	}
	input.svelte-1x4t3gx:focus {
		border: 1px solid #bdbdbd;
	}
	input.svelte-1x4t3gx::placeholder {
		color: #9e9e9e;
		line-height: 24px;
	}

    aside.svelte-18tth2v {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 32px;
        color: #757575;
    }
    select.svelte-18tth2v {
        margin: 0 4px;
    }

    th.svelte-1311rr9 {
        background: inherit;
        padding: 8px 20px;
        white-space: nowrap;
        font-size: 13px;
        user-select: none;
        border-bottom: 1px solid #e0e0e0;
    }
    th.sortable.svelte-1311rr9 {
        cursor: pointer;
    }
    th.svelte-1311rr9 strong:where(.svelte-1311rr9) {
        white-space: pre-wrap;
        font-size: 13.5px;
        line-height: 16px;
    }
    th.sortable.svelte-1311rr9 div.flex:where(.svelte-1311rr9) {
        padding: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
    th.sortable.svelte-1311rr9 span:where(.svelte-1311rr9) {
        padding-left: 8px;
    }
    th.sortable.svelte-1311rr9 span:where(.svelte-1311rr9):before,
    th.sortable.svelte-1311rr9 span:where(.svelte-1311rr9):after {
        border: 4px solid transparent;
        content: '';
        display: block;
        height: 0;
        width: 0;
    }
    th.sortable.svelte-1311rr9 span:where(.svelte-1311rr9):before {
        border-bottom-color: #e0e0e0;
        margin-top: 2px;
    }
    th.sortable.svelte-1311rr9 span:where(.svelte-1311rr9):after {
        border-top-color: #e0e0e0;
        margin-top: 2px;
    }
    th.active.sortable.svelte-1311rr9 span.asc:where(.svelte-1311rr9):before {
        border-bottom-color: #9e9e9e;
    }
    th.active.sortable.svelte-1311rr9 span.desc:where(.svelte-1311rr9):after {
        border-top-color: #9e9e9e;
    }
    th.svelte-1311rr9:not(.sortable) span:where(.svelte-1311rr9) {
        visibility: hidden;
    }

    th.svelte-11i3j5h {
        border-bottom: 1px solid #e0e0e0;
    }
    input.svelte-11i3j5h {
        width: 100%;
        height: 24px;
        border: none;
        text-align: left;
        padding: 0 20px;
        background: inherit;
        outline: none;
        border-radius: 0;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    input.svelte-11i3j5h::placeholder {
        color: #bdbdbd;
        font-style: italic;
        font-size: 13px;
    }
    input.svelte-11i3j5h:focus {
        outline: none;
        border: none;
    }

    aside.svelte-1tjrquk {
        color: #616161;
        line-height: 32px;
        font-size: 14px;
    }

    aside.svelte-cwy9hw {
        color: #616161;
        line-height: 32px;
        font-size: 14px;
    }
    button.svelte-cwy9hw {
        background: #fafafa;
        padding: 2px 4px;
        border-radius: 2px;
        cursor: pointer;
        border: 1px solid #e0e0e0;
    }

    section.svelte-gvu126 {
        display: flex;
    }
    button.svelte-gvu126 {
        background: inherit;
        height: 32px;
        width: 32px;
        color: #616161;
        cursor: pointer;
        font-size: 13px;
        margin: 0;
        padding: 0;
        transition: all, 0.2s;
        line-height: 32px;
        border: 1px solid #e0e0e0;
        border-right: none;
        border-radius: 0;
        outline: none;
    }
    button.svelte-gvu126:first-child {
        border-radius: 4px 0 0 4px;
    }
    button.svelte-gvu126:last-child {
        border-right: 1px solid #e0e0e0;
        border-radius: 0 4px 4px 0;
    }

    button.svelte-gvu126:first-child:not(.small),
    button.svelte-gvu126:last-child:not(.small) {
        min-width: 72px;
    }

    button.svelte-gvu126:not(.active):hover {
        background: #eee;
    }
    button.disabled.svelte-gvu126:hover {
        background: inherit;
        cursor: default;
    }
    button.page.svelte-gvu126 {
        width: 72px;
        background: #fafafa;
    }
    button.page.svelte-gvu126:hover {
        background: #fafafa;
        cursor: default;
    }
    button.ellipse.svelte-gvu126:hover {
        background: inherit;
        cursor: default;
    }
    button.active.svelte-gvu126 {
        background: #eee;
        font-weight: bold;
        cursor: default;
    }
    button.disabled.svelte-gvu126 {
        color: #bdbdbd;
    }
    button.disabled.svelte-gvu126:hover {
        background: inherit;
        cursor: default;
    }
