/***********Show Hide Columns ****************/
.dropdown-check-list {
	display: inline-block;
	font-size:15px;
	border: 1px solid var(--bs-default-color) !important;
}
.dropdown-check-list .anchor {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 10px;
	border: 1px solid #ccc;
}
.dropdown-check-list .anchor:after {
	position: absolute;
	content: "";
	border-left: 2px solid var(--bs-default-color);
	border-top: 2px solid var(--bs-default-color);
	padding: 5px;
	right: 10px;
	top: 20%;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
	right: 8px;
	top: 21%;
}
.dropdown-check-list ul.items {
	padding: 2px;
	display: none;
	margin: 0;
	border: 1px solid var(--bs-default-color);
	border-top: none;
	z-index:99999;
	position:absolute;
	background:#fff;
	height:250px;
	max-height: 250px;
	overflow-x: hidden;
	width:215px;
}
 .dropdown-check-list ul.items::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 10px;
}
.dropdown-check-list ul.items::-webkit-scrollbar-thumb {
 border-radius: 8px;
 background-color: #606060;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}
.dropdown-check-list ul.items li {
	list-style: none;
}
.dropdown-check-list.visible .anchor {
	color: var(--bs-default-color);
}
.dropdown-check-list.visible .anchor:after {
	top: 40%;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dropdown-check-list.visible .items {
	display: block;
}
.dropdown-check-list.visible .items input[type=checkbox] {
	width:15px;
	height:15px;
}
.dropdown-check-list.visible .items .label-text {
	padding:5px;
}
.dropdown-check-list.visible .items label {
	cursor:pointer;
}

/*@media only screen and (min-width: 851px)  and (max-width: 992px){
.dropdown-check-list {
	margin-top:8px;
}
}

@media only screen and (max-width: 575px) {
	.dropdown-check-list {
	margin-top:10px;
	
	margin-left:25%;
}
}
@media only screen and (min-width: 576px) and (max-width: 649px) {
 .dropdown-check-list {
	margin-top:8px;
}
}*/
@media only screen and (min-width: 547px){
 .showOnlySelectedColumns {
	margin-top:0px !important;
}
}
/***********Show Hide Columns ****************/
