.__xeBottomSheetHandle {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
}

.__xeBottomSheetHandle-inner {
  margin: 0 auto;
  width: fit-content;
  padding: 3px 50px;
  border-radius: 10px;
  background-color: #ddd;
  transition: 0.5s;
}

.__xeBottomSheetHandle.__xeBottomSheetHandle--grap
  > .__xeBottomSheetHandle-inner {
  padding: 3px 80px;
}

.__xeBottomSheetCover {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 199;
}
.__xeBottomSheetCover.__xeBottomSheetCover--absolute {
  position: absolute;
}
.__xeBottomSheetCover.__xeBottomSheetCover--open {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.__xeBottomSheetWrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 200;
  overflow: hidden;
  bottom: 0;
}

.__xeBottomSheetWrapper.__xeBottomSheetWrapper--absolute {
  position: absolute;
}

.__xeBottomSheetContents {
  overflow: auto;
  height: 100%;
  flex: 1;
}

.__xeBottomSheetContents > * {
  height: 100%;
}


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