/* 1. Use a more intuitive box-sizing model. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin from most elements. */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* 3. Remove list styles on ul, ol elements */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* 4. Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;

  button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    /* 清除 iPhone 上的預設按鈕樣式 */
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
  }
}

/* #app {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
}
*/


.passport-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 375px;
  background-color: rgba(22,22,25,0.6); /* bg-[rgba(22,22,25,0.6)] */

}




