.PuiFilterRule {
	height: 35px;
	& .v-input__control {
		min-height: 30px !important;
	}
	& .v-input__slot {
		min-height: 30px !important;
		height: 30px !important;

		& label {
			position: relative !important;
		}
	}

	& .v-text-field.v-text-field--solo .v-input__control {
		min-height: 32px !important;
	}

	& input::placeholder {
		color: black !important;
		opacity: 1;
	}

	.inputFilter,
	.inputFilterText {
		& .v-input__slot {
			height: 39px !important;

			& .v-text-field__slot {
				top: -2px;
			}
		}
	}
	.narrow-icon .v-input__icon {
		width: 4px;
		min-width: 4px;
	}
	.operator {
		min-width: 102px;
	}
}