.brxe-go-top {
position: fixed;
z-index: 9999;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
gap: 8px;
user-select: none;
}
.brxe-go-top.bottom-right {
bottom: 30px;
right: 30px;
}
.brxe-go-top.bottom-left {
bottom: 5px;
left: 5px;
}
.brxe-go-top.bottom-center {
bottom: 5px;
left: 50%;
transform: translateX(-50%);
}
.brxe-go-top .gtt-text {
line-height: 1;
}
.brxe-go-top i {
line-height: 1;
}