
    .round-10-pct{
      border-radius: 10%;
    }
  
      .round--10-pct{
        border-radius: -10%;
      }
    
    .round-1{
      border-radius: calc(1px * 1);
    }
  
    .round-1m{
      border-radius: calc(var(--px-min-unit) * 1);
    }
  
    .round-1x{
      border-radius: calc(1px * 1 * 10);
    }
  
    .round-1mx{
      border-radius: calc(var(--px-min-unit) * 1 * 10);
    }
  
    .round-1mxx{
      border-radius: calc(var(--px-min-unit) * 1 * 100);
    }
  
    .round--1{
      border-radius: calc(1px * 1 * -1);
    }
  
    .round--1m{
      border-radius: calc(var(--px-min-unit) * 1 * -1);
    }
  
    .round--1x{
      border-radius: calc(1px * 1 * 10 * -1);
    }
  
    .round--1mx{
      border-radius: calc(var(--px-min-unit) * 1 * 10 * -1);
    }
  
    .round--1mxx{
      border-radius: calc(var(--px-min-unit) * 1 * 100 * -1);
    }
  
    .round-20-pct{
      border-radius: 20%;
    }
  
      .round--20-pct{
        border-radius: -20%;
      }
    
    .round-2{
      border-radius: calc(1px * 2);
    }
  
    .round-2m{
      border-radius: calc(var(--px-min-unit) * 2);
    }
  
    .round-2x{
      border-radius: calc(1px * 2 * 10);
    }
  
    .round-2mx{
      border-radius: calc(var(--px-min-unit) * 2 * 10);
    }
  
    .round-2mxx{
      border-radius: calc(var(--px-min-unit) * 2 * 100);
    }
  
    .round--2{
      border-radius: calc(1px * 2 * -1);
    }
  
    .round--2m{
      border-radius: calc(var(--px-min-unit) * 2 * -1);
    }
  
    .round--2x{
      border-radius: calc(1px * 2 * 10 * -1);
    }
  
    .round--2mx{
      border-radius: calc(var(--px-min-unit) * 2 * 10 * -1);
    }
  
    .round--2mxx{
      border-radius: calc(var(--px-min-unit) * 2 * 100 * -1);
    }
  
    .round-30-pct{
      border-radius: 30%;
    }
  
      .round--30-pct{
        border-radius: -30%;
      }
    
    .round-3{
      border-radius: calc(1px * 3);
    }
  
    .round-3m{
      border-radius: calc(var(--px-min-unit) * 3);
    }
  
    .round-3x{
      border-radius: calc(1px * 3 * 10);
    }
  
    .round-3mx{
      border-radius: calc(var(--px-min-unit) * 3 * 10);
    }
  
    .round-3mxx{
      border-radius: calc(var(--px-min-unit) * 3 * 100);
    }
  
    .round--3{
      border-radius: calc(1px * 3 * -1);
    }
  
    .round--3m{
      border-radius: calc(var(--px-min-unit) * 3 * -1);
    }
  
    .round--3x{
      border-radius: calc(1px * 3 * 10 * -1);
    }
  
    .round--3mx{
      border-radius: calc(var(--px-min-unit) * 3 * 10 * -1);
    }
  
    .round--3mxx{
      border-radius: calc(var(--px-min-unit) * 3 * 100 * -1);
    }
  
    .round-40-pct{
      border-radius: 40%;
    }
  
      .round--40-pct{
        border-radius: -40%;
      }
    
    .round-4{
      border-radius: calc(1px * 4);
    }
  
    .round-4m{
      border-radius: calc(var(--px-min-unit) * 4);
    }
  
    .round-4x{
      border-radius: calc(1px * 4 * 10);
    }
  
    .round-4mx{
      border-radius: calc(var(--px-min-unit) * 4 * 10);
    }
  
    .round-4mxx{
      border-radius: calc(var(--px-min-unit) * 4 * 100);
    }
  
    .round--4{
      border-radius: calc(1px * 4 * -1);
    }
  
    .round--4m{
      border-radius: calc(var(--px-min-unit) * 4 * -1);
    }
  
    .round--4x{
      border-radius: calc(1px * 4 * 10 * -1);
    }
  
    .round--4mx{
      border-radius: calc(var(--px-min-unit) * 4 * 10 * -1);
    }
  
    .round--4mxx{
      border-radius: calc(var(--px-min-unit) * 4 * 100 * -1);
    }
  
    .round-50-pct{
      border-radius: 50%;
    }
  
      .round--50-pct{
        border-radius: -50%;
      }
    
    .round-5{
      border-radius: calc(1px * 5);
    }
  
    .round-5m{
      border-radius: calc(var(--px-min-unit) * 5);
    }
  
    .round-5x{
      border-radius: calc(1px * 5 * 10);
    }
  
    .round-5mx{
      border-radius: calc(var(--px-min-unit) * 5 * 10);
    }
  
    .round-5mxx{
      border-radius: calc(var(--px-min-unit) * 5 * 100);
    }
  
    .round--5{
      border-radius: calc(1px * 5 * -1);
    }
  
    .round--5m{
      border-radius: calc(var(--px-min-unit) * 5 * -1);
    }
  
    .round--5x{
      border-radius: calc(1px * 5 * 10 * -1);
    }
  
    .round--5mx{
      border-radius: calc(var(--px-min-unit) * 5 * 10 * -1);
    }
  
    .round--5mxx{
      border-radius: calc(var(--px-min-unit) * 5 * 100 * -1);
    }
  
    .round-60-pct{
      border-radius: 60%;
    }
  
      .round--60-pct{
        border-radius: -60%;
      }
    
    .round-6{
      border-radius: calc(1px * 6);
    }
  
    .round-6m{
      border-radius: calc(var(--px-min-unit) * 6);
    }
  
    .round-6x{
      border-radius: calc(1px * 6 * 10);
    }
  
    .round-6mx{
      border-radius: calc(var(--px-min-unit) * 6 * 10);
    }
  
    .round-6mxx{
      border-radius: calc(var(--px-min-unit) * 6 * 100);
    }
  
    .round--6{
      border-radius: calc(1px * 6 * -1);
    }
  
    .round--6m{
      border-radius: calc(var(--px-min-unit) * 6 * -1);
    }
  
    .round--6x{
      border-radius: calc(1px * 6 * 10 * -1);
    }
  
    .round--6mx{
      border-radius: calc(var(--px-min-unit) * 6 * 10 * -1);
    }
  
    .round--6mxx{
      border-radius: calc(var(--px-min-unit) * 6 * 100 * -1);
    }
  
    .round-70-pct{
      border-radius: 70%;
    }
  
      .round--70-pct{
        border-radius: -70%;
      }
    
    .round-7{
      border-radius: calc(1px * 7);
    }
  
    .round-7m{
      border-radius: calc(var(--px-min-unit) * 7);
    }
  
    .round-7x{
      border-radius: calc(1px * 7 * 10);
    }
  
    .round-7mx{
      border-radius: calc(var(--px-min-unit) * 7 * 10);
    }
  
    .round-7mxx{
      border-radius: calc(var(--px-min-unit) * 7 * 100);
    }
  
    .round--7{
      border-radius: calc(1px * 7 * -1);
    }
  
    .round--7m{
      border-radius: calc(var(--px-min-unit) * 7 * -1);
    }
  
    .round--7x{
      border-radius: calc(1px * 7 * 10 * -1);
    }
  
    .round--7mx{
      border-radius: calc(var(--px-min-unit) * 7 * 10 * -1);
    }
  
    .round--7mxx{
      border-radius: calc(var(--px-min-unit) * 7 * 100 * -1);
    }
  
    .round-80-pct{
      border-radius: 80%;
    }
  
      .round--80-pct{
        border-radius: -80%;
      }
    
    .round-8{
      border-radius: calc(1px * 8);
    }
  
    .round-8m{
      border-radius: calc(var(--px-min-unit) * 8);
    }
  
    .round-8x{
      border-radius: calc(1px * 8 * 10);
    }
  
    .round-8mx{
      border-radius: calc(var(--px-min-unit) * 8 * 10);
    }
  
    .round-8mxx{
      border-radius: calc(var(--px-min-unit) * 8 * 100);
    }
  
    .round--8{
      border-radius: calc(1px * 8 * -1);
    }
  
    .round--8m{
      border-radius: calc(var(--px-min-unit) * 8 * -1);
    }
  
    .round--8x{
      border-radius: calc(1px * 8 * 10 * -1);
    }
  
    .round--8mx{
      border-radius: calc(var(--px-min-unit) * 8 * 10 * -1);
    }
  
    .round--8mxx{
      border-radius: calc(var(--px-min-unit) * 8 * 100 * -1);
    }
  
    .round-90-pct{
      border-radius: 90%;
    }
  
      .round--90-pct{
        border-radius: -90%;
      }
    
    .round-9{
      border-radius: calc(1px * 9);
    }
  
    .round-9m{
      border-radius: calc(var(--px-min-unit) * 9);
    }
  
    .round-9x{
      border-radius: calc(1px * 9 * 10);
    }
  
    .round-9mx{
      border-radius: calc(var(--px-min-unit) * 9 * 10);
    }
  
    .round-9mxx{
      border-radius: calc(var(--px-min-unit) * 9 * 100);
    }
  
    .round--9{
      border-radius: calc(1px * 9 * -1);
    }
  
    .round--9m{
      border-radius: calc(var(--px-min-unit) * 9 * -1);
    }
  
    .round--9x{
      border-radius: calc(1px * 9 * 10 * -1);
    }
  
    .round--9mx{
      border-radius: calc(var(--px-min-unit) * 9 * 10 * -1);
    }
  
    .round--9mxx{
      border-radius: calc(var(--px-min-unit) * 9 * 100 * -1);
    }
  
    .round-100-pct{
      border-radius: 100%;
    }
  
      .round--100-pct{
        border-radius: -100%;
      }
    
    .round-10{
      border-radius: calc(1px * 10);
    }
  
    .round-10m{
      border-radius: calc(var(--px-min-unit) * 10);
    }
  
    .round-10x{
      border-radius: calc(1px * 10 * 10);
    }
  
    .round-10mx{
      border-radius: calc(var(--px-min-unit) * 10 * 10);
    }
  
    .round-10mxx{
      border-radius: calc(var(--px-min-unit) * 10 * 100);
    }
  
    .round--10{
      border-radius: calc(1px * 10 * -1);
    }
  
    .round--10m{
      border-radius: calc(var(--px-min-unit) * 10 * -1);
    }
  
    .round--10x{
      border-radius: calc(1px * 10 * 10 * -1);
    }
  
    .round--10mx{
      border-radius: calc(var(--px-min-unit) * 10 * 10 * -1);
    }
  
    .round--10mxx{
      border-radius: calc(var(--px-min-unit) * 10 * 100 * -1);
    }
  
     .round-0{
       border-radius: 0;
     }
   
     .round-auto{
       border-radius: auto;
     }
   