/* Connect Notification */

.text-connect-notification-wrapper {
	padding: 10px 12px;
}

.text-connect-notification-title {
	padding: 0 !important;
	margin: 0 !important;
}

.text-connect-notification-btn {
	display: inline-block;
	background: #0066ff;
	color: #ffffff;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 4px;
	margin-top: 12px;
	line-height: 20px;
}

.text-connect-notification-btn:hover {
	background: #0644a4;
	color: #ffffff;
}

/* Admin menu icon */
#adminmenu #toplevel_page_aict .wp-menu-image {
	background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12C0 5.37258 5.37258 0 12 0H68C74.6274 0 80 5.37258 80 12V68C80 74.6274 74.6274 80 68 80H12C5.37258 80 0 74.6274 0 68V12Z' fill='%231B1B20'/%3E%3Cpath transform='translate(15,15) scale(1.4286)' d='M4.37524 4.79199H8.67403C8.67403 9.77388 12.6988 13.7951 17.6831 13.7951H30.6244V18.9135H8.3542C8.81148 23.7122 12.8362 27.4597 17.7747 27.4597C21.9819 27.4597 25.4577 24.9 26.8296 20.7872H30.6252V31.2071H4.37524V4.79199Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

#adminmenu #toplevel_page_aict .wp-menu-image::before {
	content: '' !important;
}

/* Hide exclamation mark in menu on plugin settings page */
body.aict_page_aict_settings a.toplevel_page_aict span.awaiting-mod {
	display: none !important;
}
