/* Go-Top 1.0.0 - Bricks Builder Element */

[data-go-top="true"] {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    user-select: none;
}

[data-go-top="true"][data-position="bottom-right"] {
    bottom: 5px;
    right: 5px;
}

[data-go-top="true"][data-position="bottom-left"] {
    bottom: 5px;
    left: 5px;
}

[data-go-top="true"][data-position="bottom-center"] {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

[data-go-top="true"] .gtt-text {
    line-height: 1;
}

[data-go-top="true"] .go-top-icon {
    color: inherit;
}

[data-go-top="true"] .go-top-icon svg {
    fill: currentColor;
}

[data-go-top="true"] i {
    line-height: 1;
}