#makeit_top{
	position: fixed;
	cursor: pointer;
	display: flex;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
	right: 32px;
	bottom: -132px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 100%;
	box-shadow: 0 4px 16px 0 rgba(black, 0.4);
	transition: 0.4s all;
}

#makeit_top.type1{
	opacity: 0;
	bottom: 0px !important;
}

#makeit_top svg{
	width: 32px;
	height: 32px;
	fill:#fff;
}
#makeit_top.active{
	bottom:32px;

}

#makeit_top.type1{
	border-radius: 0px !important;
	height: 100vh !important;
}

#makeit_top.type1.active{
	opacity: 1;
}

#makeit_top.type2{
	min-height: 45px;
	max-height: 45px;
	min-width: 45px;
	max-width: 45px;
}
/*
#makeit_top:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    margin: 10px auto 0;
    display: block;
}*/

