.dashboard-header-top-panel {
    height: 30px;
    width: 100%;
    background: #0C7AA7 linear-gradient(0deg, #0095D3 0%, #1AA1D9 100%);
    margin-top: -10px;
    padding: 3px 14px;
}

.dashboard-header-top-panel .link-to-dashboard img {
    height: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dashboard-header-top-panel .text-withe {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
}

.dashboard-header-top-panel .link-to-dashboard {
    display: inline-block;
}

.dashboard-header-top-panel .user-info {
    display: inline-block;
}

/* Menu start */
.dashboard-header-menu {
    display: flex;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.header-with-dashboard-menu .site-header .container-fluid {
    clear: both;
}


/* Hide on mobile */
@media(max-width:600px) {
    .header-with-dashboard-menu #masthead {
        position: relative;
        margin-bottom: -100px;
    }
    .dashboard-header-top-panel {
        margin-bottom: 20px;
    }
    .dashboard-header-top-panel .user-info {
        text-align: right;
    }
    .dashboard-header-top-panel .user-info a.text-withe {
        text-decoration: underline;
    }

    .header-with-dashboard-menu .site-header .col-auto {
        display: block;
        width: 100%;
    }
    .dashboard-header-menu {
        margin: 25px 0 0;
        flex-wrap: wrap;
    }
    .dashboard-header-menu li {
        margin-bottom: 1.5rem;
    }
}

.dashboard-header-menu .menu-item {
    flex-direction: revert;
    margin-left: 30px;
    white-space: nowrap;
    margin-bottom: 0.25rem;
}

.dashboard-header-menu .current-menu-item a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 500;
}

.dashboard-header-menu .menu-item a {
    color: #FFFFFF;
    font-weight: 500;
}

.dashboard-header-menu .menu-item a:hover {
    color: #ffffff;
    opacity: 0.75;
    text-decoration: none;
}
/* Menu end */

@media print {
    #masthead,
    .dashboard-header-top-panel,
    .dashboard-header-menu {
        display: none;
    }
    .custom-logo-link {
        display: none;
    }
}