.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.header-container h5{
    margin-bottom: 0;
}

#exportPdfButton svg {
    width: 20px;
    height: 20px;
}

#exportPdfButton{
    display: flex;
    align-items: center;
    gap: 10px;
}