/*your custom css goes here*/
.bg-cc{
    background-color: #FEBD50
}
.bg-cc-b{
    background-color: #FEB021;
}
.aiz-main-wrapper ul{ padding-left: 5px !important;}
body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(234, 156, 0, 1);
}

body::-webkit-scrollbar-thumb {
	background-color: rgba(234, 156, 0, 1);
	outline: 1px solid rgba(234, 156, 0, 1);
}
.set-hight{ height: 390px;}