/*
* Custom Css for backend 
*/
#accordion-section-overall_blog_popular,
#accordion-section-overall_blog_trending,
#accordion-section-overall_blog_recent,
#customize-control-overall_blog_custom_color_scheme,
#customize-control-overall_blog_theme_lite_dark_layout,
#accordion-section-theme_upsell .accordion-section-title::after{
	display: none !important;
	visibility: hidden;
}
#accordion-section-theme_upsell .accordion-section-title{
	background-color: #2271b1 !important;
	color: #fff !important;
}
.wp-core-ui #accordion-section-theme_upsell .button-primary{
	background-color: #fff;
	color: #2271b1;
	border: 2px solid #fff !important;
}
.wp-core-ui #accordion-section-theme_upsell .button-primary:hover{
	background-color: rgb(2,3,129);
	color: #fff;
	border: 2px solid #fff !important;
}
