﻿.rounded-4 {
    border-radius: 4px;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-12 {
    border-radius: 12px;
}

.rounded-16 {
    border-radius: 16px;
}

.rounded-32 {
    border-radius: 32px;
}

.rounded-200 {
    border-radius: 200px;
}

.rounded-100 {
    border-radius: 100px;
}
.font-36 {
    font-size: 36px;
}
.font-32 {
    font-size: 32px;
}
.font-24 {
    font-size: 24px;
}
.font-20 {
    font-size:20px;
}
.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px;
}

.w-40 {
    width: 40% !important;
}

.w-95 {
    width: 95% !important;
}

.w-90 {
    width: 90% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.divider {
    height: 1px;
    border: 0px;
    margin: 0 auto;
}

.font-weight-500 {
    font-weight:500;
}
