.btn-primary {
    background-color: #7B47FF !important;
    border-color: #7B47FF !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #6A3EE8 !important;
    border-color: #6A3EE8 !important;
}