/* 
The Telerik windows 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: #406664;
  background-color: #D9E0E0;
  box-shadow: none;
}

.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: #1a1a1a;
  background-color: #f2f2f2;
}

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

.vega-display-flex-col {
  display: flex;
  flex-direction: column;
}

.vega-display-flex-row-between {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vega-display-flex-row-between .vega-tool-tip-wrapper {
  width: fit-content;
  flex: 0 1 20px;
}

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