/* Keeps the Arar identity visible in the employee portal before and after frontend rebuilds. */
[data-sidebar="sidebar"] a[href="/portal/dashboard"] > div:first-child {
    background-color: #fff !important;
    background-image: url("/brand/arar-logo.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    color: transparent !important;
    padding: 0.25rem !important;
}

[data-sidebar="sidebar"] a[href="/portal/dashboard"] > div:first-child > svg {
    opacity: 0 !important;
}
