/* =========================================
   TKFM PARTICIPATION STATUS PAGE
   CLASSY FESTIVAL UI
========================================= */

.tkfm-status-wrapper {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px 60px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif;
	color: #172033;
}

.tkfm-status-hero {
	text-align: center;
	margin-bottom: 35px;
}

.tkfm-status-kicker {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	border-radius: 50px;
	background: #eef5ff;
	color: #1769aa;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tkfm-status-hero h2 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #172033;
}

.tkfm-status-hero p {
	max-width: 650px;
	margin: 0 auto;
	color: #64748b;
	font-size: 16px;
	line-height: 1.7;
}

.tkfm-status-search {
	background: #ffffff;
	border: 1px solid #e5eaf1;
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 10px 35px rgba(15, 23, 42, 0.07);
	margin-bottom: 30px;
}

.tkfm-status-search label {
	display: block;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: 700;
	color: #334155;
}

.tkfm-status-search input[type="text"] {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 1px solid #d8dee8;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #172033;
	background: #fff;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.tkfm-status-search input[type="text"]:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.12);
}

.tkfm-status-search button {
	margin-top: 16px;
	min-height: 48px;
	padding: 0 26px;
	border: 0;
	border-radius: 10px;
	background: #1769aa;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

.tkfm-status-search button:hover {
	background: #12558c;
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(23, 105, 170, 0.22);
}

.tkfm-status-error {
	padding: 22px 24px;
	border-radius: 14px;
	background: #fff5f5;
	border: 1px solid #ffd6d6;
	color: #a61b1b;
	margin-top: 25px;
}

.tkfm-status-error strong {
	font-size: 16px;
}

.tkfm-status-error p {
	margin: 6px 0 0;
	color: #7f1d1d;
}

.tkfm-status-result {
	background: #ffffff;
	border: 1px solid #e5eaf1;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 14px 45px rgba(15, 23, 42, 0.08);
}

.tkfm-status-success {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #edf0f4;
}

.tkfm-status-success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e9f8ef;
	color: #168344;
	font-size: 21px;
	font-weight: 700;
	flex-shrink: 0;
}

.tkfm-status-success h3 {
	margin: 0;
	font-size: 21px;
	color: #172033;
}

.tkfm-status-success p {
	margin: 3px 0 0;
	color: #64748b;
	font-size: 13px;
}

.tkfm-participant-info {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 16px;
	margin-bottom: 30px;
}

.tkfm-info-box {
	padding: 18px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #edf0f4;
}

.tkfm-info-label {
	display: block;
	margin-bottom: 7px;
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.tkfm-info-value {
	display: block;
	color: #172033;
	font-size: 15px;
	font-weight: 600;
	word-break: break-word;
}

.tkfm-registration-id {
	font-family: monospace;
	letter-spacing: 0.5px;
}

.tkfm-status-heading {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
	color: #334155;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.tkfm-status-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

/* =========================================
   STATUS CARDS
========================================= */

.tkfm-status-card {
	position: relative;
	padding: 26px;
	border-radius: 18px;
	border: 1px solid #e6eaf0;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tkfm-status-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

/* Left status indicator */

.tkfm-status-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #2271b1;
}

/* Status title */

.tkfm-status-card-label {
	margin-bottom: 13px;
	color: #64748b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Status badge */

.tkfm-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 9px 15px;
	border-radius: 50px;
	background: #eef5ff;
	color: #1769aa;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid rgba(23, 105, 170, 0.10);
}

/* Status description */

.tkfm-status-description {
	margin: 15px 0 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.7;
}

/* -----------------------------------------
   IN CONSIDERATION / UNDECIDED
----------------------------------------- */

.tkfm-status-card.status-warning::before {
	background: #d99000;
}

.tkfm-status-card.status-warning .tkfm-status-badge {
	background: #fff8e6;
	color: #996800;
	border-color: rgba(217, 144, 0, 0.14);
}

/* -----------------------------------------
   SELECTED / FINALIST / SEMI-FINALIST /
   QUARTER-FINALIST / HONORABLE MENTION
----------------------------------------- */

.tkfm-status-card.status-positive::before {
	background: #168344;
}

.tkfm-status-card.status-positive .tkfm-status-badge {
	background: #eaf8ef;
	color: #168344;
	border-color: rgba(22, 131, 68, 0.14);
}

/* -----------------------------------------
   NOT SELECTED
----------------------------------------- */

.tkfm-status-card.status-negative::before {
	background: #d63638;
}

.tkfm-status-card.status-negative .tkfm-status-badge {
	background: #fff0f0;
	color: #c52222;
	border-color: rgba(214, 54, 56, 0.14);
}

/* -----------------------------------------
   AWARD WINNER
----------------------------------------- */

.tkfm-status-card.status-award::before {
	background: #8b5cf6;
}

.tkfm-status-card.status-award .tkfm-status-badge {
	background: #f3edff;
	color: #7040c0;
	border-color: rgba(139, 92, 246, 0.16);
}

.tkfm-status-card.status-positive::before {
	background: #168344;
}

.tkfm-status-card.status-positive .tkfm-status-badge {
	background: #e9f8ef;
	color: #168344;
}

.tkfm-status-card.status-warning::before {
	background: #d99000;
}

.tkfm-status-card.status-warning .tkfm-status-badge {
	background: #fff7df;
	color: #9a6700;
}

.tkfm-status-card.status-negative::before {
	background: #d63638;
}

.tkfm-status-card.status-negative .tkfm-status-badge {
	background: #fff0f0;
	color: #c52222;
}

.tkfm-status-card.status-award::before {
	background: #8b5cf6;
}

.tkfm-status-card.status-award .tkfm-status-badge {
	background: #f3edff;
	color: #7040c0;
}

@media (max-width: 700px) {

	.tkfm-status-wrapper {
		margin: 25px auto;
		padding: 0 14px 40px;
	}

	.tkfm-status-hero h2 {
		font-size: 28px;
	}

	.tkfm-status-search,
	.tkfm-status-result {
		padding: 22px;
		border-radius: 15px;
	}

	.tkfm-participant-info {
		grid-template-columns: 1fr;
	}

	.tkfm-status-cards {
		grid-template-columns: 1fr;
	}

	.tkfm-status-success h3 {
		font-size: 18px;
	}

}

/* =========================================
   LAST UPDATED
========================================= */

.tkfm-status-last-updated {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	margin: 24px auto 0;
	padding: 12px 20px;
	max-width: 420px;

	background: #f8fafc;
	border: 1px solid #e5eaf1;
	border-radius: 999px;

	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);

	font-size: 13px;
	line-height: 1.4;
}

.tkfm-status-last-updated-label {
	color: #64748b;
	font-weight: 600;
}

.tkfm-status-last-updated-value {
	color: #172033;
	font-weight: 700;
}


/* =========================================
   LAST UPDATED — MOBILE
========================================= */

@media (max-width: 600px) {

	.tkfm-status-last-updated {
		flex-direction: column;
		gap: 3px;

		margin-left: 12px;
		margin-right: 12px;

		padding: 12px 16px;
		border-radius: 14px;

		text-align: center;
	}

}

/* =========================================
   STATUS BADGE ICONS
========================================= */

.tkfm-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.tkfm-status-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	font-size: 15px;
	line-height: 1;

	flex-shrink: 0;
}

/* =========================================
   TKFM FESTIVAL STATUS TIMELINE
   FORCE CLASSY HORIZONTAL LAYOUT
========================================= */

.tkfm-status-timeline {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	justify-content: space-between !important;

	width: 100% !important;
	margin: 0 0 32px !important;
	padding: 24px 10px 8px !important;

	box-sizing: border-box !important;
}


/* =========================================
   TIMELINE STEP
========================================= */

.tkfm-timeline-step {
	position: relative !important;

	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;

	flex: 1 1 0 !important;
	min-width: 0 !important;

	text-align: center !important;
}


/* =========================================
   TIMELINE ICON
========================================= */

.tkfm-timeline-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 42px !important;
	height: 42px !important;

	margin: 0 !important;
	padding: 0 !important;

	border-radius: 50% !important;
	box-sizing: border-box !important;

	background: #f1f5f9 !important;
	border: 2px solid #dce3eb !important;

	color: #94a3b8 !important;

	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1 !important;

	position: relative !important;
	z-index: 2 !important;
}


/* =========================================
   COMPLETED STEP
========================================= */

.tkfm-timeline-step.completed .tkfm-timeline-icon {
	background: #e9f8ef !important;
	border-color: #168344 !important;
	color: #168344 !important;
}


/* =========================================
   CURRENT STEP
========================================= */

.tkfm-timeline-step.current .tkfm-timeline-icon {
	background: #eef5ff !important;
	border-color: #1769aa !important;
	color: #1769aa !important;

	box-shadow: 0 0 0 5px rgba(23, 105, 170, 0.08) !important;
}


/* =========================================
   TIMELINE TEXT
========================================= */

.tkfm-timeline-content {
	display: block !important;

	width: 100% !important;

	margin-top: 11px !important;
	padding: 0 6px !important;

	box-sizing: border-box !important;

	text-align: center !important;
}


.tkfm-timeline-content strong {
	display: block !important;

	margin: 0 !important;
	padding: 0 !important;

	color: #334155 !important;

	font-size: 13px !important;
	font-weight: 700 !important;

	line-height: 1.35 !important;
}


.tkfm-timeline-content span {
	display: block !important;

	margin: 4px 0 0 !important;
	padding: 0 !important;

	color: #94a3b8 !important;

	font-size: 11px !important;
	line-height: 1.45 !important;
}


/* =========================================
   COMPLETED TEXT
========================================= */

.tkfm-timeline-step.completed
.tkfm-timeline-content strong {
	color: #172033 !important;
}


/* =========================================
   CURRENT TEXT
========================================= */

.tkfm-timeline-step.current
.tkfm-timeline-content strong {
	color: #1769aa !important;
}


/* =========================================
   CONNECTING LINE
========================================= */

.tkfm-timeline-line {
	display: block !important;

	flex: 1 1 auto !important;

	height: 2px !important;

	min-width: 20px !important;

	margin: 20px 8px 0 !important;
	padding: 0 !important;

	background: #e2e8f0 !important;

	box-sizing: border-box !important;
}


/* =========================================
   COMPLETED CONNECTING LINE
========================================= */

.tkfm-timeline-line.completed {
	background: #168344 !important;
}


/* =========================================
   MOBILE TIMELINE
========================================= */

@media (max-width: 700px) {

	.tkfm-status-timeline {
		padding: 18px 0 4px !important;
		margin-bottom: 25px !important;
	}

	.tkfm-timeline-icon {
		width: 36px !important;
		height: 36px !important;

		font-size: 13px !important;
	}

	.tkfm-timeline-content {
		margin-top: 9px !important;
		padding: 0 3px !important;
	}

	.tkfm-timeline-content strong {
		font-size: 11px !important;
	}

	.tkfm-timeline-content span {
		font-size: 10px !important;
	}

	.tkfm-timeline-line {
		min-width: 8px !important;
		margin: 17px 4px 0 !important;
	}
	
	

}

/* =========================================
   TKFM REGISTRATION FORM
   PREMIUM FESTIVAL UI
========================================= */

#tkfm-registration-form {
	max-width: 900px;
	margin: 40px auto;
	padding: 35px;
	background: #ffffff;
	border: 1px solid #e5eaf1;
	border-radius: 22px;
	box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Helvetica, Arial, sans-serif;
	color: #172033;
}

/* -----------------------------------------
   STEP HEADING
----------------------------------------- */

#tkfm-registration-form .tkfm-step h2 {
	margin: 0 0 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #edf0f4;
	color: #172033;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
}

/* -----------------------------------------
   FORM GROUP
----------------------------------------- */

#tkfm-registration-form .tkfm-step p {
	margin: 0 0 22px;
	padding: 0;
}

/* -----------------------------------------
   LABEL
----------------------------------------- */

#tkfm-registration-form label {
	display: block;
	margin-bottom: 8px;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

/* -----------------------------------------
   INPUTS + SELECT
----------------------------------------- */

#tkfm-registration-form input[type="text"],
#tkfm-registration-form input[type="email"],
#tkfm-registration-form input[type="url"],
#tkfm-registration-form input[type="number"],
#tkfm-registration-form input[type="date"],
#tkfm-registration-form select {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 0 15px;
	box-sizing: border-box;

	border: 1px solid #d8dee8;
	border-radius: 11px;

	background: #ffffff;
	color: #172033;

	font-family: inherit;
	font-size: 15px;

	outline: none;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease;
}

/* -----------------------------------------
   INPUT HOVER
----------------------------------------- */

#tkfm-registration-form input:hover,
#tkfm-registration-form select:hover {
	border-color: #b8c3d1;
}

/* -----------------------------------------
   INPUT FOCUS
----------------------------------------- */

#tkfm-registration-form input:focus,
#tkfm-registration-form select:focus {
	border-color: #1769aa;
	box-shadow: 0 0 0 4px rgba(23, 105, 170, 0.10);
	background: #ffffff;
}

/* -----------------------------------------
   AGE FIELD
----------------------------------------- */

#tkfm-registration-form input#age {
	background: #f8fafc;
	color: #475569;
	cursor: not-allowed;
}

/* -----------------------------------------
   BUTTONS
----------------------------------------- */

#tkfm-registration-form button {
	min-height: 50px;
	padding: 0 26px;

	border: 0;
	border-radius: 11px;

	background: #1769aa;
	color: #ffffff;

	font-family: inherit;
	font-size: 15px;
	font-weight: 700;

	cursor: pointer;

	transition:
		transform 0.2s ease,
		background 0.2s ease,
		box-shadow 0.2s ease;
}

/* -----------------------------------------
   BUTTON HOVER
----------------------------------------- */

#tkfm-registration-form button:hover {
	background: #12558c;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(23, 105, 170, 0.22);
}

/* -----------------------------------------
   BACK BUTTON
----------------------------------------- */

#tkfm-registration-form #back-step-2,
#tkfm-registration-form #back-step-3 {
	margin-right: 10px;
	background: #f1f5f9;
	color: #334155;
	border: 1px solid #dce3eb;
	box-shadow: none;
}

#tkfm-registration-form #back-step-2:hover,
#tkfm-registration-form #back-step-3:hover {
	background: #e2e8f0;
	color: #172033;
	transform: none;
}

/* -----------------------------------------
   PROCEED TO PAYMENT
----------------------------------------- */

#tkfm-registration-form button[type="submit"] {
	background: #168344;
	padding-left: 30px;
	padding-right: 30px;
}

#tkfm-registration-form button[type="submit"]:hover {
	background: #126b37;
	box-shadow: 0 8px 22px rgba(22, 131, 68, 0.22);
}

/* -----------------------------------------
   CHECKBOX
----------------------------------------- */

#tkfm-registration-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	accent-color: #1769aa;
}

#tkfm-registration-form label:has(input[type="checkbox"]) {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	font-weight: 500;
	line-height: 1.6;
}

/* -----------------------------------------
   MOBILE
----------------------------------------- */

@media (max-width: 700px) {

	#tkfm-registration-form {
		margin: 25px 14px;
		padding: 24px 18px;
		border-radius: 17px;
	}

	#tkfm-registration-form .tkfm-step h2 {
		font-size: 25px;
		margin-bottom: 24px;
	}

	#tkfm-registration-form button {
		width: 100%;
		margin-top: 8px;
	}

	#tkfm-registration-form #back-step-2,
	#tkfm-registration-form #back-step-3 {
		margin-right: 0;
		margin-bottom: 8px;
	}

}

/* =========================================
   TKFM REGISTRATION PROGRESS
   PURPLE 3-STEP SLIDER
========================================= */

.tkfm-registration-progress {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;

	max-width: 760px;
	margin: 0 auto 38px;
	padding: 0 10px;
	box-sizing: border-box;
}

/* -----------------------------------------
   PROGRESS TRACK
----------------------------------------- */

.tkfm-progress-track {
	position: absolute;
	top: 20px;
	left: 16.66%;
	right: 16.66%;

	height: 4px;

	background: #e9e4f5;
	border-radius: 999px;

	z-index: 0;
	overflow: hidden;
}

/* -----------------------------------------
   PURPLE SLIDING FILL
----------------------------------------- */

.tkfm-progress-fill {
	width: 0%;
	height: 100%;

	background: linear-gradient(
		90deg,
		#6d28d9,
		#8b5cf6
	);

	border-radius: 999px;

	transition: width 0.45s ease;
}

/* -----------------------------------------
   STEP
----------------------------------------- */

.tkfm-progress-step {
	position: relative;
	z-index: 2;

	display: flex;
	flex-direction: column;
	align-items: center;

	text-align: center;
}

/* -----------------------------------------
   CIRCLE
----------------------------------------- */

.tkfm-progress-circle {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;

	border-radius: 50%;

	background: #ffffff;
	border: 3px solid #ddd6ee;

	color: #9a8fb5;

	font-size: 14px;
	font-weight: 800;

	box-sizing: border-box;

	transition:
		background 0.35s ease,
		border-color 0.35s ease,
		color 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

/* -----------------------------------------
   ACTIVE STEP
----------------------------------------- */

.tkfm-progress-step.active .tkfm-progress-circle {
	background: linear-gradient(
		135deg,
		#6d28d9,
		#8b5cf6
	);

	border-color: #7c3aed;

	color: #ffffff;

	box-shadow:
		0 0 0 5px rgba(124, 58, 237, 0.10),
		0 8px 20px rgba(109, 40, 217, 0.20);

	transform: scale(1.06);
}

/* -----------------------------------------
   COMPLETED STEP
----------------------------------------- */

.tkfm-progress-step.completed .tkfm-progress-circle {
	background: #f3edff;

	border-color: #8b5cf6;

	color: #7c3aed;
}

/* -----------------------------------------
   LABEL
----------------------------------------- */

.tkfm-progress-label {
	margin-top: 10px;

	color: #94a3b8;

	font-size: 12px;
	font-weight: 700;

	line-height: 1.4;

	transition:
		color 0.3s ease,
		transform 0.3s ease;
}

/* -----------------------------------------
   ACTIVE LABEL
----------------------------------------- */

.tkfm-progress-step.active .tkfm-progress-label {
	color: #6d28d9;
	transform: translateY(-1px);
}

/* -----------------------------------------
   COMPLETED LABEL
----------------------------------------- */

.tkfm-progress-step.completed .tkfm-progress-label {
	color: #475569;
}

/* -----------------------------------------
   MOBILE
----------------------------------------- */

@media (max-width: 600px) {

	.tkfm-registration-progress {
		margin-bottom: 30px;
		padding: 0;
	}

	.tkfm-progress-track {
		top: 18px;
		left: 16%;
		right: 16%;
		height: 3px;
	}

	.tkfm-progress-circle {
		width: 36px;
		height: 36px;

		font-size: 12px;
	}

	.tkfm-progress-label {
		margin-top: 8px;
		font-size: 10px;
		max-width: 90px;
	}

}

/* =========================================
   TKFM REQUIRED FIELD MARK
========================================= */

.tkfm-required {
	color: #d63638;
	font-weight: 700;
	margin-left: 3px;
}

 /* =========================================
    TKFM PAYMENT PRICE — OPENING OFFER
 ========================================= */

.tkfm-payment-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 10px 0 25px;
    line-height: 1;
}

.tkfm-original-price {
    font-size: 22px;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.tkfm-current-price {
    font-size: 38px;
    font-weight: 800;
    color: #168344;
    letter-spacing: -0.5px;
}

/* =========================================
   PAYMENT SUCCESS MODAL
========================================= */

.tkfm-payment-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
}

.tkfm-payment-success-box {
    position: relative;
    width: 100%;
    max-width: 520px;
    padding: 38px 32px 32px;
    background: #ffffff;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 25px 80px rgba(15, 23, 42, 0.25);
    box-sizing: border-box;
    animation: tkfmSuccessPopup 0.25s ease-out;
}

@keyframes tkfmSuccessPopup {

    from {
        opacity: 0;
        transform: translateY(15px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* Close icon */

.tkfm-payment-success-close {
    position: absolute;
    top: 14px;
    right: 16px;

    width: 34px;
    height: 34px;

    border: 0;
    border-radius: 50%;

    background: #f1f5f9;
    color: #64748b;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}

.tkfm-payment-success-close:hover {
    background: #e2e8f0;
    color: #172033;
}


/* Success icon */

.tkfm-payment-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin: 0 auto 18px;

    border-radius: 50%;

    background: #e9f8ef;
    border: 2px solid #bce8cc;

    color: #168344;

    font-size: 30px;
    font-weight: 800;
}


/* Heading */

.tkfm-payment-success-box h2 {
    margin: 0 0 8px;

    color: #172033;

    font-size: 27px;
    font-weight: 800;
}


/* Subtitle */

.tkfm-payment-success-subtitle {
    margin: 0 auto 25px;

    max-width: 420px;

    color: #64748b;

    font-size: 14px;
    line-height: 1.6;
}


/* Registration ID box */

.tkfm-payment-registration-box {
    padding: 22px 18px;

    border-radius: 15px;

    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.tkfm-payment-registration-box span {
    display: block;

    margin-bottom: 9px;

    color: #64748b;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;
}

.tkfm-payment-registration-box strong {
    display: block;

    color: #172033;

    font-family: monospace;

    font-size: 24px;
    font-weight: 800;

    letter-spacing: 0.7px;

    word-break: break-word;
}


/* Copy button */

.tkfm-copy-registration-id {
    margin-top: 14px;

    padding: 9px 16px;

    border: 0;
    border-radius: 8px;

    background: #eef5ff;
    color: #1769aa;

    font-size: 13px;
    font-weight: 700;

    cursor: pointer;
}

.tkfm-copy-registration-id:hover {
    background: #dcecff;
}


/* Note */

.tkfm-payment-success-note {
    margin: 20px auto 24px;

    max-width: 410px;

    color: #64748b;

    font-size: 13px;
    line-height: 1.6;
}


/* Action buttons */

.tkfm-payment-success-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tkfm-check-status-button {
    width: 100%;
    min-height: 48px;

    border: 0;
    border-radius: 10px;

    background: #1769aa;
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
}

.tkfm-check-status-button:hover {
    background: #12558c;
}

.tkfm-success-close-button {
    width: 100%;
    min-height: 44px;

    border: 1px solid #d8dee8;
    border-radius: 10px;

    background: #ffffff;
    color: #475569;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
}

.tkfm-success-close-button:hover {
    background: #f8fafc;
}


/* Mobile */

@media (max-width: 600px) {

    .tkfm-payment-success-overlay {
        padding: 14px;
    }

    .tkfm-payment-success-box {
        padding: 34px 20px 24px;
        border-radius: 18px;
    }

    .tkfm-payment-success-box h2 {
        font-size: 23px;
    }

    .tkfm-payment-registration-box strong {
        font-size: 20px;
    }

}