#survey-wrapper {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
}
.send-btn-holder .no-padding-cls a {
    padding-left: 0;
    padding-right: 0;
}
.wrap-data-combine {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding:  10px !important;
    border: 1px solid #dcdcde !important;
}
.send-btn-holder .wrap-data-combine p {
    margin-bottom: 0;
}
.view-story-data-info h6 {
    font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content {
	border: 1px solid rgba(0,0,0,.1);
    padding: 20px 20px 10px 20px !important;
}
.woocommerce-checkout .quantity-selector .quantity-input {
    display: none !important;
}

.woocommerce-checkout .quantity-selector label,
.woocommerce-checkout .quantity-selector .survey-checkout-quantity-display {
    display: none !important;
}

.woocommerce-checkout .quantity-selector {
    display: flex !important;
    align-items: center;
}

.woocommerce-checkout .quantity-selector .delete-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

#progress-bar-wrapper {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  height: 20px;
  margin-bottom: 20px;
}
.survey-field textarea {
	width: 100% !important;
	border: 1px solid #ccccccb0 !important;
	outline: none !important;
	resize: none !important;
	overflow: hidden !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding: 8px !important;
	box-sizing: border-box !important;
}

.survey-steps-form {
  position: relative;
  overflow: hidden;
}

.survey-step {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;
  width: 100%;
}

.survey-step.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.survey-step.exit-left {
  opacity: 0;
  transform: translateX(-100%);
}

.survey-step.exit-right {
  opacity: 0;
  transform: translateX(100%);
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #d4af37;
  border-radius: 10px;
  transition: width 0.3s;
}

.survey-buttons {
  margin-top: 20px;
  text-align: right;
}

button,
a#buy-now-button {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
}

button[disabled],
a#buy-now-button[disabled] {
  background-color: #ddd;
  cursor: not-allowed;
}

.field-error {
  border: 1px solid red;
  background-color: #ffe6e6;
  animation: shake 0.3s;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.rating-field{
  position: relative;
 height: 40px;
  width: 180px; 
  border-radius: 100px;
  border: 1px solid var( --e-global-color-primary );
  margin: 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	    background: var( --e-global-color-primary );
    color: var( --e-global-color-5e1f891 );
	cursor: pointer;
}
.rating-field input{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
	display:none;
}

.rating-field.active{
  background: var( --e-global-color-84582f6 );
  color: var( --e-global-color-5e1f891 );
}

.woocommerce-shipping-totals, 
.woocommerce-checkout .shipping, 
.woocommerce-checkout #ship-to-different-address {
    display: none !important;
}

.woocommerce-message a.button.wc-forward,
.woocommerce-mini-cart .buttons a.button.wc-forward {
    display: none !important;
}
.send-btn-holder{
  display: black;
}
.send-btn-holder div{
  margin-bottom:10px;
  border: none;
  padding: 0px;
  border-radius: 5px;
}
.send-btn-holder div:last-child{
  margin-bottom: 0;
}
.send-btn-holder a,
.send-btn-holder a:active,
.send-btn-holder a:visited,
.send-btn-holder a:focus{
  display: inline-block;
  padding: 5px 20px;
}
.send-btn-holder .continue_filling_survey{
  display: inline-block;
  padding: 0 !important;
  border: none !important;
  border-radius: 100rem !important;
  text-decoration: underline !important;
  color: var(--e-global-color-primary) ;
  margin-bottom: 10px;
  margin-top: 10px;
}
.send-btn-holder .continue_filling_survey:hover{
  color: var( --e-global-color-84582f6 );
}
.survey-pending-invite {
  margin: 0 0 10px;
  font-size: 13px;
}

.friend-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2147483600 !important;
}
.friend-email-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 2147483601 !important;
  width: 100%;
  max-width: 800px !important;
}
.friend-modal-content {
  text-align: center;
}
.friend-modal-content .friend-email {
  padding: 8px;
  margin-top: 10px;
  width: 100%;
  border-color: #c36;
}
.submit-email {
  margin-top: 10px;
  padding: 10px;
  background-color: #28a745;
  color: #fff;
  border: none;
  cursor: pointer;
}
.submit-email:hover {
  background-color: #218838;
}
.close-modal {
  margin-top: 0;
  padding: 0 0 0 1px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -2px;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  font-size: 14px;
  border-radius: 100%;
}
.close-modal:hover {
  background-color: #c82333;
}
.survey-cart-btn,
.survey-cart-btn:active,
.survey-cart-btn:focus,
.survey-cart-btn:visited,
.survey-cart-btn:hover{
  background: #440075;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
}

/* custom style */

   .survey-steps-form {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}

.survey-step {
  opacity: 0;
  transform: rotateY(90deg); 
  transition: opacity 1.5s ease, transform 1.5s ease;
  position: absolute;
  width: 100%;
}

.survey-step.active {
  opacity: 1;
  transform: rotateY(0deg);
  position: relative;
}

.survey-step.exit-left {
  opacity: 0;
  transform: rotateY(-90deg); 
}

.survey-step.exit-right {
  opacity: 0;
  transform: rotateY(90deg);
}
    
.style_1 .form-check{
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
}
.style_1 .form-radio{
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
}
.style_1 select.select-field {
    border: 1px solid #66666647;
}
.style_1 table td, table th {
    border: 1px solid #66666647 !important;
    text-align: center;
}
.style_1 input[type="radio"] {
    -webkit-appearance: none; 
    -moz-appearance: none;     
    appearance: none; 
    width: 24px;     
    height: 24px;
    border-radius: 50%;       
    outline: none; 
    background-color: white; 
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.style_1 input[type="radio"]:checked {
    background-color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important; 
}
.style_1 input[type="checkbox"] {
    -webkit-appearance: none; 
    -moz-appearance: none;     
    appearance: none; 
    width: 24px;     
    height: 24px;
    border-radius: 0;  
    outline: none; 
    background-color: white; 
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.style_1 input[type="checkbox"]:checked {
    background-color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );   
}
.style_1 input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 9px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); 
}


.style_2 label {
    display: block;
    margin-top: 10px;
    align-items: center;
    vertical-align: middle;
    position: relative;
    max-width: 100% !important;
    margin: 4px auto;
    padding: 1em;
    font-weight: 500;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px !important;
    color: initial;
    transition: background-color 0.3s, color 0.3s;
}

.style_2 label:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-5e1f891) !important;
}

.style_2 input[type="radio"]:checked + label {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.style_2 input[type="checkbox"]:checked + label {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.style_2 .form-radio input{
    display: none;
}
.style_2 .form-check input{
    display: none;
}
.style_2 td input[type="radio"] {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    display: block;
    accent-color: var(--e-global-color-primary);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Scale up slightly */
    }
    100% {
        transform: scale(1);
    }
}
.progress-bar {
    background-color: #caaeff
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; /* Replace 1rem with the actual $progress-height value */
  }
}

.progress,
.progress-stacked {
  --bs-progress-height: 1rem; 
  --bs-progress-font-size: 0.875rem;
  --bs-progress-bg: #e9ecef; 
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: none; 
  --bs-progress-bar-color: #fff; 
  --bs-progress-bar-bg: #caaeff;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size); 
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}


.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}


.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; 

}

.steps {
display: none;
}

.card_area{
	display: flex;
	margin-bottom: 25px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 20px 10px 20px !important;
}
.card_area h3{
	color: var(--e-global-color-text);
    font-family: "Comfortaa", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	margin: 0;
}
.card_area h4{
	color: var(--e-global-color-text);
    font-family: "Comfortaa", Sans-serif;
    font-size: 14px;
    font-weight: 600;
	margin: 5px 0 10px 0;
}
.card_area .fill-by-me-link{
	font-size: 13px;
	color: var(--e-global-color-5e1f891);
	background-color: var(--e-global-color-primary);
    border:2px solid var(--e-global-color-primary);
    border-radius: 100px 100px 100px 100px;
	margin-right: 7px;
	padding: 8px 10px !important;
}
.card_area h3 a{
	color: var(--e-global-color-text);
}
.card_area .fill-by-me-link:hover{
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-5e1f891);
}
.gift-to-friend-link{
	font-size: 13px;
	color: var(--e-global-color-5e1f891) !important;
	background-color: var( --e-global-color-84582f6 ) !important;
    border:2px solid var( --e-global-color-84582f6 ) !important;
    border-radius: 100px 100px 100px 100px !important;
	margin-left: 0px !important;
	padding: 8px 10px !important;
}
.gift-to-friend-link:hover{
	color: var(--e-global-color-text) !important;
	background-color: var(--e-global-color-5e1f891) !important;
}
.card_area img{
	width: 200px !important;
	height: 200px !important;
	margin-right: 15px;
}
.gift-card-image,
.purchase-card-image {
	position: relative;
}
.gift-card-image a,
.purchase-card-image a {
	position: relative;
	display: block;
}
.story-card-image-badge {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.88);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	z-index: 2;
}
.story-card-image-badge i {
	font-size: 12px;
	line-height: 1;
}
.card_area--gifted {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}
.card_area--purchased {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}
.card_area--gifted .gift-card-image img {
	margin-right: 0 !important;
}
.card_area--purchased .purchase-card-image img {
	margin-right: 0 !important;
}
.gift-card-content {
	min-width: 0;
}
.purchase-card-content {
	min-width: 0;
}
.gift-card-content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.purchase-card-content-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}
.gift-card-meta p {
	margin: 0 0 8px;
}
.purchase-card-meta p {
	margin: 0 0 8px;
}
.gift-card-type {
	margin: 2px 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--e-global-color-text);
	opacity: 0.75;
}
.purchase-card-type {
	margin: 2px 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: var(--e-global-color-text);
	opacity: 0.75;
}
.gift-card-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 180px;
}
.purchase-card-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 180px;
}
.purchase-card-single-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	width: 100%;
}
.purchase-card-single-actions .gift-card-status-badge {
	align-self: flex-end;
}
.purchase-card-single-actions p {
	margin: 0;
	text-align: right;
}
.purchase-card-single-actions__buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}
.purchase-card-single-actions .fill-by-me-link,
.purchase-card-single-actions .gift-to-friend-link,
.purchase-card-single-actions .continue_filling_survey {
	flex: 1 1 calc(50% - 4px);
	width: auto;
	max-width: 220px;
	min-width: 0;
	text-align: center;
}
.purchase-card-table-wrap {
	width: 100%;
	overflow-x: auto;
}
.purchase-card-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.purchase-card-table th,
.purchase-card-table td {
	padding: 12px 10px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}
.purchase-card-table thead th {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: #111111;
	color: #ffffff;
	opacity: 1;
	padding-top: 12px;
	padding-bottom: 12px;
}
.purchase-card-table thead th:first-child {
	border-top-left-radius: 6px;
}
.purchase-card-table thead th:last-child {
	border-top-right-radius: 6px;
}
.purchase-table-participant {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.85;
}
.purchase-card-table tbody tr:nth-child(odd) {
	background: #f7f7f7;
}
.purchase-card-table tbody tr:nth-child(even) {
	background: #ffffff;
}
.purchase-card-table tbody td {
	padding-top: 14px;
	padding-bottom: 14px;
}
.purchase-card-table tbody tr + tr td {
	border-top: 1px solid rgba(17, 17, 17, 0.06);
}
.purchase-table-cell--details {
	min-width: 0;
	word-break: break-word;
}
.purchase-card-action-trigger {
	min-width: 140px;
	text-align: center;
}
.purchase-story-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 2147483000 !important;
	padding: 24px;
	overflow-y: auto;
}
.purchase-story-modal__dialog {
	position: relative;
	max-width: 920px;
	margin: 40px auto;
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}
.purchase-story-modal__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}
.purchase-story-modal__back,
.purchase-story-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	background: transparent;
	color: #111827;
	cursor: pointer;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
}
.purchase-story-modal__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}
.purchase-story-modal__icon svg,
.purchase-story-modal__choice-icon svg,
.purchase-slot-card__number-icon svg,
.purchase-slot-card__number-badge svg {
	display: block;
	width: 100%;
	height: 100%;
}
.purchase-story-modal__close {
	width: 32px;
	height: 32px;
	font-size: 20px;
	border-radius: 999px;
}
.purchase-story-modal__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
}
.purchase-story-modal__logo .custom-logo-link,
.purchase-story-modal__logo img {
	display: block;
	max-height: 36px;
	width: auto;
}
.purchase-story-modal__logo-text {
	font-size: 18px;
	font-weight: 700;
	color: #111827;
}
.purchase-story-modal__header h3 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.2;
}
.purchase-story-modal__meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}
.purchase-story-modal__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #374151;
	font-weight: 600;
}
.purchase-story-modal__meta-item i {
	color: #111827;
}
.purchase-story-modal__intro {
	margin: 0 0 20px;
	color: #4b5563;
	max-width: 720px;
}
.purchase-story-modal__choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}
.purchase-story-modal--configured .purchase-story-modal__choice-grid {
	display: none;
}
.purchase-story-modal__choice {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	width: 100%;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
	color: #111827;
	text-align: left;
	cursor: pointer;
}
.purchase-story-modal__choice-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}
.purchase-story-modal__choice-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}
.purchase-story-modal__choice-title {
	font-weight: 700;
}
.purchase-story-modal__choice.is-active {
	border-color: #111827 !important;
	background: #111827 !important;
	color: #fff !important;
}
.purchase-story-modal__choice.is-active .purchase-story-modal__choice-subcopy,
.purchase-story-modal__choice.is-active i {
	color: #fff !important;
}
.purchase-story-modal__choice-subcopy {
	color: #6b7280;
	font-size: 14px;
}
.purchase-story-modal__slots {
	display: none;
	grid-template-columns: 1fr;
	gap: 14px;
}
.purchase-story-modal__section-label {
	display: none;
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #6b7280;
}
.purchase-story-modal--self-mode .purchase-story-modal__section-label {
	display: block;
}
.purchase-story-modal--gift-mode .purchase-story-modal__section-label,
.purchase-story-modal--configured .purchase-story-modal__section-label {
	display: none !important;
}
.purchase-story-modal__section-label--self {
	order: 0;
}
.purchase-story-modal__section-label--invites {
	order: 2;
}
.purchase-story-modal--self-mode .purchase-story-modal__section-label--invites {
	margin-top: 18px;
}
.purchase-story-modal--cards-visible .purchase-story-modal__slots {
	display: grid;
}
.purchase-story-modal--self-mode.purchase-story-modal--cards-visible .purchase-story-modal__slots {
	display: flex;
	flex-direction: column;
}
.purchase-story-modal--self-mode .purchase-slot-card--1 {
	order: 1;
}
.purchase-story-modal--self-mode .purchase-slot-card--2,
.purchase-story-modal--self-mode .purchase-slot-card--3,
.purchase-story-modal--self-mode .purchase-slot-card--4 {
	order: 3;
}
.purchase-story-modal--self-mode .purchase-story-modal__choice--self,
.purchase-story-modal--gift-mode .purchase-story-modal__choice--gift {
	border-color: #111827;
	background: #111827;
	color: #fff;
}
.purchase-story-modal--self-mode .purchase-story-modal__choice--self .purchase-story-modal__choice-subcopy,
.purchase-story-modal--gift-mode .purchase-story-modal__choice--gift .purchase-story-modal__choice-subcopy,
.purchase-story-modal--self-mode .purchase-story-modal__choice--self i,
.purchase-story-modal--gift-mode .purchase-story-modal__choice--gift i {
	color: #fff;
}
.purchase-story-modal--self-mode .purchase-story-modal__choice--gift,
.purchase-story-modal--gift-mode .purchase-story-modal__choice--self {
	background: #fff;
	color: #111827;
	border-color: #d1d5db;
}
.purchase-slot-card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 16px;
	align-items: center;
}
.purchase-slot-card__participant-header {
	display: flex;
	align-items: center;
	gap: 12px;
}
.purchase-slot-card__participant-copy {
	display: flex;
	flex-direction: column;
}
.purchase-slot-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.purchase-slot-card__number-value {
	display: inline-flex;
}
.purchase-slot-card__number-icon {
	display: none;
	width: 18px;
	height: 18px;
}
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__number-value {
	display: none;
}
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__number-icon {
	display: inline-flex;
}
.purchase-slot-card__number-badge {
	position: absolute;
	right: -4px;
	bottom: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #16a34a;
	color: #fff;
	border: 2px solid #fff;
}
.purchase-slot-card__participant-header {
	order: 0;
}
.purchase-slot-card__details h4 {
	display: none;
}
.purchase-slot-card__participant-header h4 {
	margin: 0;
	font-size: 16px;
}
.purchase-slot-card__participant-copy .purchase-slot-card__description,
.purchase-slot-card__participant-copy p {
	margin: 6px 0 0;
	color: #4b5563;
}
.purchase-slot-card__description,
.purchase-slot-card__details p {
	margin: 6px 0 0;
	color: #4b5563;
}
.purchase-slot-card__description--self,
.purchase-slot-card__self-action {
	display: none;
}
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__description--self,
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__self-action {
	display: inline-flex;
}
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__description--gift,
.purchase-story-modal--self-mode .purchase-slot-card--1 .purchase-slot-card__gift-action {
	display: none;
}
.purchase-story-modal--gift-mode .purchase-slot-card--1 .purchase-slot-card__self-action,
.purchase-story-modal--gift-mode .purchase-slot-card--1 .purchase-slot-card__description--self {
	display: none;
}
.purchase-story-modal--gift-mode .purchase-slot-card--1 .purchase-slot-card__description--gift,
.purchase-story-modal--gift-mode .purchase-slot-card--1 .purchase-slot-card__gift-action {
	display: inline-flex;
}
.purchase-slot-card__side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.purchase-slot-card__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 220px;
	max-width: 100%;
}
.purchase-slot-card .fill-by-me-link,
.purchase-slot-card .gift-to-friend-link,
.purchase-slot-card .continue_filling_survey {
	width: 100%;
	max-width: 100%;
	min-width: 0 !important;
	box-sizing: border-box;
	text-align: center;
	white-space: normal;
}
.purchase-story-modal .gift-card-status-badge {
	margin: 0;
}
.swal2-container {
	z-index: 2147483647 !important;
}
.gift-card-actions {
	width: 100%;
}
.gift-card-actions .gift-card-status-badge {
	align-self: flex-end;
}
.gift-card-actions .continue_filling_survey {
	align-self: stretch;
	text-align: center;
}
.gift-card-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.gift-card-status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-5e1f891);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.gift-card-status-badge--pending {
	background: #fff3cd;
	color: #8a6d3b;
}
.gift-card-status-badge--modify {
	background: #fce4ec;
	color: #ad1457;
}
.gift-card-status-badge--ready {
	background: #dbeafe;
	color: #1d4ed8;
}
.gift-card-status-badge--closed {
	background: #dcfce7;
	color: #166534;
}
.gift-card-status-badge--default {
	background: #e5e7eb;
	color: #374151;
}
.story-dashboard-section {
  margin-bottom: 28px;
}
.story-dashboard-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.story-dashboard-section__title {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.story-dashboard-section__link {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 6px 8px 10px 8px !important;
  vertical-align: middle;
  text-align: center;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: center;
}
.woocommerce-account .addresses .title .edit {
  float: left !important;
}
.elementor-kit-666 button,
.elementor-kit-666 input[type="button"],
.elementor-kit-666 input[type="submit"],
.elementor-kit-666 .elementor-button {
  min-width: 104px;
}

@media (max-width: 767px) {
	h2 {
	  font-size: 1.2rem !important;
	}
	.card_area h3 {
	  font-size: 1.2rem;
	}
	.story-dashboard-section__header {
	  align-items: flex-start;
	}
	.story-dashboard-section__title {
	  font-size: 1.2rem !important;
	}
	.card_area h4 {
	  font-size: 1rem;
	}
	.card_area {
	  display: block;
	}
	.card_area--gifted {
	  display: block;
	}
	.card_area--purchased {
	  display: block;
	}
	.gift-card-content-inner {
	  display: block;
	}
	.purchase-card-content-inner {
	  display: block;
	}
	.gift-card-side,
	.gift-card-actions {
	  align-items: flex-start;
	  min-width: 0;
	  margin-top: 12px;
	}
	.purchase-card-side {
	  align-items: flex-start;
	  min-width: 0;
	  margin-top: 12px;
	}
	.purchase-card-single-actions {
	  align-items: flex-start;
	}
	.purchase-card-single-actions p {
	  text-align: left;
	}
	.purchase-card-single-actions .fill-by-me-link,
	.purchase-card-single-actions .gift-to-friend-link,
	.purchase-card-single-actions .continue_filling_survey {
	  flex-basis: 100%;
	  max-width: 100%;
	}
	.purchase-card-table,
	.purchase-card-table thead,
	.purchase-card-table tbody,
	.purchase-card-table tr,
	.purchase-card-table th,
	.purchase-card-table td {
	  display: block;
	  width: 100%;
	}
	.purchase-card-table thead {
	  display: none;
	}
	.purchase-card-table tr {
	  padding: 12px 0;
	  border-top: 1px solid rgba(0, 0, 0, 0.08);
	}
	.purchase-story-modal {
	  padding: 16px;
	}
	.purchase-story-modal__dialog {
	  margin: 20px auto;
	  padding: 20px 16px;
	}
	.purchase-story-modal__topbar {
	  margin-bottom: 20px;
	}
	.purchase-story-modal__meta-grid,
	.purchase-story-modal__choice-grid {
	  grid-template-columns: 1fr;
	}
	.purchase-story-modal__header h3 {
	  font-size: 24px;
	}
	.purchase-slot-card__body {
	  flex-direction: column;
	  align-items: stretch;
	}
	.purchase-slot-card {
	  grid-template-columns: 1fr;
	}
	.purchase-slot-card__side {
	  align-items: stretch;
	}
	.purchase-slot-card__actions {
	  width: 100%;
	}
	.gift-card-actions .gift-card-status-badge {
	  align-self: flex-start;
	}
	.card_area img {
	  width: 100% !important;
	  height: auto !important;
		margin-right: 0 !important;
	}
	.card_area style{
		margin: 0!important;
	}
	.elementor-595 .elementor-element.elementor-element-d3ada4c {
	  --margin-top: 30px !important;
	}
}

.send-btn-holder{
  font-weight: bold; 
}

.custom-upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d4af37;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.custom-upload-btn:hover {
  background-color: #bb9824;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2147483602 !important;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active{
  display: flex !important;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
}

.modal-content h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}

.modal-content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

.modal-actions {
  display: flex;
  justify-content: space-between;
}

.modal-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.modal-button.cancel {
  background-color: #ddd;
  color: #333;
  border: 0;
}

.modal-button.cancel:hover {
  background-color: #ccc;
  border: 0;
}

.modal-button.confirm {
  background-color: #228b22;
  color: #fff;
  border: 0;
}

.modal-button.confirm:hover {
  background-color: #36c336;
  color: #fff;
  border: 0;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: scale(0.9);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}


#prev-button {
  background: var(
) !important;
  border: 2px solid var(
) !important;
  margin-right: 15px;
}

#prev-button:hover {
  background: var(
) !important;
  color: ver(--e-global-color-text);
}
#prev-button:focus{
	background: inherit !important;
	color: ver(--e-global-color-text);
}

.type-heading{
  text-transform: capitalize;
}

.social-login-holder {
  text-align: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.error-box {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #ffe6e6;
  border: 1px solid #ff4d4d;
  border-radius: 5px;
  text-align: left;
  color: #d8000c;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.error-box p {
  margin: 5px 0;
}

.xoo-el-form-popup .error-box p{
  font-size: 12px;
}

.error-box strong {
  color: #333;
}

.social-login-top {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.social-login-link {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-login-link a {
  display: inline-block;
  width: 260px;
  height: auto;
  transition: transform 0.3s;
}

.social-login-link a img {
  width: 100%;
  height: auto;
}

.social-login-link a:hover {
  transform: scale(1.1);
}
.survey-label{
font-family: "Comfortaa", Sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  margin-top: 15px;
}
.custom-upload-btn{
	cursor: pointer;
}
.custom-upload-btn input{
	cursor: pointer;
}
/* Radio BTN style */
.radio_img_btn {
        display: inline-block;
        margin: 10px;
        text-align: center;
		cursor: pointer;
      }
      .radio_img_btn img {
		  display: block;
		  width: 80px;
		  cursor: pointer;
		  height: 80px;
		  object-fit: cover;
		  border-radius: 8px;
		  min-width: 120px;
		  max-height: 80px;
		  margin-bottom: 10px;
		  transition: transform 0.2s, border 0.3s ease;
      }

      .radio_img_btn input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
		  display: none;
      }

      .radio_img_btn input[type="radio"]:checked + label img {
        border: 4px solid var( --e-global-color-84582f6 );
        border-radius: 8px;
        padding: 5px;
      }

      .radio_img_btn input[type="radio"]:checked + label span {
        font-weight: bold;
        color: #4caf50;
      }

      .radio_img_btn label:hover img {
        transform: scale(1.05);
        border-color: solid var( --e-global-color-84582f6 );
      }

      .radio_img_btn span {
        display: block;
        font-size: 14px;
        color: #333;
      }

/* checkboxxxxxxx */
.checkbox_img_btn {
  display: inline-block;
  margin: 10px;
}
.checkbox_img_btn .checkbox-image-field {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
  overflow: hidden;
  transition: transform 0.2s, border 0.3s ease;
}

.checkbox_img_btn .checkbox-image-field img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  	min-width: 120px;
	max-height: 80px;
	margin-bottom: 10px;
}

.checkbox_img_btn .checkbox-image-field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
	display: none;
}
.checkbox_img_btn .checkbox-image-field input[type="checkbox"]:checked + img {
	border: 4px solid var( --e-global-color-84582f6 );
	border-radius: 8px;
	padding:5px;
}

.checkbox_img_btn .checkbox-image-field input[type="checkbox"]:checked + img + span {
  font-weight: bold;
  color: #4CAF50;
}

.checkbox_img_btn .checkbox-image-field:hover {
  transform: scale(1.05);
}

.checkbox_img_btn .checkbox-image-field span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	position: relative;
  padding-top: 112px !important;
}
.woocommerce-thankyou-order-received::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.custom-message-holder {
  font-size: 12px;
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
  border-radius: 4px;
  padding: 10px;
  color: #333;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.custom-label-holder{
  display: flex;
  gap: 10px;
  align-items: start;
}
.custom-label-holder label{
  text-align: left;
}
.customize-email-message{
  display: none;
  text-align: left;
}
.customize-email-message label{
  text-align: left;
}
.customize-email-message input{
  margin-bottom: 10px;
}
.customize-email-message .mce-toolbar .mce-btn button, .customize-email-message .qt-dfw{
  min-width: auto;
}
.friend-email-modal .mce-floatpanel,
.friend-email-modal .mce-menu,
body > .mce-floatpanel,
body > .mce-menu {
  z-index: 2147483646 !important;
}

.friend-email-modal .wp-editor-container,
.friend-email-modal .mce-tinymce {
  overflow: visible !important;
}
pre{
color: var( --e-global-color-text );
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-secondary-font-weight);
    margin: 0 !important;
}
button[disabled], a#buy-now-button[disabled]{
  font-family: "Comfortaa", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-right: 7px;
}
button[disabled], a#buy-now-button[disabled]:hover{
	background-color: #ddd !important;
	color: #777777 !important;
}
.empty-div{
	display: none !important;
}
.survey-field {
  overflow: auto;
}
