/* LOGO */
.dms-logo a {
    font-size: 22px;
    font-weight: bold;
    color: #27ae60 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* FIX DASHBOARD OFFSET UNDER HEADER */
body.dms-dashboard-active .dms-dashboard-wrapper {
    margin-top: 70px; /* match header height */
}