.fi-topbar {
    position: relative;
}

.sanad-topbar-datetime {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
    white-space: nowrap;
}

.sanad-topbar-datetime__text {
    color: rgb(55 65 81);
    font-size: 0.92rem;
    font-weight: 600;
    font-variant-numeric: lining-nums tabular-nums;
    letter-spacing: 0;
}

.dark .sanad-topbar-datetime__text {
    color: #ffffff;
}

.fi-sidebar-header-logo-ctn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.fi-sidebar-header-logo-ctn .fi-logo {
    width: 80% !important;
    max-width: 80% !important;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    .sanad-topbar-datetime {
        display: none;
    }
}

