.statusbar {
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 10px;
justify-content: space-between;
height: 30px;
width: 100%;
background-color: var(--theme-background-secondary);
}