.pda-form-wrap {
	max-width: 420px;
	margin: 0 auto;
	direction: rtl;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
}

.pda-form-title {
	margin: 0 0 16px;
	font-size: 18px;
	color: #1d2327;
}

.pda-form {
	background: #ffffff;
	border: 1px solid #e2e4e7;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pda-field {
	margin-bottom: 16px;
}

.pda-field label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #3c434a;
}

.pda-input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	font-size: 14px;
	color: #1d2327;
	background: #fff;
}

.pda-input:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: none;
}

.pda-input-ltr {
	text-align: left;
}

.pda-submit {
	display: block;
	width: 100%;
	padding: 12px 16px;
	border: none;
	border-radius: 6px;
	background: #2271b1;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease;
}

.pda-submit:hover {
	background: #135e96;
}

.pda-submit:disabled {
	background: #a7aaad;
	cursor: wait;
}

.pda-message {
	margin: 16px 0 0;
	padding: 10px 12px;
	border-radius: 6px;
	background: #fcf0f1;
	border: 1px solid #d63638;
	color: #b32d2e;
	font-size: 13px;
	white-space: pre-line;
}

.pda-success {
	margin-top: 16px;
	padding: 14px;
	border-radius: 6px;
	background: #edfaef;
	border: 1px solid #00a32a;
	text-align: center;
}

.pda-success-text {
	margin: 0 0 12px;
	color: #00450c;
	font-size: 14px;
	font-weight: 600;
}

.pda-success.is-downloaded .pda-success-text {
	color: #135e96;
}

.pda-download-btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 6px;
	background: #00a32a;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.pda-download-btn:hover {
	background: #008a20;
	color: #ffffff;
}
