.paginator {
	display: flex;
	justify-content: center;
	padding-top: 15px;
	gap: 10px;
}

.paginator-button {
	color: white;
	background-color: transparent;
	cursor: pointer;
	margin-bottom: 15px;
	font-size: 1rem;
	color: black;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ECJSTable-filter {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: thin solid var(--main_color_1_light);
	padding-bottom: 10px;
	min-height: 30px;
}

.ECJS_filter {
	display: flex;
	position: relative;
}

.ECJS_select_header_filter,
.ECJS_text_filter {
	min-width: 150px;
	width: 150px;
}

.ECJS_text_filter {
	padding-left: 5px;
}

.ECJS_select_value_filter {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	width: 30px;
	max-width: 30px;
	background-color: var(--content_font_1);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../../images/icons/icon_search_dropdown.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

.ECJS_filters_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.ECJS_select_value_filter:active {
	background-color: var(--main_color_2);
}

@media (hover: hover) {
	.ECJS_select_value_filter:hover {
		background-color: var(--main_color_2);
	}
}

.table.is-bordered td {
	overflow: hidden;
	white-space: nowrap;
}

.active-paginator-button {
	border-bottom: 2px solid var(--main_color_2);
	color: var(--main_color_2);
}

.table-container tr {
	cursor: pointer;
}

.table_tools {
	display: flex;
	gap: 15px;
}

.table_tools > p,
.ECJSTable-filter > p {
	min-width: 120px;
	white-space: nowrap;
}

@media screen and (max-width: 1023px) {
	.table_tools > p,
	.ECJSTable-filter > p {
		min-width: 100px;
	}
}

.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
	margin-bottom: 1.5rem;
}

.table-container {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: scroll !important;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	white-space: nowrap;
}

.table.is-bordered td,
.table.is-bordered th {
	border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}

.table {
	background-color: #fff;
	color: #363636;
}
.table td,
.table th {
	border: 1px solid #dbdbdb;
	border-width: 0 0 1px;
	padding: 0.5em 0.75em;
	vertical-align: top;
	text-align: center !important;
}
.table td.is-white,
.table th.is-white {
	background-color: #fff;
	border-color: #fff;
	color: #0a0a0a;
}
.table td.is-black,
.table th.is-black {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	color: #fff;
}
.table td.is-light,
.table th.is-light {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: rgba(0, 0, 0, 0.7);
}
.table td.is-dark,
.table th.is-dark {
	background-color: #363636;
	border-color: #363636;
	color: #fff;
}
.table td.is-primary,
.table th.is-primary {
	background-color: #00d1b2;
	border-color: #00d1b2;
	color: #fff;
}
.table td.is-link,
.table th.is-link {
	background-color: #485fc7;
	border-color: #485fc7;
	color: #fff;
}
.table td.is-info,
.table th.is-info {
	background-color: #3e8ed0;
	border-color: #3e8ed0;
	color: #fff;
}
.table td.is-success,
.table th.is-success {
	background-color: #48c78e;
	border-color: #48c78e;
	color: #fff;
}
.table td.is-warning,
.table th.is-warning {
	background-color: #ffe08a;
	border-color: #ffe08a;
	color: rgba(0, 0, 0, 0.7);
}
.table td.is-danger,
.table th.is-danger {
	background-color: #f14668;
	border-color: #f14668;
	color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
	white-space: nowrap;
	width: 1%;
}
.table td.is-selected,
.table th.is-selected {
	background-color: #00d1b2;
	color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
	color: currentColor;
}
.table td.is-vcentered,
.table th.is-vcentered {
	vertical-align: middle;
}
.table th {
	color: #363636;
}
.table th:not([align]) {
	text-align: inherit;
}
.table tr.is-selected {
	background-color: #00d1b2;
	color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
	color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
	border-color: #fff;
	color: currentColor;
}
.table thead {
	background-color: transparent;
}
.table thead td,
.table thead th {
	border-width: 0 0 2px;
	color: #363636;
}
.table tfoot {
	background-color: transparent;
}
.table tfoot td,
.table tfoot th {
	border-width: 2px 0 0;
	color: #363636;
}
.table tbody {
	background-color: transparent;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
	border-bottom-width: 0;
}
.table.is-bordered td,
.table.is-bordered th {
	border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
	border-bottom-width: 1px;
}
.table.is-fullwidth {
	width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
	background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
	background-color: #fafafa;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #f5f5f5;
}
.table.is-narrow td,
.table.is-narrow th {
	padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
	background-color: #fafafa;
}
.table-container {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden;
	max-width: 100%;
}
