.card-header {
    background-color: #105C12 !important;
}

.card-title {
    color: white;
}

#page-topbar {
    background-color: #fff !important;

}

.btn-topbar {
    color: white !important;
}

.horizontal-logo .logo img {
    height: 50px !important;
}

.navbar {
    background-color: #fff;
}

@media only screen and (max-width: 568px) {
    .btn-soft-info {
        width: 100%;
    }
}

.form-check {
    padding-left: 0 !important;
}

.card .bg-soft-success {
    background-color: rgba(10, 179, 156, .18) !important;
}

li {
    margin-bottom: 5px;
}

.badged a {
    background: rgba(10, 179, 156, .18) !important;
    margin: 6px 3px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;

}

.card-body {
    flex: 1 1 auto;
    padding: 2rem;
}

.row>* {
    margin-top: 0.5rem;
}