/* 
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-popover-body {
  padding-block: 0px;
  padding-inline: 0px;
}

.k-popover-callout.k-callout-n {
  transform: none;
}

.vega-popup {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1607843137);
}

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