.sidePanelArea{
    
}

.sidePanelEntry {
    height: 70px;
}

.svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sidePanelEntryRight {
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 70px;
}

.sidePanelEntryLeft {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}


@media (max-width: 580px) {
    .sidePanelEntry{
        display: block;
    } 
    .sidePanelEntryRight{
        display: block;
    }
    .sidePanelEntryLeft{
        display: block;
    }
}