

#uc_ue_scroll_to_top_apps_block_eabc3fb.ue-scroll-to {
display:none;
z-index: 9999;
}
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-cta {
cursor: pointer;
display: flex;
position: relative;
transition: all 400ms ease-in-out;
align-content:center;
justify-content:center;
flex-direction:column;
text-align:center;
}
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-cta .ue-scroll-to-icon {
line-height:1em;
margin:0 auto;
}
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-cta .ue-scroll-to-icon svg {
height:1em; 
width:1em; 
}
.ue-scroll-to-cta 
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-icon {
position: relative;
}
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-icon:hover {
cursor: pointer;
}
.ue-snap-v-middle{
top:50%;
}
.ue-scroll-to-text
{
font-size:10px;
}
#uc_ue_scroll_to_top_apps_block_eabc3fb .ue-scroll-to-cta {
animation: ue-spin 5s infinite cubic-bezier(.56, -.35, .22, 1.5);
}
@keyframes ue-spin {
10% {
transform: rotateZ(-20deg);
animation-timing-function: ease;
}
100%,
20% {
transform: rotateZ(360deg);
}
}