
.gravity-forms-power-automate-pro-status .status {
	font-weight: bold;
}

.gravity-forms-power-automate-pro-status .status.red {
	color: #a00000;
}

.gravity-forms-power-automate-pro-status .status.green {
	color: #00a000;
}

.gravity-forms-power-automate-pro-status .description {
	color: #000;
}

.gform-settings-input-with-copy {
	position: relative;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.gform-settings-input-with-copy::after {
	content: "📋";
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	padding: .1rem;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 0 .25rem;
	font-size: .75rem;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.gform-settings-input-with-copy:hover::after {
	background: #eee;
	border-color: #999;
	color: #000;
}

.gform-settings-input-with-copy.copied::after {
	content: "✔ Copied!";
	background: #333;
	color: #fff;
}

#gravity-forms-power-automate-pro-reprocess .disabled {
	opacity: .5;
	font-style: italic;
}

#gravity-forms-power-automate-pro-reprocess .triggerOn {
	font-style: italic;
	opacity: .5;
	font-size: small;
}
