.bp-learndash-reports-filters-form {
	text-align: left;
}

.bp_ld_report_table_wrapper {
	margin-bottom: 30px;
}

.bp_ld_report_table_wrapper.no-data {
	display: none !important;
}

.dataTables_paginate .button {
	margin-top: 10px;
}

.dataTables_paginate .disabled {
	display: none !important;
}

/* only have 1 page */
.dataTables_paginate span .button:first-child:last-child {
	display: none !important;
}

.ld-report-user-stats {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	background: #fff;
	border: 1px solid #dedfe2;
	margin-bottom: 15px;
}

.ld-report-user-stats > * {
	padding: 15px;
}

.ld-report-user-stats p {
	margin-bottom: 0;
}

.ld-report-user-stats .user-info {
	display: flex;
	align-items: center;
	min-width: 20%;
}

.ld-report-user-stats .user-avatar {
	margin-left: 15px;
}

.ld-report-user-stats .avatar {
	max-width: 52px;
}

.ld-report-user-stats .user-message {
	margin-right: auto;
}

.ld-report-user-stats .user-name h5 {
	margin-bottom: 0 !important;
}

.ld-report-course-stats {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #dedfe2;
	margin-bottom: 15px;
}

.ld-report-course-stats > * {
	padding: 15px;
}

.ld-report-course-stats p {
	margin-bottom: 0;
}

.ld-report-export-csv.no-data {
	display: none !important;
}

.ld-report-no-data {
	display: none;
}

.ld-report-no-data.no-data {
	display: block !important;
}

.export-indicator {
	display: none;
}
