.UploadErrorMessage {
    align-items: start;
    background-color: var(--parrot_light);
    border-radius: 3px;
    color: var(--parrot);
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 10px;

    &-header {
        color: var(--parrot);
        font-size: 14px;
        font-weight: $weight_bold;
        line-height: 16px;
        margin-top: 0;
    }

    &-files {
        list-style: none;
        padding: 5px 0;
    }
    &-filename {
        font-weight: 500;
    }

    .Icons-attention-error {
        height: 32px;
        margin-left: 15px;
        margin-right: 15px;
        width: 32px;
    }

}
