.act-public-table {
	--act-accordion-bg: #3f78d6;
	--act-accordion-bg-hover: #326cc9;
	--act-accordion-color: #fff;
	--act-accordion-color-hover: #fff;
	--act-accordion-font-size: 19px;
	--act-accordion-font-weight: 700;
	--act-accordion-radius: 8px;
	--act-border-color: #e5e7eb;
	--act-border-width: 1px;
	--act-cell-font-size: 16px;
	--act-cell-font-weight: 400;
	--act-cell-line-height: 1.45;
	--act-cell-padding-x: 12px;
	--act-cell-padding-y: 8px;
	--act-date-bg: #fff;
	--act-date-color: #303030;
	--act-date-font-size: 20px;
	--act-date-font-weight: 700;
	--act-font-family: inherit;
	--act-header-bg: #fafafa;
	--act-header-color: #303030;
	--act-header-font-family: inherit;
	--act-header-font-size: 16px;
	--act-header-font-weight: 600;
	--act-header-line-height: 1.3;
	--act-row-even-bg: #fafafa;
	--act-text-color: #303030;
	box-sizing: border-box;
	color: var(--act-text-color);
	font-family: var(--act-font-family);
	margin: 0 0 32px;
	width: 100%;
}

.act-public-tables {
	width: 100%;
}

.act-public-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px 12px;
	justify-content: flex-start;
	margin: 10px 0 8px;
	min-width: 0;
	width: 100%;
}

.act-public-table *,
.act-public-table *::before,
.act-public-table *::after {
	box-sizing: border-box;
}

.act-accordion {
	display: grid;
	gap: 14px;
	width: 100%;
}

.act-public-search {
	box-sizing: border-box;
	display: block;
	margin: 0;
	min-width: 180px;
	padding: 0;
	width: min(100%, 230px);
}

.act-public-search *,
.act-public-search *::before,
.act-public-search *::after {
	box-sizing: border-box;
}

.act-public-search label {
	display: block;
	margin: 0;
	position: relative;
}

.act-public-search label::before {
	background: #6b7280;
	content: "";
	height: 14px;
	left: 10px;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0.85;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") center / contain no-repeat;
	z-index: 1;
}

.act-public-search input[type="search"] {
	appearance: none;
	background: #fff !important;
	background-clip: padding-box;
	background-image: none !important;
	background-repeat: no-repeat !important;
	border: 1px solid #cfd7e2 !important;
	border-radius: 10px !important;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.1) !important;
	caret-color: #262626;
	color: #262626 !important;
	font-family: var(--act-font-family, inherit);
	font-size: 14px !important;
	font-weight: 500;
	height: 36px;
	line-height: 1.2;
	min-height: 36px;
	padding: 0 12px 0 34px;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, color 0.16s ease !important;
	-webkit-text-fill-color: #262626 !important;
	width: 100%;
}

.act-public-search input[type="search"]::placeholder {
	color: #6b7280;
	-webkit-text-fill-color: #6b7280;
	font-weight: 500;
	opacity: 1;
}

.act-public-search input[type="search"]::-webkit-search-cancel-button {
	appearance: none;
	height: 0;
	margin: 0;
	width: 0;
	-webkit-appearance: none;
}

.act-public-search input[type="search"]:focus {
	background: #fff !important;
	border-color: #8fa0b4 !important;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1), inset 0 1px 2px rgba(17, 24, 39, 0.1) !important;
	outline: 0;
}

.act-public-tables .act-public-search input[type="search"] {
	border-color: #cfd7e2 !important;
	border-radius: 10px !important;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.1) !important;
	color: #262626 !important;
	font-size: 14px !important;
	-webkit-text-fill-color: #262626 !important;
}

.act-public-tables .act-public-search input[type="search"]:focus {
	border-color: #8fa0b4 !important;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1), inset 0 1px 2px rgba(17, 24, 39, 0.1) !important;
}

.act-public-controls {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	justify-content: flex-end;
	margin-left: auto;
}

.act-section-toolbar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 8px;
	min-height: 36px;
	width: 100%;
}

.act-section-toolbar[hidden],
.act-public-controls[hidden],
.act-scrollhint[hidden],
.act-table-modal .act-public-scroll-nav[hidden] {
	display: none !important;
}

.act-public-scroll-nav {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.act-scrollhint {
	display: none;
	mix-blend-mode: normal;
	opacity: 0;
	overflow: visible;
	pointer-events: none;
	position: static;
	transition: opacity 0.3s ease;
}

.act-scrollhint.show {
	opacity: 1;
}

.act-scrollhint.hide {
	opacity: 0;
}

.act-scrollhint svg {
	display: block;
	height: 42px;
	width: 42px;
}

.act-public-controls button,
.act-table-modal button {
	align-items: center;
	background: #fff !important;
	background-image: none !important;
	border: 1px solid #c9d2dd !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #374151 !important;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--act-font-family, inherit);
	font-size: 13px !important;
	font-weight: 600 !important;
	height: 36px !important;
	justify-content: center;
	line-height: 1 !important;
	text-decoration: none !important;
	text-shadow: none !important;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.08s ease;
	-webkit-text-fill-color: #374151 !important;
}

.act-public-scroll-nav button {
	padding: 0 !important;
	width: 36px !important;
}

.act-public-fullscreen,
.act-table-modal-close {
	gap: 6px;
	padding: 0 12px !important;
	white-space: nowrap;
}

.act-public-controls button:hover,
.act-public-controls button:focus-visible,
.act-table-modal button:hover,
.act-table-modal button:focus-visible {
	background: #eef2f7 !important;
	border-color: #9aa7b7 !important;
	box-shadow: none !important;
	color: #111827 !important;
	outline: none;
	-webkit-text-fill-color: #111827 !important;
}

.act-public-controls button:active,
.act-table-modal button:active {
	transform: translateY(1px);
}

.act-public-controls button:disabled,
.act-table-modal button:disabled {
	background: #f8fafc !important;
	border-color: #e5e7eb !important;
	box-shadow: none;
	color: #9ca3af !important;
	cursor: default;
	transform: none;
	-webkit-text-fill-color: #9ca3af !important;
}

.act-fullscreen-icon {
	display: block;
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.act-fullscreen-icon::before {
	background: currentColor;
	content: "";
	display: block;
	height: 16px;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9V3h6M21 9V3h-6M3 15v6h6M21 15v6h-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 16px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9V3h6M21 9V3h-6M3 15v6h6M21 15v6h-6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.act-accordion-item {
	border-radius: var(--act-accordion-radius);
	overflow: hidden;
}

.act-search-highlight {
	background: #ffe86a;
	border-radius: 3px;
	box-decoration-break: clone;
	color: inherit;
	-webkit-box-decoration-break: clone;
	padding: 0 2px;
}

.act-public-table .act-accordion-trigger {
	align-items: center;
	background: var(--act-accordion-bg);
	background-color: var(--act-accordion-bg) !important;
	border: 0;
	border-radius: var(--act-accordion-radius);
	color: var(--act-accordion-color) !important;
	cursor: pointer;
	display: flex;
	font-family: var(--act-header-font-family);
	font-size: var(--act-accordion-font-size);
	font-weight: var(--act-accordion-font-weight);
	gap: 18px;
	justify-content: space-between;
	line-height: var(--act-header-line-height);
	min-height: 70px;
	padding: 20px 30px;
	text-align: left;
	text-decoration: none !important;
	white-space: normal;
	width: 100%;
}

.act-public-table .act-accordion-trigger > span:first-child {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: anywhere;
}

.act-public-table .act-accordion-trigger:hover,
.act-public-table .act-accordion-trigger:focus,
.act-public-table .act-accordion-trigger:focus-visible,
.act-public-table .act-accordion-trigger:active {
	background: var(--act-accordion-bg-hover);
	background-color: var(--act-accordion-bg-hover) !important;
	box-shadow: none !important;
	color: var(--act-accordion-color-hover) !important;
	text-decoration: none !important;
	outline: 0 !important;
}

.act-accordion-icon {
	border: solid currentColor;
	border-width: 0 4px 4px 0;
	display: block;
	flex: 0 0 auto;
	height: 18px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 18px;
}

.act-accordion-item.is-open .act-accordion-icon {
	transform: rotate(225deg);
}

.act-accordion-panel {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transition: max-height 280ms ease, opacity 180ms ease, padding 280ms ease;
}

.act-accordion-item.is-open .act-accordion-panel {
	opacity: 1;
	padding: 18px 0 10px;
}

@media (prefers-reduced-motion: reduce) {
	.act-accordion-panel,
	.act-accordion-icon {
		transition: none;
	}
}

.act-table-scroll {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	position: relative;
	width: 100%;
}

.act-table-scroll.act-scrollable-x {
	box-shadow: none;
}

.act-table-scroll.act-scrollable-x.act-at-left {
	box-shadow: none;
}

.act-table-scroll.act-scrollable-x.act-at-right {
	box-shadow: none;
}

.act-table-scroll.act-scrollable-x.act-at-left.act-at-right {
	box-shadow: none;
}

.act-table-note {
	color: var(--act-text-color);
	font-family: var(--act-font-family);
	font-size: calc(var(--act-cell-font-size) * 0.95);
	font-weight: 400;
	line-height: 1.45;
	margin-top: 10px;
	opacity: 0.86;
	white-space: normal;
}

.act-table {
	border: var(--act-border-width) solid var(--act-border-color);
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	color: var(--act-text-color);
	font-family: var(--act-font-family);
	font-size: var(--act-cell-font-size);
	font-weight: var(--act-cell-font-weight);
	line-height: var(--act-cell-line-height);
	min-width: 920px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.act-table col.act-col-code {
	width: 96px;
}

.act-table col.act-col-name {
	width: 34%;
}

.act-table th,
.act-table td {
	border: 0;
	border-bottom: var(--act-border-width) solid var(--act-border-color);
	border-right: var(--act-border-width) solid var(--act-border-color);
	padding: var(--act-cell-padding-y) var(--act-cell-padding-x);
	text-align: left;
	vertical-align: top;
	word-break: normal;
	overflow-wrap: anywhere;
}

.act-table th.act-col-code,
.act-table td.act-col-code {
	overflow-wrap: normal;
	white-space: nowrap;
}

.act-table thead tr:first-child th {
	border-top: 0;
}

.act-table tr > *:last-child {
	border-right: 0;
}

.act-table tbody tr:last-child td {
	border-bottom: 0;
}

.act-table th {
	background: var(--act-header-bg);
	color: var(--act-header-color);
	font-family: var(--act-header-font-family);
	font-size: var(--act-header-font-size);
	font-weight: var(--act-header-font-weight);
	line-height: var(--act-header-line-height);
}

.act-table td {
	color: var(--act-text-color);
	font-size: var(--act-cell-font-size);
	font-weight: var(--act-cell-font-weight);
	line-height: var(--act-cell-line-height);
}

.act-table .act-date-row th {
	background: var(--act-date-bg);
	color: var(--act-date-color);
	font-size: var(--act-date-font-size);
	font-weight: var(--act-date-font-weight);
	padding: var(--act-cell-padding-y) var(--act-cell-padding-x);
}

.act-table tbody tr:nth-child(even) td {
	background: var(--act-row-even-bg);
}

.act-public-empty {
	background: #f7f8fa;
	border: 1px solid #e4e8ee;
	border-radius: 8px;
	color: #555d66;
	padding: 16px;
}

.act-search-empty {
	margin-top: 12px;
}

html.act-table-modal-open,
body.act-table-modal-open {
	overflow: hidden !important;
}

.act-table-modal {
	background: #fff;
	display: flex;
	flex-direction: column;
	inset: 0;
	font-family: var(--act-font-family, inherit);
	position: fixed;
	z-index: 2147483000;
}

.act-table-modal,
.act-table-modal * {
	box-sizing: border-box;
}

.act-table-modal-head {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
	padding: 10px 14px;
}

.act-table-modal-title {
	color: #111827;
	flex: 1 1 260px;
	font-family: var(--act-header-font-family, inherit);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.act-table-modal-search {
	flex: 0 1 260px;
	min-width: 180px;
	width: 260px;
}

.act-table-modal-actions {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	margin-left: auto;
}

.act-table-modal-content {
	background: #fff;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 8px;
	min-height: 0;
	overflow: hidden;
	padding: 8px 10px 10px;
}

.act-table-modal-empty {
	flex: 0 0 auto;
	margin: 0;
}

.act-table-modal-note {
	flex: 0 0 auto;
	margin: 2px 4px 0;
}

.act-table-modal-scroll {
	background: #fff;
	border: 0;
	border-radius: 0;
	flex: 1 1 auto;
	box-shadow: none;
	height: auto;
	line-height: 1.25;
	max-height: 100%;
	min-height: 0;
	overflow: auto !important;
	width: 100%;
}

.act-table-modal-scroll .act-table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 100% !important;
	table-layout: auto !important;
	width: max-content !important;
}

.act-table-modal-scroll .act-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}

@media (max-width: 700px) {
	.act-public-toolbar {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
	}

	.act-public-search {
		flex: 1 1 auto;
		margin-right: 0;
		max-width: none;
		min-width: 0;
		width: auto;
	}

	.act-public-controls {
		display: inline-flex;
	}

	.act-section-toolbar {
		justify-content: flex-end;
		min-height: 34px;
	}

	.act-scrollhint {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		height: 34px;
		justify-content: center;
		margin-left: auto;
		width: 34px;
	}

	.act-scrollhint svg {
		height: 34px;
		width: 34px;
	}

	.act-public-table .act-accordion-trigger {
		font-size: clamp(15px, var(--act-accordion-font-size), 18px);
		gap: 12px;
		line-height: 1.25;
		min-height: auto;
		padding: 16px 18px;
	}

	.act-public-table .act-accordion-icon {
		height: 14px;
		width: 14px;
	}

		.act-table {
			min-width: 900px;
		}

	.act-table-modal-head {
		align-items: stretch;
		display: grid;
		grid-template-columns: 1fr;
	}

	.act-table-modal-title {
		white-space: normal;
	}

	.act-table-modal-search {
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.act-table-modal-actions {
		justify-content: space-between;
		margin-left: 0;
		width: 100%;
	}
}

.tooltip-horizontal-scroll-icon_hand {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
	0% {
		opacity: 0;
		transform: translateX(80px) scale(1);
	}

	10% {
		opacity: 1;
		transform: translateX(80px) scale(1);
	}

	20%,
	60% {
		opacity: 1;
		transform: translateX(175px) scale(0.6);
	}

	80% {
		opacity: 1;
		transform: translateX(5px) scale(0.6);
	}

	to {
		opacity: 0;
		transform: translateX(5px) scale(0.6);
	}
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
	0%,
	60% {
		transform: translateX(0);
	}

	80%,
	to {
		transform: translateX(-240px);
	}
}
