.codeheader {
	background: #ffc601;
	overflow: hidden;
	position: relative;
}

.codeheader:before {
	content: '';
	display: block;
	background:  url('/images/bg.svg') right center no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 800px;
}

.codeheader:after {
	content: '';
	display: block;
background: rgb(255,198,1);
	background: linear-gradient(90deg, rgba(255,198,1,1) 0%, rgba(255,198,1,1) 59%, rgba(255,198,1,0) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 500px;
}

.codeheader > .container {
	position: relative;
	z-index: 2;
}

a { 
	color: #ad53c3;
	font-weight: bold;
}