.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}
a:not([href]) {
    color: #fff !important;
}

.chart-container {
	width: 100%;
	height: 300px;
	position: relative;
}
.chart-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.padding {
    padding-top: 5px;
    padding-bottom: 5px;
}