.fancy-plan.active {
    background-color: #3ec2cd !important;
    background: linear-gradient(to right, #3ec2cd 0%,#3ec2cd 100%) !important;
    color: #fff !important;
}

.fancy-card.active .shp0 {
    fill: #3ec2cd !important;   
}

.fancy-card.active .text {
    color: #3ec2cd !important;      
}

.btn-yellow {
    background: linear-gradient(to right, #3ec2cd 0%,#3ec2cd 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;
}