.tabs .tab:nth-child(1) a {
	color: rgba(107,23,233, .7);
}
	.tabs .tab:nth-child(2) a {
		color: rgba(232,149,46, .7);
	}
	.tabs .tab:nth-child(3) a {
		color: rgba(0,232,53, .7);
	}
	.tabs .tab:nth-child(4) a {
		color: rgba(12,43,232, .7);
	}
	.tabs .tab:nth-child(5) a {
		color: rgba(232,95,46, .7);
	}
	.tabs .tab:nth-child(6) a {
		color: rgba(12,232,186, .7);
	}
.tabs .tab:nth-child(1) a, .tabs .tab:nth-child(1) a.active {
    background: rgba(107,23,233, .2);
    color: #6B17E9;
}
	.tabs .tab:nth-child(2) a, .tabs .tab:nth-child(2) a.active {
	    background: rgba(232,149,46, .2);
	    color: #E8952E;
	}
	.tabs .tab:nth-child(3) a, .tabs .tab:nth-child(3) a.active {
	    background: rgba(0,232,53, .2);
	    color: #00E835;
	}
	.tabs .tab:nth-child(4) a, .tabs .tab:nth-child(4) a.active {
	    background: rgba(12,43,232, .2);
	    color: #0C2BE8;
	}
	.tabs .tab:nth-child(5) a, .tabs .tab:nth-child(5) a.active {
	    background: rgba(232,95,46, .2);
	    color: #E85F2E;
	}
	.tabs .tab:nth-child(6) a, .tabs .tab:nth-child(6) a.active {
	    background: rgba(12,232,186, .2);
	    color: #0CE8BA;
	}
.tabs .tab:nth-child(1) a:hover, .tabs .tab:nth-child(1) a.active {
	color: #6B17E9;
}
	.tabs .tab:nth-child(2) a:hover, .tabs .tab:nth-child(2) a.active {
		color: #E8952E;
	}
	.tabs .tab:nth-child(3) a:hover, .tabs .tab:nth-child(3) a.active {
		color: #00E835;
	}
	.tabs .tab:nth-child(4) a:hover, .tabs .tab:nth-child(4) a.active {
		color: #0C2BE8;
	}
	.tabs .tab:nth-child(5) a:hover, .tabs .tab:nth-child(5) a.active {
		color: #E85F2E;
	}
	.tabs .tab:nth-child(6) a:hover, .tabs .tab:nth-child(6) a.active {
		color: #0CE8BA;
	}
.tabs .tab:nth-child(1) a:focus, .tabs .tab:nth-child(1) a:focus.active {
	background: rgba(107,23,233, .2);
}
	.tabs .tab:nth-child(2) a:focus, .tabs .tab:nth-child(2) a:focus.active {
		background: rgba(232,149,46, .2);
	}
	.tabs .tab:nth-child(3) a:focus, .tabs .tab:nth-child(3) a:focus.active {
		background: rgba(0,232,53, .2);
	}
	.tabs .tab:nth-child(4) a:focus, .tabs .tab:nth-child(4) a:focus.active {
		background: rgba(12,43,232, .2);
	}
	.tabs .tab:nth-child(5) a:focus, .tabs .tab:nth-child(5) a:focus.active {
		background: rgba(232,95,46, .2);
	}
	.tabs .tab:nth-child(6) a:focus, .tabs .tab:nth-child(6) a:focus.active {
		background: rgba(12,232,1866, .2);
	}
.tabs .indicator {
	background: #6B17E9;
}