
.btn-primary {
    background-color: #5254ce !important;
    color: #ffffff !important;
}
.btn-outline-primary {
    border: 1px solid #5254ce !important;
    color: #5254ce !important;
}
.btn-outline-primary.border-0 {
    border: none !important;
}
.btn-outline-primary:hover {
    background-color: #5254ce !important;
    color: #ffffff !important;
}
.bg-primary {
    background-color: #5254ce !important;
}
.text-primary {
    color: #5254ce !important;
}