/* _content/Wedding/Components/about.razor.rz.scp.css */
div .about[b-6gfqkagcf6] {
  background: url(https://cdn.wedding.weiting.me/web/AN8_1502-min.jpeg) no-repeat bottom;
}

.title[b-6gfqkagcf6] {
  color: #FFF;
}

.footer_grid_left h1[b-6gfqkagcf6], p[b-6gfqkagcf6] {
  color: #000;
  font-weight: 400;
}

.footer_grid_left p[b-6gfqkagcf6] {
  font-size: 20px;
}

.footer_grid_left[b-6gfqkagcf6] {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.4);
  min-height: 260px;
}
/* _content/Wedding/Components/Backtop.razor.rz.scp.css */
.myBtn[b-9xdqt28ajn] {
    position: fixed;
    right: 4vw;
    bottom: 2vh;
    z-index: 99;
}

.myBtn:hover[b-9xdqt28ajn] {
    background-color: #555; /* Add a dark-grey background on hover */
}

.myBtn > oi oi-chevron-top[b-9xdqt28ajn] {
    font-size: 16pt
}
/* _content/Wedding/Components/Countdown.razor.rz.scp.css */
.digit[b-3p66sw15f1] {
}

.tittle[b-3p66sw15f1] {
  font-family: 'Great Vibes', cursive;
  text-transform: initial;
  color: #FFF;
}

#counter[b-3p66sw15f1] {
  backdrop-filter: blur(10px);
}
/* _content/Wedding/Pages/BlessingPage.razor.rz.scp.css */
body[b-tsih94oauk] {
  margin: 0;
}

.button-container[b-tsih94oauk] {
  display: flex;
  justify-content: center;
  align-items: center;
}

smart-button.icon > button[b-tsih94oauk] {
  display: flex;
  align-items: center;
}

input[b-tsih94oauk]::placeholder {
  color: #ccc !important;
}

.input-form[b-tsih94oauk] {
  width: 550px;
  margin: 0 auto;
  max-width: 90%;
  padding-top: 40px;
  position: relative;
}

  .input-form > div.button-container[b-tsih94oauk] {
    margin: 25px;
  }

.input-header[b-tsih94oauk] {
  height: 100vh;
  background: url(https://cdn.wedding.weiting.me/linemessage/blessing-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

.btn-primary[b-tsih94oauk] {
  color: #fff;
  background-color: #EE7A73;
  border: 0;
  font-size: 16px;
  padding: 8px 20px;
  transition: all 300ms;
}

  .btn-primary:disabled[b-tsih94oauk] {
    background-color: #EE7A73;
    border-color: #EE7A73;
  }

.btn-primary:hover[b-tsih94oauk] {
  background-color: #ed6b64;
  border-color: #ed6b64;
}

.blessing-wrapper[b-tsih94oauk] {
  margin: 40px 0 0;
  text-align: center;
}

.blessing-bubble[b-tsih94oauk] {
  display: inline-block;
  color: #fff;
  background-color: #EE7A73;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 25px;
  position: relative;
  margin: 20px;
}

  .blessing-bubble[b-tsih94oauk]::after {
    content: '';
    width: 18px;
    height: 15px;
    background: url(https://cdn.wedding.weiting.me/linemessage/bubble-deco2.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -14px;
    right: 50%;
    transform: translateX(40px);
  }

.avatar-wrapper[b-tsih94oauk] {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.avatar-both[b-tsih94oauk] {
  width: 400px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.avatar-flower1[b-tsih94oauk] {
  width: 80px;
  max-width: 30%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate3d(-230px,0,0);
  animation: wave1-b-tsih94oauk 1s 200ms infinite alternate;
}

.avatar-flower2[b-tsih94oauk] {
  width: 200px;
  max-width: 50%;
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translate3d(240px,0,0);
  z-index: 3;
  animation: wave2-b-tsih94oauk 1.5s 400ms infinite alternate;
}

@media screen and (max-width: 485px) {
  .avatar-both[b-tsih94oauk] {
    width: 350px;
  }

  .input-header[b-tsih94oauk] {
    overflow: hidden;
  }

  .avatar-flower1[b-tsih94oauk] {
    width: 80px;
    max-width: 30%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate3d(-175px,0,0);
    animation: wave1m-b-tsih94oauk 1s 200ms infinite alternate;
  }

  .avatar-flower2[b-tsih94oauk] {
    width: 170px;
    right: 50%;
    bottom: 35px;
    transform: translate3d(210px,0,0);
    animation: wave2m-b-tsih94oauk 1.5s 400ms infinite alternate;
  }
}

@media screen and (max-width: 310px) {
  .avatar-flower2[b-tsih94oauk] {
    width: 150px;
    right: 50%;
    top: 40%;
    transform: translateX(100%);
  }
}

@keyframes wave1-b-tsih94oauk {
  0% {
    transform: translate3d(-230px,0,0);
  }

  100% {
    transform: translate3d(-230px,6px,0);
  }
}

@keyframes wave2-b-tsih94oauk {
  0% {
    transform: translate3d(240px,0,0);
  }

  100% {
    transform: translate3d(240px,6px,0);
  }
}

@keyframes wave1m-b-tsih94oauk {
  0% {
    transform: translate3d(-175px,0,0);
    ;
  }

  100% {
    transform: translate3d(-175px,6px,0);
    ;
  }
}

@keyframes wave2m-b-tsih94oauk {
  0% {
    transform: translate3d(210px,0,0);
  }

  100% {
    transform: translate3d(210px,6px,0);
  }
}
/* _content/Wedding/Pages/index.razor.rz.scp.css */
/* _content/Wedding/Pages/LuckyDrawing.razor.rz.scp.css */
body[b-ojwcflkp68] {
  margin: 0;
}

img[b-ojwcflkp68] {
  display: block;
}

.bg[b-ojwcflkp68] {
  height: 100vh;
  background: url(https://cdn.wedding.weiting.me/linemessage/blessing-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button[b-ojwcflkp68] {
  width: 486px;
  height: 280px;
  cursor: pointer;
  position: absolute;
  top: 350px;
  left: 260px;
  transition: all 300ms;
  z-index: 99;
}

  .button:hover[b-ojwcflkp68] {
    transform: translateY(-8px);
  }

.disappear[b-ojwcflkp68] {
  opacity: 0;
}

.img_wrapper[b-ojwcflkp68] {
  width: 1000px;
  height: 620px;
  position: relative;
}

.flower_left[b-ojwcflkp68] {
  width: 364px;
  height: 377px;
  position: absolute;
  left: 0;
  top: 0;
  animation: wave1-b-ojwcflkp68 1s linear 100ms infinite alternate;
}

.flower_right[b-ojwcflkp68] {
  width: 326px;
  height: 303px;
  position: absolute;
  left: 675px;
  top: 281px;
  animation: wave1-b-ojwcflkp68 1.2s linear 200ms infinite alternate;
}

.gift_back[b-ojwcflkp68] {
  width: 531px;
  height: 351px;
  position: absolute;
  left: 236px;
  top: 265px;
}

.gift_bubbles[b-ojwcflkp68] {
  width: 428px;
  height: 130px;
  position: absolute;
  left: 287px;
  top: 375px;
}

.gift_front[b-ojwcflkp68] {
  width: 531px;
  height: 297px;
  position: absolute;
  left: 236px;
  top: 319px;
}

.gift_top[b-ojwcflkp68] {
  width: 533px;
  height: 271px;
  position: absolute;
  left: 235px;
  top: 120px;
  transform-origin: center 60%;
}

.bride[b-ojwcflkp68] {
  width: 150px;
  height: 274px;
  position: absolute;
  left: 141px;
  top: 344px;
}

.bridegroom[b-ojwcflkp68] {
  width: 88px;
  height: 286px;
  position: absolute;
  left: 727px;
  top: 333px;
}

.bubble[b-ojwcflkp68] {
  transform-origin: center;
  transform: scale(0);
}

.bubble_o1-1[b-ojwcflkp68] {
  width: 116px;
  height: 95px;
  position: absolute;
  left: 770px;
  top: -18px;
}

.bubble_o1-2[b-ojwcflkp68] {
  width: 120px;
  height: 98px;
  position: absolute;
  left: 70px;
  top: 99px;
}

.bubble_p1-1[b-ojwcflkp68] {
  width: 95px;
  height: 78px;
  position: absolute;
  left: 900px;
  top: 183px;
}

.bubble_p1-2[b-ojwcflkp68] {
  width: 120px;
  height: 98px;
  position: absolute;
  left: 258px;
  top: 170px;
}

.bubble_handsome[b-ojwcflkp68] {
  width: 292px;
  height: 111px;
  position: absolute;
  left: 472px;
  top: 96px;
}

.bubble_congrat[b-ojwcflkp68] {
  width: 175px;
  height: 117px;
  position: absolute;
  left: 223px;
  top: 75px;
}

.bubble_beauty[b-ojwcflkp68] {
  width: 222px;
  height: 100px;
  position: absolute;
  left: 609px;
  top: 31px;
}

.bubble_together[b-ojwcflkp68] {
  width: 288px;
  height: 124px;
  position: absolute;
  left: 365px;
  top: 140px;
}

.popup[b-ojwcflkp68] {
  padding: 40px;
  width: 1000px;
  min-height: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 60px -10px rgba(16,48,63,0.2);
  color: #10303f;
  font-size: 60px;
  line-height: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0) translate3d(-50%, -50%, 0);
  transform-origin: left top;
}

/* 動畫 */
.img_wrapper.animation .gift_top[b-ojwcflkp68] {
  animation: gift_open-b-ojwcflkp68 800ms 400ms, gift_close-b-ojwcflkp68 600ms 5.2s, gift_shake-b-ojwcflkp68 1.5s 6s, gift_open-b-ojwcflkp68 800ms 7.5s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_o1-1[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 1.2s cubic-bezier(.33,.18,.65,1.65), bubble_o1-1-b-ojwcflkp68 1s 1.5s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_p1-2[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 1.6s cubic-bezier(.33,.18,.65,1.65), bubble_p1-2-b-ojwcflkp68 1s 1.9s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_handsome[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 300ms 1.9s cubic-bezier(.33,.18,.65,1.65), bubble_handsome-b-ojwcflkp68 1s 2.4s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_p1-1[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 2.3s cubic-bezier(.33,.18,.65,1.65), bubble_p1-1-b-ojwcflkp68 1s 2.6s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_congrat[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 2.5s cubic-bezier(.33,.18,.65,1.65), bubble_congrat-b-ojwcflkp68 1s 2.9s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_o1-2[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 3.1s cubic-bezier(.33,.18,.65,1.65), bubble_o1-2-b-ojwcflkp68 1s 3.5s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_beauty[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 3.4s cubic-bezier(.33,.18,.65,1.65), bubble_beauty-b-ojwcflkp68 1s 3.8s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .bubble_together[b-ojwcflkp68] {
  animation: bubble_grow-b-ojwcflkp68 250ms 4s cubic-bezier(.33,.18,.65,1.65), bubble_together-b-ojwcflkp68 1.2s 4.5s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .gift_bubbles[b-ojwcflkp68] {
  animation: gift_bubbles-b-ojwcflkp68 3.8s 1.6s;
  animation-fill-mode: forwards;
}

.img_wrapper.animation .popup[b-ojwcflkp68] {
  animation: popup_grow-b-ojwcflkp68 600ms 7.7s cubic-bezier(.47,.05,.62,1.34);
  animation-fill-mode: forwards;
}

@keyframes wave1-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
  }

  100% {
    transform: translate3d(0,6px,0);
  }
}

@keyframes gift_open-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
  }

  100% {
    transform: translate3d(0,-160px,0);
  }
}

@keyframes popup_grow-b-ojwcflkp68 {
  0% {
    transform: scale(0) translate3d(-50%, -50%, 0);
  }

  100% {
    transform: scale(1) translate3d(-50%, -50%, 0);
  }
}

@keyframes bubble_grow-b-ojwcflkp68 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bubble_o1-1-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(-250px,300px,0);
    opacity: 0;
  }
}

@keyframes bubble_p1-2-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(200px,120px,0);
    opacity: 0;
  }
}

@keyframes bubble_handsome-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(-100px,200px,0);
    opacity: 0;
  }
}

@keyframes bubble_p1-1-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(-400px,100px,0);
    opacity: 0;
  }
}

@keyframes bubble_congrat-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(200px,220px,0);
    opacity: 0;
  }
}

@keyframes bubble_together-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0,120px,0);
    opacity: 0;
  }
}

@keyframes bubble_o1-2-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(330px,160px,0);
    opacity: 0;
  }
}

@keyframes bubble_beauty-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    transform: translate3d(-200px,280px,0);
    opacity: 0;
  }
}

@keyframes gift_bubbles-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,0,0);
  }

  100% {
    transform: translate3d(0,-70px,0);
  }
}

@keyframes gift_close-b-ojwcflkp68 {
  0% {
    transform: translate3d(0,-160px,0);
  }

  100% {
    transform: translate3d(0,0,0);
  }
}

@keyframes gift_shake-b-ojwcflkp68 {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-5deg);
  }

  10% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(5deg);
  }

  20% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0deg);
  }

  55% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(0deg);
  }

  65% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-5deg);
  }

  80% {
    transform: rotate(0deg);
  }

  85% {
    transform: rotate(5deg);
  }

  90% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/* _content/Wedding/Pages/Survey.razor.rz.scp.css */
.wrapper[b-oe0mchpjjm] {
  max-width: 500px;
  margin: 0 auto;
}

.form-group[b-oe0mchpjjm] {
  display: block;
  max-width: 90%;
  margin: 24px auto;
}

.col-form-label[b-oe0mchpjjm], span[b-oe0mchpjjm] {
  font-weight: bold;
}

.input-form[b-oe0mchpjjm] {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.col-form-label[required][b-oe0mchpjjm]:after {
  content: '*';
  color: #a94442;
  font-size: 14px;
  margin-left: 2px;
  margin-right: 2px;
}

.smart-form-row[b-oe0mchpjjm] {
  display: grid;
  grid-template-columns: 107px auto;
  padding: 5px 0;
}

input[type=checkbox] + span[b-oe0mchpjjm] {
  display: inline-block;
  float: initial;
  user-select: none;
}

.lds-roller[b-oe0mchpjjm] {
  position: absolute;
  top: calc(50vh - 40px);
  left: calc(50vw - 40px);
  display: inline-block;
  width: 80px;
  height: 80px;
}

  .lds-roller div[b-oe0mchpjjm] {
    animation: lds-roller-b-oe0mchpjjm 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }

    .lds-roller div[b-oe0mchpjjm]:after {
      content: " ";
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #ccc;
      margin: -4px 0 0 -4px;
    }

    .lds-roller div:nth-child(1)[b-oe0mchpjjm] {
      animation-delay: -0.036s;
    }

      .lds-roller div:nth-child(1)[b-oe0mchpjjm]:after {
        top: 63px;
        left: 63px;
      }

    .lds-roller div:nth-child(2)[b-oe0mchpjjm] {
      animation-delay: -0.072s;
    }

      .lds-roller div:nth-child(2)[b-oe0mchpjjm]:after {
        top: 68px;
        left: 56px;
      }

    .lds-roller div:nth-child(3)[b-oe0mchpjjm] {
      animation-delay: -0.108s;
    }

      .lds-roller div:nth-child(3)[b-oe0mchpjjm]:after {
        top: 71px;
        left: 48px;
      }

    .lds-roller div:nth-child(4)[b-oe0mchpjjm] {
      animation-delay: -0.144s;
    }

      .lds-roller div:nth-child(4)[b-oe0mchpjjm]:after {
        top: 72px;
        left: 40px;
      }

    .lds-roller div:nth-child(5)[b-oe0mchpjjm] {
      animation-delay: -0.18s;
    }

      .lds-roller div:nth-child(5)[b-oe0mchpjjm]:after {
        top: 71px;
        left: 32px;
      }

    .lds-roller div:nth-child(6)[b-oe0mchpjjm] {
      animation-delay: -0.216s;
    }

      .lds-roller div:nth-child(6)[b-oe0mchpjjm]:after {
        top: 68px;
        left: 24px;
      }

    .lds-roller div:nth-child(7)[b-oe0mchpjjm] {
      animation-delay: -0.252s;
    }

      .lds-roller div:nth-child(7)[b-oe0mchpjjm]:after {
        top: 63px;
        left: 17px;
      }

    .lds-roller div:nth-child(8)[b-oe0mchpjjm] {
      animation-delay: -0.288s;
    }

      .lds-roller div:nth-child(8)[b-oe0mchpjjm]:after {
        top: 56px;
        left: 12px;
      }

@keyframes lds-roller-b-oe0mchpjjm {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.form-group .form-control[b-oe0mchpjjm] {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
}

label[b-oe0mchpjjm] {
  display: block;
  margin-top: 16px;
}

.title[b-oe0mchpjjm] {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333;
  letter-spacing: 1px;
}

.title-line[b-oe0mchpjjm] {
  position: relative;
  text-align: center;
  margin: 40px auto 20px;
  max-width: 90%;
}

  .title-line:first-child[b-oe0mchpjjm] {
    margin: 20px auto;
  }

  .title-line[b-oe0mchpjjm]:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ccc;
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 15px;
  }

.btn-primary[b-oe0mchpjjm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1b6ec2;
  width: 100%;
  padding: 12px 20px;
}

.mask[b-oe0mchpjjm] {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255, 0.35);
  -webkit-filter: blur(5px); /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* _content/Wedding/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
