/* Sözleşme + peşinat adımları */

body.evtk-flow-page .wd-page-title,
body.evtk-flow-page .title-wrapper,
body.evtk-flow-page .page-title,
body.evtk-flow-page .wd-checkout-steps,
body.evtk-flow-page .wd-checkout-steps-wrapp,
body.evtk-cart-page .wd-page-title,
body.evtk-cart-page .wd-checkout-steps,
body.evtk-cart-page .wd-checkout-steps-wrapp {
	display: none !important;
}

body.evtk-flow-page .evtk-flow {
	padding-bottom: 24px;
}

.evtk-flow {
	color: var(--evtk-ink);
}

.evtk-flow,
.evtk-flow * {
	box-sizing: border-box;
}

.evtk-flow svg {
	width: 1em;
	height: 1em;
}

.evtk-flow__note,
.evtk-flow__warn {
	margin: 12px 0 0;
	padding: 12px 16px;
	border-radius: var(--evtk-radius);
	font-size: 14px;
	line-height: 1.55;
}

.evtk-flow__note {
	border: 1px solid #bae6fd;
	background: #f0f9ff;
	color: #0c4a6e;
}

.evtk-flow__warn {
	border: 1px solid #fde68a;
	background: #fffbeb;
	color: #92400e;
}

.evtk-flow__warn.is-late {
	border-color: #fecaca;
	background: #fff1f2;
	color: #9f1239;
}

.evtk-flow__paper {
	margin: 20px 0;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: var(--evtk-radius);
	background: #fff;
}

.evtk-flow__iframe {
	display: block;
	width: 100%;
	height: 520px;
	border: 0;
	background: #fff;
}

.evtk-flow__ok {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #a7f3d0;
	border-radius: var(--evtk-radius);
	background: #ecfdf5;
	color: #047857;
}

.evtk-flow__ok svg {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.evtk-flow__ok p {
	margin: 4px 0 0;
	font-size: 13px;
	font-weight: 400;
}

.evtk-flow__sign .evtk-co-fields {
	margin: 16px 0;
}

.evtk-flow__pad {
	position: relative;
	height: 168px;
	overflow: hidden;
	border: 2px dashed #cbd5e1;
	border-radius: var(--evtk-radius);
	background: #fff;
}

.evtk-flow__pad canvas {
	display: block;
	width: 100%;
	height: 100%;
	touch-action: none;
}

.evtk-flow__clear {
	display: inline-flex;
	margin: 8px 0 0;
	align-items: center;
	gap: 4px;
	padding: 6px 8px;
	border: 0;
	border-radius: var(--evtk-radius);
	background: #f1f5f9;
	color: #475569;
	font: inherit;
	font-size: 12px;
	cursor: pointer;
}

.evtk-flow__grid {
	display: grid;
	gap: 20px;
	margin-top: 24px;
}

@media (min-width: 900px) {
	.evtk-flow__grid {
		grid-template-columns: minmax(0, 1fr) 280px;
		align-items: start;
	}
}

.evtk-flow__main {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.evtk-flow__copy {
	margin: 0;
}

.evtk-flow__copy > div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f1f5f9;
}

.evtk-flow__copy dt {
	font-size: 11px;
	color: #94a3b8;
	text-transform: uppercase !important;
}

.evtk-flow__copy dd {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-weight: 700;
}

.evtk-flow__copybtn {
	width: auto !important;
	flex: 0 0 auto;
}

.evtk-flow__amount {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 14px;
	border-radius: var(--evtk-radius);
	background: #f8fafc;
}

.evtk-flow__amount small {
	display: block;
	color: #94a3b8;
	font-size: 11px;
}

.evtk-flow__amount b {
	font-size: 20px;
}

.evtk-flow__amount em {
	border-radius: 999px;
	background: #fef3c7;
	color: #92400e;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	padding: 4px 10px;
}

.evtk-flow__file {
	display: flex;
	cursor: pointer;
}

.evtk-flow__file input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.evtk-flow__file span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 48px;
	border: 2px dashed #cbd5e1;
	border-radius: var(--evtk-radius);
	background: #f8fafc;
	font-weight: 700;
}

.evtk-flow__orderno {
	margin: 4px 0 8px;
	font-size: 22px;
	font-weight: 800;
}

.evtk-flow__ticks {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}

.evtk-flow__ticks li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0;
	color: #334155;
	font-size: 14px;
}

.evtk-flow__count {
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.evtk-flow .evtk-alert {
	margin: 12px 0;
	padding: 10px 12px;
	border-radius: var(--evtk-radius);
	font-size: 13px;
}

.evtk-flow .evtk-alert--ok {
	background: #ecfdf5;
	color: #047857;
}

.evtk-flow .evtk-alert--err {
	background: #fff1f2;
	color: #be123c;
}

body.evtk-flow-page .evtk-flow .evtk-co-btn--primary,
.evtk-flow .evtk-co-btn--primary {
	margin-top: 16px;
	width: 100%;
}
