.payment_method_custom_payment .input-checkbox{
    margin-left: 8px !important;
    margin-right: 3px !important;
}
.payment_box .required{
	color: red !important;
}

/** field sizes **/
.payment_method_custom_payment input.small-field{
	width: 25% !important;
}
.payment_method_custom_payment input.medium-field{
	width: 50% !important;
}
.payment_method_custom_payment input.large-field{
	width: 100% !important;
}
.payment_method_custom_payment textarea.small-field{
	width: 25% !important;
}
.payment_method_custom_payment textarea.medium-field{
	width: 50% !important;
}
.payment_method_custom_payment textarea.large-field{
	width: 100% !important;
}
.payment_method_custom_payment input.small-field{
	width: 25% !important;
}
.payment_method_custom_payment input.medium-field{
	width: 50% !important;
}
.payment_method_custom_payment input.large-field{
	width: 100% !important;
}
.payment_method_custom_payment input[type="number"]{
	padding: 0.5em;
}
.payment_method_custom_payment select{
	padding: 0.5em;
	width: auto !important;
}
.customized_payment_icon{
	vertical-align: middle !important;
	max-height: 24px;
	width: auto;
	margin-right: 6px;
}

#payment .payment_methods .woocommerce-info img{
	max-height: none !important;
}

.wpruby-cpg-payment-details {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
	padding: 14px 16px;
	margin: 12px 0 16px;
}

.wpruby-cpg-payment-details__title,
.wpruby-cpg-customer-fields__title {
	margin: 0 0 12px;
	font-size: 1em;
	font-weight: 600;
}

.wpruby-cpg-payment-details__row {
	margin: 0 0 12px;
}

.wpruby-cpg-payment-details__row:last-child {
	margin-bottom: 0;
}

.wpruby-cpg-payment-details__label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.wpruby-cpg-payment-details__value {
	display: block;
}

.wpruby-cpg-payment-details__button {
	display: inline-block;
	margin-top: 2px;
	text-decoration: none;
}

.wpruby-cpg-payment-details__qr,
.wpruby-cpg-payment-qr {
	max-width: 180px;
	height: auto;
	display: block;
	margin-top: 8px;
}

.wpruby-cpg-payment-details__code {
	display: inline-block;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
	padding: 4px 6px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.05);
}

.wpruby-cpg-customer-fields {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}