.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }
.font-19 { font-size: 19px; }
.font-20 { font-size: 20px; }
.font-21 { font-size: 21px; }
.font-22 { font-size: 22px; }
.font-23 { font-size: 23px; }
.font-24 { font-size: 24px; }
.font-25 { font-size: 25px; }
.font-26 { font-size: 26px; }
.font-27 { font-size: 27px; }
.font-28 { font-size: 28px; }
.font-29 { font-size: 29px; }
.font-30 { font-size: 30px; }


/* Custom tab border and color */
.nav-tabs .nav-link {
    border: 1px solid #493276;
    color: #493276;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
}

.nav-tabs .nav-link.active {
    background-color: #493276;
    color: #fff;
    border-color: #493276;
}

.nav-tabs .nav-link:hover {
    background-color: #eee;
    color: #493276;
}

.primarycolor {
    color: #493276;
}

.bg-primarycolor {
    background-color: #493276;
}


@media (max-width: 576px) {
    ul#formTabs {
        font-size: 15px;
    }
}
