:root {
    --app-background-color: rgb(233,245,237);
}

.sidebar-header {
    height: 39px;
    width: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#settings-button {
    background-color: var(--app-background-color);  
}

.highlight-change {
    box-shadow: 0px 0px 2px 3px var(--color-primary) !important;
}