
.fixed-action-btn {
    transition: .2s;
    opacity: 0;
    right: -9999px;
    bottom: -9999px;
}

.fixed-action-btn .positioned {
    right: 23px;
    bottom: 23px;
}

.fixed-action-btn .btn-floating {
    cursor: default;
}

.fixed-action-btn.visible {
    opacity: 1;
}

.fixed-action-btn.visible .btn-floating {
    cursor: pointer;
}
