
.uix_fabBar .js-scrollButtons {
    display: none; /* Initially hide the scroll buttons */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.uix_fabBar .js-scrollButtons.is-active {
    display: block; /* Show when active */
}
.iconFontSize {
    font-size: 30px; /* Set the desired font size */
}

.BarSla {
    display: flex;
    align-items: center; /* Vertically center the contents */
    position: fixed;
    top: 0;
    left: 0;
    width: 80px; /* Full width of viewport */
    z-index: 1001;
    padding: 5px 10px; /* Optional padding for visual spacing */
    background-color: rgba(255, 255, 255, 0.9); /* Slightly transparent background */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
    border-radius: 30%;

}