html,body {
    font-family: 'Krub', sans-serif !important;
}

/* Arabic Font - Cairo */
html[lang="ar"], 
html[lang="ar"] body,
html[dir="rtl"],
html[dir="rtl"] body,
[lang="ar"],
.ar {
    font-family: 'Cairo', sans-serif !important;
}

.active-item{
    background-color: #ffffff !important;
}

.inactive-item{
    background-color: #e6e6e6 !important;
    border-bottom: 1px solid rgb(196, 196, 196) !important;
}
