.CustomText
{
    font-family: 'Arimo', sans-serif;
}

.table
{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

body
{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.menu-title
{
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
}

label
{
    font-family: 'Arimo', sans-serif;
    font-size: 15px;
}

#paginationWrapper .leading-5
{
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

#paginationWrapper svg
{
    height:10px;
    width:10px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    margin-bottom: 0.5rem;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar
{
    background-color: #663366;
}


.text-primary
{
    color: #663366;
}
