.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: #edf0f3;
	--act-border-width: 1px;
	--act-cell-font-size: 16px;
	--act-cell-font-weight: 400;
	--act-cell-line-height: 1.45;
	--act-cell-padding-x: 10px;
	--act-cell-padding-y: 8px;
	--act-date-bg: #fff;
	--act-date-color: #42464d;
	--act-date-font-size: 20px;
	--act-date-font-weight: 700;
	--act-font-family: inherit;
	--act-header-bg: #fafafa;
	--act-header-color: #3f4248;
	--act-header-font-family: inherit;
	--act-header-font-size: 16px;
	--act-header-font-weight: 500;
	--act-header-line-height: 1.3;
	--act-row-even-bg: #fdfdfd;
	--act-text-color: #2f3338;
	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-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: 10px 0 8px;
	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;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.06) !important;
	caret-color: #262626;
	color: #262626 !important;
	font-family: var(--act-font-family, inherit);
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	line-height: 1.2;
	min-height: 36px;
	padding: 0 12px 0 34px;
	-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(59, 130, 246, 0.12), inset 0 1px 2px rgba(17, 24, 39, 0.06) !important;
	outline: 0;
}

.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;
	width: 100%;
}

.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 12px;
	transition: max-height 280ms ease, opacity 180ms ease, padding 280ms ease;
}

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

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

.act-table-scroll {
	overflow-x: auto;
	width: 100%;
}

.act-table {
	border-collapse: collapse;
	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: 760px;
	table-layout: fixed;
	width: 100%;
}

.act-table col.act-col-code {
	width: 8%;
}

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

.act-table th,
.act-table td {
	border: 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 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;
}

@media (max-width: 680px) {
	.act-public-search {
		width: 100%;
	}

	.act-accordion-trigger {
		font-size: 16px;
		min-height: 60px;
		padding: 16px 18px;
	}

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

	.act-accordion-panel {
		padding-left: 0;
		padding-right: 0;
	}

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