/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 11:24:35 */
.wpify-woo-form--withdrawal {
	width: 100%;
	border: 4px solid #af802c;
	border-radius: 10px;
	max-width: 1052px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wpify-woo-form--withdrawal .woocommerce-form-withdrawal {
	width: 100%;
}

.wpify-woo-form--withdrawal input[type="radio"] {
    display: inline-flex;
}


.wpify-woo-form--withdrawal input[type="checkbox"] {
    display: inline-flex;
    visibility: visible;
    width: auto !important;
}

.wpify-woo-form--withdrawal .shop_table thead th {
    text-align: center;
}

