/* body {
    background-color: skyblue;
} */

.sidebar {
    height: 100vh;
    overflow-y: auto;
}

.truncate {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
