a, .text-primary { color: #6200FF !important; }
a:hover, a:focus { color: #4b00c2 !important; }

.btn-primary, .button.mainaction, .ui-button-primary { 
    background-color: #6200FF !important; 
    border-color: #4b00c2 !important; 
}
.btn-primary:hover, .button.mainaction:hover, .ui-button-primary:hover { 
    background-color: #4b00c2 !important; 
    border-color: #3a0099 !important; 
}

.listing li.selected, .listing li.selected > a, .listing tbody tr.selected td { 
    background-color: #6200FF !important; 
    color: #ffffff !important; 
}

.menu a.active { 
    background-color: #6200FF !important; 
    color: #ffffff !important; 
}

.form-control:focus, .custom-select:focus { 
    border-color: #6200FF !important; 
    box-shadow: 0 0 0 0.2rem rgba(98, 0, 255, 0.25) !important; 
}