.stJsonGroup {
	margin: 0 8px 8px 0;
	width: 100%;
	display: flex;
	align-items: center;
}
.input-group .stJsonHolder {
	width: 100%;
}

.stJsonGroup span {
	min-width: fit-content;
	margin: 0 4px 0 0;
}

.stJsonShowLabel, .stJsonLabel, .stJsonValue {
	display: flex;
	border-radius: 0!important;
}

.stJsonDelete {
	border: none !important;
	border-radius: 50%;
	padding: 2px !important;
	margin: 0 2px;
}

.stJsonAdd {
	width: 100%;
}