body {
    font-family: 'Quicksand', sans-serif !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #59267c !important;
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active:hover, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active:hover {
    background-color: rgba(100, 35, 145, 1) !important;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgba(0, 0, 0, .1) !important;
    color: #ffffff !important;
}

.text-viber {
    color: #59267c !important;
}

.badge-viber {
    color: rgba(255, 255, 255, 1) !important;
    background-color: #59267c !important;
}

.btn-viber {
    color: rgba(255, 255, 255, 1) !important;
    background-color: #59267c !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .ranges li.active {
    background-color: #59267c !important;
    border-color: transparent;
    color: #fff;
}