.light-bg-with-dots{
	background: linear-gradient(
      20deg, 
      rgba(243, 244, 255, 0.5),  /* Starting color with 50% opacity */
      rgba(233, 231, 255, 0.5) 28.99%, /* Intermediate color with 50% opacity */
      rgba(246, 247, 254, 0.5) 76.69%, /* Another intermediate color with 50% opacity */
      rgba(243, 244, 255, 0.5) /* Ending color with 50% opacity */
    ),
    url('/wp-content/themes/atlas/new-assets/images/dot.png');
  background-repeat: repeat;
  background-size: auto;
	
}

.category-filters .uncategorized{
	opacity: 0;
	display: none;
}

.text-gradient{
	background: -webkit-linear-gradient(to right, #D85FEC, #867DFC); /* For WebKit browsers */
    background: linear-gradient(to right, #D85FEC, #867DFC); /* Standard syntax */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback for non-WebKit browsers */
	width: fit-content;
}
