/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.transparanbg{ 
	background: hsl(0deg 0% 0% / 25%);
    color: white;
    padding: 10px;
    border-radius: 6px; 
}