/**
 * Border radius
 * https://stackoverflow.design/product/base/border-radius/
 */
/* bar-pill */
.bar-pill {
    border-radius:1000px;
}

/* bar-circle */
.bar-circle {
    border-radius:100%;
}

/* border-radius */
.bar0 {
    border-radius:0;
}

.bar3px {
    border-radius:3px;
}

.bar5px {
    border-radius:5px;
}

.bar10px {
    border-radius:10px;
}

.bar15px {
    border-radius:15px;
}
