/*Humana theme*/
body{
    background-color: #f3f3f3 !important;
}

body[theme=humana] #sidebar button,
body[theme=humana] .app__topMenu button {
    background-color: #aa005f;
    border: 1px solid #fff !important;
}

body[theme=humana] .card .card-body.site-title{
    background-color: #aa005f;
    color: white;
}

/*Avmed theme*/
body[theme=avmed] {
    font-family: 'Pangolin', serif;
}

body[theme=avmed] #sidebar button,
body[theme=avmed] .app__topMenu button {
    background-color: #00b5cc;
    border: 1px solid #fff !important;
    color: #ffffff;
}

body[theme=avmed] .card .card-body.site-title{
    background-color: #00b5cc;
    color: white;
}