.cm-filters {
	margin-bottom: 40px;
}

.cm-filters-title {
	margin-bottom: 5px;
}

.cm-filters-songs-label {
	display: block;
	font-family: Arial, Helvetica, "Helvetica Neue", Roboto, "Liberation Sans", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	min-height: 50px;
}

.cm-filters-songs-label p {
	margin-bottom: 5px;
}

.cm-filters-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 500;
}


/* modal */

.cm-modal[hidden] {
	display: none;
}

.cm-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.cm-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.cm-modal__dialog {
	position: relative;
	max-width: 720px;
	margin: 6vh auto;
	background: #fff;
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	max-height: 88vh;
	overflow: auto;
}

.cm-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
}

.cm-modal__title {
	margin: 0 0 12px 0;
	padding-right: 44px;
}

.cm-modal__meta {
	margin: -6px 0 12px 0;
	opacity: 0.75;
}

.cm-modal__songs {
	font-size: 16px;
	margin: 0;
	padding-left: 18px;
	line-height: 1.8em;
	font-weight: 500;
}

.tabulator {
	font-family: Arial, Helvetica, "Helvetica Neue", Roboto, "Liberation Sans", sans-serif;
	/* border: none; */
}

.tabulator .tabulator-header {
	border-top: 1px solid rgba(34, 36, 38, .15);
	border-left: 1px solid rgba(34, 36, 38, .15);
	border-right: 1px solid rgba(34, 36, 38, .15);
	border-bottom: 3px solid #151515;
	font-size: 1.1em;
	padding-left: 0;
}

.tabulator .tabulator-header {
	color: #151515;
}

.tabulator .tabulator-header .tabulator-col {
	border-right: 1px solid #ddd;
}

.tabulator .tabulator-header .tabulator-col:last-of-type {
	border-right: none;
}

.tabulator .tabulator-header .tabulator-col:first-child {
	padding-left: 0;
}

.tabulator-table .tabulator-row .tabulator-cell:first-child {
	border-left: 2px solid transparent;
}

.tabulator-table .tabulator-row:nth-child(2n) .tabulator-cell:first-child {
	border-left: 2px solid transparent;
}

.tabulator-row.tabulator-row-even {
	background-color: #f5fafd;
}

@media (hover: hover) and (pointer: fine) {
	.tabulator-row.tabulator-selectable:hover {
		background: #d3d9dd !important;
		box-shadow: inset 0 0 0 rgba(0, 0, 0, .87);
		color: rgb(0, 0, 0) !important;
	}
}

.tabulator .tabulator-header .tabulator-col.is-filter-active {
	background-color: #dae1e7 !important;
	border-right: none;
}

.tabulator-col.is-filter-active .tabulator-col-title {
	font-weight: 700;
}

.cm-col-clear {
	position: absolute;
	top: 0;
	right: 30px;
	background: transparent;
	border: none;
	font-weight: normal;
	font-size: 22px;
	font-family: Arial, Helvetica, "Helvetica Neue", Roboto, "Liberation Sans", sans-serif;
	padding: 5px;
	line-height: 1;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.cm-col-clear:hover {
	background: #cdd5dd;
}

#cm-clear-header-filters {
	display: inline-flex;
	opacity: 0.25;
	pointer-events: none;
}

#cm-clear-header-filters.is-visible {
	opacity: 1;
	pointer-events: all;
}

#download-csv {
	margin-left: auto;
}

.cm-btn {
	cursor: pointer;
}

.ts-dropdown,
.ts-control,
.ts-control input {
	color: #303030;
	font-family: inherit;
	font-size: 15px;
	line-height: 18px;
}

.ts-wrapper.multi .ts-control>div {
	margin: 0;
	padding: 4px 6px;
}

.ts-control {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	padding-right: 8px;
	border-radius: 3px;
	min-height: 47px;
	gap: 5px;
	width: 100%;
}

#cm-filter-songs {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
	font-size: 16px;
}

.plugin-clear_button .clear-button {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(8px - 6px);
	margin-right: 0 !important;
	background: transparent !important;
	transition: opacity 0.5s;
	font-size: 20px;
	cursor: pointer;
}

[data-ts-item]+#cm-filter-songs-ts-control+.clear-button {
	opacity: 1;
}
