.OrdersTable {
    &-cell-outputFile {
        .DownloadFileCell {
            display: flex;
            align-content: center;
        }

        .error {
            display: flex;
            align-items: center;
            color: #ed3747;
        }

        .DownloadGlyphIcon {
            margin-right: 4px;
            margin-top: 2px;

            path {
                fill: #0070e0;
            }
        }

        .WarningGlyphIcon {
            margin-right: 4px;

            path {
                fill: #ed3747;
            }
        }
    }
}
