.scrollToTop[data-v-338f47fc] {
    background: rgba(0, 0, 0, .1);
    bottom: 15px;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    z-index: 99999;
    cursor: pointer;
    border: none;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.scrollToTop i[data-v-338f47fc] {
    color: #fff;
    font-size: 42px
}

.dark.scrollToTop[data-v-338f47fc] {
    background: rgba(255, 255, 255, .1)
}

.show.scrollToTop[data-v-338f47fc] {
    opacity: 1
}