.UIClockSystem {
        text-align: left;
        width: 100;
        height: 38px;
        overflow: hidden;
        text-transform: uppercase;
        text-wrap: nowrap;
        font-weight: bold;
        position: absolute;
        top: -48px;
        right: 70px;
}
.UIClockSystem .clock, .UIClockSystem .custom-clock {
        color: white;
        font-size: 12px;
        line-height: 38px;
        display: flex;
        height: 38px;
        font-weight: 600;
}
.UIClockSystem_Default {
        position: relative;
}
.UIClockSystem_Default::after {
        content: " | ";
        position: absolute;
        top: -43px;
        right: 60px;
        color: white;
}
@media only screen and (max-width: 1023px) {
        .UIClockSystem_Default::after {
                display: none !important;
        }
        div.UIClockSystem {
                position: fixed !important;
                left: 0;
                padding: 0 !important;
                margin-top: 10px !important;
                width: 94px;
                top: 58px;
                display: none !important;
        }
}
