.toplevel_page_woomotiv .dlb_panel[data-tab="report"] .submit,
.toplevel_page_woomotiv .dlb_panel[data-tab="custom-popups"] .submit{
	display: none;
}

.__wmv_upgrade{
	color: #d63031 !important;
	border-color: #d63031 !important;
}

/**
 * Custom Popups
 */

.woomotiv_custom_items{
	margin-top: 20px;
}

.woomotiv_custom_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 15px;
}

.woomotiv_custom_item button{
	margin-top: 10px;
}

.woomotiv_custom_item img{
	-ms-flex-preferred-size: 80px;
	    flex-basis: 80px;
	max-width: 80px;
	height: 80px;
	border: 1px solid #ccc;
}
