.reportHeaderLayout {
    margin: 0 auto;
    display: flex; 
    justify-content: start;
    justify-items:start;
    align-items: center;
    gap: 10px;
    justify-self: stretch;
    background-color: #FFFFFF;
    width: 100%;
    height: 64px;
}

