Adding Ripple Effects to accordian

Hello there,
I implemented the class "rz-ripple" inside the element of and it seems to work on the ripple side, but it wont open up the accordian..any way to fix this?

thank you.

<RadzenAccordion>
				<Items>
					<RadzenAccordionItem  Style="text-align:left; box-shadow:4; background-color:rgba(240, 240, 240, 100%);" Text="What is unQbd?" Icon="info">
						unQbd (pronounced "un-cubed") is a streaming service that offers a variety of books that can be read on your choice of internet-connected device. You can read as much as you want for one low yearly price. Lots of new books are arriving soon!
					</RadzenAccordionItem>
					<RadzenAccordionItem  Style="text-align:left; box-shadow:4; background-color:rgba(240, 240, 240, 100%);" Text="How does the free trial work?" Icon="bolt">
						unQbd is a membership service that provides you with a great selection of books. Your unQbd membership is free for 14 days. If you enjoy your unQbd trial, do nothing and your membership will automatically continue. We will send you a friendly email reminder before your trial ends. Cancel anytime before your trial ends and you will not be charged.
					</RadzenAccordionItem>
					<RadzenAccordionItem Style="text-align:left; box-shadow:4; background-color:rgba(240, 240, 240, 100%);" Text="How much does unQbd cost?" Icon="paid">
						Read unQbd on your smartphone, tablet, laptop, or streaming device, all for one fixed yearly membership fee of $9.99.
					</RadzenAccordionItem>
					<RadzenAccordionItem Style="text-align:left; box-shadow:4; background-color:rgba(240, 240, 240, 100%);" Text="How do I cancel?" Icon="cancel">
						Easily cancel your account online in a few clicks. There are no hoops to jump through and no cancellation fees. 
					</RadzenAccordionItem>
					<RadzenAccordionItem Style="text-align:left; box-shadow:4; background-color:rgba(240, 240, 240, 100%);" Text="What is included with my membership?" Icon="card_membership">
						Full access to all books. <br />
						Full access to all audio books (Audio books arriving Fall 2022).<br />
						Socialize with other members and Authors.<br />
						Ask a question directly within an interactive book.<br />
						Share your thoughts on books.<br />
						A friendly email reminder before your trial ends.<br />
						And much more!
					</RadzenAccordionItem>
				</Items>
			</RadzenAccordion>