.UIBackTopTopControl {
        position: fixed;
        bottom: 10px;
        right: 28px;
        background-color:  #ff00009e;
        z-index: 10;
        width: 50px;
        height: 50px;
        border-radius:1000px;
        color:#fff;
        font-family:"Font Awesome 5 Pro";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        cursor:pointer;
        DISPLAY: FLEX;
        ALIGN-ITEMS: CENTER;
        JUSTIFY-CONTENT: CENTER;
        border: 1px solid;
}
.UIBackTopTopControl:before {
        content: "\f106";
        position: relative;
        /* top: 10px; */
        font-size: 25px;
        /* left: 1px; */
}
@media only screen and (max-width: 768px) {
.UIBackTopTopControl {
        position: fixed !important;
        bottom: 10px;
        right: 28px !important;
        width: 50px !important;
        height: 50px !important;
        }}