/* admin CSS for CostApp */
@media (min-width: 768px) {
    .topbar a.navbar-brand img {
        height: 28px;
    }
    .topbar-region-left .topbar-item-account {
        width: 360px;
    }
    /* project select field in header */
    .topbar .styled-select {
        height: 40px;
    }
    .topbar .styled-select select {
        font-size: 1.89rem;
        height: 40px;
        padding: 8px;
    }
    body.dark .topbar .styled-select select {
        color: #fff;
    }
}