.fixed {
            position: fixed;
            top: 100px;
            right: 0;
            width: 112px;
            z-index: 999;
        }

        .button {
            line-height: 3;
            color: #fff;
        }

        .buttonDiv {
            padding: 0 12px;
            border-radius: 30px 0 0 30px;
        }

            .buttonDiv:hover {
                background: white;
                transition: margin 500ms;
                margin-left: -10px;
                color: white;
            }

        .bg-b-green {
            background: #28a745;
        }

            .bg-b-green:hover {
                background: linear-gradient(45deg,#1a77e2,#4485d2);
            }