
.btn-primary {
    background: #7457e4;
    opacity: .8;
    transition: all .4s ease;
}
.btn-primary:hover {
    background: #7457e4!important;
    opacity: 1
}
.bg-indigo {
    background: rgba(116, 87, 228, 0.52) !important;
}
.card-title strong {
    color: #7457e4!important;
}
.card-title svg polyline, .card-title svg line {
    stroke: #7457e4;
}
/*:root {*/
/*    --tblr-btn-color: green!important;*/
/*}*/
