.wc-block-components-radio-control-accordion-content input, .payment_method_payment_portal_gateway #payment-portal-options input {
    display: none;
}
.wc-block-components-radio-control-accordion-content div, .payment_method_payment_portal_gateway #payment-portal-options {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.wc-block-components-radio-control-accordion-content label, .payment_method_payment_portal_gateway #payment-portal-options label {
	flex: 0 0 33%;
	max-width: 33%;
	margin: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.stripe-payment,
.wc-block-components-radio-control-accordion-content label:first-child, .payment_method_payment_portal_gateway #payment-portal-options label:first-child {
	background-color: #6058f7;
}
.paypal-payment,
.wc-block-components-radio-control-accordion-content label:nth-child(2), .payment_method_payment_portal_gateway #payment-portal-options label:nth-child(2) {
	background-color: #012f86;
}
.freekassa-payment,
.wc-block-components-radio-control-accordion-content label:nth-child(3), .payment_method_payment_portal_gateway #payment-portal-options label:nth-child(3) {
	background-color: #f25443;
}
#payment-portal-options label {
	position: relative;
	background-color: rgba(96, 88, 247, 50%) !important;
}
#payment-portal-options label.active {
	background-color: rgba(96, 88, 247, 99%) !important;
}
#payment-portal-options label.active {
    position: relative
}

#payment-portal-options label.active::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 40px;
    background-color: #fff;
    color: green;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    left: 7px
}

#payment-portal-options label {
    padding: 12px 36px
}

.wc-block-components-radio-control-accordion-content label,.payment_method_payment_portal_gateway #payment-portal-options label {
    flex: 0 0 35%;
    max-width: 33%;
    font-size: 14px
}

#payment-portal-options {
    padding-top: 10px !important
}

#payment-portal-options label {
	position: relative;
	background-color: #69727d !important;
	text-align: left !important;
	justify-content: flex-start !important;
	padding-left: 35px !important;
}
#payment-portal-options label.active {
	background-color: rgba(96, 88, 247, 99%) !important;
}
#payment-portal-options label::before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,95%);
	border-radius: 4px;
}
#payment-portal-options label.active::before {
	content: "\f00c";
	width: 18px !important;
	height: 18px !important;
	border-radius: 4px !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #625af7;
}