@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700&display=swap');

/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*{
  position: relative;
  font-family: "Noto Sans TC", 微軟正黑體, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-img {
  background-image: url(../img/bg_img.svg);
  background-size: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

input[type="text"],
  input[type="date"],
  select{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 42 139 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  min-height: 28px;
  height: 28px;
}

input[type="date"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="text"]::-moz-placeholder, input[type="date"]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(179 179 180 / var(--tw-text-opacity));
}

input[type="text"]::placeholder,
  input[type="date"]::placeholder,
  select option{
  --tw-text-opacity: 1;
  color: rgb(179 179 180 / var(--tw-text-opacity));
}

button, input[type="submit"]{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

label{
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

select {
  appearance: none;
  /* For modern browsers */
  -webkit-appearance: none;
  /* For Safari and Chrome */
  -moz-appearance: none;
  /* For Firefox */
}

.modal-dialog.bg-img {
  margin: 0;
}

/*動畫特效預設*/

:root {
  --shimmer-hue-1: 213deg;
  --shimmer-sat-1: 95%;
  --shimmer-lit-1: 91%;
  --shimmer-hue-2: 248deg;
  --shimmer-sat-2: 100%;
  --shimmer-lit-2: 86%;
  --shimmer-hue-3: 293deg;
  --shimmer-sat-3: 78%;
  --shimmer-lit-3: 89%;
  --glow-hue: 222deg;
  --shadow-hue: 180deg;
  --spring-easing: linear(0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
        1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
        1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
        0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
        0.998 84%, 1);
  --spring-duration: 1.33s;
}

@property --mask {
  syntax: "<angle>";

  inherits: false;

  initial-value: 33deg;
}

@keyframes spin {
  0% {
    --mask: 0deg;
  }

  100% {
    --mask: 360deg;
  }
}

@keyframes wipe {
  0% {
    -webkit-mask-position: 200% center;
    mask-position: 200% center;
  }

  100% {
    -webkit-mask-position: 0% center;
    mask-position: 0% center;
  }
}

@keyframes pulse {
  0%,
    90%,
    100% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}

@keyframes pulse2 {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  14% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flicker {
  0% {
    opacity: 0.1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  1% {
    opacity: 1;
  }

  2% {
    opacity: 0.5;
  }

  3% {
    opacity: 0.1;
  }

  4% {
    opacity: 0.7;
  }

  5% {
    opacity: 1;
  }

  7% {
    opacity: 0.7;
    -webkit-mask-image: linear-gradient(90deg, transparent 15%, black 45%, black 55%, transparent 85%);
    mask-image: linear-gradient(90deg, transparent 15%, black 45%, black 55%, transparent 85%);
  }

  8% {
    opacity: 0.1;
  }

  10% {
    opacity: 0.4;
  }

  13% {
    opacity: 1;
  }

  15% {
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 45%, black 65%, black 90%, transparent 100%);
    mask-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 45%, black 65%, black 90%, transparent 100%);
  }

  17% {
    opacity: 0.8;
  }

  19% {
    opacity: 0.3;
  }

  21.5% {
    opacity: 0;
  }

  23% {
    opacity: 1;
  }

  39% {
    opacity: 0.7;
  }

  45% {
    opacity: 0.2;
  }

  49% {
    opacity: 0.9;
  }

  52% {
    opacity: 0.7;
  }

  53.5% {
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(90deg, black 15%, black 45%, rgba(0, 0, 0, 0.4) 75%, transparent 85%);
    mask-image: linear-gradient(90deg, black 15%, black 45%, rgba(0, 0, 0, 0.4) 75%, transparent 85%);
  }

  57% {
    opacity: 0.8;
  }

  63% {
    opacity: 1;
  }

  75% {
    opacity: .85;
  }

  77% {
    opacity: 1;
  }

  80% {
    opacity: .9;
  }

  82% {
    opacity: .95;
  }

  83% {
    opacity: .85;
  }

  86% {
    opacity: 1;
  }

  89% {
    opacity: .85;
  }

  91% {
    opacity: 1;
  }

  92% {
    opacity: .9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  55% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes text {
  0% {
    background-position: 100% center;
  }

  100% {
    background-position: -100% center;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.main {
  flex: 1
}

.list_bg{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 300px;
}

.award-p{
  position: relative;
  z-index: 20;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: transparent;
}

.award-p::before {
  content: "LINE POINTS 1000點+百事撲克牌一份";
  color: #001485;
  position: absolute;
  top: 1px;
  padding-left: 2px;
  z-index: 10;
}

.award-p2{
  position: relative;
  left: 0px;
  top: -20px;
  z-index: 20;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.award-p.award-p3::before {
  content: attr(data-award);
}

.title,
  .btn-notice{
  z-index: 20;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.title::before,
  .btn-notice::before {
  content: attr(data-storke);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 2px #152A8B;
  text-stroke: 2px #152A8B;
  z-index: -1;
}

.btn-notice {
  animation: pulse-scale 1.1s ease-in-out infinite;
  animation-delay: 0.4s;
}

.btn-notice::before {
  -webkit-text-stroke: 2px #111;
  text-stroke: 2px #111;
}

@keyframes pulse-scale {
  0% {
    transform: scale(1);
    /* 原始大小 */
  }

  30% {
    transform: scale(1.1);
    /* 稍微放大 */
  }

  50% {
    transform: scale(1);
    /* 稍微縮小 */
  }

  100% {
    transform: scale(1);
    /* 稍微縮小 */
  }
}

/*modal-bs4-Start*/

.modal *{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modal.fade.show{
  display: block;
}

.modal-open .modal{
  overflow-y: auto;
  overflow-x: hidden;
}

.modal{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  outline-width: 0px;
  background-color: rgba(255, 255, 255, 0.2);
}

.modal-dialog{
  pointer-events: none;
  position: relative;
  margin: 0.5rem;
  width: auto;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-content{
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }
}

/*modal-bs4-End*/

.w-cust-1{
  justify-content: flex-end;
  flex: 0 0 20px;
}

.w-cust-2 {
  flex: 0 0 calc(100% - 20px);
}

.w-cust-3{
  justify-content: flex-start;
  flex: 0 0 calc(100% - 110px);
}

.w-cust-4 {
  flex: 0 0 110px;
}

.error-info{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 250 18 / var(--tw-text-opacity));
}

.bg-animation{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  animation: spin_rotate 8s linear infinite;
}

@keyframes spin_rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.point{
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 50px;
  transform: rotate(-30deg);
}

.point-light {
  animation: fade-in-out 1s ease-in-out infinite;
  /* 漸入漸出 */
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    /* 初始透明 */
  }

  35% {
    opacity: 0;
    /* 漸入 */
  }

  60% {
    opacity: 1;
    /* 保持顯示 */
  }

  100% {
    opacity: 0;
    /* 漸出並停留透明 */
  }
}

/* 翻卡動畫*/

.memory-game {
  width: 100%;
  height: 535px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  perspective: 1000px;
  margin-top: 0;
}

.memory-card {
  width: calc(33.33% - 10px);
  height: calc(25% - 10px);
  margin: 5px;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  transform: scale(1);
  transform-style: preserve-3d;
  transition: transform 1s;
  border-radius: 5px;
  cursor: pointer;
}

.memory-card:active {
  transform: scale(0.97);
  transition: transform .8s;
}

.memory-card.flip {
  transform: rotateY(180deg);
}

.front-face,
  .back-face {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #c2e5e0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front-face {
  transform: rotateY(180deg);
}

/*按鈕特效*/

.effectBtn {
  color: var(--bg);
  font-weight: 600;
  font-size: 1.2em;
  /*background-image: linear-gradient(315deg,
        hsl(var(--shimmer-hue-1), var(--shimmer-sat-1), var(--shimmer-lit-1)) 0.00%,
        hsl(var(--shimmer-hue-2), var(--shimmer-sat-2), var(--shimmer-lit-2)) 47%,
        hsl(var(--shimmer-hue-3), var(--shimmer-sat-3), var(--shimmer-lit-3)) 100.00%);*/
  position: relative;
  isolation: isolate;
  box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%);
  border: none;
  outline: none;
  border-radius: 99em;
  scale: 1;
  transition: all var(--spring-duration) var(--spring-easing);
  text-transform: unset;
}

.shimmer {
  position: absolute;
  top: 30px;
  inset: -40px;
  border-radius: inherit;
  mix-blend-mode: color-dodge;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  color: white;
}

@keyframes textShine {
  to {
    background-position: -200%;
  }
}

.shimmer::before,
  .shimmer::after {
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 40px;
}

.text-shine.active{
  background: linear-gradient(110deg, #ffffff, 45%, #7de9ff, 55%, #ffffff);
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 3s ease-out infinite;
}

.text-shine {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  z-index: 20;
  color: #fff;
}

.text-shine::before {
  content: attr(data-storke);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 3px #152A8B;
  text-stroke: 3px #152A8B;
  z-index: -1;
}

@keyframes textShine {
  to {
    background-position: -200%;
  }
}

.shimmer::before {
  box-shadow: 0 0 3px 2px hsl(var(--shimmer-hue-1) 20% 95%),
      0 0 7px 4px hsl(var(--shimmer-hue-1) 20% 80%),
      0 0 13px 8px hsl(var(--shimmer-hue-2) 40% 60%),
      0 0 22px 6px hsl(var(--shimmer-hue-2) 20% 40%);
  z-index: -1;
}

.shimmer::after {
  box-shadow: inset 0 0 0 1px hsl(var(--shimmer-hue-2) 70% 95%),
      inset 0 0 3px 1px hsl(var(--shimmer-hue-2) 100% 80%),
      inset 0 0 9px 1px hsl(var(--shimmer-hue-2) 100% 70%);
  z-index: 2;
}

.effectBtn {
  padding: 0;
  height: 64px;
  width: auto;
}

.effectBtn[disabled] {
  background: rgb(76 76 92);
  background-image: none;
}

.effectBtn:focus .shimmer,
  .effectBtn:active .shimmer {
  animation-play-state: paused !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.effectBtn:hover:not([disabled]),
  .effectBtn:hover:not([disabled]) .shimmer::before,
  .effectBtn:hover:not([disabled]) .shimmer::after {
  opacity: 1;
}

.effectBtn .text {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: var(--bg);
  background-image: linear-gradient(120deg, transparent, hsla(var(--shimmer-hue-1), 100%, 80%, 0.66) 40%, hsla(var(--shimmer-hue-2), 100%, 90%, .9) 50%, transparent 52%);
  background-repeat: no-repeat;
  background-size: 300% 300%;
  background-position: center 200%;
}

.effectBtn:not([disabled]):hover .text {
  animation: text .66s ease-in-out 1;
}

.effectBtn:not([disabled]) .shimmer::before,
  .effectBtn:not([disabled]) .shimmer::after {
  opacity: 1;
}

.effectBtn:not([disabled]) .shimmer {
  -webkit-mask-image: conic-gradient(from var(--mask, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%);
  mask-image: conic-gradient(from var(--mask, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%);
  -webkit-mask-size: cover;
  mask-size: cover;
  animation: spin 3s linear infinite both -0.5s;
}

.effectBtn:not([disabled])[data-effect=wipe] .shimmer {
  -webkit-mask-image: linear-gradient(90deg, transparent 20%, black 88%, transparent 90%);
  mask-image: linear-gradient(90deg, transparent 20%, black 88%, transparent 90%);
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: center;
  mask-position: center;
  animation: wipe 1.5s linear infinite both -0.5s;
}

.effectBtn:not([disabled])[data-effect=wave] .shimmer {
  -webkit-mask-image: linear-gradient(90deg, transparent 15%, black 45%, black 55%, transparent 85%);
  mask-image: linear-gradient(90deg, transparent 15%, black 45%, black 55%, transparent 85%);
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: center;
  mask-position: center;
  animation: wipe 3s linear infinite both -0.5s;
}

.effectBtn:not([disabled])[data-effect=throb] .shimmer {
  -webkit-mask-image: none;
  mask-image: none;
  animation: pulse 3s ease infinite both -0.5s;
}

.effectBtn:not([disabled])[data-effect=pulse] .shimmer {
  -webkit-mask-image: none;
  mask-image: none;
  animation: pulse2 3s ease infinite both -0.5s;
}

.effectBtn:not([disabled])[data-effect=flicker] .shimmer {
  -webkit-mask-image: none;
  mask-image: none;
  animation: flicker 3.33s ease infinite both -0.5s;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.bottom-8{
  bottom: 2rem !important;
}

.bottom-\[-8px\]{
  bottom: -8px !important;
}

.bottom-\[8px\]{
  bottom: 8px !important;
}

.left-0{
  left: 0px !important;
}

.left-1\/2{
  left: 50% !important;
}

.left-2{
  left: 0.5rem !important;
}

.left-4{
  left: 1rem !important;
}

.left-\[12px\]{
  left: 12px !important;
}

.right-0{
  right: 0px !important;
}

.right-1{
  right: 0.25rem !important;
}

.right-\[-12px\]{
  right: -12px !important;
}

.top-0{
  top: 0px !important;
}

.top-1\/2{
  top: 50% !important;
}

.top-2{
  top: 0.5rem !important;
}

.top-5{
  top: 1.25rem !important;
}

.top-\[-0px\]{
  top: -0px !important;
}

.top-\[-12px\]{
  top: -12px !important;
}

.top-\[-16px\]{
  top: -16px !important;
}

.top-\[-20px\]{
  top: -20px !important;
}

.top-\[-30px\]{
  top: -30px !important;
}

.top-\[20px\]{
  top: 20px !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-last{
  z-index: -1 !important;
}

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
}

.mb-\[-20px\]{
  margin-bottom: -20px !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.mt-\[-10px\]{
  margin-top: -10px !important;
}

.mt-\[-16px\]{
  margin-top: -16px !important;
}

.mt-\[-30px\]{
  margin-top: -30px !important;
}

.mt-\[2px\]{
  margin-top: 2px !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.h-\[100vh\]{
  height: 100vh !important;
}

.h-\[135px\]{
  height: 135px !important;
}

.h-\[190px\]{
  height: 190px !important;
}

.h-\[204px\]{
  height: 204px !important;
}

.h-\[430px\]{
  height: 430px !important;
}

.h-\[475px\]{
  height: 475px !important;
}

.h-\[480px\]{
  height: 480px !important;
}

.h-\[575px\]{
  height: 575px !important;
}

.h-\[62px\]{
  height: 62px !important;
}

.h-\[635px\]{
  height: 635px !important;
}

.h-\[80px\]{
  height: 80px !important;
}

.w-\[150px\]{
  width: 150px !important;
}

.w-\[200px\]{
  width: 200px !important;
}

.w-\[230px\]{
  width: 230px !important;
}

.w-\[240px\]{
  width: 240px !important;
}

.w-\[256px\]{
  width: 256px !important;
}

.w-\[280px\]{
  width: 280px !important;
}

.w-\[290px\]{
  width: 290px !important;
}

.w-\[300px\]{
  width: 300px !important;
}

.w-\[335px\]{
  width: 335px !important;
}

.w-\[360px\]{
  width: 360px !important;
}

.w-\[36px\]{
  width: 36px !important;
}

.w-\[500px\]{
  width: 500px !important;
}

.w-\[56px\]{
  width: 56px !important;
}

.w-\[80px\]{
  width: 80px !important;
}

.w-auto{
  width: auto !important;
}

.w-full{
  width: 100% !important;
}

.w-\[250px\]{
  width: 250px !important;
}

.translate-x-\[-50\%\]{
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.translate-y-\[-50\%\]{
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.items-center{
  align-items: center !important;
}

.justify-center{
  justify-content: center !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.text-ellipsis{
  text-overflow: ellipsis !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.border-0{
  border-width: 0px !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
  background-color: rgba(0,0,0,0.6) !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.p-5{
  padding: 1.25rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-\[2px\]{
  padding-top: 2px !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-start{
  text-align: start !important;
}

.text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-\[\#DB7D00\]{
  --tw-text-opacity: 1 !important;
  color: rgb(219 125 0 / var(--tw-text-opacity)) !important;
}

.text-\[\#fff\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}