.menuWrap-biWYdsXC {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px #0003;
  box-sizing: border-box;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
  z-index: 100;
}
html.theme-dark .menuWrap-biWYdsXC {
  background-color: #1e222d;
  box-shadow: 0 2px 4px #0006;
}
.menuWrap-biWYdsXC.isMeasuring-biWYdsXC {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
}
.menuWrap-biWYdsXC:focus {
  outline: none;
}
.scrollWrap-biWYdsXC {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollWrap-biWYdsXC.momentumBased-biWYdsXC {
  -webkit-overflow-scrolling: touch;
}
.scrollWrap-biWYdsXC::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.scrollWrap-biWYdsXC::-webkit-scrollbar-thumb {
  background-color: #9598a1;
  border: 1px solid #f0f3fa;
  border-radius: 3px;
}
html.theme-dark .scrollWrap-biWYdsXC::-webkit-scrollbar-thumb {
  background-color: #363a45;
  border-color: #1e222d;
}
.scrollWrap-biWYdsXC::-webkit-scrollbar-track {
  background-color: initial;
  border-radius: 3px;
}
.scrollWrap-biWYdsXC::-webkit-scrollbar-corner {
  display: none;
}
.menuBox-biWYdsXC {
  padding: 6px 0;
}
.isHidden-biWYdsXC {
  display: none;
}
