.secondToolbar {
    background: unset;
    padding: 5px 10px 5px 10px;
    display: flex;
    flex-direction: row;
    width: 100%;

    .alignLeftContainer {                
        width: 100%;
        .alignLeft {
            display: flex;
            justify-content: flex-start
        }
    }
    .alignRightContainer {     
        width: 100%;
        .alignRight {
            display: flex;
            justify-content: flex-end
        }
    }
}