@font-face {
  font-family: "Drayton";
  src: url("../fonts/tcs-dfvn-ed-drayton.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mrattoos Signature";
  src: url("../fonts/tcs-fz-mrattoos-signature.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vendya";
  src: url("../fonts/tsc-vendya.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Belinda";
  src: url("../fonts/tsc-belinda.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albra";
  src: url("../fonts/tsc-albra.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palidate";
  src: url("../fonts/tsc-palisade.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ljxdl";
  src: url("../fonts/tcs-ljxdl.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uvn";
  src: url("../fonts/tcs-uvn.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Perfecto";
  src: url("../fonts/tsc-perfecto-calligraphy.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-perfecto {
  font-family: "Perfecto", serif;
}

.font-uvn {
  font-family: "Uvn", serif;
}

.font-ljxdl {
  font-family: "Ljxdl", serif;
}

.font-palisade {
  font-family: "Palidate", serif;
}

.font-albra {
  font-family: "Albra", serif;
}

.font-belinda {
  font-family: "Belinda", serif;
}

.font-vendya {
  font-family: "Vendya", serif;
}

.font-drayton {
  font-family: "Drayton", serif;
}

.font-signature {
  font-family: "Mrattoos Signature", cursive;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes clockBlink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.page-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.bgr-main-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: contain;
  z-index: -99;
}

.section-heading {
  font-size: 26px;
  text-align: center;
  font-family: "Albra", serif;
  margin-bottom: 52px;
  position: relative;
}

section:not(:last-of-type):not(.tsc-card-fixed) {
  margin-bottom: 60px;
}

.change-color {
  color: var(--color-primary-1);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-primary:hover,
.btn-primary {
  border-color: var(--color-primary-1) !important;
  background-color: var(--color-primary-1) !important;
}

.btn-primary {
  border-radius: 999px;
  border-radius: 999px;
}

.pulse-animation {
  animation: pulse 1.66s ease-in-out infinite;
}

.content-wrap {
  border-color: rgb(229, 231, 235);
  border-radius: 30px;
  background: rgb(255, 249, 236);
  background-clip: padding-box;
  padding: 20px 0;
  margin: 0 16px;
}

.content-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 4px 0 20px;
  font-family: "Albra", Courier, monospace;
}

.line-1 {
  background-color: var(--color-primary-1);
  height: 3px;
  width: 100%;
}

.line-2 {
  position: relative;
  width: 100%;
  border-top: 2px dashed;
  border-color: var(--color-primary-1);
}
.line-2::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
  background-color: var(--color-primary-1);
}
.line-2::after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(40%, -50%);
  z-index: 2;
  background-color: var(--color-primary-1);
}

.bgr-line {
  width: 60%;
  margin: 12px auto 0;
}

.text-thank {
  text-align: center;
  font-family: "Drayton";
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tcs-site-footer {
  margin-top: 12px;
}
.tcs-site-footer .tcs-lower-footer .copyright a:not(.icon),
.tcs-site-footer .tcs-lower-footer .copyright {
  color: white !important;
}

.tcs-hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 60px 12px 0;
  text-align: center;
  margin-bottom: 20px !important;
}
.tcs-hero-slider img {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tcs-hero-slider .heading {
  position: relative;
  z-index: 2;
  font-family: "Vendya";
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-shadow: rgb(0, 0, 0) 3px 2px 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .tcs-hero-slider .heading {
    font-size: 24px;
  }
}
.tcs-hero-slider .couple-name {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  font-size: 64px;
  line-height: 1;
  color: white;
  text-align: center;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .tcs-hero-slider .couple-name {
    font-size: 52px;
  }
}
.tcs-hero-slider .wedding-date {
  position: relative;
  z-index: 2;
  letter-spacing: 8px;
  font-size: 28px;
}
.tcs-hero-slider h2,
.tcs-hero-slider h3,
.tcs-hero-slider h4 {
  font-family: "Drayton";
  text-transform: capitalize;
  color: white;
  font-weight: 400;
}
.tcs-hero-slider .img-left {
  position: absolute;
  bottom: 12%;
  left: 0;
  z-index: 1;
  width: 70%;
  transform: translateX(-30%);
}
.tcs-hero-slider .img-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 48%;
  transform: translateX(30%);
}

.tcs-wedding-clock {
  padding: 8px;
}
.tcs-wedding-clock .clock-countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.tcs-wedding-clock .heading {
  font-family: "Albra", Times, serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}
.tcs-wedding-clock .box {
  width: 56px;
  text-align: center;
  position: relative;
}
.tcs-wedding-clock .box .time {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
}
.tcs-wedding-clock .box span {
  font-family: "Belinda", Times, serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.tcs-wedding-clock .box:not(:last-child)::after {
  content: ":";
  font-family: "Belinda", Times, serif;
  font-size: 28px;
  color: var(--color-primary-1);
  font-weight: 400;
  position: absolute;
  top: 0;
  right: -10px;
  animation: clockBlink 1s steps(1) infinite;
}

.tsc-invitation-section {
  width: 100%;
  padding: 0 8px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tsc-invitation-section .family {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 24% 0 0;
}
.tsc-invitation-section .family .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -85%);
  width: 22%;
}
.tsc-invitation-section .family__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.tsc-invitation-section .family__item h4 {
  font-family: "Albra", serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.tsc-invitation-section .family__item p {
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
  text-align: center;
}
.tsc-invitation-section .family__item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}
.tsc-invitation-section .family .divider {
  width: 1px;
  background-color: var(--color-primary-1);
  min-height: 110px;
  opacity: 0.6;
}
.tsc-invitation-section .invite-text {
  margin: 40px 0;
  position: relative;
}
.tsc-invitation-section .invite-text p {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Albra", Courier, monospace;
}
.tsc-invitation-section .invite-text .guest-name {
  position: relative;
  font-family: "Drayton", Times, serif;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(162, 1, 2);
  text-align: center;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  padding: 0 20px;
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.tsc-invitation-section .invite-text .guest-name::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted var(--color-primary-1);
  transform: translateX(-50%);
}
.tsc-invitation-section .invite-text .line {
  width: 160px;
  height: 1px;
  background: #b49a68;
  margin: 0 auto 18px;
}
.tsc-invitation-section .couple {
  margin-bottom: 12px;
}
.tsc-invitation-section .couple h2 {
  font-size: 36px;
  font-family: "Ljxdl", Times, serif;
  font-weight: 400;
  text-transform: capitalize;
}
.tsc-invitation-section .couple span {
  display: block;
  font-family: "Uvn", cursive;
  font-size: 52px;
  margin: 0px 0 48px;
  line-height: 1;
}
.tsc-invitation-section .heading {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: "Albra", Courier, monospace;
  text-transform: uppercase;
  font-size: 22px;
}
.tsc-invitation-section .party.party-2 {
  margin-top: 32px;
  padding: 20px;
  border: 1px solid;
  border-color: var(--color-primary-1);
  border-radius: 12px;
}
.tsc-invitation-section .party.party-2 .location h3 {
  margin-bottom: 0;
}
.tsc-invitation-section .party.party-2 .map-btn {
  margin-top: 0;
}
.tsc-invitation-section .party .title {
  font-size: 20px;
  font-family: "Albra", Courier, monospace;
  margin-bottom: 12px;
}
.tsc-invitation-section .party .line {
  width: 100%;
  height: 2px;
  max-width: 280px;
  background-color: var(--color-primary-1);
  margin: 0 auto 28px;
}
.tsc-invitation-section .party h2 {
  font-family: "Albra", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tsc-invitation-section .party .date-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.tsc-invitation-section .party .date-wrap h3,
.tsc-invitation-section .party .date-wrap h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Albra", serif;
}
.tsc-invitation-section .party .date-wrap .month,
.tsc-invitation-section .party .date-wrap .year {
  font-size: 18px;
  font-weight: 500;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--color-primary-1);
  padding: 4px 12px;
  min-width: 108px;
}
.tsc-invitation-section .party .date-wrap .day {
  font-size: 44px;
  line-height: 1.2;
}
.tsc-invitation-section .party.style-2 .date-box {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.tsc-invitation-section .party.style-2 .date-box .time {
  text-align: right;
}
.tsc-invitation-section .party.style-2 .date-box .year {
  text-align: left;
}
.tsc-invitation-section .party.style-2 h4 {
  font-family: "Albra", serif;
  font-size: 18px;
  line-height: normal;
  flex: 1;
}
.tsc-invitation-section .party.style-2 .date-wrap {
  position: relative;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tsc-invitation-section .party.style-2 .date-wrap::before {
  content: "";
  width: 1px;
  background-color: var(--color-primary-1);
  height: 62%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
}
.tsc-invitation-section .party.style-2 .date-wrap::after {
  content: "";
  width: 1px;
  background-color: var(--color-primary-1);
  height: 62%;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
}
.tsc-invitation-section .party.style-2 .date-wrap h4 {
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.tsc-invitation-section .party .lunar {
  font-style: italic;
  font-size: 14px;
  margin: 8px 0 32px;
}
.tsc-invitation-section .party .location {
  margin-top: 10px;
}
.tsc-invitation-section .party .location p {
  font-size: 16px;
  margin-bottom: 10px;
}
.tsc-invitation-section .party .location h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Albra", serif;
  text-transform: uppercase;
}
.tsc-invitation-section .party .location span {
  font-size: 24px;
  font-style: italic;
}
.tsc-invitation-section .party .location .iframe {
  width: 100%;
  height: 320px;
  border: 1px solid #e7e7e7;
}
@media (max-width: 575px) {
  .tsc-invitation-section .party .location .iframe {
    height: 240px;
  }
}
.tsc-invitation-section .party .location .iframe iframe {
  height: 100%;
  width: 100%;
}
.tsc-invitation-section .party .map-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  margin-top: 8px;
  border: none;
  background: transparent;
  font-size: 17px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Albra", Times, serif;
  letter-spacing: 1px;
  animation: pulse 1.66s ease-in-out infinite;
}
.tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-1);
  width: 28px;
  height: 28px;
}

.tcs-calendar-section {
  color: #2b2b2b;
  padding: 0 8px;
}
.tcs-calendar-section .bgr-top {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.tcs-calendar-section .calendar-wrap {
  position: relative;
  width: 100%;
  min-height: 220px;
  background: transparent;
  border: 1px solid;
  border-color: var(--color-primary-1);
}
.tcs-calendar-section .calendar-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: none;
}
.tcs-calendar-section .calendar-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}
.tcs-calendar-section .calendar-inner {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tcs-calendar-section .calendar-date-left {
  display: flex;
  gap: 20px;
  align-items: unset;
  position: relative;
}
.tcs-calendar-section .calendar-date-left .date-block {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .day {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .month {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.65;
  color: #484848;
}
.tcs-calendar-section .calendar-date-left .date-block .year {
  display: block;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
.tcs-calendar-section .calendar-date-left .date-block .symbol {
  display: none;
}
.tcs-calendar-section .calendar-cal-outer {
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  border: none;
  width: 100%;
}
.tcs-calendar-section .calendar-cal-title {
  display: none;
}
.tcs-calendar-section .calendar-cal {
  width: 100%;
}
.tcs-calendar-section .calendar-cal-frame {
  width: 100%;
  position: relative;
}
.tcs-calendar-section .calendar-cal-dow-row {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-bottom: 8px;
  gap: 8px;
  letter-spacing: 1px;
}
.tcs-calendar-section .calendar-cal-dow-row div {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: auto;
  color: var(--color-primary-1);
}
.tcs-calendar-section .calendar-cal-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.tcs-calendar-section .calendar-cal-grid > div {
  min-height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  position: relative;
}
.tcs-calendar-section .calendar-cal-day-span {
  z-index: 2;
}
.tcs-calendar-section .calendar-cal-empty {
  opacity: 0;
}
@keyframes calendarPulse {
  0% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.85;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: 0.85;
  }
}
.tcs-calendar-section .calendar-cal {
  /* Icon mark */
}
.tcs-calendar-section .calendar-cal .calendar-cal-mark {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  z-index: 1;
  pointer-events: none;
  animation: calendarPulse 1.66s ease-in-out infinite;
}
.tcs-calendar-section {
  /* states */
}
.tcs-calendar-section .calendar-cal-day--sun .calendar-cal-day-span,
.tcs-calendar-section .calendar-cal-day--selected .calendar-cal-day-span {
  font-weight: 700;
}
.tcs-calendar-section .calendar-cal-day--selected {
  color: var(--color-primary-1);
}

.tcs-calendar-section .calendar-inner .calendar-date-left {
  align-items: center;
}
.tcs-calendar-section .calendar-inner .calendar-date-left .couple-block > p {
  text-align: center;
  position: unset;
  font-size: 40px;
}

.tcs-calendar-section .calendar-cal-dow-row div,
.tcs-calendar-section .calendar-cal-grid > div {
  font-size: 14px;
}

.tcs-calendar-section .calendar-cal-dow-row,
.tcs-calendar-section .calendar-cal-grid {
  gap: 6px;
}

.tcs-calendar-section .calendar-cal-grid > div {
  min-height: 28px;
}

.tcs-calendar-section .calendar-cal .calendar-cal-mark {
  width: 34px;
  height: 34px;
}

.tcs-calendar-section .calendar-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 12px 16px;
}

.tcs-calendar-section .calendar-date-left .date-block {
  background: none;
  backdrop-filter: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  box-shadow: none;
  padding: 0;
}
.tcs-calendar-section .calendar-date-left .date-block .month {
  font-family: "Perfecto", Courier, monospace;
  opacity: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 46px;
  line-height: 1;
}

.tcs-calendar-section .calendar-bg::after {
  background: rgba(255, 255, 255, 0.7);
}

.tcs-calendar-section .calendar-inner .calendar-date-left {
  flex-direction: column;
}
.tcs-calendar-section .calendar-inner .calendar-date-left .couple-block {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcs-calendar-section .calendar-inner .calendar-date-left .couple-block > p {
  font-size: 26px;
}

.tcs-calendar-section .calendar-date-left .couple-block {
  display: block;
}

.tsc-guestbook-section .form {
  padding: 32px 8px 24px;
}
@media (max-width: 575px) {
  .tsc-guestbook-section .form {
    border: none;
    padding: 0 8px;
  }
}
.tsc-guestbook-section .form .section-heading {
  font-size: 18px;
  padding: 0 12px;
  margin-bottom: 32px;
}
.tsc-guestbook-section .form .submit-area {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tsc-guestbook-section .form .submit-area > button {
  width: 100%;
  max-width: 220px;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block {
  min-width: auto;
  flex: 1;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block:last-child {
  display: none;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block .name {
  font-size: 36px;
  font-family: "Drayton", Times, serif;
  letter-spacing: 2px;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  line-height: normal;
}
.tsc-guestbook-section .qr-code-wrapper .qr-block .btn.copy-stk {
  width: 160px;
  padding: 8px;
  text-transform: uppercase;
  font-size: 14px;
}
.tsc-guestbook-section .qr-code-wrapper .bank-info {
  text-align: center;
}
.tsc-guestbook-section .qr-code-wrapper .qr-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: 280px;
  padding: 0 12px 8px;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  width: 120px;
  height: 38px;
  border-radius: 999px;
  transform: translateX(0);
  transition: transform 0.25s ease-out;
  background-color: var(--color-primary-1);
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .btn {
  padding: 8px 12px;
  border-radius: 999px;
  flex: 1;
  width: 120px;
  height: 38px;
  position: relative;
  z-index: 2;
  border: 0;
  transition: color 0.25s ease-out;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .btn::after {
  display: none;
}
.tsc-guestbook-section .qr-code-wrapper .button-wrap .btn.active {
  color: #fff;
}
.tsc-guestbook-section .modal-content {
  position: relative;
}
.tsc-guestbook-section .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  font-size: 16px;
  z-index: 9;
}
.tsc-guestbook-section .list-happy-wrap {
  margin: 40px auto;
  padding: 12px 0 12px 8px;
  max-width: 650px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .tsc-guestbook-section .list-happy-wrap {
    border: none;
    box-shadow: none;
  }
}
.tsc-guestbook-section .list-happy-wrap .list-happy {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  overflow-y: auto;
  max-height: 400px;
  padding-right: 12px;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .happy-item {
  position: relative;
  flex: 1;
  width: 100%;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 100%;
  z-index: 1;
  background-color: var(--color-primary-1);
  opacity: 0.3;
}
.tsc-guestbook-section .list-happy-wrap .list-happy .info {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--color-primary-1);
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap .list-happy .info {
    font-size: 14px;
  }
}
.tsc-guestbook-section .list-happy-wrap .list-happy .info > span {
  font-style: italic;
  color: var(--text-light);
  margin-left: 12px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .tsc-guestbook-section .list-happy-wrap .list-happy .info > span {
    font-size: 12px;
  }
}
.tsc-guestbook-section .form-control::-moz-placeholder {
  color: var(--text-light);
  opacity: 1;
}
.tsc-guestbook-section .form-control::placeholder {
  color: var(--text-light);
  opacity: 1;
}
.tsc-guestbook-section .form-control,
.tsc-guestbook-section .form-check > label {
  color: var(--text-main);
}

.change-color {
  color: var(--color-primary-1) !important;
}

.page-wrapper {
  background-color: var(--color-primary-1);
}

.color2 {
  /* ==== COLOR ====*/
}
.color2 .tcs-calendar-section .calendar-cal-dow-row div,
.color2 .tcs-calendar-section .calendar-cal-day--selected,
.color2 .change-color,
.color2 .clock-wrap .box:not(:last-child)::after,
.color2 .tcs-guest-section .guest-name {
  color: var(--color-primary-2) !important;
}
.color2 {
  /* ==== BORDER COLOR ====*/
}
.color2 .line-2,
.color2 .tsc-guestbook-section .form,
.color2 .tsc-invitation-section .party.party-2,
.color2 .tsc-invitation-section .party .date-wrap .month,
.color2 .tsc-invitation-section .party .date-wrap .year,
.color2 .tcs-calendar-section .calendar-wrap,
.color2 .tsc-invitation-section .invite-text .guest-name::after,
.color2 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND COLOR ====*/
}
.color2 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color2 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color2 .line-1,
.color2 .line-2::after,
.color2 .line-2::before,
.color2 .tcs-story-section .media-wrap,
.color2 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color2 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color2 .tcs-story-section .story-list .story-item .heading::before,
.color2 .tcs-story-section .story-list::before,
.color2 .tsc-invitation-section .party .line,
.color2 .tsc-invitation-section .family .divider, .color2.page-wrapper,
.color2 .back-to-top {
  background-color: var(--color-primary-2);
}
.color2 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color2 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-2-rgb), 0.4));
}
.color2 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-2-rgb), 0.6));
}
.color2 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-2);
}
.color2 .btn-primary:hover,
.color2 .btn-primary,
.color2 .btn-check:checked + .btn,
.color2 .btn.active,
.color2 .btn.show,
.color2 .btn:first-child:active,
.color2 :not(.btn-check) + .btn:active,
.color2 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-2);
  background-color: var(--color-primary-2);
}
.color2 .form-control:focus {
  border-color: rgba(var(--color-primary-2-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-2-rgb), 0.15);
}

.color3 {
  /* ==== COLOR ====*/
}
.color3 .tcs-calendar-section .calendar-cal-dow-row div,
.color3 .tcs-calendar-section .calendar-cal-day--selected,
.color3 .change-color,
.color3 .clock-wrap .box:not(:last-child)::after,
.color3 .tcs-guest-section .guest-name {
  color: var(--color-primary-3) !important;
}
.color3 {
  /* ==== BORDER COLOR ====*/
}
.color3 .line-2,
.color3 .tsc-guestbook-section .form,
.color3 .tsc-invitation-section .party.party-2,
.color3 .tsc-invitation-section .party .date-wrap .month,
.color3 .tsc-invitation-section .party .date-wrap .year,
.color3 .tcs-calendar-section .calendar-wrap,
.color3 .tsc-invitation-section .invite-text .guest-name::after,
.color3 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND COLOR ====*/
}
.color3 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color3 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color3 .line-1,
.color3 .line-2::after,
.color3 .line-2::before,
.color3 .tcs-story-section .media-wrap,
.color3 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color3 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color3 .tcs-story-section .story-list .story-item .heading::before,
.color3 .tcs-story-section .story-list::before,
.color3 .tsc-invitation-section .party .line,
.color3 .tsc-invitation-section .family .divider, .color3.page-wrapper,
.color3 .back-to-top {
  background-color: var(--color-primary-3);
}
.color3 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color3 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-3-rgb), 0.4));
}
.color3 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-3-rgb), 0.6));
}
.color3 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-3);
}
.color3 .btn-primary:hover,
.color3 .btn-primary,
.color3 .btn-check:checked + .btn,
.color3 .btn.active,
.color3 .btn.show,
.color3 .btn:first-child:active,
.color3 :not(.btn-check) + .btn:active,
.color3 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-3);
  background-color: var(--color-primary-3);
}
.color3 .form-control:focus {
  border-color: rgba(var(--color-primary-3-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-3-rgb), 0.15);
}

.color4 {
  /* ==== COLOR ====*/
}
.color4 .tcs-calendar-section .calendar-cal-dow-row div,
.color4 .tcs-calendar-section .calendar-cal-day--selected,
.color4 .change-color,
.color4 .clock-wrap .box:not(:last-child)::after,
.color4 .tcs-guest-section .guest-name {
  color: var(--color-primary-4) !important;
}
.color4 {
  /* ==== BORDER COLOR ====*/
}
.color4 .line-2,
.color4 .tsc-guestbook-section .form,
.color4 .tsc-invitation-section .party.party-2,
.color4 .tsc-invitation-section .party .date-wrap .month,
.color4 .tsc-invitation-section .party .date-wrap .year,
.color4 .tcs-calendar-section .calendar-wrap,
.color4 .tsc-invitation-section .invite-text .guest-name::after,
.color4 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND COLOR ====*/
}
.color4 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color4 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color4 .line-1,
.color4 .line-2::after,
.color4 .line-2::before,
.color4 .tcs-story-section .media-wrap,
.color4 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color4 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color4 .tcs-story-section .story-list .story-item .heading::before,
.color4 .tcs-story-section .story-list::before,
.color4 .tsc-invitation-section .party .line,
.color4 .tsc-invitation-section .family .divider, .color4.page-wrapper,
.color4 .back-to-top {
  background-color: var(--color-primary-4);
}
.color4 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color4 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-4-rgb), 0.4));
}
.color4 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-4-rgb), 0.6));
}
.color4 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-4);
}
.color4 .btn-primary:hover,
.color4 .btn-primary,
.color4 .btn-check:checked + .btn,
.color4 .btn.active,
.color4 .btn.show,
.color4 .btn:first-child:active,
.color4 :not(.btn-check) + .btn:active,
.color4 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-4);
  background-color: var(--color-primary-4);
}
.color4 .form-control:focus {
  border-color: rgba(var(--color-primary-4-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-4-rgb), 0.15);
}

.color5 {
  /* ==== COLOR ====*/
}
.color5 .tcs-calendar-section .calendar-cal-dow-row div,
.color5 .tcs-calendar-section .calendar-cal-day--selected,
.color5 .change-color,
.color5 .clock-wrap .box:not(:last-child)::after,
.color5 .tcs-guest-section .guest-name {
  color: var(--color-primary-5) !important;
}
.color5 {
  /* ==== BORDER COLOR ====*/
}
.color5 .line-2,
.color5 .tsc-guestbook-section .form,
.color5 .tsc-invitation-section .party.party-2,
.color5 .tsc-invitation-section .party .date-wrap .month,
.color5 .tsc-invitation-section .party .date-wrap .year,
.color5 .tcs-calendar-section .calendar-wrap,
.color5 .tsc-invitation-section .invite-text .guest-name::after,
.color5 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND COLOR ====*/
}
.color5 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color5 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color5 .line-1,
.color5 .line-2::after,
.color5 .line-2::before,
.color5 .tcs-story-section .media-wrap,
.color5 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color5 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color5 .tcs-story-section .story-list .story-item .heading::before,
.color5 .tcs-story-section .story-list::before,
.color5 .tsc-invitation-section .party .line,
.color5 .tsc-invitation-section .family .divider, .color5.page-wrapper,
.color5 .back-to-top {
  background-color: var(--color-primary-5);
}
.color5 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color5 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-5-rgb), 0.4));
}
.color5 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-5-rgb), 0.6));
}
.color5 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-5);
}
.color5 .btn-primary:hover,
.color5 .btn-primary,
.color5 .btn-check:checked + .btn,
.color5 .btn.active,
.color5 .btn.show,
.color5 .btn:first-child:active,
.color5 :not(.btn-check) + .btn:active,
.color5 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-5);
  background-color: var(--color-primary-5);
}
.color5 .form-control:focus {
  border-color: rgba(var(--color-primary-5-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-5-rgb), 0.15);
}

.color6 {
  /* ==== COLOR ====*/
}
.color6 .tcs-calendar-section .calendar-cal-dow-row div,
.color6 .tcs-calendar-section .calendar-cal-day--selected,
.color6 .change-color,
.color6 .clock-wrap .box:not(:last-child)::after,
.color6 .tcs-guest-section .guest-name {
  color: var(--color-primary-6) !important;
}
.color6 {
  /* ==== BORDER COLOR ====*/
}
.color6 .line-2,
.color6 .tsc-guestbook-section .form,
.color6 .tsc-invitation-section .party.party-2,
.color6 .tsc-invitation-section .party .date-wrap .month,
.color6 .tsc-invitation-section .party .date-wrap .year,
.color6 .tcs-calendar-section .calendar-wrap,
.color6 .tsc-invitation-section .invite-text .guest-name::after,
.color6 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND COLOR ====*/
}
.color6 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color6 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color6 .line-1,
.color6 .line-2::after,
.color6 .line-2::before,
.color6 .tcs-story-section .media-wrap,
.color6 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color6 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color6 .tcs-story-section .story-list .story-item .heading::before,
.color6 .tcs-story-section .story-list::before,
.color6 .tsc-invitation-section .party .line,
.color6 .tsc-invitation-section .family .divider, .color6.page-wrapper,
.color6 .back-to-top {
  background-color: var(--color-primary-6);
}
.color6 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color6 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-6-rgb), 0.4));
}
.color6 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-6-rgb), 0.6));
}
.color6 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-6);
}
.color6 .btn-primary:hover,
.color6 .btn-primary,
.color6 .btn-check:checked + .btn,
.color6 .btn.active,
.color6 .btn.show,
.color6 .btn:first-child:active,
.color6 :not(.btn-check) + .btn:active,
.color6 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-6);
  background-color: var(--color-primary-6);
}
.color6 .form-control:focus {
  border-color: rgba(var(--color-primary-6-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-6-rgb), 0.15);
}

.color7 {
  /* ==== COLOR ====*/
}
.color7 .tcs-calendar-section .calendar-cal-dow-row div,
.color7 .tcs-calendar-section .calendar-cal-day--selected,
.color7 .change-color,
.color7 .clock-wrap .box:not(:last-child)::after,
.color7 .tcs-guest-section .guest-name {
  color: var(--color-primary-7) !important;
}
.color7 {
  /* ==== BORDER COLOR ====*/
}
.color7 .line-2,
.color7 .tsc-guestbook-section .form,
.color7 .tsc-invitation-section .party.party-2,
.color7 .tsc-invitation-section .party .date-wrap .month,
.color7 .tsc-invitation-section .party .date-wrap .year,
.color7 .tcs-calendar-section .calendar-wrap,
.color7 .tsc-invitation-section .invite-text .guest-name::after,
.color7 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND COLOR ====*/
}
.color7 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color7 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color7 .line-1,
.color7 .line-2::after,
.color7 .line-2::before,
.color7 .tcs-story-section .media-wrap,
.color7 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color7 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color7 .tcs-story-section .story-list .story-item .heading::before,
.color7 .tcs-story-section .story-list::before,
.color7 .tsc-invitation-section .party .line,
.color7 .tsc-invitation-section .family .divider, .color7.page-wrapper,
.color7 .back-to-top {
  background-color: var(--color-primary-7);
}
.color7 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color7 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-7-rgb), 0.4));
}
.color7 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-7-rgb), 0.6));
}
.color7 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-7);
}
.color7 .btn-primary:hover,
.color7 .btn-primary,
.color7 .btn-check:checked + .btn,
.color7 .btn.active,
.color7 .btn.show,
.color7 .btn:first-child:active,
.color7 :not(.btn-check) + .btn:active,
.color7 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-7);
  background-color: var(--color-primary-7);
}
.color7 .form-control:focus {
  border-color: rgba(var(--color-primary-7-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-7-rgb), 0.15);
}

.color8 {
  /* ==== COLOR ====*/
}
.color8 .tcs-calendar-section .calendar-cal-dow-row div,
.color8 .tcs-calendar-section .calendar-cal-day--selected,
.color8 .change-color,
.color8 .clock-wrap .box:not(:last-child)::after,
.color8 .tcs-guest-section .guest-name {
  color: var(--color-primary-8) !important;
}
.color8 {
  /* ==== BORDER COLOR ====*/
}
.color8 .line-2,
.color8 .tsc-guestbook-section .form,
.color8 .tsc-invitation-section .party.party-2,
.color8 .tsc-invitation-section .party .date-wrap .month,
.color8 .tsc-invitation-section .party .date-wrap .year,
.color8 .tcs-calendar-section .calendar-wrap,
.color8 .tsc-invitation-section .invite-text .guest-name::after,
.color8 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND COLOR ====*/
}
.color8 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color8 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color8 .line-1,
.color8 .line-2::after,
.color8 .line-2::before,
.color8 .tcs-story-section .media-wrap,
.color8 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color8 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color8 .tcs-story-section .story-list .story-item .heading::before,
.color8 .tcs-story-section .story-list::before,
.color8 .tsc-invitation-section .party .line,
.color8 .tsc-invitation-section .family .divider, .color8.page-wrapper,
.color8 .back-to-top {
  background-color: var(--color-primary-8);
}
.color8 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color8 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-8-rgb), 0.4));
}
.color8 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-8-rgb), 0.6));
}
.color8 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-8);
}
.color8 .btn-primary:hover,
.color8 .btn-primary,
.color8 .btn-check:checked + .btn,
.color8 .btn.active,
.color8 .btn.show,
.color8 .btn:first-child:active,
.color8 :not(.btn-check) + .btn:active,
.color8 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-8);
  background-color: var(--color-primary-8);
}
.color8 .form-control:focus {
  border-color: rgba(var(--color-primary-8-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-8-rgb), 0.15);
}

.color9 {
  /* ==== COLOR ====*/
}
.color9 .tcs-calendar-section .calendar-cal-dow-row div,
.color9 .tcs-calendar-section .calendar-cal-day--selected,
.color9 .change-color,
.color9 .clock-wrap .box:not(:last-child)::after,
.color9 .tcs-guest-section .guest-name {
  color: var(--color-primary-9) !important;
}
.color9 {
  /* ==== BORDER COLOR ====*/
}
.color9 .line-2,
.color9 .tsc-guestbook-section .form,
.color9 .tsc-invitation-section .party.party-2,
.color9 .tsc-invitation-section .party .date-wrap .month,
.color9 .tsc-invitation-section .party .date-wrap .year,
.color9 .tcs-calendar-section .calendar-wrap,
.color9 .tsc-invitation-section .invite-text .guest-name::after,
.color9 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND COLOR ====*/
}
.color9 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color9 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color9 .line-1,
.color9 .line-2::after,
.color9 .line-2::before,
.color9 .tcs-story-section .media-wrap,
.color9 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color9 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color9 .tcs-story-section .story-list .story-item .heading::before,
.color9 .tcs-story-section .story-list::before,
.color9 .tsc-invitation-section .party .line,
.color9 .tsc-invitation-section .family .divider, .color9.page-wrapper,
.color9 .back-to-top {
  background-color: var(--color-primary-9);
}
.color9 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color9 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-9-rgb), 0.4));
}
.color9 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-9-rgb), 0.6));
}
.color9 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-9);
}
.color9 .btn-primary:hover,
.color9 .btn-primary,
.color9 .btn-check:checked + .btn,
.color9 .btn.active,
.color9 .btn.show,
.color9 .btn:first-child:active,
.color9 :not(.btn-check) + .btn:active,
.color9 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-9);
  background-color: var(--color-primary-9);
}
.color9 .form-control:focus {
  border-color: rgba(var(--color-primary-9-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-9-rgb), 0.15);
}

.color10 {
  /* ==== COLOR ====*/
}
.color10 .tcs-calendar-section .calendar-cal-dow-row div,
.color10 .tcs-calendar-section .calendar-cal-day--selected,
.color10 .change-color,
.color10 .clock-wrap .box:not(:last-child)::after,
.color10 .tcs-guest-section .guest-name {
  color: var(--color-primary-10) !important;
}
.color10 {
  /* ==== BORDER COLOR ====*/
}
.color10 .line-2,
.color10 .tsc-guestbook-section .form,
.color10 .tsc-invitation-section .party.party-2,
.color10 .tsc-invitation-section .party .date-wrap .month,
.color10 .tsc-invitation-section .party .date-wrap .year,
.color10 .tcs-calendar-section .calendar-wrap,
.color10 .tsc-invitation-section .invite-text .guest-name::after,
.color10 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND COLOR ====*/
}
.color10 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color10 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color10 .line-1,
.color10 .line-2::after,
.color10 .line-2::before,
.color10 .tcs-story-section .media-wrap,
.color10 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color10 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color10 .tcs-story-section .story-list .story-item .heading::before,
.color10 .tcs-story-section .story-list::before,
.color10 .tsc-invitation-section .party .line,
.color10 .tsc-invitation-section .family .divider, .color10.page-wrapper,
.color10 .back-to-top {
  background-color: var(--color-primary-10);
}
.color10 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color10 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-10-rgb), 0.4));
}
.color10 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-10-rgb), 0.6));
}
.color10 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-10);
}
.color10 .btn-primary:hover,
.color10 .btn-primary,
.color10 .btn-check:checked + .btn,
.color10 .btn.active,
.color10 .btn.show,
.color10 .btn:first-child:active,
.color10 :not(.btn-check) + .btn:active,
.color10 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-10);
  background-color: var(--color-primary-10);
}
.color10 .form-control:focus {
  border-color: rgba(var(--color-primary-10-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-10-rgb), 0.15);
}

.color11 {
  /* ==== COLOR ====*/
}
.color11 .tcs-calendar-section .calendar-cal-dow-row div,
.color11 .tcs-calendar-section .calendar-cal-day--selected,
.color11 .change-color,
.color11 .clock-wrap .box:not(:last-child)::after,
.color11 .tcs-guest-section .guest-name {
  color: var(--color-primary-11) !important;
}
.color11 {
  /* ==== BORDER COLOR ====*/
}
.color11 .line-2,
.color11 .tsc-guestbook-section .form,
.color11 .tsc-invitation-section .party.party-2,
.color11 .tsc-invitation-section .party .date-wrap .month,
.color11 .tsc-invitation-section .party .date-wrap .year,
.color11 .tcs-calendar-section .calendar-wrap,
.color11 .tsc-invitation-section .invite-text .guest-name::after,
.color11 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND COLOR ====*/
}
.color11 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color11 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color11 .line-1,
.color11 .line-2::after,
.color11 .line-2::before,
.color11 .tcs-story-section .media-wrap,
.color11 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color11 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color11 .tcs-story-section .story-list .story-item .heading::before,
.color11 .tcs-story-section .story-list::before,
.color11 .tsc-invitation-section .party .line,
.color11 .tsc-invitation-section .family .divider, .color11.page-wrapper,
.color11 .back-to-top {
  background-color: var(--color-primary-11);
}
.color11 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color11 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-11-rgb), 0.4));
}
.color11 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-11-rgb), 0.6));
}
.color11 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-11);
}
.color11 .btn-primary:hover,
.color11 .btn-primary,
.color11 .btn-check:checked + .btn,
.color11 .btn.active,
.color11 .btn.show,
.color11 .btn:first-child:active,
.color11 :not(.btn-check) + .btn:active,
.color11 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-11);
  background-color: var(--color-primary-11);
}
.color11 .form-control:focus {
  border-color: rgba(var(--color-primary-11-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-11-rgb), 0.15);
}

.color12 {
  /* ==== COLOR ====*/
}
.color12 .tcs-calendar-section .calendar-cal-dow-row div,
.color12 .tcs-calendar-section .calendar-cal-day--selected,
.color12 .change-color,
.color12 .clock-wrap .box:not(:last-child)::after,
.color12 .tcs-guest-section .guest-name {
  color: var(--color-primary-12) !important;
}
.color12 {
  /* ==== BORDER COLOR ====*/
}
.color12 .line-2,
.color12 .tsc-guestbook-section .form,
.color12 .tsc-invitation-section .party.party-2,
.color12 .tsc-invitation-section .party .date-wrap .month,
.color12 .tsc-invitation-section .party .date-wrap .year,
.color12 .tcs-calendar-section .calendar-wrap,
.color12 .tsc-invitation-section .invite-text .guest-name::after,
.color12 .tcs-guest-section .guest-name::after {
  border-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND COLOR ====*/
}
.color12 .tsc-invitation-section .party.style-2 .date-wrap::before,
.color12 .tsc-invitation-section .party.style-2 .date-wrap::after,
.color12 .line-1,
.color12 .line-2::after,
.color12 .line-2::before,
.color12 .tcs-story-section .media-wrap,
.color12 .tsc-guestbook-section .list-happy-wrap .list-happy .happy-item::after,
.color12 .tsc-guestbook-section .qr-code-wrapper .button-wrap .pill-indicator,
.color12 .tcs-story-section .story-list .story-item .heading::before,
.color12 .tcs-story-section .story-list::before,
.color12 .tsc-invitation-section .party .line,
.color12 .tsc-invitation-section .family .divider, .color12.page-wrapper,
.color12 .back-to-top {
  background-color: var(--color-primary-12);
}
.color12 {
  /* ==== BACKGROUND GRADIENT ====*/
}
.color12 .tcs-hero-slider .gradient-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-12-rgb), 0.4));
}
.color12 .tsc-thank-section .thank-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(var(--color-primary-12-rgb), 0.6));
}
.color12 .tsc-invitation-section .party .map-btn svg {
  fill: var(--color-primary-12);
}
.color12 .btn-primary:hover,
.color12 .btn-primary,
.color12 .btn-check:checked + .btn,
.color12 .btn.active,
.color12 .btn.show,
.color12 .btn:first-child:active,
.color12 :not(.btn-check) + .btn:active,
.color12 .btn:not(.pill-btn):active {
  border-color: var(--color-primary-12);
  background-color: var(--color-primary-12);
}
.color12 .form-control:focus {
  border-color: rgba(var(--color-primary-12-rgb), 0.25);
  box-shadow: 0 0 2px 3px rgba(var(--color-primary-12-rgb), 0.15);
}/*# sourceMappingURL=main.css.map */