body {
    background-color: #191E3C;
}

.list-group-item-mdb {
    color: #0c5460;
    background-color: #929fba;
}

.list-group-item-mdb.list-group-item-action:hover, .list-group-item-mdb.list-group-item-action:focus {
    color: #0c5460;
    background-color: #929fba;
}

.list-group-item-mdb.list-group-item-action.active {
    color: #fff;
    background-color: #929fba;
    border-color: #929fba;
}

.switch label input[type=checkbox]:checked + .lever {

    background-color: #929fba;

}

.switch label input[type=checkbox]:checked + .lever:after {

    background-color: #59698d;

}

.highlight-1 {
    color: blue;
}

.page-ref {
  color: #5A19B4 !important;
}

