.bootstrap-table .fixed-table-container {
	position: relative;
	clear: both;
	border-radius: 10px;
	border: 1px solid #ffffff00;
	overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
	align-items: center;
	background: var(--sdk-app-backgound);
	color: var(--sdk-app-body-text);
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	z-index: 1000;
	transition: visibility 0s, opacity 0.15s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
	visibility: visible;
	opacity: 1;
	margin-bottom: -30px !important;
	position: absolute;
	height: 40px !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
	content: "";
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: loading;
	background: var(--sdk-app-backgound) ;
	color: var(--sdk-app-body-text);
	border-radius: 50%;
	display: block;
	height: 5px;
	margin: 0 4px;
	opacity: 0;
	width: 5px;
}

.list-view {
	--bs-table-color: var(--md-sys-color-on-background);
	--bs-table-bg: var(--md-sys-color-background);
	--bs-table-border-color: var(--md-sys-color-outline);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);

	background-color: var(--bs-table-bg);
	width: 100%;
	margin-bottom: 1rem;
	color: var(--bs-table-color);
	vertical-align: top;
	border: none;
}

.list-view tbody td {
	border-radius: 8px !important;
	padding: 8px;
	box-shadow: 0 0 5px 5px #4f4e4e73;
	display: flex;
}

.list-view tbody tr {
	padding: 8px;
	border-radius: 8px;
}

.list-view tbody tr.no-records-found td {
	border: none;
	padding: 0px;
	box-shadow: none;
	display: flex;
	justify-content: center;
	color: var(--md-sys-color-error);
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
	vertical-align: baseline;
	box-sizing: border-box;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
	padding: 6px;
	border: 1px solid var(--sdk-table-info-border-color) !important;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
	/*border-radius: 10px 10px 0 0;*/
	border: 1px solid var(--sdk-table-info-border-color) !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
	/*border-radius: 0 0 10px 10px;*/
	border: 1px solid var(--sdk-table-info-border-color) !important;
	margin-bottom: -4px;
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
	/*border-radius: 0 0 10px 10px;*/
	border: 1px solid var(--sdk-table-info-border-color) !important;
	/*margin-top: -2px;*/
}


.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-border {
	/*border : none;*/
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
	border-bottom: 2px solid var(--sdk-table-info-border-color) !important;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
	padding: 2px 8px;
	line-height: 22px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-container {
	border: 1px solid var(--bs-border-color);
	padding: 0px;
	overflow: hidden;
}

.table-container > table{
	margin: -1px 0 0 0;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 27px;
	padding-top: 2px !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner.sortable.desc,
.bootstrap-table .fixed-table-container .table thead th .th-inner.sortable.asc {
	background-color: #cdffdd;
	border: #56af929c groove 2px !important;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding: 6px;
	vertical-align: bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bootstrap-table .fixed-table-container .fixed-table-footer .table thead th .th-inner {
	padding: 6px;
	vertical-align: bottom;
	overflow: hidden;
}

.bootstrap-table.bootstrap5 .fixed-table-header .bs-checkbox input[type="checkbox"] {
	top: 4px;
	left: 0px;
}

.bootstrap-table.bootstrap5 .fixed-table-body .bs-checkbox input[type="checkbox"] {
	top: 2px;
	left: 0px;
}
