.UIClockSystem{
        margin: auto;
}

.UIClockSystem .clock {
    color: #ffffff;
    margin: 0;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    position: absolute;
    right: calc((100vw - 1200px) / 2);
    bottom: 12px;
    white-space: nowrap;
    align-items: center;
    z-index: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1200px){
        div.UIClockSystem {
            margin-top: 0 !important;
            position: absolute;
            right: 5px;
            bottom: 45px;
        }
        .UIClockSystem .clock {
            /* width: 150px; */
            bottom: 10px;
            /* text-align: right; */
            right: 10px;
            color: #0c0808;
            top: -22px;
        }
}
@media only screen and (max-width: 768px){
        div.UIClockSystem { 
            margin-top: 0 !important;
            position: absolute;
            left: 35%;
            bottom: -37px;
            display: none;
        }
        .UIClockSystem .clock {
            color: #ffffff !important;
              font-size: 11px;
        }
      .UIClockSystem .clock .time{
          display: none;
        }
}
