
.epicker-body-noscroll {
  touch-action: none;
  overflow: hidden;
}

.epicker {
  box-sizing: border-box;
  vertical-align: top;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 0;
  flex-direction: column;
  position: absolute;
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.epicker-body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.epicker.epicker-mobile .epicker-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9998;
  box-sizing: border-box;
}
.epicker.epicker-mobile .epicker-body {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  align-items: center;
}