[x-cloak] {
  display: none !important;
}

.modal {
  background: rgba(0,0,0,.6);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.modal_internal {
  opacity: 1;
  transform: translateY(0%) translateZ(0px);
  margin-top: auto;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.modal_internal_2 {
  -webkit-overflow-scrolling: touch;
  margin: auto auto 0;
  overflow: auto;
  overscroll-behavior: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 478px;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 99;
}

.modal_internal_3 {
  -webkit-overflow-scrolling: touch;
  margin: auto auto 0;
  overflow: auto;
  overscroll-behavior: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  top: 0;
  z-index: 99;
}

.modal_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 16px;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
  overflow: hidden;
  height: 80px;
  background: #fff;
}
