.wst-table-wrapper {
	display: flex;
	gap: 50px;
}
.wst-table {
	font-size: 12px;
}
.wst-table .ninja_table_permalink {
	font-size: 14px;
	font-weight: 700;
	color: rgb(29, 87, 123);
}
.wst-table th,
.wst-table td {
	border: 0 !important;
}
.wst-table th {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	font-weight: 400 !important;
	color: rgb(29, 87, 123);
	white-space: nowrap;
}
.wst-table .fa {
	font-size: 18px;
	color: rgb(23, 189, 229);
}

.wst-filter-wrapper {
	width: 100%;
	max-width: 274px;
	font-size: 14px;
	gap: 16px !important;
}
.wst-filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wst-filter-title {
	font-size: 18px;
	font-weight: 500;
	color: rgb(29, 87, 123);
}
.wst-filter-reset {
	font-weight: 500;
}
.wst-filter-control-wrapper {
	margin-top: 10px;
	padding-top: 16px;
	border-top: 1px solid rgb(151, 151, 151);
}
.wst-filter-wrapper {
	margin-top: 90px;
}
.wst-filter-wrapper .wst-reset-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
	color: rgb(0, 123, 199);
}
.wst-filter {
	border: 1px solid rgba(20, 51, 89, 0.2);
	border-radius: 14px;
	padding: 16px 27px;
}
.wst-filter .wst-filter-label {
	color: rgb(20, 51, 89);
	font-size: 16px;
}
.wst-filter-options label {
	display: flex !important;
	width: fit-content;
	gap: 6px;
	align-items: center;
	cursor: pointer;
}

.dt-layout-row {
	margin: 0 !important;
}
.dt-search {
	display: flex;
	margin-bottom: 30px;
	gap: 0 !important;
}
.dt-search > label {
	flex: 100%;
	font-size: 18px;
	font-weight: 500;
	color: rgb(29, 87, 123);
	align-items: flex-start !important;
	margin-bottom: 12px !important;
	width: 290px !important;
}
.dt-search > .dt-input {
	font-size: 12px;
	font-weight: 400;
	color: rgb(20, 51, 89) !important;
	font-size: 14px;
	padding: 6px 4px 6px 14px !important;
	border-color: rgba(20, 51, 89, 0.2) !important;
	border-radius: 24px 0 0 24px !important;
	border-right: 0;

	&:placeholder-shown::placeholder {
		background: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231d577b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\<circle cx='11' cy='11' r='8'/>\<line x1='21' y1='21' x2='16.65' y2='16.65'/>\</svg>") no-repeat 0 center / 16px 16px;
		text-indent: 22px;
		color: #888;
	}

	&:focus {
		outline-offset: 0px !important;
	}
}

.dataTables_wrapper {
	display: flex;
	flex-direction: column;
}

.wst-search-columns .wst-search-columns-toggle {
	border-radius: 0 24px 24px 0;
	padding: 12px 9px 11px 7px;
	font-size: 9px;
}
.wst-search-columns-list .wst-search-columns-option {
	font-size: 12px;
	color: rgb(51, 51, 51);
}

.dataTables_paginate {
	margin-top: 20px;
}

.wst-table-wrapper .wst-filter-reset {
	opacity: 0;
	transition: opacity 0.2s ease;
}
.wst-table-wrapper.is-filtered .wst-filter-reset {
	opacity: 1;
}
.wst-table-wrapper .wst-results-wrapper .dataTables_paginate .paginate_button {
	border: 0 !important;
	border-radius: 50% !important;
	color: rgb(35, 82, 124) !important;
}
.wst-table-wrapper .wst-results-wrapper .dataTables_paginate .paginate_button.current {
	background-color: rgb(20, 51, 89) !important;
	color: #fff !important;
}
.wst-table-wrapper .wst-results-wrapper .dataTables_paginate .paginate_button:hover {
	background-color: rgb(161, 203, 229) !important;
}
.wst-filter-control-wrapper .select2-selection__choice__display {
	font-size: 12px;
}
.select2-container .select2-results__option {
	font-size: 14px;
}
