.tabs .tab a {
	color: rgba(107,23,233, .7);
}
.tabs .tab a.active {
    background-color: transparent;
    color: #6B17E9;
}
.tabs .tab a:hover, .tabs .tab a.active {
	color: #6B17E9;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
	background: rgba(107,23,233, .2);
}
.tabs .indicator {
	background: #6B17E9;
}