.manage-bar {
    height: 98%; 
    flex-shrink: 0; 
    background-color: var(--color-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.manage-tool-bar {
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    background-color: var(--color-blue-primary); 
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}