.cmpr{
	    width: 80px;
    position: fixed;
    cursor: pointer;
    bottom: 80px;
    right: 0;
    display: inline-block;
    height: 80px;
    background: linear-gradient(90deg, #10aff2, #0d8dbe);
}
.cmpr i{
	font-size: 50px;
    color: white;
    padding: 15px;
}
.cmpr span{
	position: absolute;
    top: 11px;
    right: 6px;
    background: #00aef8;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    font-weight: 800;
    border: 2px solid #0d8ec0;
}