.btn-primary {
    color: #fbfbfa !important;
    background-color: rgba(114, 78, 245, 1.0) !important;
    border-color: #724ef5 !important;
}

.btn-primary:hover {
    color: #fbfbfa !important;
    background-color: rgba(138, 112, 246, 0.8) !important;
    border-color: #724ef5 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgb(61, 59, 78) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fbfbfa !important;
    background-color: rgba(114, 78, 245, 1.0) !important;
    border-color: #724ef5 !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fbfbfa !important;
    background-color: rgba(138, 112, 246, 0.8) !important;
    border-color: #724ef5 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(61, 59, 78) !important;
}

.btn-outline-primary {
    color: rgba(114, 78, 245, 1.0) !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: rgba(114, 78, 245, 1.0) !important;
}

.btn-outline-primary:hover {
    color: #fbfbfa !important;
    background-color: #724ef5 !important;
    border-color: rgba(114, 78, 245, 1.0) !important;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgb(61, 59, 78) !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: rgba(114, 78, 245, 1.0) !important;
    background-color: transparent !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fbfbfa !important;
    background-color: #724ef5 !important;
    border-color: rgba(114, 78, 245, 1.0) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(61, 59, 78) !important;
}