:root {
  --primary-theme: #23c65f;
  --primary-gradient-theme: #4ade80;
  color-scheme: light;
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden !important;
}
body .copyright {
  font-size: 0.75rem;
  font-weight: 300;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}
body .copyright a {
  text-decoration: none;
  color: black;
}

* {
  font-family: "Montreal", sans-serif;
  overscroll-behavior: contain;
  box-sizing: border-box;
  font-style: normal;
  font-optical-sizing: auto;
}

*:has(main .hero[style="display: flex;"]) {
  cursor: none !important;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e9;
}
main div {
  display: flex;
  flex-direction: inherit;
}
main:has(section.hero[style="display: none;"]) main .spotify {
  display: none;
}
main .hero {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999999;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 1.5rem;
  border-radius: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2rem;
  max-width: 80dvw;
}
main .hero:empty {
  display: none;
}
main .hero span {
  position: relative;
}
main .hero .title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.75rem;
  /* font-size: 64px; */
}
main .hero .title:not(:has(.birth-number)) {
  align-items: center;
}
main .hero .title p,
main .hero .title span,
main .hero .title input {
  font-weight: 500;
  font-size: clamp(0.75rem, -0.9423rem + 4.9231vw, 2.75rem);
  margin-bottom: 0;
  text-wrap: nowrap;
}
main .hero .title input {
  background-color: transparent;
  outline: none;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-inline: 0.25ch;
}
main .hero .title .birth-number {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(to right, var(--primary-theme), var(--primary-gradient-theme));
  color: white;
  font-size: clamp(0.75rem, -0.6538rem + 3.5385vw, 2rem);
}
main .hero .title .birth-number sup {
  font-size: clamp(0.5rem, -0.3654rem + 2.1538vw, 1.25rem);
  font-weight: 500;
}
main .hero .subtitle {
  position: relative;
  font-size: clamp(0.5rem, 0.1827rem + 0.9231vw, 0.875rem);
}
main .form-section .reminiss-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* Font Size: Use responsive units like em, rem, or vw for different screen sizes */
  font-size: 3rem;
  /* Font Weight: Makes the title bold and stand out */
  font-weight: 700;
  /* Color: Defines the text color */
  color: #333;
  /* Other common properties */
  text-align: center; /* Centers the title */
  text-transform: uppercase; /* Converts text to uppercase */
}
main .form-section form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
}
main .form-section form .hero {
  padding: 8px;
  width: 100%;
  gap: 16px;
}
main .form-section form .hero-section {
  width: 75dvw;
  padding: 32px;
}
main .form-section form .hero-section .ui_form {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}
main .form-section form .hero-section .ui_form label {
  min-width: 160px;
}
main .form-section form .hero-section .ui_form .inline_fields {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 16px;
}
main .form-section form .hero-section .ui_form .inline_fields.grid {
  display: grid;
  grid-template-columns: 30% calc(70% - 1rem);
}
main .form-section form .hero-section .ui_form .inline_fields.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
main .form-section form .hero-section .ui_form .inline_fields .field {
  display: flex;
  width: 100%;
  margin: 0;
}
main .form-section form .hero-section .ui_form .inline_fields .field_group {
  display: grid;
  grid-template-columns: calc(60% - 8px) calc(40% - 8px);
  gap: 16px;
}
main .form-section form .hero-section .image-upload .hint {
  margin-left: 16px;
  font-style: italic;
  font-weight: 300;
  opacity: 0.75;
  font-size: 12px;
}
main .form-section form .template_group {
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
main .form-section form .template_group .field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
main .form-section form .button_cont {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 1rem 0;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
main .spotify {
  position: absolute;
  bottom: -48px;
  transition: 2.5s;
  margin-inline: auto;
  z-index: 99999999;
}
main .spotify svg {
  transition: 2.5s;
  transform: scale(1);
}
main .spotify:hover {
  bottom: 0;
}
main .spotify:hover svg {
  transform: scale(1.25);
}
main .spotify button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  transform: rotate(200deg);
  cursor: pointer;
}
main .spotify .needle {
  transform-origin: 50% 9% 0;
  width: 10em;
  height: 2em;
  animation: jitter 1s ease-in-out infinite;
  animation-iteration-count: 40;
  transition: 2s ease-in-out;
}
main .spotify .record {
  animation: record 3s linear infinite;
  transform-origin: 8rem 8.6rem;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(180px + 0.25rem));
  padding: 1rem 0;
  gap: 16px;
  max-height: 20rem;
  overflow: auto;
}
.gallery .box {
  position: relative;
}
.gallery .template {
  cursor: pointer;
  border: 0.125rem dashed rgba(0, 0, 0, 0.2);
  transition: 0.375s;
}
.gallery .template:hover {
  border-color: var(--primary-theme);
}
.gallery .template:hover .polaroid i {
  color: var(--primary-theme);
}
.gallery .template .polaroid {
  position: relative;
  box-shadow: none;
}
.gallery .template .polaroid i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: rgba(0, 0, 0, 0.2);
  transition: 0.375s;
}
.gallery .template .polaroid .img-container {
  visibility: hidden;
}

.box {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transition: visibility 0.5s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  position: absolute;
}
.box .polaroid {
  background-color: white;
  width: 180px;
  height: 215px;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box .img-container {
  width: 100%;
  aspect-ratio: 1;
  background-color: black;
  overflow: hidden;
}
.box .img-container img {
  width: 100%;
  aspect-ratio: 1;
}
.box span {
  font-size: 0.75rem;
  text-align: center;
  font-style: italic;
  padding-inline: 0.5rem;
  /* visibility: hidden; */
  opacity: 0.25;
  transition: 0.5s;
}

.box.active {
  visibility: visible;
}

.box.active.top span {
  /* visibility: visible !important; */
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2025-4-1 19:35:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
.scale-out-center {
  animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.scale-in-center {
  animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*------------------------------------------------------*/
/*----------------------PRELOADER----------------------------*/
#loader {
  display: none;
  background-color: #e4e4e4;
  height: 100%;
  width: 100%;
  /* Animation */
}
#loader .loader-text {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader .loader-text .loading {
  font-size: 16px;
  text-align: center;
}
#loader .loader-text .loading span {
  display: inline-block;
  margin: 0 -0.05em;
}
#loader .loader-text .loading04 span {
  animation: loading04 1.5s infinite;
}
#loader .loader-text .loading04 span:nth-child(2) {
  animation-delay: 0.1s;
}
#loader .loader-text .loading04 span:nth-child(3) {
  animation-delay: 0.2s;
}
#loader .loader-text .loading04 span:nth-child(4) {
  animation-delay: 0.3s;
}
#loader .loader-text .loading04 span:nth-child(5) {
  animation-delay: 0.4s;
}
#loader .loader-text .loading04 span:nth-child(6) {
  animation-delay: 0.5s;
}
#loader .loader-text .loading04 span:nth-child(7) {
  animation-delay: 0.6s;
}
#loader .loader-text .loading04 span:nth-child(8) {
  animation-delay: 0.7s;
}
#loader .loader-text .loading04 span:nth-child(9) {
  animation-delay: 0.8s;
}
#loader .loader-text .loading04 span:nth-child(10) {
  animation-delay: 0.9s;
}
#loader .loader-text .loading04 span:nth-child(11) {
  animation-delay: 1s;
}
#loader .loader-text .loading04 span:nth-child(12) {
  animation-delay: 1.1s;
}
#loader .loader-text .loading04 span:nth-child(13) {
  animation-delay: 1.2s;
}
#loader .loader-text .loading04 span:nth-child(14) {
  animation-delay: 1.3s;
}
@keyframes loading04 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
#loader .flat-anim {
  display: block;
  width: 264px;
  height: 265px;
  background-color: #ecf0f1;
  border-radius: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -132px 0 0 -132px;
  scale: 0.5;
}
#loader .flat-anim:before {
  content: "";
  background-color: rgb(255, 29, 10);
  width: 26px;
  height: 26px;
  border-radius: 26px;
  position: absolute;
  top: 19px;
  left: 19px;
}
#loader .flat-anim:after {
  content: "";
  background-color: #393939;
  border: 2px solid #201f1f;
  width: 48px;
  height: 24px;
  border-radius: 10px;
  position: absolute;
  top: 17px;
  right: 22px;
}
#loader .bottom {
  width: 264px;
  height: 112px;
  display: block;
  z-index: 10;
  background-color: rgb(166, 143, 184);
  border-radius: 0 0 38px 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 15px solid rgb(168, 136, 197);
  -webkit-box-shadow: inset 0 -20px 0 0 rgb(116, 92, 141);
  padding: 0;
}
#loader .bottom:before {
  content: "";
  background-color: rgb(92, 74, 107);
  width: 140px;
  height: 30px;
  display: block;
  margin: 14px auto 0 auto;
}
#loader .bottom:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  top: 30px;
  left: 84px;
  width: 96px;
  height: 70px;
  background-color: #ecf0f1;
  background-image: url("/assets/polariod-background.jfif");
  background-size: 80% 80%;
  background-position: top;
  background-repeat: no-repeat;
  border-top: 0.5rem solid white !important;
  transform: rotate(180deg);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#loader .eye {
  width: 37px;
  height: 37px;
  border-radius: 37px;
  background-color: #243e6e;
  display: block;
  margin: 60px auto 0;
  z-index: 20;
  position: relative;
  -webkit-box-shadow: 0 0 0 22px #3e5489, 0 0 0 30px #1c3666, 0 0 0 45px #ecf0f1, 0 10px 0 45px rgba(0, 0, 0, 0.2);
}
#loader .eye:before {
  content: "";
  background-color: #a3bfd5;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  top: -16px;
  left: -16px;
}
#loader .eye:after {
  content: "";
  background-color: #6078a3;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}
#loader .bottom:after {
  animation: bottomAfterAnimation 4s infinite;
}
@keyframes bottomAfterAnimation {
  0% {
    opacity: 0;
    height: 0;
    border: 0;
  }
  15% {
    opacity: 0;
    height: 0;
    border: 0;
  }
  16% {
    opacity: 1;
    border: 0;
    height: 0;
  }
  16% {
    opacity: 1;
    border: 0;
    height: 0;
    border-top-width: 1px;
  }
  18% {
    opacity: 1;
    border: 0;
    height: 0;
    border-top-width: 16px;
  }
  18% {
    opacity: 1;
    height: 20px;
    border-top-width: 16px;
    border-bottom-width: 14px;
  }
  40% {
    opacity: 1;
    height: 100px;
    border-top-width: 16px;
    border-bottom-width: 14px;
    top: 1.875rem;
  }
  100% {
    top: 100rem;
  }
}

@media only screen and (max-width: 900px) {
  body main .spotify:hover {
    bottom: -1rem;
  }
}
@media only screen and (max-width: 550px) {
  body main .form-section form .hero-section {
    width: 90dvw;
  }
  body main .form-section form .hero-section .template_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  body main .form-section form .hero-section .template_group .ui.labeled.input {
    width: 100%;
  }
  body main .form-section form .hero-section .template_group .ui {
    flex-direction: row;
  }
  body main .form-section form .hero-section .template_group .field {
    flex-direction: row;
  }
  body main .form-section form .hero-section .ui_form {
    flex-direction: column;
    gap: 1rem;
  }
  body main .form-section form .hero-section .ui_form .field {
    margin-bottom: 0;
  }
  body main .form-section form .hero-section .ui_form .inline_fields.grid.three {
    display: flex;
    flex-direction: column;
  }
  body main .form-section form .hero-section .image-upload .gallery {
    grid-template-columns: repeat(2, 1fr);
    min-width: 100%;
    max-height: 100%;
  }
  body main .form-section form .hero-section .image-upload .gallery .box .polaroid {
    width: 100%;
    height: 175px;
  }
  body:has(#form-section[style="display: none;"]) main {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  body:has(#form-section[style="display: none;"]) #loader {
    visibility: hidden !important;
  }
  body:has(#form-section[style="display: none;"])::before {
    content: "Please view this on a bigger screen or rotate your phone to landscape.";
    font-size: 1rem;
    font-weight: 300;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  body:has(#form-section[style="display: none;"]) .box {
    display: none;
  }
  body .custom-modal-overlay .custom-modal-box {
    max-width: 90dvw;
    max-height: 90dvh;
    height: 100%;
  }
  body .custom-modal-overlay .custom-modal-box .body {
    height: 100%;
    overflow: auto;
  }
}
.add_image {
  display: flex;
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 100000000000000000;
  cursor: pointer;
  background-color: transparent;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 8px;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 0.0625rem solid #23c65f;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* Hide the default file input */
}
.add_image .plus-btn {
  font-size: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #23c65f;
}
.add_image #addImages {
  display: none;
}

.remove-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 14px;
}

#imageCounter {
  margin-top: 1rem;
  text-align: end;
}

#uploadWarning {
  color: red;
  font-size: 0.8125rem;
}

.preview-modal {
  background-color: #e8e8e9;
  position: fixed;
  inset: 0;
  z-index: 99999;
}
.preview-modal .hero {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 9999999;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 1.5rem;
  border-radius: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2rem;
  max-width: 80dvw;
}
.preview-modal .hero:empty {
  display: none;
}
.preview-modal .hero span {
  position: relative;
}
.preview-modal .hero .title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.75rem;
}
.preview-modal .hero .title:not(:has(.birth-number)) {
  align-items: center;
}
.preview-modal .hero .title p,
.preview-modal .hero .title span,
.preview-modal .hero .title input {
  font-weight: 500;
  font-size: clamp(0.75rem, -0.9423rem + 4.9231vw, 2.75rem);
  margin-bottom: 0;
  text-wrap: nowrap;
}
.preview-modal .hero .title input {
  background-color: transparent;
  outline: none;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding-inline: 0.25ch;
}
.preview-modal .hero .title .birth-number {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(to right, var(--primary-theme), var(--primary-gradient-theme));
  color: white;
  font-size: clamp(0.75rem, -0.6538rem + 3.5385vw, 2rem);
}
.preview-modal .hero .title .birth-number sup {
  font-size: clamp(0.5rem, -0.3654rem + 2.1538vw, 1.25rem);
  font-weight: 500;
}
.preview-modal .hero .subtitle {
  position: relative;
  font-size: clamp(0.5rem, 0.1827rem + 0.9231vw, 0.875rem);
}

.preview-modal.hidden {
  display: none;
}

.preview-stage {
  width: 100%;
  height: 100%;
  position: relative;
}

#previewReminiss {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#previewReminiss .spotify {
  position: absolute;
  bottom: -48px;
  transition: 2.5s;
  margin-inline: auto;
  z-index: 99999999;
}
#previewReminiss .spotify svg {
  transition: 2.5s;
  transform: scale(1);
}
#previewReminiss .spotify:hover {
  bottom: 0;
}
#previewReminiss .spotify:hover svg {
  transform: scale(1.25);
}
#previewReminiss .spotify button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  transform: rotate(200deg);
  cursor: pointer;
}
#previewReminiss .spotify .needle {
  transform-origin: 50% 9% 0;
  width: 10em;
  height: 2em;
  animation: jitter 1s ease-in-out infinite;
  animation-iteration-count: 40;
  transition: 2s ease-in-out;
}
#previewReminiss .spotify .record {
  animation: record 3s linear infinite;
  transform-origin: 8rem 8.6rem;
}

@keyframes jitter {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@keyframes record {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 2rem;
  border: none;
  background: none;
  color: black;
  cursor: pointer;
  z-index: 100000;
  font-weight: bold;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.custom-modal-overlay .custom-modal-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  width: 90%;
  max-width: 40dvw;
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-family: inherit;
}
.custom-modal-overlay .custom-modal-box .body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-modal-overlay .custom-modal-box .body .instruction {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #777;
}
.custom-modal-overlay .custom-modal-box h2 {
  margin-top: 0;
  font-size: 1.4rem;
}
.custom-modal-overlay .custom-modal-box p {
  line-height: 1.5;
  margin: 0.7rem 0;
}
.custom-modal-overlay .custom-modal-box ol {
  padding-left: 1.2rem;
}
.custom-modal-overlay .custom-modal-box input {
  width: 100%;
  padding: 12px;
  margin-top: 1rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
.custom-modal-overlay .notes {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}
.custom-modal-overlay .custom-modal-box .note {
  font-size: 0.75rem;
  opacity: 0.75;
}
.custom-modal-overlay .modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 1.5rem;
}
.custom-modal-overlay .modal-buttons button {
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.95rem;
}
.custom-modal-overlay #cancelModalBtn {
  background: #eee;
}
.custom-modal-overlay #confirmCreateBtn {
  background: var(--primary-theme);
  color: white;
}

.highlight-text {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(to right, var(--primary-theme), var(--primary-gradient-theme));
  color: white;
}/*# sourceMappingURL=style.css.map */