@charset "utf-8";
/* CSS Document */
#page-title.page-title-center .breadcrumb {
	margin-top: 0.5rem !important;
}
@media (min-width: 992px) {
	.page-setting .sidebar-widgets-wrap, .page-setting #box_center_content .content {
		height: 100%;
		background:  #ffffff;
		box-shadow: 0 0 2px rgba(0,0,0,0.1);
		padding: 32px;
	}
	.page-setting #box_center_content .content {
		min-height: 62vh;
		max-height: 62vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.page-setting #box_center_content .content::-webkit-scrollbar-track {
		border: 1px solid #ffffff;
		padding: 2px 0;
		background-color: #ffffff;
	}
	.page-setting #box_center_content .content::-webkit-scrollbar {
		width: 6px;
	}
	.page-setting #box_center_content .content::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background-color: #cccccc;
		border: 1px solid #cccccc;
	}
}