<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  JQUERY STYLE                                                                    */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/

/* ================================================================================ */
/*  1.ACCORDION                                                                     */  
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*  1-1.::AFTER                                                                     */  
/* -------------------------------------------------------------------------------- */

.toggleBtn{
	cursor: pointer;
	}

.accActive::after{
	background-position: bottom !important;
	}

</pre></body></html>