:root {
    --primary: #0B6623;
}
.page-item.active .page-link,
table.tasdig thead th,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.bg-primary,
.btn-primary,
.alert-primary,
.card-primary,
.badge-primary {
    background-color: #0B6623 !important;
    border-color: #0B6623 !important;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active{
    background-color: #f48110 !important;
    color: #FFF;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
  background: #28a745;
  border:none;
}
.text-primary {
    color: #0B6623 !important;
}
table.tasdig thead th {
    color:#FFF;
}
a {
    color: #0B6623;
}
a:hover {
    color: #09521b;
}
.login-box .card-header {
    color: #FFF!important;
  }
  img.thumb {
  width: 80px;
  max-width: 100%;
}

.select2-container--default .select2-selection--single {
    height: unset!important;
}