.elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc_disabled:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc_disabled:after, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc_disabled:before, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc_disabled:after {
	bottom: auto;
	top: 50%;
	transform: translateY(-55%);
}

.elementor-widget-bdt-table .bdt-table table.dataTable thead th {
	padding: 10px 30px 10px 18px;
	color: #fff;
	background-color: #1e87f0;
	vertical-align: middle;
}

.elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_asc, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting_desc, .elementor-widget-bdt-table .bdt-table table.dataTable thead .sorting {
	background-image: none;
}

.elementor-widget-bdt-table .bdt-table .bdt-pagination>* {
	padding-left: 10px;
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:first-child {
	flex-direction: row-reverse;
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:nth-last-child(1) {
	align-items: center;
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_filter {
	float: left;
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_length {
	display: none;
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_info, .elementor-widget-bdt-table .bdt-table .dataTables_wrapper .bdt-pagination {
	padding: 0;
	margin: 0;
	font-size: clamp(.625rem, 1.2vw, .875rem);
}

.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .bdt-pagination {
	padding-left: 3px;
}

.elementor-widget-bdt-table .bdt-static-table .bdt-static-body-row-cell-icon, .elementor-widget-bdt-table .bdt-static-table .bdt-static-column-cell-icon {
	margin-left: 10px;
}

.elementor-widget-bdt-table.vertical-border-remove-yes th, .elementor-widget-bdt-table.vertical-border-remove-yes td {
	border-left: none !important;
	border-right: none !important;
}

.elementor-widget-bdt-table.vertical-border-remove-yes table {
	border-left: none !important;
	border-right: none !important;
}

.bdt-header-hidden-yes .bdt-google-sheet-table thead, .bdt-header-hidden-yes .bdt-static-table thead, .bdt-header-hidden-yes .bdt-table thead {
	display: none;
}

@media (min-width:768px) {
	.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .row:first-child {
		flex-direction: row;
	}
	
	.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_filter {
		float: right;
	}
	
	.elementor-widget-bdt-table .bdt-table .dataTables_wrapper .dataTables_length {
		display: flex;
	}
}

@media only screen and (max-width:40em) {}