/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.sidebar{
	padding-right: 30px !important;
	text-align: center;
}
.custom_scroll_div{
	max-height: 200px;
	overflow-y: scroll;
}
@media screen and (max-width: 575px) {
	.sidebar{
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 992px) {
	.header-row.justify-content-between{
		justify-content: center !important;
	}
}