.ShowFileReport {
    border: 2px dashed $koala;
    border-radius: 3px;
    margin-top: 25px;
    text-align: center;
    width: 80%;
    height: 100%;
    background-color: var(--gray-0);
    align-items: center;
    padding-bottom: 59px;

    &-header-text {
        margin-top: 33px;
        color: var(--gray-800);
        margin-bottom: 1rem;
    }

    &-upload-complete-text {
        margin-top: 4rem;
        font-size: 1.5rem;
        font-weight: 300;
    }

    .table {
        display: inline;
    }

    .table td {
        border-top: 0;
        border-bottom: 0;

        &:last-child {
            border-left: 1px solid var(--gray-350);
        }
    }

    .table:not(.table-bordered) tr:last-child td {
        border-top: 0;
        border-bottom: 0;
    }

    &-count-success {
        color: var(--sucess-100);
        background-color: var(--container-fills-backgrounds-semantics-success);
        width: 30px;
        text-align: center;
        display: inline-block;
        margin: 5px;
    }

    &-count-error {
        color: var(--error-100);
        background-color: var(--container-fills-backgrounds-semantics-error);
        width: 30px;
        text-align: center;
        display: inline-block;
        margin: 5px;
    }

    &-download-button {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
