.pp-info-message, .pp-error-message {
	padding: 10px 10px;margin-bottom: 20px;box-shadow: 0 0 3px rgba( 0, 0, 0, 0.13 );font-size: 14px;
}
.pp-error-message {
	border-left: 3px solid #FF0000FF;
}
.pp-info-message {
	border-left: 3px solid #0085BA;
}
.pp-shortcode-wrapper {
	width: 450px;height: 450px;margin: 0 auto;
}
.pp-shortcode-container {
	display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;flex-direction: column;
}
.pp-shortcode-content {
	width: 315px;height: 190px;background: #fff;display: flex;justify-content: center;align-items: center;box-shadow: 0 0 3px rgba( 0, 0, 0, 0.13 );
}
.pp-shortcode-form-field {
	width: 240px !important;height: 25px !important;font-size: 24px !important;line-height: 1.33 !important;border-width: .0625rem !important;padding: .1875rem .3125rem !important;margin: 0 6px 16px 0 !important;min-height: 40px !important;max-height: none !important;
}
.pp-shortcode-button {
	float: right;background-color: #0085ba !important;border: 1px solid #0073aa !important;border-radius: 3px !important;padding: 8px 15px !important;font-size: 13px !important;color: #ffffff !important;box-shadow: 0 0 0px rgba( 0, 0, 0, 0.07 ) !important;
}