

/* radius */

.rad-xl {
    border-radius: 2.34rem;
}

.rad-lg {
    border-radius: 1.34rem;
}

.rad-md {
    border-radius: 0.77em;
}

.rad-sm {
    border-radius: 0.44rem;
}

.rad-xs {
    border-radius: 0.25rem;
}

.rad-none {
    border-radius: 0rem!important;
}

.rad-tl-none { border-top-left-radius: 0rem!important; }
.rad-tr-none { border-top-right-radius: 0rem!important; }
.rad-bl-none { border-bottom-left-radius: 0rem!important; }
.rad-br-none { border-bottom-right-radius: 0rem!important; }

.rad-tl-xl {
    border-top-left-radius: 2.34rem;
}

.rad-tl-lg {
    border-top-left-radius: 1.34rem;
}

.rad-tl-md {
    border-top-left-radius: 0.77em;
}

.rad-tl-sm {
    border-top-left-radius: 0.44rem;
}

.rad-tl-xs {
    border-top-left-radius: 0.25rem;
}

.rad-tr-xl {
    border-top-right-radius: 2.34rem;
}

.rad-tr-lg {
    border-top-right-radius: 1.34rem;
}

.rad-tr-md {
    border-top-right-radius: 0.77em;
}


.rad-tr-sm {
    border-top-right-radius: 0.44rem;
}


.rad-tr-xs {
    border-top-right-radius: 0.25rem;
}


.rad-bl-xl {
    border-bottom-left-radius: 2.34rem;
}

.rad-bl-lg {
    border-bottom-left-radius: 1.34rem;
}

.rad-bl-md {
    border-bottom-left-radius: 0.77em;
}


.rad-bl-sm {
    border-bottom-left-radius: 0.44rem;
}


.rad-bl-xs {
    border-bottom-left-radius: 0.25rem;
}


.rad-br-xl {
    border-bottom-right-radius: 2.34rem;
}

.rad-br-lg {
    border-bottom-right-radius: 1.34rem;
}

.rad-br-md {
    border-bottom-right-radius: 0.77em;
}


.rad-br-sm {
    border-bottom-right-radius: 0.44rem;
}


.rad-br-xs {
    border-bottom-right-radius: 0.25rem;
}

/* width */

.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-66 {
    width: 66.666%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-33 {
    width: 33.333%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}