.rounded-2 {
    border-radius: 2px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

.rounded-6 {
    border-radius: 6px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-12 {
    border-radius: 12px !important;
}

.rounded-14 {
    border-radius: 14px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.rounded-18 {
    border-radius: 18px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-22 {
    border-radius: 22px !important;
}

.rounded-24 {
    border-radius: 24px !important;
}

.rounded-26 {
    border-radius: 26px !important;
}

.rounded-28 {
    border-radius: 28px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}