.brFixedBtn{
	position: fixed;
    right: 0px;
    bottom: 2px;
    border-radius: 15px 0px 0px 15px !important;
    z-index: 999999;
    padding: 10px 15px;
    background-color: #25D366;
}

.brImgInvert{
    filter: invert(1) !important; 
}