/*body:not(.user-id-1):not(.user-id-2) #menu-appearance {*/

/* body.dashboard-page #wpwrap {
	background-image: url(https://res.cloudinary.com/dhgy28eyh/image/upload/c_fill,w_1920/q_auto:eco/f_avif/v1/mirage-staging/MG_CEMENTI_RESINE_LIVING_LY03MAND_ALTA_V2-aspect-ratio-3-2-5);
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
} */

body.dashboard-page #wpcontent {
	background: transparent;
}

.dashboard-page .wrap>h1 {
	color: #fff;
}

.dashboard-page .wrap > h1 {
 	color: #222;
}

#adminmenu {
	padding-top: 75px;
	background-image: url(/wp-content/plugins/ta-skin/assets/images/ta-logo.svg);
	background-position: 10px -2px;
	background-repeat: no-repeat;
	margin: 0;
	width: 200px;
	background-size: 140px;
}

html {
	scroll-behavior: smooth;
}

#scrolltop {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s ease-in;
	position: fixed;
	bottom: 60px;
	right: 30px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20%;
}

.top-button {
	text-decoration: none;
	cursor: pointer;
	padding: 9px 15px;
	color: #fff;
	background: #135e96;
	border-radius: 3px;
	font-weight: normal;
	font-size: 12px;
}

.top-button:hover {
	background: #2271b1;
	background: #29587e;
	
	color: #fff;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
  background: #2271b1;
  background: #29587e;
  color: #fff;
}

#wp-admin-bar-archive,
body.user-id-8 #toplevel_page_woocommerce {
	display: none !important;
}

.text-explanation i {font-size:12px;}
.text-explanation i strong{font-weight:700;}