.paydo-uat-modal[hidden] {
	display: none;
}

.paydo-uat-auth-panel {
	align-items: center;
	background: #123d30;
	border-radius: 18px;
	box-sizing: border-box;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0 0 22px;
	overflow: hidden;
	padding: 22px 24px;
	width: 100%;
}

.paydo-uat-auth-copy {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.paydo-uat-auth-copy span {
	color: #7ee1af;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.paydo-uat-auth-copy strong {
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.paydo-uat-auth-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.paydo-uat-auth-actions .paydo-uat-auth-launch {
	background: #21a568;
	border: 1px solid #21a568;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	justify-content: center;
	margin: 0;
	padding: 12px 17px;
	white-space: nowrap;
}

.paydo-uat-auth-actions .paydo-uat-auth-secondary {
	background: transparent;
	border-color: #6e9a88;
}

.paydo-uat-modal {
	align-items: center;
	background: rgba(15, 27, 21, .72);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 18px;
	position: fixed;
	z-index: 100000;
}

.paydo-uat-dialog {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
	max-height: calc(100vh - 36px);
	max-width: 480px;
	overflow: auto;
	padding: 28px;
	position: relative;
	width: 100%;
}

.paydo-uat-close {
	background: #edf1ef;
	border: 0;
	border-radius: 50%;
	color: #36443d;
	font-size: 22px;
	height: 38px;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 38px;
}

.paydo-uat-kicker {
	color: #148b55;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.paydo-uat-dialog h2 {
	color: #17271f;
	font-size: 26px;
	margin: 0 44px 10px 0;
}

.paydo-uat-summary,
.paydo-uat-note,
.paydo-uat-message {
	color: #627068;
	font-size: 14px;
	line-height: 1.55;
}

.paydo-uat-step label {
	color: #273b31;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 16px 0 7px;
}

.paydo-uat-step input {
	border: 1px solid #cbd7d1;
	border-radius: 10px;
	font-size: 16px;
	padding: 13px 14px;
	width: 100%;
}

.paydo-uat-action {
	background: #148b55;
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	margin-top: 18px;
	padding: 14px 18px;
	width: 100%;
}

.paydo-uat-action:disabled {
	cursor: wait;
	opacity: .62;
}

.paydo-uat-message[data-state="error"] {
	color: #b42318;
}

.paydo-uat-message[data-state="success"] {
	color: #087443;
}

.paydo-uat-success {
	background: #edf9f2;
	border: 1px solid #b8e1ca;
	border-radius: 14px;
	margin-top: 18px;
	padding: 18px;
}

.paydo-uat-success strong,
.paydo-uat-success span {
	display: block;
}

.paydo-uat-success strong {
	color: #087443;
	font-size: 20px;
	margin-bottom: 8px;
}

.paydo-uat-success span {
	color: #44554c;
	font-size: 13px;
	margin-top: 5px;
}

@media (max-width: 520px) {
	.paydo-home .categories-section > .container {
		box-sizing: border-box;
		overflow: hidden;
		padding-left: 16px !important;
		padding-right: 16px !important;
		width: 100% !important;
	}

	.paydo-uat-auth-panel {
		align-items: stretch;
		border-radius: 14px;
		flex-direction: column;
		gap: 16px;
		margin-bottom: 16px;
		padding: 18px;
		max-width: calc(100vw - 32px);
		width: calc(100vw - 32px);
	}

	.paydo-home .categories-section .category-list {
		max-width: calc(100vw - 32px);
		width: calc(100vw - 32px) !important;
	}

	.paydo-uat-auth-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.paydo-uat-auth-actions .paydo-uat-auth-launch {
		align-items: center;
		min-height: 46px;
		white-space: normal;
		width: 100%;
	}

	.paydo-uat-dialog {
		border-radius: 16px;
		padding: 24px 20px;
	}
}
