﻿.top-bar.e-appbar {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    width: 100%;
}

@media (max-width: 650px) {
    .top-bar .desktop {
        display: none !important;
    }

    .top-bar .mobile {
        display: flex !important;
    }
}

@media (min-width: 651px) {
    .top-bar .desktop {
        display: flex !important;
    }

    .top-bar .mobile {
        display: none !important;
    }
}