#dashboard-menu-container {
    width: 100%;
    position: fixed;
    z-index: 2000;
}

.dx-menu {
    box-shadow: 0px 3px 15px rgb(0 0 0 / 30%);
    background: #fff !important;
}

.rotate-180 {
    transform: rotate(180deg);
}

.headline {
    margin-top: 15px;
    margin-bottom: 15px;
}

.headline-flex {
    display: flex;
    align-items: center;
}

.headline-image {
    margin-right: 10px;
}

#headline-text {
    flex-grow: 1;
}