.ui5-combobox-busy {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 42;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	width: 100%;
}

.ui5-combobox-busy:not([active]) {
	display: none;
}

[ui5-responsive-popover] [ui5-input] {
	width: 100%;
}