/*Write your custom css in this file.*/
.btn-primary {
    border-color: #11122a;
    background-color: #11122a;
}

a {
    color: #11122a;
    text-decoration: none;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #11122a;
}

.bg-primary {
    background-color: #11122a !important;
    color: #fff;
}

.bg-info {
    background-color: #4de484 !important;
}

.badge{
    color: #11122a !important;
}
