#journey-sidebar {
    display: flex;
    flex-direction: column;
}
#nav {
    display: flex;
    flex-direction: column;
}
.fixed-parent {
    position: static;
    display: flex;
    flex-grow: 1;
    bottom:0;
    width: 100%;
    margin: 0 auto;
    max-width:300px;
    opacity: .7;
}
.badge {
font-size: 0.6em;
display:flex;
align-self: end;
flex-direction: row;
flex-wrap: nowrap;
border: none;
max-height: 50px;
padding: 10px 14px;
max-width: 280px;
margin: 2rem auto;
border-radius: 5px;
background: #FFFFFF1A;
box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.07);
align-items: center;
gap: 15px;
color:#151922;
width:max-content;
}

.badge:hover, .badge:focus {
    background-color: rgba(0, 0, 0, 0.07);
}

.badge svg {
height: 100%;
width: 70px;
margin-top: 4px;
display: block;
overflow: visible;
}
.st0 {
    fill:#000000;
}
.add-step-button,
.addpage-button {
    position: static;
    margin-top: 30px;
    flex-shrink: 0;
    align-self: center;
}
.addpage-container {
    margin-top: 30px;
}


@media (max-width: 768px) {
    .badge {
        font-size: 0.5em;
        padding: 6px 8px;
        margin: 2rem auto 1rem auto;
    }
    
    .badge svg {
        width: 60px;
        margin-top: 2px;
    }
}