.modal-mask.H-1lwimur {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 7000;
    background: rgba(0, 0, 0, 0.3);
  }
  .modal.H-1lwimur {
    width: calc(100vw - 4em);
    max-width: 32em;
    max-height: calc(100vh - 4em);
    overflow: auto;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 0 20px #888;
    background: var(--B2);
    border: 1px solid var(--B0);
  }
  .dark .modal.H-1lwimur {
    box-shadow: 0 0 20px #070f15;
  }