#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options {
	 font-size: smaller;
	 outline: 1px solid #72acea;
	 padding: 0.5rem 0;
	 line-height: 1.75;
	 position: absolute;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options summary {
	 color: black;
	 font-weight: bold;
	 line-height: 1;
	 display: block;
	 width: 100%;
	 outline: none;
	 margin-left: 3px
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options summary::-webkit-details-marker {
	 fill: #777784;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options ul {
	 margin: 0;
	 padding: 0;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul > li:not(:last-child) {
/* 	 padding-bottom: 0.5rem; */
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul .option {
	 padding: 0 0.5rem;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul .option:hover {
	 background: #b8d6fe;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul ul li {
	 padding-left: 1rem;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul ul li:not([hidden]) {
	 display: flex;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul ul li span:first-child {
	 margin-right: 3ch;
}
#optgroup-list-wrapper input[data-optgroup-list] + datalist + .list-options > ul ul li span:last-child {
	 text-align: right;
	 color: #777784;
	 font-weight: lighter;
}
#optgroup-list-wrapper li {
	 list-style-type: none;
}

#optgroup-list-wrapper .list-options{
	max-height: 150px;
	overflow: hidden;
	overflow-y: auto;
	background-color: white;
	min-width: 150px;
	z-index: 3;
	display: none;
	cursor: pointer;
}

#optgroup-list-wrapper .list-options .sinTags{
	margin-left: 10px;
}

#optgroup-list-wrapper ul li{
	 list-style-type: none;
	 float: none;
	 height: auto;
	 margin: 0 !important;
}

#frmEdicionConfiguracionPantalla #optgroup-list-wrapper .list-options{
margin-top: 23px
}