body{
    background-color: #f8f9fc ;
}
.table{
    background-color: #ffffff;
}
.nav-link:not(.topbar){
    background-color: #c1c6d6;
}
.nav-link:focus:not(.topbar),
.nav-link.active:not(.topbar){
    background-color: rgb(135, 201, 245);
}
.modal-open{
    padding-right: 0px !important;
}