* {
    font-family: "Dm Sans" !important;
}

 .btn-primary {
    background: #7225f5 !important;
    color: #fff !important;
    border-color: #7225f5 !important;
    border: 2px solid #7225f5 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #7225f5 !important;
    color: #fff !important;
    border-color: #7225f5 !important;
    border: 2px solid #7225f5 !important;
    opacity: 0.5!important;
}

.btn-option {
    border: 1px solid #7225f5 !important;
    color: #7225f5;
} 

.form-select:focus{
    border-color: #7225f5!important;
    box-shadow: unset!important;
    border-width: 2px;
}

.vt-bg-secondary {
    background-color: #ccc !important;
}

.vt-bg-primary {
    background-color: #7225f5 !important;
}

.vt-color-primary {
    color: #7225f5 !important;
}

.onHover {
    background-color: #7225f5;
    color: #fff;
    transition: 0.5s;
}

.card-border {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}