/* Regisztráció + előfizetés folyamat (regisztracio.php, elofizetes.php) */

.checkout-steps {
	padding: 0 1rem;
}

.checkout-step-bullet {
	background-color: #999BA1;
	width: 34px;
	height: 34px;
	margin: auto;
	border-radius: 17px;
	line-height: 34px;
	color: white;
	position: relative;
	z-index: 1;
	font-size: 1rem;
}

@media (min-width: 992px) {
	.checkout-step-bullet {
		width: 42px;
		height: 42px;
		border-radius: 21px;
		font-size: 1.2rem;
		line-height: 42px;
	}
}

.checkout-step-col.done .checkout-step-bullet,
.checkout-step-col.current .checkout-step-bullet {
	background-color: #BD0C64;
}

.checkout-step-col:not(:first-child):before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 3px;
	top: 17px;
	left: calc(-50% - 12px);
	background: #999BA1;
}

@media (min-width: 992px) {
	.checkout-step-col:not(:first-child):before {
		top: 21px;
	}
}

.checkout-step-col.done:not(:first-child):before {
	background: #BD0C64;
}

.checkout-step-label {
	margin-top: .6rem;
	font-size: .85rem;
}

.checkout-step-col.current .checkout-step-label {
	font-weight: bold;
}

.checkout-layout {
	align-items: flex-start;
}

.checkout-card {
	background-color: white;
	box-shadow: 0 0 6px 0 #D6D6D6;
	border-radius: 16px;
	padding: 1.75rem;
}

@media (max-width: 767px) {
	.checkout-card {
		padding: 1.25rem;
	}
}

/* A yapf_table alapból .form-default dobozstílust ad minden formnak
   (fehér háttér, gradiens felső szegély, saját padding) - itt ezt
   semlegesítjük, mert a formot már a .checkout-card adja körbe. */
.checkout-card .form-default {
	max-width: none;
	margin: 0;
	padding: 0;
	border-top: none;
	background-color: transparent;
	box-shadow: none;
}

.checkout-card p.formtitle {
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: .35rem;
}

.checkout-card .checkout-intro {
	margin-top: 0;
	color: #6c757d;
}

.checkout-summary-card {
	margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.checkout-summary-card {
		position: sticky;
		top: 1rem;
	}
}

.checkout-summary-header {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.checkout-summary-icon {
	flex: none;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #f3e6fb;
	color: #7c3aed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
}

.checkout-summary-label {
	color: #6c757d;
	margin-bottom: .25rem;
}

.checkout-summary-name {
	margin-bottom: .25rem;
}

.checkout-summary-price {
	font-size: 1.4rem;
	font-weight: bold;
	color: #C40668;
}

.checkout-summary-price span {
	font-size: 1rem;
	font-weight: normal;
	color: #6c757d;
}

.checkout-section-title {
	font-weight: bold;
	margin-bottom: .75rem;
}

.checkout-coupon-toggle {
	text-decoration: none;
}

.checkout-coupon-toggle .fa-chevron-down {
	transition: transform .2s ease;
}

.checkout-coupon-toggle[aria-expanded="true"] .fa-chevron-down {
	transform: rotate(180deg);
}

#kvis_tipus_div .ms-3 {
	margin-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
}

#kvis_tipus_div .form-check {
	flex: 1 1 200px;
	border: 1px solid #dee2e6;
	border-radius: 14px;
	padding: .75rem 1rem .75rem 2.25rem;
	margin: 0;
}

#kvis_tipus_div .form-check-input:checked ~ .form-check-label {
	font-weight: bold;
}

#c3_div .checkout-order-summary {
	border-top: 1px solid #dee2e6;
	padding-top: 1rem;
	margin-top: 1rem;
}

.checkout-order-row {
	display: flex;
	justify-content: space-between;
	padding: .2rem 0;
}

.checkout-order-trial {
	color: #C40668;
	font-weight: bold;
}

.checkout-order-note {
	color: #6c757d;
	font-size: .875rem;
}
