/*your custom css goes here*/
.bg-cc{
    background-color: #000
}
.bg-cc-b{
    background-color: #000;
	border-top: 1px solid #fff;
}
.aiz-main-wrapper ul{ padding-left: 5px !important;}
body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #EE2225;
}

body::-webkit-scrollbar-thumb {
	background-color: #EE2225;
	outline: 1px solid #EE2225;
}
