.textbox-container {
	position: relative;
	display: inline-block;
}

#filter-textbox {
	padding-right: 30px; /* Room for clear button */
}

.clear-button {
	display: none; /* Hidden by default */
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 16px;
	color: #757575;
}

.clear-button.show {
	display: block; /* Show when there is text */
}

.tabulator {
	font-size: 16px; /* Set your desired font size */
}


