/* 
The Telerik windoes uses a z-index of 10002.
The way Mudblazor calculates the z-index for their popover menu results in a significant lower z-value for popover menues than the z-value of the Telerik window.
To have a propper stacing of Mudblazor menues on top of Telerik windows a new value of 11000 was choosen. That is to ensure that we can visual stack other components inbetween the window and the context menu if needed.
*/
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
  color: white;
  background-color: #406664;
}

.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel {
  color: #0D1414;
  background-color: #8CA3A2;
}

.k-list-item .vega-icon.selectorIcon {
  color: #406664;
  vertical-align: text-top;
}

/*# sourceMappingURL=vegacombobox.css.map */
