.fancy-plan.active {
    background-color: #a700ff !important;
    background: linear-gradient(to right, #a700ff 0%,#a700ff 100%) !important;
    color: #fff !important;
}

.fancy-card.active .shp0 {
    fill: #a700ff !important;   
}

.fancy-card.active .text {
    color: #a700ff !important;      
}

.btn-yellow {
    background: linear-gradient(to right, #a700ff 0%,#a700ff 100%) !important;
    border-radius: 8px !important;
    border: 0 !important;
    color: #fff !important;
}

.btn-yellow:active {
    border: 0 !important;
}

.fancy-card .text {
	font-size: 0.75rem;
}