@font-face {
  font-family: "AIA Everest Bold";

  src: url(../css/font/AIAEverest-Bold.otf);
}
@font-face {
  font-family: "MHeiHK";
  font-weight: 900;
  src: url(../css/font/MHeiHK-Xbold.otf);
}
@font-face {
  font-family: "MHeiHK-Xbold";
  src: url(../css/font/MHeiHK-Xbold.otf);
}
/* @font-face {
  font-family: "MHeiHK";
  font-weight: 900;
  src: url(../css/font/MHeiHK-Xbold.OTF);
} */

.ag-sticker-container {
  background: linear-gradient(180deg, #B6267D 0%, #CA1D5F 39.9%, #CD1E69 62.5%, #FE978E 97.12%);

  min-width: 350px;
  /* min-height: 100vh ; */
}

.bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loading {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding-top: 65px;



  word-wrap: break-word;
  word-break: break-all;
  
  margin: 0 auto;
  transform: translateZ(1px);
  background-size: 100% auto;
}

.loadingText{
  color: #FFF6F6;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(132, 47, 12, 0.60);
    font-family: "Noto Sans TC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    position: absolute;
    top: 62%;
    text-align: center;
    width: 100%;
}
/* 
.loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-image: url(../assets/images/sticker/flower_bg.png);
  background-size: 100% auto;
} */


.loading .loadingNum {
  width: 80%;
  height: auto;
  position: absolute;
   top: calc(51% - 60px);
  max-width: 320px;
  left: 50%;
  transform: translate(-50%, 45px);
  text-align: center;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.photo_preview_canvas {
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 16px;
  margin-top: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
}
canvas {
  display: block;
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}


.ag-body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  max-width: 512px;
  margin: 0 auto;
}
.bg img{
  max-width: unset;
}
.loading img {
  width: 100%;
  /* height: auto; */
  height: 100svh;
  position: absolute;
  left: 50%;
  /* top: -10%; */
  transform: translateX(-50%);
  max-width: 960px;
}
#sticker_visual_q2{
  width: 560px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    max-width: unset;
    margin: 0;
}

.wrapper {

  height: 100%;
  /* min-height: 100vh; */
  /* background: aliceblue; */
  margin: 0 auto;
  position: relative;
}

.wrapper_page {
  padding: 40px;
  max-width: 960px;
  min-height: calc(100vh - 65px);
}

#page_preview {
  padding-bottom: 0px;
  max-width: 512px;
  margin: 0 auto;

}


#page_start {
  padding: 0px;
}

.img_container {
  width: 100%;
  aspect-ratio: 499 / 339;
  max-width: 512px;
  min-height: 40vh;
  /* background-image: url(../assets/images/sticker/title_start.png); */
  background-repeat: repeat;
  background-size: 100% auto;
  position: relative;
}

.subTitle{
 
  margin-bottom: 16px;    
  color: var(--WHITE, #FFF);
  text-align: center;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.img_container #index_head {
  width: 70%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.flowBg {

  padding-bottom: 40px;
  margin-top: -1px;
  /* background-image: url(../assets/images/sticker/flower_bg.png); */
  background-repeat: repeat;
  background-size: 100% auto;
}

#page_upload,
#page_preview,
#page_style,
#page_output {
  display: none;
  height: 100%;
  background: linear-gradient(180deg, #B6267D 0%, #CA1D5F 39.9%, #CD1E69 62.5%, #FE978E 97.12%);
  /* background-image: url(../assets/images/sticker/flower_bg.png); */
  background-size: 100% auto;
}

#page_upload{
  padding: 28px 0px;
  background-image: url(../assets/images/sticker/sticker_q2_background.png);
  background-repeat: no-repeat;
    background-position: center;
}

#photoUpload,
#photoSelectUpload {
  position: absolute;
  z-index: -1;
  top: -9999px;
}
.btn {
  position: relative;
  border-radius: 100px;
  border: 3px solid #febe7e;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  width: 100%;
  max-width: 384px;
  display: block;
text-align: center;
  height: 48px;
  line-height: 40px !important;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    rgba(149, 30, 111, 1) 0%,
    rgba(215, 0, 107, 1) 50%,
    rgba(236, 122, 76, 1) 100%
  );

  cursor: pointer;
}
/* .ag-body--en .wrapper_page .btn {
  line-height: 48px !important;
} */
.btnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 36px;
}

.squareBtn {
  display: block;
  width: 135px;
  height: 135px;
  flex-shrink: 0;
  background: linear-gradient(178deg, #EACBBE 1.83%, #E18297 50.01%, #DC5981 98.2%);

  border: 3px solid #FFF;
  /* box-shadow: 0px 0px 15px 0px rgba(255, 222, 153, 0.7); */
  border-radius: 34px;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}

.squareBtn span {
  color: white;

  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px; /* 200% */
  letter-spacing: 5px;
  padding-left: 5px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnIcon {
  display: block;
  width: 44px;
  height: 44px;

  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

#takePhoto .btnIcon {
  background-image: url(../assets/images/sticker/icn_takePhoto_white.svg);
}

#uploadPhoto .btnIcon {
  background-image: url(../assets/images/sticker/icn_upload_white.svg);
}

#confirmBtn .btnIcon {
  background-image: url(../assets/images/sticker/icn_confirm_white.svg);
}

#reUploadBtn .btnIcon {
  background-image: url(../assets/images/sticker/inc_retake_white.svg);
}

#page_preview .btnContainer {
  padding: 28% 0px;
  /* background-image: url(../assets/images/sticker/preview_deco.png); */
  background-repeat: no-repeat;
  background-size: 100% auto;

  margin-top: -90px;
  width: 100vw;
  max-width: 512px;
  position: relative;

  left: 50%;
  transform: translateX(-50%);
}
.wrapper_page .transparentBtn {
  background: transparent;
}

#btn_start {
  position: relative;
  top: 66%;
  /* left: 50%; */
  /* transform: translate(-50%, 10px); */
  color: white!important;
  letter-spacing: 0;
  font-size: 20px !important;
  width: 80%;
  max-width: 384px;
  border-radius: 100px;
  border: 1px solid white;
  border-radius: 100px;
  background: linear-gradient(0deg, #D62E6A -13.54%, #EFECD0 100%);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  animation: 1s shine infinite ease-in-out reverse;
}

@keyframes shine {
  0% {
    box-shadow: 0px 0px 15px 0px rgba(255, 222, 153, 0.7);
  }

  50% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0px 0px 15px 0px rgba(255, 222, 153, 0.7);
  }
}
.page_upload_sampleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.page_upload_sampleContainer img {
  width: 45%;
}

.wrapper_page p {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
}

.wrapper_page p:nth-child(1) {
  /* padding-bottom: 10px; */
}

/* .wrapper_page .title::after {
  content: "";
  display: block;
  background-image: url(../assets/images/sticker/deco_flower.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  margin-top: 10px;
} */
/* #takePhoto {
  margin-bottom: 24px;
} */

#page_upload .remark {
  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-top: 48px;
}

#page_upload .remark_desc {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */

  margin-top: 16px;
}

.title{
  position: relative;
  z-index: 1;
}

#page_upload .title::before{
  content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 260%;
    background: linear-gradient(180deg, rgba(215, 8, 107, 0.00) 3.5%, rgba(215, 8, 107, 0.80) 30%, #DD2961 52%, #E0385E 77.5%, rgba(224, 56, 94, 0.00) 95.5%);
    top: -103%;
    left: 0%;
 
}


#page_preview .photo_preview {
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 100%;
  /* min-width: 318px; */

    background-size:100% auto;
    margin-top: 20px;
    margin-bottom: 46px;
    border: 3px solid #FFF;
    background-color: #fff;
    position: relative;
  
}

#page_preview{

  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  /* min-height: unset; */

}

#page_preview::before{
  content: "";
  position: absolute;
  width: 100vw;

  height: 100%;
  background-image: url(../assets/images/sticker/preview_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  top: 0%;
  left: 50%;
  
  transform: translateX(-50%);
}


#reUploadBtn span {
  letter-spacing: 2px;
}

#page_style .remark {
  color: var(--core-colours-red-red05, #f6cfd9);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 46px;
}

#page_style label {
  color: var(--secondary-colours-yellow-yellow05, white);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.1px;
}

#userInput {
  /* -webkit-appearance: none; */
  width: 100%;
  border-radius: 100px;
  border: 3px solid var(--secondary-colours-yellow-yellow05, white);
  box-shadow: 0px 0px 15px 0px rgba(253, 244, 211, 0.7);
  /* height: 54px; */
  padding: 11px 16px;
  background-color: transparent;
  color: white;
  margin: 12px auto;
  font-size: 16px !important;
  line-height: 1.1em !important;
}

#userInput:disabled {
  opacity: 0.5;
}

#userInput::placeholder {
  color: white;
}

.canvas_container {
  position: absolute;
  z-index: -999;
}

.content_sample {
  width: 100%;
  max-width: 380px;
  display: flex;
  align-content: center;
  margin: 0 auto;
  margin-top: 16px;
}

.content_sample img {
  width: 25%;
  object-fit: contain;
}
.style_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  margin-bottom: 26px;
  margin-top: 24px;
}
.style_container #withName .needNickname,
.style_container #withoutName .needNickname {
  color: var(--secondary-colours-yellow-yellow05, white);

  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  top: -28px;
  left: 0;
  position: absolute;
}

.style_container div {
  width: 44%;
  aspect-ratio: 1 / 1;
  position: relative;
  background-image: url(../assets/images/sticker/sample1.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
  background-color: white;
  border-radius: 12px;
  position: relative;
  background-position-y: 80%;
}

.style_container .style_type_container {
  background: transparent;
}

.style_container .style_type_container p {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.1px;
  margin-top: 16px;
}
.style_container div #male {
  width: 100%;
  background-image: url(../assets/images/sticker/icn_male.png);
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid var(--secondary-colours-salmon-salmon02, #ff969d);
  /* box-shadow: 0px 0px 15px 0px rgba(246, 225, 182, 0.70); */
  background-position-y: center;
}

.style_container div #female {
  width: 100%;
  background-image: url(../assets/images/sticker/icn_female.png);
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid var(--secondary-colours-salmon-salmon02, #ff969d);
  /* box-shadow: 0px 0px 15px 0px rgba(246, 225, 182, 0.70); */
  background-position-y: center;
}
.style_container .active::after {
  content: "";
  display: block;
  width: 98%;
  height: 97%;
  border: 5px solid #fceaa8;
  box-sizing: content-box;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(-4px, -3px);
  border-radius: 12px;
}

.style_type_container .active::after {
  content: "";
  display: block;
  width: 98%;
  height: 98%;

  border: 5px solid #fceaa8;
  box-sizing: content-box;

  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(-4px, -4px);
  border-radius: 18px;
}

#withName span {
  position: absolute;
  top: 6%;
  left: 10%;
  font-size: 10px;
  color: #d31145;
  font-weight: 700;
  font-family: "Noto Sans", "serif";
}

#backBtn {
  background: none;
  margin-top: 25px;
}

.sticker_content {
  position: absolute;
  z-index: -9998;
  top: -9999px;
}

.sticker_output {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
  border-radius: 8px;
  border: 3px solid var(--secondary-colours-yellow-yellow05, white);
  background: var(--Linear-2, linear-gradient(180deg, #F59C79 0%, #E00A78 100%));
  padding: 18px;
  max-width: 512px;
  margin: 0 auto;
  position: relative;
    z-index: 1;
}

.sticker_output img {
  width: 45%;
  margin-bottom: 10%;
}
.sticker_output img:nth-last-child(1) {
  margin-bottom: 0%;
}

/* .loading .coin {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 8px;
  position: absolute;
  top: 25%;
  left: 50%;
  background-image: url(../assets/images/sticker/coin.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: spinner8344 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  transform: translate(-50%, -50%);
} */
 /* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
  width: 120px;
  --b: 23px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 5px;
  background: conic-gradient(#ffffff 20%, #D6BF93) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 10deg, rgb(246 225 182) 1deg 20deg, #0000 8deg 30deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - -7px), #ffffff calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1.5s infinite steps(18);
  position: absolute;
  top: calc(51% - 60px);
  left: calc(50% - 60px);
}
@keyframes l4 {to{transform: rotate(1turn)}}

@keyframes spinner8344 {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: translate(-50%, -50%) rotateY(0deg);
  }

  50% {
    transform: translate(-50%, -50%) rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: translate(-50%, -50%) rotateY(3600deg);
  }
}

.page_start_flowContainer {
  width: 80%;
  max-width: 384px;
  display: block;
  margin: 0 auto;
}

.page_start_flow {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.flowBg .flowTitle {
  color: #fff;
  text-align: center;

  /* Mobile TC/subtitle */

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.1px;
  margin: 48px auto 16px;
}

.page_start_flow span {
  display: block;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.1px;
  width: 20px;
  color: white;
}

.page_start_flow .flow_right {
  width: 100%;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.10);
  color: white;
  position: relative;
}

.flow_right::after{
  content:'';
 width: 20px;
    height: 20px;
    background-image: url(../assets/images/sticker/icn_down.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-10px);
}


#flow4 .flow_right::after{
  content:none
}
/* .flow_right:nth-last-child(1)::after{
  content: none;
} */
.page_start_flow .flow_icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../assets/images/sticker/icn_camera_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
}

#icn_search {
  background-image: url(../assets/images/sticker/icn_search_white.svg);
}
#icn_create {
  background-image: url(../assets/images/sticker/icn_create_white.svg);
}
#icn_whatsapp {
  background-image: url(../assets/images/sticker/icn_whatsapp.svg);
}
.page_start_flow .flow_right p {
  color: white;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 6px;
  display: inline-block;
  padding-left: 50px;
  text-align: left;
}

#page_output{
  background: linear-gradient(180deg, #FF9F8F 1.19%, #E25279 30.09%, #C71F64 63.91%, #BB2476 99.95%);
  position: relative;
}

#page_output::after{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/sticker/sticker_q2_background.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* max-width: 512px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#page_output::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/sticker/sticker_q2_background.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* max-width: 512px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}




#page_output .btn {
  color: white;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 24px auto;
  border-radius: 100px;
border: 1px solid var(--WHITE, #FFF);
background: var(--Button-Linear, linear-gradient(0deg, #D62E6A -13.54%, #EFECD0 100%));
position: relative;
z-index: 1;
}

#page_output p {
  margin-top: 20px;
  margin-bottom: 46px;
  position: relative;
z-index: 1;
color: #FFF;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */

}

#page_output .title {
  margin-top: 0px;
}
#page_output .btn:nth-last-child(1) {
  background: transparent;
}

.alertPopup {
  width: 320px;
  /* min-height: 400px; */
  flex-shrink: 0;
  border-radius: 8px;
  background: linear-gradient(212deg, #D7126B 1.69%, #FEA391 52.85%, #EE6B84 98.43%);
  box-shadow: 4px 4px 10px 0px rgba(211, 152, 13, 0.30);
  color: white;
  padding: 80px 22px;
}

.alertPopup img {
  width: 126px;
  margin: 0 auto;
}
.mfp-close-btn-in .alertPopup .mfp-close {
  color: white;
}

.wechatTutorPopup,
.whatsappTutorPopup {
  width: 90%;
  max-width: 340px;
  min-width: 320px;
  aspect-ratio: 380/710;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #F28C79 0%, #E73978 24.66%, #E10F79 49.32%);
  box-shadow: 4px 4px 10px 0px rgba(211, 152, 13, 0.30);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 28px 0px 30px;
}

.wechatTutorPopup .popupTitle {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
}

.wechatTutorPopup_stepsList {
  width: 256px;
  margin: 0 auto;
}

.step p {
  text-align: left;
  width: 256px;
  width: 81%;
  margin: 0 auto;
  max-width: 256px;
  margin: 20px auto 16px;
  /* height: 38px; */
  align-content: end;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.step img {
  width: 80%;
  margin: 0 auto;
  max-width: 256px;
}

.slick-prev {
  position: absolute;

  top: 50%;
  left: -5%;
  width: 18px;
  height: 30px;
  background-image: url(../assets/images/sticker/icn_prev_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-size: 0px !important;
}

.slick-next {
  position: absolute;

  top: 50%;
  right: -5%;
  width: 18px;
  height: 30px;
  background-image: url(../assets/images/sticker/icn_next_white.svg);
  background-size: 100% auto;
  font-size: 0px !important;
  background-repeat: no-repeat;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}

.slick-dots li button {
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: white;
}
.slick-dots li.slick-active button {
  background: #e4708f;
}

.wechatTutorPopup .mfp-close {
 
  width: 60px;

  top: -9px;
  right: -5px;
}

#closeTutorBtn {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  width: 270px;
  height: 48px;
  margin-top: 15px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: "Noto Sans TC";
}

#whatsappGetSticker,
#wechatTutor,
#createSticker,
#closeTutorBtn {
  border-radius: 100px;
border: 1px solid var(--WHITE, #FFF);
background: var(--Button-Linear, linear-gradient(0deg, #D62E6A -13.54%, #EFECD0 100%));
}

#backToAg {
  background: none;
}
#whatsappGetSticker span {
  display: inline-block;
  width: 26px;
  height: 27px;
  background-image: url(../assets/images/sticker/icn_whatsapp_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(-5px, 5px);
}
#wechatTutor span {
  display: inline-block;
  width: 30px;
  height: 26.171px;
  background-image: url(../assets/images/sticker/icn_wechat_white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(5px);
}

.wrapper_output .getDesc {
  margin-top: 20px;
  margin-bottom: 40px;
}

#createSticker {
  margin-top: 24px;
}

.alertPopup p {
  color: var(--secondary-colours-yellow-yellow05, white);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
}
.ag-btn--back {
  z-index: 2;
}

#page_style .remark2 {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  margin-bottom: 46px;
  text-align: left;
}

.desktop {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10;
  background-image: url(../assets/images/sticker/kv_highres_q2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: none;
  /* background: linear-gradient(180deg, #ba0361 0%, #de4174 52%, #ff7485 100%); */
}

.desktop .desktop_kv {
  display: block;
    width: 100%;
    max-width: 800px;
    height: 50%;
    /* aspect-ratio: 480 / 382; */
    /* top: 0px; */
    /* background-image: url(../assets/images/sticker/desktop.png); */
    /* position: absolute; */
    background-size: 80% auto;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.desktop p {
  text-align: center;
  margin: 0px auto;
  font-size: 20px;
  color: white;
  margin-top: -80px;
}

#qrcode_container {
  margin: 20px auto;
  width: 200px;
  height: 200px;
  border: 10px solid white;
}

.ag-app-container {
  overflow-y: visible;
  height: 100vh;
}
.desktop #desktop_head {
  width: 100%;
  max-width: 250px;
  height: unset;
  margin: 20px auto 0px;
}
