.BulkSplitsModal {
    &-content {
        max-width: 570px;
    }

    &-footer {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    &-info {
        display: flex;
        margin: 4px 0 0;
    }

    &-info-content {
        color: var(--gray-700);
        line-height: 18px;
    }

    &-info-glyph,
    &-info-product-name {
        margin-right: 0.35rem;
    }

    &-info-header {
        color: var(--gray-500);
        font-weight: 500;
        line-height: 18px;
        margin-right: 10px;
    }

    &-info-separator {
        margin: 0 0.35rem;

        &:last-child {
            display: none;
        }
    }

    &-message {
        color: var(--gray-800);
        font-size: 14px;
        margin-bottom: 24px;
    }

    &-track {
        background: var(--gray-100);
        border-radius: 3px;
        margin-bottom: 8px;
        padding: 8px 16px;
    }

    &-track-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 4px;
    }

    &-tracks-heading {
        color: var(--gray-500);
        display: flex;
        font-weight: 500;
        justify-content: space-between;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    &-warning-message {
        color: var(--red);
        font-weight: 500;
        margin: 8px 0;
    }

    &-validation-error-message {
        color: var(--red);
        flex-grow: 1;
        font-weight: 500;
        margin-left: 1rem;
        text-align: right;
    }

    .ReactModal-body {
        padding: 24px;
    }

    .ReactModal-footer {
        border-top: 0 none;
        padding: 0 24px 24px;
    }

    .ReactModal-header {
        padding: 11px 24px 9px;
    }

    .Warning {
        fill: var(--red);
    }
}
