.fillet {
  clip-path: path("M 0,0 C 0,10 10,10 10,10 H 0 V 0");
  height: 10px;
  width: 10px;
  position: relative;
  background: #fff;
  content: '';
}

.fillet-left {
  transform: scaleX(-1);
}

.half-blue {
  background: var(--danger) linear-gradient(to bottom, var(--light) 0%,var(--light) 50%,var(--primary) 50%,var(--primary) 100%);
}

.image-box-shadow {
  background: var(--secondary);  
  background: linear-gradient(135deg,  #433cc9 0%,#534dc9 50%,#534dc9 51%, #5f5fc9 100%);
}

ul {
  list-style: url("/content/image/bullet.svg");
}
