.ViewBulkUploads {
    display: flex;
    margin-right: 10px;

    &-header {
        padding-bottom: 0;
    }

    &-history {
        width: 100%;
    }

    &-history-header {
        font-size: medium;
        margin-bottom: 20px;
    }

    .btn {
        white-space: nowrap;
    }

    &-modal {
        width: 450px;

        &-wrapper {
            width: 100%;
        }

        .ReactModal-header {
            box-shadow: 0 0 0.25rem 0 rgb(0 0 0 / 18%);
            margin: 0;
            align-items: center;
            padding: 1.5rem;
            background-color: var(--gray-100);

            &-text {
                font-weight: 100;
                color: var(--gray-800);
                font-size: 22px;
            }
        }

        .ReactModal-close {
            background-color: var(--close-btn-background);
            border-radius: 18px;
            padding: 4px 6px;
        }
    }
}
