﻿.topbar-wrapper .link svg {
    display: none;
}

.topbar-wrapper .link {
    display: flex;
    align-items: center;
}

    .topbar-wrapper .link::after {
        content: "";
        display: block;
        background-image: url('./medboard-logo.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 200px;
        height: 60px;
    }
