.btn-go-top[data-v-2ec36f07] {
    bottom: 48px;
    opacity: 0;
    position: fixed;
    right: 24px;
    transform: translateY(24px);
    transition: all .3s;
    z-index: 99
}

.btn-go-top button[data-v-2ec36f07] {
    align-items: center;
    background: #1e2329;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    color: #2a2b32;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    opacity: .9;
    transition: all .3s;
    width: 40px
}

.btn-go-top button[data-v-2ec36f07]:hover {
    filter: brightness(85%);
    transform: translateY(-1px)
}

.btn-go-top button[data-v-2ec36f07]:active {
    border: 1px solid
}

.btn-go-top button i[data-v-2ec36f07] {
    font-size: 18px
}

.btn-go-top.fade[data-v-2ec36f07] {
    opacity: 1;
    transform: translateY(0)
}

@media screen and (max-width:992px) {
    .btn-go-top[data-v-2ec36f07] {
        right: 16px
    }
}