/* Admin menu */
#toplevel_page_crb_carbon_fields_container_ucfw_global_settings .toplevel_page_crb_carbon_fields_container_ucfw_global_settings .wp-menu-image img {
	height: 16px;
	opacity: 1 !important;
	filter: brightness(130%);
	box-sizing: unset;
	margin-top: 1px;
}

/* Other styles */
.ucfw-valign-middle {
    vertical-align: middle;
}
.ucfw-color-gray {
    color: #919599;
}
.ucfw-font-s16 {
    font-size: 16px;
}
.ucfw-text-lowercase {
    text-transform: lowercase;
}
.cf-container__tabs-item {
    font-weight: bold;
}

.premium_overlay {
	position: relative;
}

.premium_overlay .overlay:hover{
    opacity: 1;
}

.premium_overlay img {
	max-width: 100%;
}

.premium_overlay .overlay {
	position: absolute;
	background: #ffffffd6;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	border-radius: 3px;
	transition: all linear 0.2s;
}

.premium_overlay .overlay a {
	background: #2271b1;
	color: #fff;
	text-decoration: navajowhite;
	padding: 15px 25px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

.ucfw_get_premium {
	color: #09bd7a;
	font-weight: bold;
}

