.ko-autocomplete {
	padding: 8px;
	border-radius: 4px;
	background-color: rgb(250 250 250 / 70%);
	box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.16);
	z-index: 101;
}

.ko-autocomplete.center {
  transform: translateX(-50%);
}

.ko-autocomplete.en {
	display: none;
}

.ko-autocomplete .dialog-wrap {
	position: relative;
}

.ko-autocomplete .dialog-close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -16px;
	right: -16px;
	width: 16px;
	height: 16px;
	background-color: #8e8e8e;
	border-radius: 50%;
	color: #f1f1f1;
	font-size: 10px;
}
