/**
 * Form editor: hide sidebar field icon (NOWPayments logo in Field Settings).
 */

.addon-logo.dashicons img {
    width: 100% !important;
    height: 100% !important;
}

span.gform-form-toolbar__icon img, #sidebar_field_icon img {
	width: auto;
	height: auto;
	max-width: 24px;
	max-height: 24px;
	object-fit: contain;
	display: block;
}

