/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


// #wpadminbar #wp-admin-bar-wp-logo > a.ab-item .ab-icon:before {
// 	color: transparent;
// 	background: url("/wp-content/plugins/practicepulse-tools/admin/assets/logo-circle-white.png") no-repeat scroll 0 0 / 100% auto;
// }

// #welcome-panel {
// 	.welcome-panel-close {
// 		display: none;
// 	}
// 	.welcome-panel-content {
// 		display: none;
// 	}
// }

#pp_dashboard_widget {
	background: #FFFAF1;
	h2.hndle {
		background: #FF8B1A;
		color: #FFF;
	}
	.inside {
		ul {
			list-style: inherit;
			padding-left: 2em;
		}
		hr {
			margin: 1em 0 2em;
		}
	}
}



// HIDE ANNOYING PLUGIN / THEME NOTIFICATIONS

// Kioken expired:
.fs-notice.fs-sticky.fs-has-title.fs-slug-kioken-blocks.fs-type-plugin,

// UpdraftPlus expired:
.updraftmessage.updraftupdatesnotice-yourversiontested,
.updraftmessage.updraftupdatesnotice-updatesexpiringsoon,
.updraftmessage.updraftupdatesnotice-updatesexpired,

// AMP AdPushup expired:
.updated.notice.ampforwp_remove_notice,

// Filebird reviews
#njt-FileBird-review,

// Editor Kit notices
.notice.updated.editorskit-notice,
.editorskit_activated_notice.notice-error.notice.is-dismissible,
.notice.editorskit-support-notice.is-dismissible,

// AIOWP notices
#aiowps-dashnotice.updated,

// Forminator notices
.forminator-grouped-notice.notice.notice-info.is-dismissible,
.notice.notice-info.frash-notice.frash-notice-rate,

// PostSMTP
.updated.success.fs-notice.fs-sticky.fs-has-title.fs-slug-post-smtp.fs-type-plugin

{
	display: none !important;
}
