.table-wrapper.svelte-z7x44z.svelte-z7x44z {
	overflow-x: auto;
	overflow-anchor: none;
	max-width: 100%;
	position: relative;
}
.table-wrapper.loading.svelte-z7x44z.svelte-z7x44z {
	min-height: 5rem;
}
.table-wrapper.loading.svelte-z7x44z tbody.svelte-z7x44z {
	opacity: 0.3;
}
.overlay-loader.svelte-z7x44z.svelte-z7x44z {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 1rem;
	display: flex;
	place-content: center;
	flex: 1;
	z-index: 2;
	pointer-events: none;
}
.table-content.svelte-z7x44z.svelte-z7x44z {
	width: 100%;
	position: relative;
	z-index: 2;
	transform-style: preserve-3d;
	border-collapse: separate;
	overflow-x: scroll;
}
.table-content.is-fixed.svelte-z7x44z.svelte-z7x44z {
	/* table-layout: fixed; */
}
.table-content.noHeadingPadding.svelte-z7x44z th {
	padding-top: 0 !important;
}
.table-content.slim.svelte-z7x44z td,
.table-content.slim.svelte-z7x44z th {
	padding: var(--space-4) var(--space-2);
}
.table-content.slim.svelte-z7x44z td:first-child,
.table-content.slim.svelte-z7x44z th:first-child {
	padding-left: var(--space-4);
}
.table-content.slim.svelte-z7x44z td:last-child,
.table-content.slim.svelte-z7x44z th:last-child {
	padding-right: var(--space-4);
}
.table-content.compact.svelte-z7x44z td,
.table-content.compact.svelte-z7x44z th {
	padding: var(--space-1) var(--space-2);
}
.table-content.stripey.slideDownEven.svelte-z7x44z:not(.framed)
	> tbody
	tr:nth-child(2n) {
	background: var(--grey-500);
}
.table-content.stripey.slideDownOdd.svelte-z7x44z > tbody tr:nth-child(odd) {
	background: #1c1a60;
}
.table-content.framed.svelte-z7x44z.svelte-z7x44z {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgba(33, 55, 67, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.table-content.framed.svelte-z7x44z thead {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 55, 67, var(--tw-bg-opacity));
}
.table-content.framed.svelte-z7x44z thead th {
	border-radius: 0;
	border-bottom-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(47, 69, 83, var(--tw-border-opacity));
}
.table-content.framed.svelte-z7x44z tbody tr:nth-child(2n) {
	--tw-bg-opacity: 1;
	background-color: rgba(47, 69, 83, var(--tw-bg-opacity));
}
.table-content.svelte-z7x44z td:first-child,
.table-content.svelte-z7x44z th:first-child {
	text-align: left;
	border-top-left-radius: var(--radius-base);
	border-bottom-left-radius: var(--radius-base);
}
.table-content.svelte-z7x44z td:last-child,
.table-content.svelte-z7x44z th:last-child {
	text-align: right;
	border-top-right-radius: var(--radius-base);
	border-bottom-right-radius: var(--radius-base);
}
.table-content.svelte-z7x44z td,
.table-content.svelte-z7x44z th {
	padding: var(--space-4) var(--space-4);
	word-wrap: break-word;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	color: var(--grey-200);
	font-size: var(--text-size-default);
}
.table-content.svelte-z7x44z th.left,
.table-content.svelte-z7x44z td.left {
	text-align: left;
}
.table-content.svelte-z7x44z th {
	font-weight: 600;
}
.table-content.svelte-z7x44z > tbody {
	position: relative;
	animation-fill-mode: forwards !important;
	animation-duration: 0.35s !important;
	animation-timing-function: ease-out !important;
	will-change: transform;
}
.table-content.svelte-z7x44z > thead {
	position: relative;
	transform: translateZ(1px);
}
