

/* not in use */

.gradient-border-1 {
  border: 4px solid transparent; /* Essential: Make the border transparent */
  border-image: linear-gradient(to right, #743ad5, #d53a9d); /* Apply your gradient */
  border-image-slice: 1; /* Specifies using the entire gradient for the border */
}


.gradient-border-2 {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, darkblue, darkorchid) border-box;
  border-radius: 50em; /* Apply your desired border-radius */
  border: 4px solid transparent; /* Make the border transparent */
}



.carbon_gradient {
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
 background-blend-mode: multiply,multiply;
 }


 indigo-teal-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
 }


