#drawer-dialog {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1004;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#drawer-dialog > div {
  width: 100%;
  height: 100%;
  background-color: rgba(170, 170, 170, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog_drawer {
  width: 100%;
  height: calc(100vh - 100px);
  min-width: 100%;
  min-height: calc(100vh - 100px);
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0px 0px;
  z-index: 1010;
  position: absolute;
  bottom: -100%;
  transition: bottom 0.3s ease-out;
  overflow: hidden;
}
.dialog_drawer .dialog_container {
  width: calc(100% - 14px);
  height: calc(100vh - 100px);
  min-width: calc(100% - 14px);
  min-height: calc(100vh - 100px);
  padding: 0 10px 0 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog_drawer .close_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1004;
}
.dialog_card {
  min-width: 920px;
  max-width: 920px;
  height: min(100vh - 133px, 560px);
  max-height: 560px;
  background-color: #FFF;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.dialog_card .dialog_container {
  width: calc(100% - 31px);
  height: min(100vh - 133px, 560px);
  min-width: calc(100% - 31px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 33px 0 64px;
}
.dialog_card .close_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1004;
}
.open#drawer-dialog {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.open .dialog_drawer {
  bottom: 0;
  transition: bottom 0.3s ease-out;
}
.close#drawer-dialog {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.close .dialog_drawer {
  bottom: -100%;
  transition: bottom 0.3s ease-out;
}
#payment {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 50px !important;
}
@media (max-width: 1023.98px) {
#payment {
    top: 70px !important;
}
}
#payment .block_img {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#payment .block_img img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
#payment .success_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #555555;
}
#payment .success_container .thumbs_up {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#payment .success_container .thumbs_up .thumbs_up_icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
#payment .success_container .thumbs_up .thumbs_up_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#payment .success_container .thumbs_up .thumbs_up_icon svg {
  width: 400px;
  height: 400px;
  transform: scale(0.18);
  position: relative;
  top: -140px;
  left: -140px;
}
#payment .success_container .thumbs_up .thumbs_up_icon .circle {
  stroke-dasharray: 1194;
  stroke-dashoffset: 1194;
  animation: circle 0.8s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes circle {
from {
    stroke-dashoffset: 1194;
}
to {
    stroke-dashoffset: 2388;
}
}
#payment .success_container .thumbs_up .thumbs_up_icon .tick {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  animation: tick 0.8s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.95s;
}
@keyframes tick {
from {
    stroke-dashoffset: 350;
}
to {
    stroke-dashoffset: 0;
}
}
#payment .success_container h3 {
  justify-content: center;
}
#payment .pdf-loader {
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: left;
}
#payment .pdf-loader a {
  white-space: nowrap;
}
#payment .share_tool {
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#payment .share_tool .pdf_loading {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#payment .share_tool .pdf_loading .lds-spinner {
  transform: scale(0.4);
  left: -15%;
  top: 2%;
}
#payment .share_tool > span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 72px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#payment .share_tool > span:nth-of-type(1) {
  margin-right: 20px;
}
#payment .share_tool > span:nth-of-type(2) {
  margin-right: 20px;
}
#payment .share_tool > span:nth-of-type(3) {
  margin-right: 10px;
}
#payment .share_tool > span .fb-share-button {
  position: relative;
  top: -6px;
}
#payment .share_tool > span .note {
  position: absolute;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #555555;
  top: 45px;
  white-space: nowrap;
}
#payment .share_tool > span .line_button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#payment .share_tool > span .line_button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#payment .el-checkbox__inner {
  border-color: #555555 !important;
  color: #555555 !important;
  top: -2px;
}
#payment .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #555555 !important;
}
#payment .el-checkbox__label {
  color: #555555 !important;
}
#payment .custom_house_info {
  width: 100%;
  color: #555555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
#payment .custom_house_info.pd_top {
  padding-top: 20px;
}
#payment .custom_house_info.border {
  border-bottom: 1px solid #E5E5E5;
}
#payment .custom_house_info h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
#payment .custom_house_info .info_block {
  width: 100%;
  padding: 0;
}
#payment .custom_house_info .info_block:not(:first-of-type) {
  margin-top: 40px;
}
#payment .custom_house_info .info_block .dezu_note:not(:first-of-type) .first_label {
  margin-top: 20px;
}
#payment .custom_house_info .info_block .dezu_note:not(:first-of-type) span:not(:first-of-type) {
  min-width: 140px;
  text-align: right;
}
@media (max-width: 1023.98px) {
#payment .custom_house_info .info_block {
    padding: 0px;
}
}
#payment .custom_house_info .info_block h4 {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #555555;
  margin-bottom: 5px;
}
@media (max-width: 1023.98px) {
#payment .custom_house_info .info_block h4 {
    font-size: 18px;
    line-height: 26px;
}
}
#payment .custom_house_info .info_block h4:not(:first-of-type) {
  margin-top: 30px;
}
#payment .custom_house_info .info_block h4 span:first-of-type {
  padding-right: 15px;
}
#payment .custom_house_info .info_block h4 span {
  white-space: pre-line;
}
#payment .custom_house_info .info_block > h4, #payment .custom_house_info .info_block > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #555555;
}
#payment .custom_house_info .info_block label:not(.first_label) {
  margin-top: 24px;
}
#payment .info_options {
  width: 100%;
  margin: 0;
  padding: 8.62px auto 10.38px auto !important;
  background-color: #555555;
  border: 1px solid #555555 !important;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  z-index: 1;
}
#payment .info_options.is_disabled {
  color: #CACACA;
  background: #F5F5F5;
  border: 1px solid #F5F5F5 !important;
  pointer-events: none;
}
#payment .custom_options {
  width: 100%;
  margin: 0;
  padding: 8.62px auto 10.38px auto !important;
  background: #FFFFFF;
  border: 1px solid #555555 !important;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  color: #555555;
  z-index: 1;
}
#payment .custom_options.is_disabled {
  color: #CACACA;
  background: #F5F5F5;
  border: 1px solid #F5F5F5 !important;
  pointer-events: none;
}
#payment .next_options {
  width: 100%;
  margin: 0;
  padding: 8.62px auto 10.38px auto !important;
  background: #FFDE1F;
  border: 1px solid #FFDE1F;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  color: #555555;
  z-index: 1;
}
#payment .next_options.is_disabled {
  color: #CACACA;
  background: #F5F5F5;
  border: 1px solid #F5F5F5 !important;
  pointer-events: none;
}
#payment .more_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#payment .more_info span {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #555555;
  cursor: pointer;
}
#payment .note_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#payment .note_info span {
  width: 100%;
  display: inline-block;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #555555;
  text-align: justify;
}
#payment .note_info span a {
  white-space: nowrap;
  color: #555555 !important;
  text-decoration: none;
}
#payment .note_info > a {
  width: 100%;
  display: inline-block;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-align: justify;
  margin-top: 14px;
}
#payment .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#payment .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
#payment .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
#payment .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
#payment .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
#payment .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
#payment .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
#payment .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
#payment .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
#payment .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
#payment .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
#payment .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
#payment .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
#payment .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
#payment .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
#payment .arrow-down {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 38px;
  background-color: #555555;
  position: absolute;
  bottom: 115px;
  z-index: 2;
  left: calc(100% - 244px);
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  overflow: visible;
}
@media (max-width: 1023.98px) {
#payment .arrow-down {
    position: fixed;
    left: calc(50% - 4px);
}
}
#payment .arrow-down::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: -4px;
}
@keyframes elasticus {
0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
}
50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
}
50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
}
100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
}
}
#add_heart {
  height: 0;
  position: relative;
  top: -50px;
  z-index: 0;
  opacity: 0;
  overflow: visible;
}
.fly_heart {
  height: 0;
  position: relative;
  top: -50px;
  z-index: 0;
  opacity: 1 !important;
  overflow: visible;
}
.fly_heart > .feather {
  position: absolute;
  bottom: 50%;
  animation: vertical-animation 1s 0.5s;
  animation-timing-function: cubic-bezier(0.16, 0.8, 0.65, 0.65);
}
@keyframes vertical-animation {
0% {
    transform: translateY(0px);
    opacity: 1;
}
40% {
    opacity: 1;
}
60% {
    opacity: 0;
}
100% {
    transform: translateY(-200px);
    opacity: 0;
}
}
.shake {
  animation: shake 800ms ease-in-out;
}
@keyframes shake {
10%, 90% {
    transform: translate3d(-1px, 0, 0);
}
20%, 80% {
    transform: translate3d(2px, 0, 0);
}
30%, 70% {
    transform: translate3d(-4px, 0, 0);
}
40%, 60% {
    transform: translate3d(4px, 0, 0);
}
50% {
    transform: translate3d(-4px, 0, 0);
}
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
