.agu-fixed-refresh {
    display: none;
    position: fixed;
    right: 10px;
    bottom: calc(2% + 42px);
    z-index: 1035;
}

.agu-fixed-refresh.is-visible {
    display: block;
}
